@charset "UTF-8";
@import "_plugins/bootstrap.min.css";
@import "_plugins/nivo-slider.css";
@import "_plugins/magnific-popup.css";
@import "_plugins/animate.css";
@import "_plugins/meanmenu.css";
@import "_plugins/fonts.css";
* {
  margin: 0;
  padding: 0;
}

form {
  display: contents;
}

html {
  min-height: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: underline;
}

a[role=button] {
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  font-family: "Inter", sans-serif;
  color: #7e5c11;
  text-decoration: none;
}

a:not([role=button]):hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  display: block;
  color: inherit;
  text-decoration: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: inherit;
  text-decoration: inherit;
}

h1, h2, h3,
.h1, .h2, .h3 {
  color: #000;
}

h1, .h1 {
  font-size: 40px;
  line-height: 44px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 28px;
}

body {
  font-size: 15px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}

p {
  line-height: 1.7;
}

p:last-of-type {
  margin-bottom: 0;
}

ul,
li,
ol,
ol li,
ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.bullet-list,
ul.bullet-list li {
  list-style-type: disc !important;
  display: list-item;
}

ul.bullet-list {
  padding-left: 20px;
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

.container {
  max-width: 1400px;
  padding: 56px 78px 56px 78px;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 56px 48px 56px 48px;
  }
  html,
  body {
    min-width: 375px;
    width: auto !important;
    width: 375px;
  }
  .container {
    min-width: 375px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    padding: 16px;
  }
}
.page-messages > *:last-child {
  margin-bottom: 0;
}

.page-messages__message {
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  background-color: #ececec;
  color: #262626;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.page-messages__message--error {
  border-color: #ce7b7b;
  background-color: #ffdddd;
  color: #841818;
}

.page-messages__message--warning {
  border-color: #cab169;
  background-color: #ffedb9;
  color: #82671a;
}

.page-messages__message--success {
  border-color: #87d05c;
  background-color: #d0f5ba;
  color: #2e7206;
}

.box {
  background-color: #ffffff;
  text-align: left;
  transition-duration: 500ms;
}
.box--inline-block {
  display: inline-block;
}
.box--shadow {
  box-shadow: 0 0 30px 0 rgba(64, 58, 55, 0.15);
}
.box--border-rounded-all {
  border-radius: 4px;
  overflow: hidden;
}
.box__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  justify-items: stretch;
  min-height: 40px;
  padding: 0 10px;
  background-color: #403A37;
  color: white;
}
.box__title--tabs {
  padding: 0;
}
.box__title--background-accent1 {
  background-color: #403A37;
  color: white;
}
.box__title__caption {
  display: inline-block;
  font-family: "Inter";
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: inherit;
  margin-right: 5px;
}
.box__title > * {
  font-size: 16px;
  padding-top: 3px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.box__title a > i, .box__title__icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  white-space: nowrap;
  text-decoration: none;
  color: #7d7d7d;
  display: block;
  margin-top: -5px;
  margin-right: -3px;
  transition: all 0.3s;
}
.box__title a:hover, .box__title a:hover > i {
  color: #000;
}
.box__title h3, .box__title h4, .box__title h5, .box__title h6 {
  margin: 0;
}
.box__title__tabs {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.box__title__tab {
  margin-right: 2px;
  padding: 3px 8px 4px;
  margin-bottom: 0;
  font-weight: 300;
  border-bottom: none;
  box-sizing: border-box;
  color: #000;
  height: 90%;
  background: transparent;
  border: none;
  color: white;
}
.box__title__tab.active {
  margin-right: 2px;
  background-color: white;
  padding: 1px 8px 0;
  font-weight: normal;
  height: 100%;
  color: #000;
}
.box__title__tab:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.025);
  cursor: pointer;
}
.box__title--background-accent1 .box__title__title__tab {
  border: none;
  background-color: #fff;
  color: #000;
}
.box__content {
  padding: 20px;
}
.box__content ~ .box__content__content {
  border-top: 1px solid #efebe5;
}
.box__content .row {
  margin-left: -5px;
  margin-right: -5px;
}
.box__content .row .col {
  padding-left: 5px;
  padding-right: 5px;
}

.button-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #403A37;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  visibility: visible;
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
  height: 48px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.button-action:disabled {
  background-color: rgb(36.5714285714, 33.1428571429, 31.4285714286);
  color: rgb(249.9, 249.9, 249.9);
  cursor: not-allowed;
}

.button-action:not(:disabled):hover,
.button-action:not(:disabled):focus {
  background-color: rgb(69.4857142857, 62.9714285714, 59.7142857143);
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.button-action--compact {
  padding: 10px;
  height: 28px;
}

.button-action.button-action--light {
  background-color: #e2dbcf;
  color: #654d13;
  font-weight: normal;
}

.button-action.button-action--light:not(:disabled):hover,
.button-action.button-action--light:not(:disabled):focus {
  background-color: #dcd3c0;
  color: #664d13;
  transition: all 0.5s;
  text-decoration: none;
}

.button-action i {
  font-size: 20px;
  margin: -4px 4px -4px -4px;
}

button.btn-nostyle, input[type=submit].btn-nostyle, input[type=reset].btn-nostyle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.form-row > * {
  margin-bottom: 20px;
}
.form-row > *:last-child > * {
  margin-bottom: 0;
}

.form-group label {
  margin-bottom: 0;
  font-size: 15px;
}
.form-group label .required {
  color: #790000;
}

.form-footer {
  display: flex;
  justify-content: space-between;
}
.form-footer a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

select.empty,
select option.placeholder {
  color: #6c757d !important;
}

select option:not(.placeholder) {
  color: #495057;
}

.form-control {
  height: 38px;
  background: #F4F4F4;
  border-radius: 1px;
}

.form-control:read-only {
  background-color: #F4F4F4;
}

.form-control[type=file] {
  padding: 3px;
}

.form-control[type=slider][type=multiple] {
  padding-left: 5px;
  padding-right: 5px;
}

.list-filters {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}
.list-filters .tippy-arrow {
  display: none;
}
.list-filters__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 12px 16px;
  background: #fff;
  background: #FFFFFF;
  border: 1px solid #403A37;
  border-radius: 1px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
  color: #403A37;
}
.list-filters__item--submit-button {
  background: #403A37;
  border-radius: 4px;
  color: #fff;
}
.list-filters input::placeholder,
.list-filters input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #403A37;
}
@media screen and (max-width: 850px) {
  .list-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .list-filters__item--submit-button {
    align-self: start;
  }
}

.dropdown__menu {
  z-index: 10;
  background: #fff;
  color: #000;
  padding: 27px 16px;
  min-width: 310px;
  box-shadow: 0 0 100px 0 rgba(95, 63, 0, 0.25);
}
.dropdown__menu .form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dropdown__menu .form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dropdown__menu .form-container .form-group label {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.dropdown__menu .form-container .form-group input, .dropdown__menu .form-container .form-group select {
  background: #FFFFFF;
  border: 1px solid #403A37;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
  color: #403A37;
}

.form-range-input__container {
  display: flex;
  flex-direction: row;
  justify-items: stretch;
  gap: 8px;
}
.form-range-input__control {
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #403A37;
}
.form-range-input__control--percent {
  position: relative;
}
.form-range-input__control--percent input {
  padding-right: 24px;
  text-align: right;
}
.form-range-input__control--percent::before {
  display: block;
  position: absolute;
  content: "%";
  top: 17px;
  right: 17px;
}
.form-range-input__control--euro {
  position: relative;
}
.form-range-input__control--euro input {
  padding-right: 24px;
  text-align: right;
}
.form-range-input__control--euro::before {
  display: block;
  position: absolute;
  content: "€";
  top: 17px;
  right: 17px;
}
.form-range-input__control--pieces {
  position: relative;
}
.form-range-input__control--pieces input {
  padding-right: 38px;
  text-align: right;
}
.form-range-input__control--pieces::before {
  display: block;
  position: absolute;
  content: "Stk.";
  top: 17px;
  right: 17px;
}

.table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  padding-bottom: 0;
  padding-top: 0;
}
.header a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.header a:hover {
  text-decoration: underline;
}
.header__logo {
  max-width: 1400px;
  position: relative;
}
.header__logo__link {
  z-index: 1000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 100px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.header__logo__link * {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header__top-bar {
  height: 0;
  background: #403A37;
}
.header__top-bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  height: 100%;
}
.header__top-bar__navigation {
  background: rgba(151, 151, 151, 0.3);
  border-radius: 5px;
}
.header__top-bar__navigation ul {
  display: flex;
  flex-direction: row;
}
.header__top-bar__navigation ul li {
  font-size: 0.9em;
  padding: 3px 8px;
  border-right: 1px rgba(0, 0, 0, 0.31) solid;
}
.header__top-bar__navigation ul li:last-child {
  border-right: none;
}
.user-logged-in a {
  text-transform: none;
}

body:not(.user-logged-in) .header__top-bar__navigation {
  background: none;
}

.header__main-bar {
  height: 88px;
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: end;
  align-items: center;
}
.header__main-bar .container {
  padding-left: 240px;
}
.header__main-bar .main_menu_area {
  float: right;
}
.header__main-bar .main_menu_area ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.header__main-bar .header__main-bar__link {
  box-sizing: border-box;
  border: 1px transparent solid;
}
.header__main-bar .header__main-bar__link--icon {
  width: 40px;
  height: 40px;
  text-align: center;
}
.header__main-bar .header__main-bar__link--icon img {
  padding-bottom: 8px;
}
.header__main-bar .header__main-bar__link.active {
  border: 1px transparent solid;
  /*border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);*/
  font-weight: bold;
}

body.mean-container .header__main-bar {
  display: none;
}
body.mean-container .mean-bar {
  z-index: 100 !important;
  background: #fff;
  height: 74px;
}
body.mean-container .meanmenu-reveal {
  height: 74px;
  width: 56px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
body.mean-container .mean-nav {
  margin-top: 74px;
  background: #fff;
}
body.mean-container .mean-nav ul li a {
  color: #403A37;
}
body.mean-container .header__top-bar {
  height: 0;
}
body.mean-container .header__logo {
  position: static;
  width: 100%;
}
body.mean-container .header__logo a {
  position: static;
  margin: 0 auto;
  width: 102px;
  height: 92px;
  box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.25);
}
body.mean-container .header__logo a img {
  width: auto;
  height: auto;
}

.content__header {
  height: 510px;
  padding-top: 88px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -7.45%, rgba(0, 0, 0, 0.5) 72.84%), url("/assets/images/layout/header_default.jpg");
  background-blend-mode: color-burn, normal;
  background-position: center;
  background-size: cover;
  display: flex;
}
@media screen and (max-width: 768px) {
  .content__header {
    padding-top: 0;
  }
}
.content__header .h1, .content__header h1 {
  font-size: 96px;
  line-height: 93px;
  color: #fff;
}
.content__header p {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
}
.content__header .container {
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.content__header__data {
  /*display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 48px;*/
  display: grid;
  gap: 2rem; /* Controls spacing between grid items */
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  text-align: center; /* Optional to center content */
  justify-content: center;
  width: 100%;
}
@media (max-width: 992px) {
  .content__header__data {
    gap: 1rem;
    grid-template-columns: 1fr; /* Default to 1 column */
  }
}
.content__header__data__item {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #77635a;
  backdrop-filter: blur(19px);
  border-radius: 4px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  padding: 32px 16px;
  font-size: 36px;
  line-height: 36px;
  /*
  display: flex;
  align-items: center;
  justify-content: center;*/
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .content__header__data__item {
    max-width: 250px; /* Limit the width of items */
    width: 100%; /* Ensure items take full width (up to max-width) */
    margin: 0 auto; /* Horizontally center each item */
    padding: 20px 10px;
    font-size: 26px;
    line-height: 26px;
  }
}
.content__header--variant2 .container {
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  .content__header .h1, .content__header h1 {
    font-size: 64px;
    line-height: 62px;
  }
  .content__header p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .content__header {
    height: 436px;
  }
  .content__header .h1, .content__header h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .content__header p {
    font-size: 16px;
    line-height: 25px;
  }
}

.content__block--accent1 {
  background: #E8E3DB;
}
.content__block--accent1 h1, .content__block--accent1 .h1 {
  color: #403A37;
}
.content__block--accent2 {
  background: #e0cba5;
}
.content__block--accent2 h1, .content__block--accent2 .h1 {
  color: #403A37;
}

.footer {
  background-color: #403A37;
  overflow-x: hidden;
}
.footer a, .footer p, .footer address, .footer .h3 {
  color: #fff;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer li {
  display: block;
}
.footer .footer__content {
  margin-right: -124px;
  display: flex;
  flex-direction: row;
  gap: 84px;
}
.footer .footer__content__logo {
  flex-basis: 125px;
}

/* home */
.content__header {
  /*
  &--aboutus {
    .h1, h1 {
      max-width: 560px;
    }

    p {
      max-width: 560px;
    }
  }

  &--register {
    .h1, h1 {
      max-width: 800px;
    }

    p {
      max-width: 840px;
    }
  }

  &--registerproduct {
    .h1, h1 {
      max-width: 800px;
    }

    p {
      max-width: 1200px;
    }
  }

  &--contact {
    .container {
      margin-top: 50px;
    }
  }*/
}
.content__header--home {
  height: 700px;
  background-position: center;
}
@media only screen and (max-width: 1800px) {
  .content__header--home {
    background-image: url("/assets/images/home/header_background.jpg");
  }
}
@media only screen and (min-width: 1801px) {
  .content__header--home {
    background-image: url("/assets/images/home/header_background_wide.jpg");
  }
}
.content__header--home .h1, .content__header--home h1 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
.content__header--home p {
  font-family: "Inter", sans-serif;
  font-size: 96px;
  line-height: 93px;
  color: #fff;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
  .content__header--home {
    text-align: center;
    background-position-x: right;
  }
}
@media only screen and (max-width: 768px) {
  .content__header--home {
    padding-top: 81px;
    height: 435px;
    position: relative;
  }
  .content__header--home .h1, .content__header--home h1 {
    z-index: 1;
    font-size: 24px;
    line-height: 28px;
  }
  .content__header--home p {
    z-index: 1;
    font-size: 36px;
    line-height: 40px;
  }
  .content__header--home .container {
    position: relative;
  }
  .content__header--home:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(76, 41, 13) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
}

.account-login__container {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
}
.account-login__form__container {
  max-width: 500px;
  width: 100%;
}

.contact__container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.contact__container .contact__address-block,
.contact__container .contact__form {
  padding: 78px 48px;
}
.contact__container .contact__address-block {
  flex-basis: 50%;
  background-color: #403A37;
}
.contact__container .contact__address-block, .contact__container .contact__address-block h2, .contact__container .contact__address-block .h2 {
  color: #fff;
}
.contact__container .contact__form {
  flex-basis: 50%;
}
.contact__container .contact__form__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .contact__container {
    flex-direction: column;
  }
}

.feature-box {
  height: 215px;
}
.feature-box.feature-box--image {
  background-size: cover;
  background-position: center center;
}
.feature-box h2 {
  text-align: center;
}
.feature-box p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .feature-box.feature-box--image {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .feature-box.feature-box--content {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.register-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.register-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.register-item__inner {
  display: flex;
  flex-direction: row;
  height: 320px;
  font-size: 16px;
  line-height: 20px;
}
.register-item__inner > * {
  padding: 24px;
}
.register-item__inner .register-no {
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.08ch;
}
.register-item__inner h4 {
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.register-item__inner__basic-data {
  flex-basis: 234px;
  flex-shrink: 0;
  color: #403A37;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: linear-gradient(152.12deg, #DDD0B5 1.08%, #BDAC8B 99.63%);
}
.register-item__inner__product-data {
  flex-grow: 1;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.register-item__inner__product-data__product-badge {
  position: absolute;
  right: -26px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background: #9E9E9E;
  font-weight: normal;
  border-radius: 10px;
  line-height: 15px;
}
.register-item__inner__product-data__actions {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 24px;
}
.register-item__inner__title {
  display: none;
}
.register-item__inner__product-picture {
  flex-basis: 320px;
  width: 320px;
  height: 320px;
  flex-shrink: 0;
  padding: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.register-item__inner__register-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.register-item__inner__register-list__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.register-item__inner__register-list__item {
  display: grid;
  grid-template-columns: 1fr auto auto auto auto;
  grid-gap: 10px;
  align-items: center;
}
.register-item__inner__register-list__item__data {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.register-details__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.register-details__grid__item {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 317/206;
  background: #FFFFFF;
  box-shadow: 0px 0px 81.8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .register-details__grid__item {
    padding: 1.9vw;
  }
}
.register-details__grid__item dl {
  margin-bottom: 0;
}
.register-details__grid__item__data-row {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 5px;
}
.register-details__grid__item__data-row * {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  color: #000000;
}
.register-details__grid__item__membership-card {
  display: block;
  grid-column: 3/span 2;
  grid-row: 1/span 2;
  height: 100%;
  padding: 0;
}
.register-details__grid__item h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #403A37;
}
@media screen and (max-width: 1400px) {
  .register-details__grid__item h4 {
    font-size: 2vw;
    line-height: 2.1vw;
    margin-bottom: 0.6vw;
  }
  .register-details__grid__item__data-row {
    height: 2.1vw;
  }
  .register-details__grid__item__data-row * {
    font-size: 1vw;
    line-height: 1.5vw;
  }
  .register-details__grid__item__data-row img,
  .register-details__grid__item__data-row svg {
    width: 1.5vw;
    height: 1.5vw;
    aspect-ratio: 1/1;
    stroke: #a75f22;
  }
}
@media screen and (max-width: 1000px) {
  .register-details__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .register-details__grid__item__membership-card {
    grid-column: 2/span 2;
  }
  .register-details__grid__item h4 {
    font-size: 2.4vw;
    line-height: 2.5vw;
  }
  .register-details__grid__item__data-row * {
    font-size: 1.3vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .register-details__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .register-details__grid__item {
    display: none;
  }
  .register-details__grid__item__membership-card {
    display: block !important;
    grid-column: 1;
    grid-row: 1;
  }
  .register-details__grid__item h4 {
    font-size: 2.4vw;
    line-height: 2.5vw;
  }
  .register-details__grid__item__data-row * {
    font-size: 1.3vw;
    line-height: 2vw;
  }
}
.register-details .customer-card {
  position: relative;
  height: 100%;
}
.register-details .customer-card dl > * {
  position: absolute;
}
.register-details .customer-card__seal {
  position: absolute;
  right: 4%;
  top: 0;
  width: 35%;
}
.register-details .customer-card__seal img {
  height: 100%;
}
.register-details .customer-card__customer-name {
  font-size: 2rem;
  line-height: 2.2rem;
  top: 25%;
  left: 10%;
}
@media screen and (max-width: 1400px) {
  .register-details .customer-card__customer-name {
    font-size: 2.2vw;
    line-height: 2.3vw;
  }
}
.register-details .customer-card__customer-name__firstname {
  display: block;
}
.register-details .customer-card__customer-name__lastname {
  font-weight: bold;
}
.register-details .customer-card__register-no, .register-details .customer-card__issue-date {
  top: 75%;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1400px) {
  .register-details .customer-card__register-no dt, .register-details .customer-card__issue-date dt {
    font-weight: normal;
    font-size: 1.2vw;
  }
  .register-details .customer-card__register-no dd, .register-details .customer-card__issue-date dd {
    font-weight: bold;
    margin-bottom: 0.05vw;
    font-size: 1.4vw;
  }
}
.register-details .customer-card__register-no {
  left: 10%;
}
.register-details .customer-card__issue-date {
  left: 45%;
}

.membership-badge,
.quality-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border-radius: 4px;
  font-size: 15px;
}

.membership-badge {
  width: 70px;
}
.membership-badge--silver {
  background: rgba(204, 204, 204, 0.2);
  border: 1px solid #CFCFCF;
  color: #252525;
}
.membership-badge--gold {
  background: #FCE2AD;
  border: 1px solid #DAA12E;
  color: #DAA12E;
}
.membership-badge--platin {
  background: linear-gradient(92.34deg, #F4F4F4 1.08%, #D0D0D0 102%, #8E8E8E 102.01%);
  border: 1px solid #A1A2AF;
  color: #8C8C97;
}
.membership-badge--platin_plus {
  background: linear-gradient(90deg, #DBDBDB 0%, #B5B5B5 100%), #7C7D87;
  border: 1px solid #7C7D87;
  color: #7C7D87;
}
.membership-badge--white {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #EDEDED;
  color: #9A9A9A;
}
.membership-badge--black {
  background: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
}

.quality-badge {
  width: 54px;
}
.quality-badge--5, .quality-badge--10, .quality-badge--15, .quality-badge--20, .quality-badge--25, .quality-badge--30, .quality-badge--35, .quality-badge--40, .quality-badge--45 {
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid #FF0000;
  color: #FF0000;
}
.quality-badge--50, .quality-badge--55, .quality-badge--60, .quality-badge--65, .quality-badge--70, .quality-badge--75 {
  background: rgba(255, 122, 0, 0.2);
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.quality-badge--80, .quality-badge--85, .quality-badge--90, .quality-badge--95 {
  background: rgba(255, 230, 0, 0.2);
  border: 1px solid #B2A100;
  color: #B2A100;
}
.quality-badge--100 {
  background: rgba(87, 189, 0, 0.2);
  border: 1px solid #57BD00;
  color: #57BD00;
}

.product-picture-box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.product-picture-box img {
  object-fit: cover;
}
.product-picture-box--invisible {
  opacity: 0.6;
}
.product-picture-box--invisible:hover {
  opacity: 1;
  transition: all ease 300ms;
}

@media screen and (max-width: 1200px) {
  .register-item__inner__title {
    background: #403A37;
    border-radius: 4px 4px 0px 0px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
  }
  .register-item__inner {
    flex-direction: column;
    height: initial;
    gap: 0;
    background: #FFFFFF;
    box-shadow: 0px 32px 102.4px rgba(95, 63, 0, 0.25);
    border-radius: 0px 0px 4px 4px;
  }
  .register-item__inner .register-item__inner__basic-data {
    border-radius: 4px 4px 0px 0px;
  }
  .register-item__inner .box--shadow {
    box-shadow: none;
  }
  .register-item__inner .box--shadow::after {
    display: none;
    box-shadow: none;
  }
  .register-item__inner__register-list__item {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    grid-gap: 4px;
    align-items: center;
  }
  .register-item__inner__register-list__item__data__button-order {
    grid-column: span 4;
    justify-self: stretch;
    display: flex;
    justify-content: center;
    height: 44px;
  }
  .register-item__inner__register-list__item__data__button-order a {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .register-item__inner__product-picture {
    flex-basis: initial;
    width: initial;
    height: initial;
    flex-shrink: initial;
    padding: 0;
  }
  .register-container .register-item__inner__title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-items: stretch;
    min-height: 40px;
    padding: 0 10px;
  }
  .register-container .register-item__inner__title h4 {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .register-container .register-item__inner__register-list h4, .register-container .register-item__inner__register-list p {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .register-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
html,
body {
  display: flex;
  flex-direction: column;
}

body, #wrapper {
  flex-grow: 1;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.section_heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.section_heading h4 {
  color: #ffffff;
}

.section_heading h4 span {
  color: #ffffff;
}

.section_heading .section-subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  text-transform: none;
}

.section_padding_100 {
  padding: 100px 0;
}

.section_padding_100_70 {
  padding: 100px 0 70px 0;
}

.section_padding_50_20 {
  padding: 50px 0 20px 0;
}

.section_padding_60 {
  padding: 60px 0;
}

.section_padding_100_50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section_padding_20_70 {
  padding: 20px 0 70px 0;
}

/* =======================
:: C-01 CONTENT
======================== */
main#content {
  margin-top: 0;
  background: #fff;
  overflow-y: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main#content {
    margin-top: 74px;
  }
}
main#content section:last-of-type {
  flex-grow: 1;
}

/* =======================
:: C-04 SECTIONS
======================== */
.customer-product-add-button {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-product-add-button a {
  width: 100%;
  display: block;
  padding-top: 40px; /* like min-height of .box__title */
  padding-bottom: 61px; /* like min-height of section.customer-products .box .product-data */
  text-decoration: none;
}

.customer-product-add-button span {
  color: #543d06;
}

.customer-product-add-button:hover {
  background-color: #fffefc;
}

.customer-product-add-button a:hover span.fas {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}

.customer-product-add-button a:hover span {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.customer-product .product-description {
  position: relative;
  height: 100%;
}

.customer-product .product-description:after {
  display: block;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5886729692) 40%, rgba(255, 255, 255, 0.8771883754) 70%, rgb(255, 255, 255) 100%);
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

section.customer-products .box .product-data {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer-product.customer-product--invisible .box__title,
.customer-product.customer-product--invisible .box__content .product-description,
.customer-product.customer-product--invisible .box__content .product-pictures {
  opacity: 0.6;
}

.customer-product.customer-product--invisible .box__content.product-pictures:hover {
  opacity: 1;
  transition: all ease 300ms;
}

section.customer-products .box .product-data__numbers {
  display: flex;
  margin: 0;
  color: #505050;
}

section.customer-products .box .product-data__numbers li {
  margin-right: 10px;
}

/* =======================
:: C-05 SECTIONS
======================== */
.percentage-bar {
  display: inline-block;
  width: 80px;
}

.colored-percentage--0,
.colored-percentage--5,
.colored-percentage--10,
.colored-percentage--20,
.colored-percentage--30 {
  color: #950000;
}

.colored-percentage--40,
.colored-percentage--50,
.colored-percentage--60 {
  color: #954100;
}

.colored-percentage--40,
.colored-percentage--50,
.colored-percentage--60 {
  color: #ba9c00;
}

.colored-percentage--70,
.colored-percentage--80 {
  color: #779900;
}

.colored-percentage--90,
.colored-percentage--95 {
  color: #95d500;
}

.colored-percentage--100 {
  color: #57bd00;
}

/* =======================
:: C-06 POPUP
======================== */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

body.noscroll { /* for magnific popup */
  overflow-y: hidden !important;
}

body.noscroll .mfp-container {
  overflow-y: scroll;
}

.panel.single-accordion {
  position: relative;
}

.single-accordion .accordion-content {
  background: #fff;
  padding: 20px 20px 20px 20px;
}

.single-accordion .accordion-content p {
  padding: 0;
}

.not-found-text i {
  color: #aa7d1c;
  font-size: 80px;
}

.error_page .not-found-text h2 {
  color: #aa7d1c;
  font-size: 70px;
  font-weight: 700;
}

.error_page .not-found-text h3 {
  color: #2c3e50;
  font-size: 30px;
  font-weight: 700;
}

.not-found-text > a {
  background-color: #aa7d1c;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  padding: 15px 30px;
}

.not-found-text > a:hover,
.not-found-text > a:focus {
  background-color: #543d06;
  color: #fff;
}

.single-accordion {
  margin-bottom: 20px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion div.accordion-title {
  background-color: #f8f6f3;
  border: 1px solid #efebe5;
  border-top: none;
  color: #7e5c11;
  display: block;
  font-weight: 300;
  padding: 15px 20px 12px 20px;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
}

.single-accordion div.accordion-title.accordion-title--text-normal {
  text-transform: none;
}

.single-accordion:first-of-type div.accordion-title {
  border-top: 1px solid #efebe5;
}

.single-accordion div.accordion-title .accordion-toggle-icon {
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 300;
  height: 100%;
  font-size: 24px;
  line-height: 230%;
}

.single-accordion div.accordion-title > a.collapsed span.accor-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

span.accor-open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.single-accordion div.accordion-title > a {
  text-decoration: none;
}

.single-accordion div.accordion-title > a.collapsed span.accor-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.single-accordion div.accordion-title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.single-accordion .accordion-content {
  border: 1px solid #efebe5;
  border-top: 0 solid transparent;
}

.accordion-customer-details {
  position: relative;
}

/*
.register-item .customer-card {
  width: 80px;
  text-align: center;
  height: 30px;
  padding: 3px;
}

.single-accordion.register-item div.accordion-title {
  padding: 10px;
}*/
.accordion-customer-details table td:nth-child(1) {
  padding-right: 3px;
}

.accordion-customer-controls {
  margin-top: 5px;
}

.pagination.box {
  user-select: none;
}

.pagination.box {
  overflow: visible;
}

.pagination.box li:first-child .page-link {
  border-left: none;
}

.pagination.box li:last-child .page-link {
  border-right: none;
}

.pagination.box .page-link {
  border-top: none;
  border-bottom: none;
  padding: 5px;
  min-width: 30px;
  display: block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  border-color: #efebe5;
  min-height: 28px;
}

.pagination.box .page-link > span .fa {
  margin-right: 3px;
}

.pagination.box .page-link:hover {
  background-color: #fdfbfb;
  border-color: #efebe5;
  color: #7e5c11;
}

.pagination.box .page-link.active {
  pointer-events: none;
  background-color: #f8f6f3;
  font-weight: bold;
}

.pagination.box span.page-link,
.pagination.box span.page-link:hover {
  background: inherit;
  border-color: #efebe5;
  color: inherit;
  cursor: default;
  padding-left: 5px;
  padding-right: 5px;
  min-width: auto;
}

.pagination .page-link[aria-disabled] {
  pointer-events: none;
  color: InactiveCaptionText;
}

.pagination.box span.page-link.control {
  padding: 2px;
}

.pagination.box span.page-link.control input {
  height: 1.3em;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pagination.box li > * {
    font-size: 14px;
    padding: 8px;
  }
}
.single-accordion.proof-of-purchase {
  margin-bottom: 5px;
}

div.single-accordion.box .accordion-title {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

div.single-accordion.box .accordion-content {
  border: none;
}

.product-picture-area-button {
  color: #000000;
  text-shadow: 0 0 10px #eaeaea, 0 0 20px #eaeaea, 0 0 30px #eaeaea, 0 0 40px #eaeaea, 0 0 50px #eaeaea;
}

.product-picture-area-button:hover {
  color: #000000;
  text-shadow: 0 0 50px #fff, 0 0 40px #fff, 0 0 30px #fff, 0 0 20px #fff, 0 0 10px #fff;
}

.product-item {
  position: relative;
}

.container--contactform #captchaCodeImage {
  width: 150px;
  height: 40px;
}

.container--contactform #captcha {
  max-width: 150px;
}

.dropzone {
  border: 3px dashed #543d06;
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: inset 0 2px 6px 0 rgba(220, 220, 220, 0.57);
  transition: border-color 300ms cubic-bezier(0, 0, 0.2, 1);
}

#popupFraudWarning {
  max-width: 720px;
  border: 6px #c93838 solid;
  border-radius: 10px;
  animation: fraud-popup-warning-border-fadein-animation 0.5s;
}

#popupFraudWarning .popup-fraud-warning-icon {
  position: absolute;
  left: -2em;
  top: -2em;
  width: 4em;
  height: 4em;
  background: #c93838;
  border-radius: 2em !important;
  color: #fff;
  animation: fraud-popup-warning-icon-fadein-animation 0.5s;
}

#popupFraudWarning .popup-fraud-warning-icon i {
  animation: bell-ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@keyframes bell-ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fraud-popup-warning-border-fadein-animation {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: #c93838;
  }
}
@keyframes fraud-popup-warning-icon-fadein-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.star-rating__stars {
  display: flex;
  margin-bottom: 2px;
  user-select: none;
}

.star-rating__star {
  font-size: 1.5em;
  padding-right: 4px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  color: #ffc200;
}

.star-rating__star.preview {
  color: #ffe286;
}

.content-block-info {
  background-image: url("/assets/images/home/background_logo.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 300px) center;
  background-size: auto 120%;
}

.content-block-reviews .splide__pagination {
  bottom: -20px;
  display: none;
}

.content-block-reviews .splide__arrow {
  background: #856112;
  color: white;
  opacity: 1;
}

.content-block-reviews .splide__arrow svg {
  fill: white;
}

.content-block-reviews .splide__track {
  margin: 0 50px;
}

.content-block-reviews .splide__arrow--prev {
  left: 10px;
}

.content-block-reviews .splide__arrow--next {
  right: 10px;
}

.review-box h4 {
  font-size: 1.1em;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
