@charset "UTF-8";
.btn-accent {
  border-radius: 4px;
  background: linear-gradient(90deg, #00745E -0.64%, #66AC9E 100.41%);
  color: #FFF;
  text-align: center;
  font-size: 15px;
  padding: 10px 15px 10px 24px;
  position: relative;
}
.btn-accent:before {
  content: url("../images/icon-percent.svg");
  position: absolute;
  left: 10px;
  top: 12px;
}
.btn-accent:hover, .btn-accent:active {
  color: #FFF !important;
}

.site-header {
  background-color: white;
}
.site-header.fixed-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 15;
}
.site-header .header-contacts-outer {
  display: none;
}
@media screen and (min-width: 1400px) {
  .site-header .header-contacts-outer {
    display: block;
    border-bottom: 1px solid #d6d6d6;
  }
}
.site-header .header-contacts {
  display: grid;
  align-items: center;
  padding: 10px;
  grid-template-columns: repeat(12, 1fr);
}
.site-header .header-contacts > ul {
  grid-column: span 3;
}
.site-header .header-contacts > span:nth-child(2) {
  display: flex;
  gap: 9px;
  font-size: 14px;
}
.site-header .header-contacts > div:nth-child(2) {
  grid-column: span 6;
  align-items: center;
  text-align: center;
}
.site-header .header-contacts > div:nth-child(2) .working-hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.site-header .header-contacts > span:nth-child(3) {
  display: flex;
  gap: 18px;
  font-size: 14px;
  grid-column: span 3;
}
.site-header .top-header {
  align-items: center;
}
.site-header .top-header .search-button,
.site-header .top-header .desktop-search {
  display: none;
}
@media screen and (min-width: 770px) {
  .site-header .top-header .search-button,
  .site-header .top-header .desktop-search {
    display: block;
  }
}
.site-header .top-header > :first-child {
  flex: 0 0 25%;
}
.site-header .top-header > :first-child > a {
  display: block;
  width: 100%;
  max-width: 160px;
  min-width: 80px;
}
.site-header .top-header > :first-child > a img {
  width: 100%;
}
.site-header .top-header > :nth-child(2) {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 700px;
  margin: 0 0 0 auto;
}
.site-header .top-header > :last-child {
  flex: 0 0 50%;
}
@media screen and (min-width: 770px) {
  .site-header .top-header > :last-child {
    flex: 0 0 25%;
  }
}
.site-header .bottom-header {
  background-color: white;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 770px) {
  .site-header .bottom-header .header-search {
    display: none;
  }
}
.site-header .bottom-header .bottom-header-content .our-catalog {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-header .bottom-header .bottom-header-content .our-catalog {
    display: block;
    margin-right: 20px;
  }
}
.site-header .bottom-header .bottom-header-content .main-navigation {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-header .bottom-header .bottom-header-content .main-navigation {
    display: flex;
  }
}
.site-header .bottom-header .bottom-header-content .header-search {
  width: 100%;
  padding: 10px 0;
}
.site-header .search button {
  position: absolute;
  right: 1px;
  width: 47px;
  height: 46px;
  padding: 7px;
  background-color: white;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 0px 5px 5px 0px;
  outline: none;
  border: none;
}
.site-header .search input {
  border-radius: 8px;
  border: 1px solid #D5D5D5 !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: white;
  height: 50px;
}
.site-header .menu-header-menu-container {
  height: 100%;
  align-items: center;
  display: flex;
  padding: 5px 0;
}
.site-header .menu-header-menu-container ul {
  display: none;
  margin: 0;
  list-style: none;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .site-header .menu-header-menu-container ul {
    display: flex;
    align-items: center;
  }
}
.site-header .menu-header-menu-container ul li a {
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1440px) {
  .site-header .menu-header-menu-container ul li a {
    font-size: 15px;
  }
}
.site-header .menu-header-menu-container ul li:not(:first-child) a {
  color: #5c5c5c;
}
.site-header .our-catalog .our-catalog-btn {
  position: relative;
  background-color: white;
  border: 1px solid transparent;
  padding: 0 14px 0 25px;
  color: #5C5C5C;
  text-decoration: none;
  border-radius: unset;
  cursor: pointer;
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1440px) {
  .site-header .our-catalog .our-catalog-btn {
    font-size: 15px;
  }
}
.site-header .our-catalog .our-catalog-btn:before {
  content: url("../images/burger.svg");
  position: absolute;
  left: 0;
  top: 16px;
}
.site-header .header-links {
  display: flex;
  gap: 26px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media screen and (min-width: 700px) {
  .site-header .header-links {
    gap: 20px;
  }
}
.site-header .header-links li a {
  text-decoration: none;
  min-width: 20px;
  display: flex;
}
.site-header .header-links li a span {
  display: flex;
}
.site-header .header-links li .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-links li .icon-wrapper img {
  min-width: 20px;
}
.site-header .header-links li .icon-wrapper.cart-icon-wrapper {
  position: relative;
}
.site-header .header-links li .icon-wrapper.cart-icon-wrapper .cart-content-total {
  color: #777777;
  font-size: 12px;
  margin-right: 10px;
}
.site-header .header-links li.header-cart {
  cursor: pointer;
}
.site-header .header-links li.header-cart .cart-preview-toggle {
  display: flex;
}
.site-header .header-links li.header-cart .cart-preview-toggle .cart-icon-wrapper {
  min-width: max-content;
}
.site-header .header-links li.header-cart .cart-preview-toggle .xoo-wsc-sc-subt {
  color: #5c5c5c;
}
@media screen and (max-width: 480px) {
  .site-header .header-links li.header-cart .cart-preview-toggle .xoo-wsc-sc-subt {
    display: none !important;
  }
}
.site-header .header-links li.header-cart .xoo-wsc-sc-count {
  background-color: #A9833A;
  color: #ffffff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.site-header .header-links li .header-items-count {
  position: absolute;
  top: 2px;
  right: -8px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  background-color: #A9833A;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(0, -50%);
}
.site-header .header-links .trp-shortcode-switcher__wrapper .trp-language-switcher {
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-links .trp-shortcode-switcher__wrapper .trp-language-switcher a {
  padding: 0;
}
.site-header .header-links .trp-shortcode-switcher__wrapper .trp-language-switcher a span {
  color: #5C5C5C;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

#mobile-toggle {
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  padding: 0;
}
@media screen and (min-width: 1400px) {
  #mobile-toggle {
    display: none !important;
  }
}
#mobile-toggle .inner-toggle-wrapper {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mobile-toggle .inner-toggle-wrapper span {
  display: block;
  position: absolute;
  height: 0.1em;
  width: 100%;
  background-color: #8E5C3B;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(1) {
  top: 0;
  width: 27px;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(2), #mobile-toggle .inner-toggle-wrapper span:nth-child(3) {
  width: 19px;
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(2), #mobile-toggle .inner-toggle-wrapper span:nth-child(3) {
  top: 50%;
  transform: translate(0, -1px);
}
#mobile-toggle .inner-toggle-wrapper span:nth-child(4) {
  bottom: 0;
  width: 30px;
}
#mobile-toggle.open span:nth-child(1) {
  width: 0;
}
#mobile-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-toggle.open span:nth-child(4) {
  width: 0;
}

.mobile-menu {
  position: absolute;
  top: auto !important;
  left: 0;
  background-color: black;
  color: white;
  z-index: 11;
  width: 100%;
  padding: 15px;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 30vh;
}
.mobile-menu .mobile-menu-heading {
  display: flex;
  justify-content: space-between;
}
.mobile-menu .mobile-menu-heading .close-mobile-menu {
  background-color: transparent;
  padding: 0;
  font-size: 40px;
  border: none;
  color: white;
  font-weight: 300;
  cursor: pointer;
  margin-left: auto;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.mobile-menu ul li a {
  padding: 10px 0;
  display: block;
  color: #FDFBFB;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #777777;
  font-weight: 700;
}
.mobile-menu ul li.open-sub > a {
  position: relative;
}
.mobile-menu ul li.open-sub > a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-cart.svg");
  background-repeat: no-repeat;
  top: 24px;
}
.mobile-menu ul li.active-menu > a {
  color: #8E5C3B;
}
.mobile-menu ul li.active-menu.menu-item-has-children {
  position: relative;
}
.mobile-menu ul li.active-menu.menu-item-has-children:before {
  content: url("../images/icon-cart.svg");
  position: absolute;
  right: 0;
  top: 5px;
  color: white;
  rotate: 180deg;
}
.mobile-menu ul li.menu-item-has-children {
  position: relative;
}
.mobile-menu ul li.menu-item-has-children:before {
  content: url("../images/icon-cart.svg");
  position: absolute;
  right: 0;
  top: 13px;
  color: white;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-menu ul .sub-menu {
  display: none;
}
.mobile-menu ul .sub-menu.open {
  display: block;
  padding-left: 20px;
}
.mobile-menu ul .sub-menu.open li a {
  border-bottom: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.admin-bar .mobile-menu {
  top: 30px;
}

.header-search {
  position: relative;
  z-index: 50;
}
.header-search button {
  position: absolute;
  right: 1px;
  width: 47px;
  height: 46px;
  padding: 7px;
  background-color: white;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 0px 5px 5px 0px;
  outline: none;
  border: none;
  cursor: pointer;
}
.header-search input {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: white;
  height: 50px;
}
.header-search input:focus {
  outline: none;
  border: 1px solid #8E5C3B;
}
.header-search .search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 16px;
  z-index: 50;
  display: none;
}
.header-search .search-results.is-open {
  display: block;
}
@media screen and (min-width: 1024px) {
  .header-search .search-results__inner {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}
.header-search .search-results__column {
  flex: 1 1 0;
  min-width: 0;
}
.header-search .search-results__products {
  flex: 2 1 0;
}
.header-search .search-results__title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}
.header-search .search-results__scroll {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
}
.header-search .search-results__item {
  display: block;
  padding: 6px 0;
  color: #111827;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.header-search .search-results__item:hover {
  color: #C59D7A;
}
.header-search .search-results__product {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  align-items: center;
  text-decoration: none;
  color: #111827;
}
.header-search .search-results__product img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 6px;
  background: #F9FAFB;
}
.header-search .search-results__product-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}
.header-search .search-results__product-price {
  font-size: 13px;
  color: #C59D7A;
}
.header-search .search-results__empty {
  padding: 6px 0;
  color: #6B7280;
  font-size: 14px;
}
.header-search .search-results__footer {
  margin-top: 12px;
  text-align: center;
}
.header-search .search-results__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid #111827;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #111827;
  text-decoration: none;
}
.header-search .search-results__all:hover {
  color: #C59D7A;
  border-color: #C59D7A;
}

.custom-check a {
  color: #000000;
  font-weight: 500;
}
.custom-check.woocommerce-validated .custom-check-inner,
.custom-check .custom-check-inner {
  position: relative !important;
  padding-left: 15px;
}
.custom-check.woocommerce-validated .custom-check-inner:before,
.custom-check .custom-check-inner:before {
  content: "";
  position: absolute !important;
  width: 24px;
  height: 24px;
  border: 2px solid #CDCDCD;
  background-color: #ffffff;
  left: 0;
  top: 0;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .custom-check.woocommerce-validated .custom-check-inner:before,
  .custom-check .custom-check-inner:before {
    left: 0;
  }
}
.custom-check.woocommerce-validated .custom-check-inner.check-selected:before,
.custom-check .custom-check-inner.check-selected:before {
  border: 2px solid #00745E;
  background-color: #00745E;
  border-radius: 3px;
}
.custom-check.woocommerce-validated .custom-check-inner.check-selected:after,
.custom-check .custom-check-inner.check-selected:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 14px;
  height: 22px;
  background-image: url("../images/check-solid-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .custom-check.woocommerce-validated .custom-check-inner.check-selected:after,
  .custom-check .custom-check-inner.check-selected:after {
    left: 5px;
  }
}
.custom-check.woocommerce-validated .custom-check-inner.cross-sell-check::before,
.custom-check .custom-check-inner.cross-sell-check::before {
  top: 15px;
}
.custom-check.woocommerce-validated .custom-check-inner.login-form-check:before,
.custom-check .custom-check-inner.login-form-check:before {
  top: 3px;
}
.custom-check.woocommerce-validated .custom-check-inner.login-form-check:after,
.custom-check .custom-check-inner.login-form-check:after {
  top: 4px;
}
.custom-check.woocommerce-validated .custom-check-inner.register-form-check,
.custom-check .custom-check-inner.register-form-check {
  display: block !important;
  padding-left: 30px;
}
.custom-check.woocommerce-validated .custom-check-inner.register-form-check input,
.custom-check .custom-check-inner.register-form-check input {
  position: absolute !important;
}
.custom-check.woocommerce-validated .custom-check-inner.checkout-create-account::before,
.custom-check .custom-check-inner.checkout-create-account::before {
  top: 4px;
}
.custom-check.woocommerce-validated .custom-check-inner.cross-sell-check.check-selected:after,
.custom-check .custom-check-inner.cross-sell-check.check-selected:after {
  top: 17px;
}
.custom-check.woocommerce-validated .custom-check-inner input,
.custom-check .custom-check-inner input {
  opacity: 0;
  transform: scale(170%);
  position: relative !important;
  left: -10px;
  top: 5px;
}
.custom-check.woocommerce-validated .custom-check-inner input#billing_invoice_required,
.custom-check .custom-check-inner input#billing_invoice_required {
  left: -10px;
}
.custom-check.woocommerce-validated .custom-check-inner input#choose_specific_time,
.custom-check .custom-check-inner input#choose_specific_time {
  top: -9px;
}
.custom-check.validate-required .custom-check-inner {
  color: #38383A;
}
.custom-check.validate-required .custom-check-inner input {
  margin: 0 0 0 0;
}
.custom-check.validate-required.woocommerce-validated .custom-check-inner {
  display: flex;
}
.custom-check.validate-required.woocommerce-validated .custom-check-inner:before {
  border: 2px solid #C59D7A;
  background-color: #C59D7A;
  top: 4px;
}
.custom-check.validate-required.woocommerce-validated .custom-check-inner:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 22px;
  background-image: url("../images/check-solid-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .custom-check.validate-required.woocommerce-validated .custom-check-inner:after {
    left: 5px;
  }
}
.custom-check.billing-invoice-check-wrapper {
  margin-top: 20px;
}
.custom-check.billing-invoice-check-wrapper .single-field-wrapper {
  width: 100%;
}

#customer_login .tabs-container {
  width: 95%;
  max-width: 505px;
  margin: 0 auto;
}
#customer_login .tabs-container .tabs-header {
  display: flex;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
#customer_login .tabs-container .tabs-header .tab-highlighter {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #C59D7A;
  transition: transform 0.3s ease, width 0.3s ease;
}
#customer_login .tabs-container .tabs-header .tab-button {
  flex: 1;
  background-color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
#customer_login .tabs-container .tab-content {
  display: none;
}
#customer_login .tabs-container .tab-content.active {
  display: block;
}
#customer_login .tabs-container .tab-content form {
  border: none;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 0;
}
#customer_login .tabs-container .tab-content form .form-row {
  margin-bottom: 18px;
  padding: 0;
}
#customer_login .tabs-container .tab-content form .form-row input.input-text {
  border: 1px solid #D8D8D8 !important;
  height: 50px;
  padding: 0 20px;
}
#customer_login .tabs-container .tab-content form .custom-check label {
  display: flex;
  align-items: start;
  line-height: 1.3;
}
#customer_login .tabs-container .tab-content form .custom-check label input.input-checkbox {
  margin: 0;
}
#customer_login .tabs-container .tab-content form .custom-check .optional,
#customer_login .tabs-container .tab-content form .custom-check .required {
  display: none;
}

/* Define the animation for opening the menu */
@keyframes slideInOpen {
  0% {
    transform: translate3d(-100%, 0, 0); /* Initially off-screen to the left */
  }
  100% {
    transform: translate3d(0, 0, 0); /* Fully visible */
  }
}
/* Define the animation for closing the menu */
@keyframes slideInClose {
  0% {
    transform: translate3d(0, 0, 0); /* Initially fully visible */
  }
  100% {
    transform: translate3d(-100%, 0, 0); /* Move off-screen to the left */
  }
}
/* Apply the opening animation when the menu is opened */
.mobile-menu[data-state=opened] {
  animation: slideInOpen 650ms ease-in-out forwards;
}

/* Apply the closing animation when the menu is in the "closing" state */
.mobile-menu[data-state=closing] {
  animation: slideInClose 650ms ease-in-out forwards;
}

/* Apply the closed state to ensure the menu is off-screen when closed */
.mobile-menu[data-state=closed] {
  transform: translate3d(-100%, 0, 0); /* Menu is off-screen to the left */
}

#catalog-links {
  position: absolute;
  top: 100%;
  background-color: white;
  border: 1px solid #F2F2F2;
  border-radius: 0 0 8px 8px;
  z-index: 1000;
  display: none;
  padding: 12px 14px;
}
#catalog-links ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#catalog-links ul li {
  padding: 10px 0;
}
#catalog-links ul li:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
#catalog-links ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #00745E;
  font-size: 16px;
  font-weight: 500;
}
#catalog-links ul li a img {
  width: 42px;
}
#catalog-links ul a {
  display: flex;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: url(../images/icon-dashboard-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: url(../images/icon-dashboard-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: url(../images/icon-user-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: url(../images/icon-map-pin-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--orders a:before {
  content: url(../images/icon-bag-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: url(../images/icon-wishlist-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--reclamations a:before {
  content: url(../images/icon-reclamations-dashboard-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: url(../images/icon-exit-default.svg);
  height: 18px;
  display: inline-block;
  margin-right: 8px;
}

.main-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: 1000;
  display: flex;
  align-items: stretch;
  width: 422px;
  max-width: 100vw;
  flex-direction: column;
}
.main-menu-wrapper.is-active {
  transform: translateX(0);
}
.main-menu-wrapper .menu-mobile-new-container {
  position: relative;
  max-width: 100%;
  flex: 1 1 auto;
}
.main-menu-wrapper .menu-mobile-new-container li > a {
  font-size: 14px;
}
.main-menu-wrapper .menu-mobile-new-container .back-menu {
  display: none;
  position: absolute;
  top: -30px;
  left: 35px;
  border: none;
  cursor: pointer;
  z-index: 10;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: transparent;
  outline: none;
}
.main-menu-wrapper .menu-mobile-new-container .back-menu:hover {
  opacity: 0.7;
}
.main-menu-wrapper .menu-mobile-new-container .menu-item-has-children > a {
  position: relative;
}
.main-menu-wrapper .menu-mobile-new-container .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url("../images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  transition: width 0.3s ease;
}
.main-menu-wrapper .menu-mobile-new-container .menu-item-has-children > a:focus {
  outline: none;
}
.main-menu-wrapper .menu-mobile-new-container .open-sub > a {
  position: relative;
}
.main-menu-wrapper .menu-mobile-new-container .open-sub > a button {
  position: absolute;
  padding: 15px;
  right: 0;
  opacity: 0;
}
.main-menu-wrapper .menu-scrollable {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.main-menu-wrapper .menu,
.main-menu-wrapper .sub-menu {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  width: 422px;
  max-width: 100%;
  background: #fff;
  flex-shrink: 0;
  height: 100%;
}
.main-menu-wrapper .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  width: 422px;
  transform: translateX(-100%);
  transition: transform 0.35s ease, opacity 0.25s ease;
  z-index: 1;
  overflow: scroll;
}
.main-menu-wrapper .sub-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 3;
}
.main-menu-wrapper .menu-item {
  padding: 0 25px;
  font-size: 16px;
}
.main-menu-wrapper .menu-item > a {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.25s ease;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 0;
}
.main-menu-wrapper .menu-item > a:hover {
  color: #C59D7A;
}
.main-menu-wrapper .menu-item:not(:last-child) a {
  border-bottom: 1px solid #E0E0E0;
}
.main-menu-wrapper .close-menu {
  position: absolute;
  top: -30px;
  right: 30px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-image: url("../images/close-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.main-menu-wrapper .menu-contacts-wrapper {
  padding: 30px 25px;
  margin-top: auto;
  flex: 0 0 auto;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block {
  display: flex;
  gap: 15px;
  align-items: center;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block:first-child {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #97989B;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block:not(:last-child) {
  margin-bottom: 64px;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block .menu-contacts {
  display: block;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block .menu-contacts .menu-contacts-title {
  font-family: "Gerhaus", sans-serif;
  color: #231F20;
  font-size: 17px;
  margin-bottom: 12px;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block .menu-contacts .menu-contacts-contact {
  color: #445E6E;
  font-size: 18px;
  font-weight: 400;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block .menu-contacts .menu-contacts-contact:not(:last-child) {
  margin-bottom: 8px;
}
.main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block .menu-contacts span, .main-menu-wrapper .menu-contacts-wrapper .menu-contacts-block .menu-contacts a {
  display: block;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 900;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.xoo-wsc-modal .xoo-wsc-bki:before {
  content: "\e912";
}
.xoo-wsc-modal .xoo-wsc-items-count {
  font-size: 10px;
  width: 21px;
  height: 21px;
  line-height: 21px;
}

.promotions-pagination {
  text-align: center;
}
.promotions-pagination .page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.promotions-pagination .page-numbers a,
.promotions-pagination .page-numbers .current {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #eadfd6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.promotions-pagination .page-numbers a {
  border-radius: 9999px;
  border: 1px solid #BDBDBD;
  background: #fff;
  color: #32383E;
}
.promotions-pagination .page-numbers a:hover, .promotions-pagination .page-numbers a:focus {
  border: 1px solid #A9833A;
  background: #fff;
  color: #A9833A;
}
.promotions-pagination .page-numbers.current {
  background: #A9833A;
  color: #fff;
  border-color: transparent;
}
.promotions-pagination .page-numbers .next-text,
.promotions-pagination .page-numbers .prev-text {
  position: absolute;
  content: "";
  background-position: center;
  width: 20px;
  height: 20px;
}
.promotions-pagination .page-numbers .prev-text {
  background-image: url("../images/front-page-next-arrow.svg");
}
.promotions-pagination .page-numbers .next-text {
  background-image: url("../images/front-page-prev-arrow.svg");
}

@media screen and (max-width: 480px) {
  .cart-preview-toggle .xoo-wsc-sc-subt {
    display: none !important;
  }
}

#menu-mobile-new .sub-menu > li {
  /* Различни икони по класове от менюто */
}
#menu-mobile-new .sub-menu > li > a {
  flex-direction: row;
}
#menu-mobile-new .sub-menu > li > a::before {
  content: "";
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 10px;
}
#menu-mobile-new .sub-menu > li.lechenie-i-zdrave > a::before {
  background-image: url("../images/header-icons/lechenie-i-zdrave.svg");
}
#menu-mobile-new .sub-menu > li.maika-i-dete > a::before {
  background-image: url("../images/header-icons/mayka-i-dete.svg");
}
#menu-mobile-new .sub-menu > li.vitamini-i-minerali > a::before {
  background-image: url("../images/header-icons/vitamini-i-minerali.svg");
}
#menu-mobile-new .sub-menu > li.kozmetika-krasota-lichna-higiena > a::before {
  background-image: url("../images/header-icons/kozmetika-krasota-i-lichna-higiena.svg");
}
#menu-mobile-new .sub-menu > li.medicinski-izdelia-konsumativi > a::before {
  background-image: url("../images/header-icons/meditsinski-izdeliya-i-konsumativi.svg");
}
#menu-mobile-new .sub-menu > li.zdravoslovno-hranene-chaiove-i-bilki > a::before {
  background-image: url("../images/header-icons/zdravoslovno-hranene-chayove-i-bilki.svg");
}
#menu-mobile-new .sub-menu > li.sport-fitnes-proteinovi-hrani > a::before {
  background-image: url("../images/header-icons/sport-fitnes-i-proteinovi-hrani.svg");
}

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