* {
  box-sizing: border-box;
}

:root {
  --color-315C52: #315C52;
  --color-24272A: #24272A;
  --color-E3CC81: #E3CC81;
  --color-B2C0B3: #B2C0B3;
  --color-8FACBA: #8FACBA;
  --color-E2E2E2: #E2E2E2;
  --color-D73C46: #D73C46;
  --color-6C6E79: #6C6E79;
  --color-w: #ffffff;

  --custom-vh: 100%;
}

body.no-scroll {
  overflow: hidden;
  height: calc(var(--custom-vh) * 100);
}

@supports not selector(::-webkit-scrollbar) {

  #simplecheckout_cart .cart__list,
  .simplecheckout .basket__row .dropdown-address,
  .list-group,
  .mobile-sort-modal__body,
  .cart-modal .cart-modal__prods,
  .list.wishlist-modal__list,
  .modal-new .modal-new__body,
  #mobile-navbar,
  #mobile-navbar .nav-wrapper,
  #search.search-new .live-search {
    scrollbar-width: thin;
    scrollbar-color: var(--color-315C52) var(--color-E2E2E2);
  }
}

@supports selector(::-webkit-scrollbar) {

  #simplecheckout_cart .cart__list,
  .simplecheckout .basket__row .dropdown-address,
  .list-group,
  .mobile-sort-modal__body,
  .cart-modal .cart-modal__prods,
  .list.wishlist-modal__list,
  .modal-new .modal-new__body,
  #mobile-navbar,
  #mobile-navbar .nav-wrapper,
  #search.search-new .live-search {
    scrollbar-width: auto;
    scrollbar-color: auto;
  }

  #simplecheckout_cart .cart__list::-webkit-scrollbar,
  .simplecheckout .basket__row .dropdown-address::-webkit-scrollbar,
  .list-group::-webkit-scrollbar,
  .mobile-sort-modal__body::-webkit-scrollbar,
  .cart-modal .cart-modal__prods::-webkit-scrollbar,
  .list.wishlist-modal__list::-webkit-scrollbar,
  .modal-new .modal-new__body::-webkit-scrollbar,
  #mobile-navbar::-webkit-scrollbar,
  #mobile-navbar .nav-wrapper::-webkit-scrollbar,
  #search.search-new .live-search::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  #simplecheckout_cart .cart__list::-webkit-scrollbar-track,
  .simplecheckout .basket__row .dropdown-address::-webkit-scrollbar-track,
  .list-group::-webkit-scrollbar-track,
  .mobile-sort-modal__body::-webkit-scrollbar-track,
  .cart-modal .cart-modal__prods::-webkit-scrollbar-track,
  .list.wishlist-modal__list::-webkit-scrollbar-track,
  .modal-new .modal-new__body::-webkit-scrollbar-track,
  #mobile-navbar::-webkit-scrollbar-track,
  #mobile-navbar .nav-wrapper::-webkit-scrollbar-track,
  #search.search-new .live-search::-webkit-scrollbar-track {
    background: var(--color-E2E2E2);
  }

  #simplecheckout_cart .cart__list::-webkit-scrollbar-thumb,
  .simplecheckout .basket__row .dropdown-address::-webkit-scrollbar-thumb,
  .list-group::-webkit-scrollbar-thumb,
  .mobile-sort-modal__body::-webkit-scrollbar-thumb,
  .cart-modal .cart-modal__prods::-webkit-scrollbar-thumb,
  .list.wishlist-modal__list::-webkit-scrollbar-thumb,
  .modal-new .modal-new__body::-webkit-scrollbar-thumb,
  #mobile-navbar::-webkit-scrollbar-thumb,
  #mobile-navbar .nav-wrapper::-webkit-scrollbar-thumb,
  #search.search-new .live-search::-webkit-scrollbar-thumb {
    background-color: var(--color-315C52);
    border-radius: 0;
    border: none;
  }
}

.home-faq-new .faq__container,
body .container-new {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #333;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
}

.home-faq-new .faq__container *,
body .container-new * {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-24272A);
}

.header-top-new {
  background-color: var(--color-B2C0B3);
}

.header-benefits {
  display: flex;
  gap: 20px;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  padding: 4px 0;
  position: relative;
}

.header-benefits__item {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: var(--color-315C52);
  font-family: Geologica;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  gap: 4px;
}

.header-benefits__item.header-benefits__item--np::before {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-repeat: repeat;
  background-position: center;
  background-size: 20px;
  background-image: url('../assets/img/icon/np-black.svg');
  transition: all 0.3s;
}

.product-gallery.product-gallery-new .swiper-button-prev,
.product-gallery.product-gallery-new .swiper-button-next,
.header-benefits .swiper-button-prev,
.header-benefits .swiper-button-next {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s;
  border: none;
  color: var(--color-315C52);
  margin: 0;
  transform: translateY(-50%);
}

.product-gallery.product-gallery-new .swiper-button-prev::after,
.product-gallery.product-gallery-new .swiper-button-next::after,
.header-benefits .swiper-button-prev::after,
.header-benefits .swiper-button-next::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  -webkit-mask-image: url('../assets/img/icon/arrow-left-gr.svg');
  mask-image: url('../assets/img/icon/arrow-left-gr.svg');
  transition: all 0.3s;
}

.product-gallery.product-gallery-new .swiper-button-next::after,
.header-benefits .swiper-button-next::after {
  transform: rotate(180deg);
}

.product-gallery.product-gallery-new .swiper-button-prev:hover,
.product-gallery.product-gallery-new .swiper-button-next:hover,
.header-benefits .swiper-button-prev:hover,
.header-benefits .swiper-button-next:hover {
  background-color: var(--color-315C52);
  border: none;
  color: var(--color-w);
}

.header-main-new {
  background-color: var(--color-315C52);
}

.logo .logo__link,
.desk-logo .desk-logo__link {
  display: flex;
  align-items: center;
}

.desk-logo {
  position: relative;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

.nav-list.nav-list-new {
  margin: 0;
  gap: 20px;
}

.nav-list.nav-list-new a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  color: var(--color-E3CC81);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s;
  font-family: "Geologica", sans-serif;
}

.nav-list.nav-list-new a:hover,
.nav-list.nav-list-new a:active,
.nav-list.nav-list-new li.active a {
  color: var(--color-w);
}

.nav-list.nav-list-new a::after,
.nav-list.nav-list-new li.active a::after {
  content: none;
}

.nav-list.nav-list-new a:hover,
.nav-list.nav-list-new a:active,
.nav-list.nav-list-new li.active a {
  color: var(--color-w);
}

#menu-btn a::after {
  position: static;
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url('../assets/img/icon/icon-down-y.svg');
  mask-image: url('../assets/img/icon/icon-down-y.svg');
  visibility: visible;
  transform-origin: unset;
  transition: all 0.3s;
}

#menu-btn.active a::after {
  transform: rotate(180deg);
}

.language-header {
  padding: 8px;
}

.language-header form {
  display: flex;
  gap: 4px;
  align-items: center;
}

.language-header form button,
.language-header form button.language-select {
  display: inline-flex;
  padding: 2px;
  color: var(--color-E3CC81);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  transition: all 0.3s;
}

.language-header form button.active {
  font-weight: 700;
}

.language-header form button.active:hover,
.language-header form button.active:active,
.language-header form button.language-select:hover,
.language-header form button.language-select:active {
  color: var(--color-w);
}

.header-btn.header-btn-new {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: var(--color-315C52);
  transition: all 0.3s;
}

.header-btn.header-btn-new:hover {
  background: var(--color-24272A);
}

.header-btn.header-btn-new .btn {
  padding: 0;
}

.header-main-new .header__nav-right {
  gap: 0;
}

.header-btn.header-btn-new .hamb-btn,
.header-btn.header-btn-new .search-btn,
.header-btn.header-btn-new .search_btn,
.header-btn.header-btn-new .cart_btn,
.header-btn.header-btn-new .btn {
  display: inline-flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  color: var(--color-E3CC81);
  transition: all 0.3s;
}

.header-btn.header-btn-new .hamb-btn:hover,
.header-btn.header-btn-new .cart_btn:hover,
.header-btn.header-btn-new .search-btn:hover,
.header-btn.header-btn-new .search_btn:hover,
.header-btn.header-btn-new .btn:hover {
  color: var(--color-w);
}

.search-btn,
.search_btn {
  -webkit-mask-image: url('../assets/img/icon/icon-search-y.svg');
  mask-image: url('../assets/img/icon/icon-search-y.svg');
}

.header-btn-new .btn.account_login,
.header-btn-new .btn.quick_signup {
  -webkit-mask-image: url('../assets/img/icon/icon-ac-y.svg');
  mask-image: url('../assets/img/icon/icon-ac-y.svg');
}

.header-btn-new #wishlist-total {
  -webkit-mask-image: url('../assets/img/icon/icon-heart-y.svg');
  mask-image: url('../assets/img/icon/icon-heart-y.svg');
}

.header-btn-new .cart_btn {
  -webkit-mask-image: url('../assets/img/icon/icon-cart-y.svg');
  mask-image: url('../assets/img/icon/icon-cart-y.svg');
}

.header-btn-new .hamb-btn {
  -webkit-mask-image: url('../assets/img/icon/icon-mebu-y.svg');
  mask-image: url('../assets/img/icon/icon-mebu-y.svg');
}

.header-btn-new .hamb-btn.active {
  -webkit-mask-image: url('../assets/img/icon/icon-close-y.svg');
  mask-image: url('../assets/img/icon/icon-close-y.svg');
}

.search-btn.active,
.search_btn.active {
  -webkit-mask-image: url('../assets/img/icon/icon-close-y.svg');
  mask-image: url('../assets/img/icon/icon-close-y.svg');
}

.header-btn-new .dropdown-menu {
  border: 1px solid var(--color-8FACBA);
  background-color: var(--color-w);
  box-shadow: none;
}

.header-btn-new #cart-total2 {
  display: flex;
  right: auto;
  left: 24px;
  top: 4px;
  min-width: 12px;
  width: max-content;
  height: 12px;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 333px;
  background: var(--color-w);
  color: var(--color-315C52);
  text-align: center;
  font-size: 11px;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.header-main-new .header__wrapper.mobile {
  gap: 12px;
  margin: 0;
  padding: 12px 0;
  justify-content: space-between;
}

.header-mobile .header-mobile__right,
.header-mobile .header-mobile__left {
  display: flex;
}

.main-header {
  height: auto;
  z-index: 101;
}

.logo .logo__link {
  position: static;
}

#main-backdrop {
  position: fixed;
  top: 96px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 100;
  pointer-events: all;
  display: none;
}

#main-backdrop.active {
  display: block;
}

#search.search-new {
  padding: 0 12px 12px 12px;
  background-color: var(--color-315C52);
  position: fixed;
  width: 100%;
  top: 96px;
}

#search .wrap {
  width: 100%;
}

.search-new .search-new__input {
  width: 100%;
  height: 40px;
  padding: 8px 12px 8px 36px;
  border-radius: 8px;
  border: 1px solid var(--color-6C6E79);
  background-color: var(--color-w);
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url('../assets/img/icon/icon-search-black.svg');
}

.search-new .search-new__input:hover {
  border-color: var(--color-315C52);
}

.search-new .search-new__input:focus,
.search-new .search-new__input:active {
  border-color: var(--color-315C52);
  box-shadow: 0 0 0 2px #B5D3CD !important;
}

#search.search-new .live-search {
  margin: 0;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid var(--color-8FACBA);
  background-color: #FFF;
  box-shadow: none;
  top: calc(100% - 4px);
  width: calc(100% - 24px);
  left: 12px;
  max-height: calc(var(--custom-vh) * 100 - 148px);
  overflow: auto;
}

#search.search-new .live-search .result-text {
  display: flex;
  text-align: left;
  justify-content: flex-start;
  position: static;
  background-color: transparent;
}

.search-new .live-search .result-text .btn {
  width: 100%;
  display: flex;
  text-align: left;
  justify-content: flex-start;
  padding: 8px 0 0 0;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  color: var(--color-315C52);
  text-overflow: ellipsis;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: color 0.3s;
}

.search-new .live-search .result-text .btn:hover,
.search-new .live-search .result-text .btn:active {
  color: var(--color-24272A) !important;
}

#search.search-new .live-search ul {
  margin-bottom: 16px;
}

#search.search-new .live-search ul li {
  margin: 0;
  padding: 0;
  border: none;
  min-height: 50px;
}

#search.search-new .live-search ul li:hover {
  background-color: transparent;
}

#search.search-new .live-search ul li a {
  min-height: 50px;
  align-items: center;
  position: relative;
  gap: 8px;
}

#search.search-new .live-search ul li .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex-shrink: 0;
  width: 42px;
}

#search.search-new .live-search .product-image img {
  display: inline-flex;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  object-fit: contain;
  overflow: hidden;
}

.search-new .live-search a .product-info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 50px);
  flex-grow: 1;

}

#search.search-new .live-search a .product-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-315C52);
  font: 300 15px "Geologica", sans-serif !important;
  line-height: 24px;
  transition: color 0.3s;
}

#search.search-new .live-search a:hover .product-name {
  color: var(--color-24272A);
}

#search.search-new .live-search a .product-price {
  color: var(--color-24272A);
  font: 300 15px "Geologica", sans-serif !important;
  line-height: 24px;
  text-align: left;
  width: 100%;
}

.header-desktop .menu-body {
  background-color: #FDFAF3;
}

.header-desktop .header-desktop__menu-body {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

.header-desktop .header-desktop__menu-links {
  flex-grow: 1;
}

.header-desktop .header-desktop__menu-links-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 24px;
  column-gap: 24px;
  row-gap: 0;
  padding: 24px;
  width: 100%;
}

.header-desktop .header-desktop__menu-special-link,
.header-desktop .header-desktop__menu-links-list .category a {
  display: flex;
  padding: 8px 0;
  align-items: center;
  gap: 8px;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-315C52);
}

.header-desktop .header-desktop__menu-links-list .category .all__category {
  font-weight: 700;
}

.header-desktop .header-desktop__menu-special-link:hover,
.header-desktop .header-desktop__menu-special-link:active,
.header-desktop .header-desktop__menu-links-list .category a:hover,
.header-desktop .header-desktop__menu-links-list .category a:active {
  color: var(--color-24272A);
}

.header-desktop .header-desktop__menu-special-links {
  width: 320px;
  padding: 24px;
  flex-shrink: 0;
  gap: 0;
}

.menu-banner {
  width: 100%;
  height: 168px;
  overflow: hidden;
}

.menu-banner .menu-banner__item {
  width: 100%;
  height: 100%;
}

.menu-banner .menu-banner__link {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.menu-banner .menu-banner__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-banner .menu-banner__title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  color: var(--color-w);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.mobile-navbar-new .mobile-navbar-new__special-icon,
.header-desktop .header-desktop__menu-special-link-icon {
  display: inline-flex;
  width: 29px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../assets/img/icon/graf_symbol.svg');
}

#mobile-navbar.mobile-navbar-new {
  right: 0;
  top: -100%;
  z-index: 100;
  max-height: calc(var(--custom-vh) * 100 - 96px);
  width: 100%;
}

#mobile-navbar.mobile-navbar-new.open {
  top: 96px;
}

#mobile-navbar .nav-wrapper {
  padding: 0;
  height: 100%;
}

#mobile-navbar.mobile-navbar-new .nav-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  background-color: var(--color-E2E2E2);
}

.mobile-navbar-new .mobile-navbar-new__nav-links {
  background-color: var(--color-w);
}

#mobile-navbar.mobile-navbar-new .mobile-navbar-new__parent-links {
  gap: 0;
  margin: 0;
}

#mobile-navbar.mobile-navbar-new .mobile-navbar-new__link.mobile-navbar-new__link--toggle {
  justify-content: space-between;
}

#mobile-navbar.mobile-navbar-new .mobile-navbar-new__link {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 12px;
  transition: color 0.3s;
}

#mobile-navbar.mobile-navbar-new .mobile-navbar-new__link:hover,
#mobile-navbar.mobile-navbar-new .mobile-navbar-new__link:focus,
#mobile-navbar.mobile-navbar-new .mobile-navbar-new__link:active {
  color: var(--color-24272A);
}

#ocfilter .ocf-option-name::after,
#simplecheckout_shipping_address .nice-select::after,
#simplecheckout_shipping .nice-select::after,
#simplecheckout_payment .nice-select::after,
.filter-select .nice-select::after,
.home-faq-new .faq-question .icon,
.new-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-repeat: repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.3s;
}

.new-icon.new-icon--48 {
  width: 48px;
  height: 48px;
  background-size: 48px;
}
.new-icon.new-icon--20 {
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.new-icon.new-icon--np-original {
  background-image: url('../assets/img/icon/np-original.svg');
}
.new-icon.new-icon--np-black {
  background-image: url('../assets/img/icon/np-black.svg');
}
.new-icon.new-icon--delivery {
  background-image: url('../assets/img/icon/icon-delivery-gray.svg');
}
.new-icon.new-icon--delivery-box {
  background-image: url('../assets/img/icon/icon-delivery-box-gray.svg');
}

.new-icon.new-icon--cash {
  background-image: url('../assets/img/icon/icon-cash-gray.svg');
}
.new-icon.new-icon--payment-in-installments {
  background-image: url('../assets/img/icon/icon-payment-in-installments-gray.svg');
}
.new-icon.new-icon--privat {
  background-image: url('../assets/img/icon/icon-privat.svg');
}
.new-icon.new-icon--mono {
  background-image: url('../assets/img/icon/icon-monobank.svg');
}
.new-icon.new-icon--safe-children {
  background-image: url('../assets/img/icon/icon-safe-children.svg');
}

.new-icon.new-icon--sort {
  background-image: url('../assets/img/icon/icon-sort.svg');
}

.new-icon.new-icon--filtr {
  background-image: url('../assets/img/icon/icon-filtr-w.svg');
}

.new-icon.new-icon--advantages-np {
  background-image: url('../assets/img/icon/np-l-green.svg');
}
.new-icon.new-icon--delivery-box-green {
  background-image: url('../assets/img/icon/delivery-box-green.svg');
}
.new-icon.new-icon--advantages1 {
  background-image: url('../assets/img/icon/icon-advantages1.svg');
}

.new-icon.new-icon--advantages2 {
  background-image: url('../assets/img/icon/icon-advantages2.svg');
}

.new-icon.new-icon--advantages3 {
  background-image: url('../assets/img/icon/icon-advantages3.svg');
}

.new-icon.new-icon--advantages4 {
  background-image: url('../assets/img/icon/icon-advantages4.svg');
}

.new-icon.new-icon--instagram-w {
  background-image: url('../assets/img/icon/icon-instagram-w.svg');
}

#simplecheckout_shipping_address .nice-select::after,
#simplecheckout_shipping .nice-select::after,
#simplecheckout_payment .nice-select::after,
#ocfilter .ocf-option-name::after,
.filter-select .nice-select::after,
.home-faq-new .faq-question .icon,
.new-icon.new-icon--arrow-down {
  background-image: url('../assets/img/icon/arrow-down-black.svg');
}

.new-icon.new-icon--wishlist {
  background-image: url('../assets/img/icon/icon-heart-gr.svg');
}

.new-icon.new-icon--phone {
  background-image: url('../assets/img/icon/icon-tel-gr.svg');
}

.new-icon.new-icon--point-on-map {
  background-image: url('../assets/img/icon/icon-point-gr.svg');
}

.new-icon.new-icon--point-on-map-g {
  background-image: url('../assets/img/icon/icon-point-gray.svg');
}

.new-icon.new-icon--clock {
  background-image: url('../assets/img/icon/icon-time-gr.svg');
}

.new-icon.new-icon--clock-g {
  background-image: url('../assets/img/icon/icon-time-gray.svg');
}

.new-icon.new-icon--mail-g {
  background-image: url('../assets/img/icon/icon-mail-gray.svg');
}

.new-icon.new-icon--instagram {
  background-image: url('../assets/img/icon/icon-instagram-gr.svg');
}

.new-icon.new-icon--viber {
  background-image: url('../assets/img/icon/icon-viber-gr.svg');
}

.new-icon.new-icon--whatsapp {
  background-image: url('../assets/img/icon/icon-whatsapp-gr.svg');
}

.new-icon.new-icon--facebook {
  background-image: url('../assets/img/icon/icon-facebook-gr.svg');
}

.new-icon.new-icon--telegram {
  background-image: url('../assets/img/icon/icon-telegram-gr.svg');
}

.new-icon.new-icon--google-color {
  background-image: url('../assets/img/icon/icon-google-color.svg');
}

.new-icon.new-icon--face-color {
  background-image: url('../assets/img/icon/icon-facebook-color.svg');
}

#menu-drop.open a .new-icon.new-icon--arrow-down {
  transform: rotate(180deg);
}

#mobile-navbar.mobile-navbar-new .mobile-navbar-new__link.mobile-navbar-new__link--b {
  font-weight: 700;
}

#mobile-navbar.mobile-navbar-new .mobile-navbar-new__categories-links {
  margin: 0;
  gap: 0;
}

.mobile-navbar-new #menu-drop.open>#menu-body {
  margin-top: 0;
}

#mobile-navbar.mobile-navbar-new .mobile-navbar-new__categories-links .mobile-navbar-new__link {
  padding: 12px 12px 12px 32px;
  border-bottom: 1px solid var(--color-E2E2E2);
}

.mobile-navbar-new #form-language-1 {
  display: none;
}

.mobile-navbar-new .language-header {
  padding: 12px;
  background-color: var(--color-w);
}

.mobile-navbar-new .language-header form {
  padding: 8px;
}

.mobile-navbar-new .language-header form button {
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
}

.mobile-navbar-new .language-header form button:hover,
.mobile-navbar-new .language-header form button:active {
  color: var(--color-24272A);
}

.mobile-menu-info {
  background-color: var(--color-w);
}

.main-footer .main-footer__social-list,
.mobile-menu-info .mobile-menu-info__list,
.mobile-menu-info .mobile-menu-info__social-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.mobile-menu-info .mobile-menu-info__list {
  flex-direction: column;
}

.mobile-menu-info .mobile-menu-info__social-list {
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px;
}

.main-footer .main-footer__social-link,
.mobile-menu-info .mobile-menu-info__social-link {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 8px 4px;
  transition: color 0.3s;
}

.close.close-new {
  position: absolute;
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s;
  border: none;
  color: var(--color-24272A);
  margin: 0;
  opacity: 1;
  top: 20px;
  right: 24px;
}

.checkout-simplecheckout #simple_login_header::after,
.close.close-new::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  -webkit-mask-image: url('../assets/img/icon/icon-close-y.svg');
  mask-image: url('../assets/img/icon/icon-close-y.svg');
  transition: all 0.3s;
}

.close.close-new:hover {
  background-color: var(--color-315C52);
  border: none;
  color: var(--color-w);
}

.modal-new .modal-new__content {
  max-height: calc(var(--custom-vh) * 100 - 72px);
}

.modal-new .modal-new__dialog .modal-new__content {
  border-radius: 8px;
  overflow: hidden;
}

.modal.modal-new .modal-new__content,
#modal-quicksignup .modal-new__content {
  max-width: 513px;
}

#cart .cart-modal .cart-modal__title,
.wishlist-modal .wishlist-modal__title,
.modal-new .modal-new__header {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #DEDEDE;
  background-color: var(--color-w);
}

#cart .cart-modal .cart-modal__title,
.wishlist-modal .wishlist-modal__title,
.modal-new .modal-new__header .modal-new__title {
  max-width: calc(100% - 50px);
  text-align: left;
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.modal-new .modal-new__body {
  max-height: calc(var(--custom-vh) * 100 - 137px);
  padding: 20px;
  overflow: auto;
}

.social-login-new {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid var(--color-E2E2E2);
  padding-bottom: 28px;
}

.social-login-new .social-login-new__text-devider {
  position: absolute;
  left: 50%;
  bottom: -12px;
  color: var(--color-6C6E79);
  padding: 0 12px;
  transform: translateX(-50%);
  background-color: var(--color-w);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.social-login-new .btn-secondary {
  flex-grow: 1;
  width: 100%;
}
.product-main-btns .btn.btn-secondary,
.prod-reviews-new .prod-reviews-new__btn,
.pagination-block-new .btn-secondary,
#cart .cart-modal .cl.btn-secondary,
.btn-secondary {
  display: inline-flex;
  padding: 12px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--color-315C52);
  transition: all 0.3s;
  background-color: var(--color-w);
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  height: 48px;
}
.product-main-btns .btn.btn-secondary:hover,
.product-main-btns .btn.btn-secondary:active,
.product-main-btns .btn.btn-secondary:focus,
.prod-reviews-new .prod-reviews-new__btn:hover,
.prod-reviews-new .prod-reviews-new__btn:active,
.prod-reviews-new .prod-reviews-new__btn:focus,
.pagination-block-new .btn-secondary:hover,
.pagination-block-new .btn-secondary:active,
.pagination-block-new .btn-secondary:focus,
#reviews_form .btn-secondary:hover,
#reviews_form .btn-secondary:active,
#reviews_form .btn-secondary:focus,
#cart .cart-modal .cl.btn-secondary:hover,
#cart .cart-modal .cl.btn-secondary:active,
#cart .cart-modal .cl.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: var(--color-315C52);
  color: var(--color-w);
}

.search_in #button-search.btn-primary-new,
.simplecheckout-button-center .button.btn-primary.btn,
.checkout-simplecheckout #simplecheckout_button_login,
.home-inst-new .btn-primary-new.home-inst-new__btn,
.home-about-new .btn-primary-new.home-about-new__btn,
.home-hero .home-hero__btn.btn-primary-new,
#cart .cart-modal .checkout.btn-primary-new,
.total_wishlist .totals .buy_all.btn-primary-new,
#quick-login .btn.btn-primary-new,
#reviews_form .btn-primary-new,
.btn-primary-new {
  display: inline-flex;
  padding: 12px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  transition: all 0.3s;
  background-color: var(--color-315C52);
  color: var(--color-w);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  height: 48px;
  border: none;
}

.search_in #button-search.btn-primary-new:hover,
.search_in #button-search.btn-primary-new:active,
.search_in #button-search.btn-primary-new:focus,
.simplecheckout-button-center .button.btn-primary.btn:hover,
.simplecheckout-button-center .button.btn-primary.btn:active,
.simplecheckout-button-center .button.btn-primary.btn:focus,
.checkout-simplecheckout #simplecheckout_button_login:hover,
.checkout-simplecheckout #simplecheckout_button_login:active,
.checkout-simplecheckout #simplecheckout_button_login:focus,
.home-inst-new .btn-primary-new.home-inst-new__btn:hover,
.home-inst-new .btn-primary-new.home-inst-new__btn:active,
.home-inst-new .btn-primary-new.home-inst-new__btn:focus,
.home-about-new .btn-primary-new.home-about-new__btn:hover,
.home-about-new .btn-primary-new.home-about-new__btn:active,
.home-about-new .btn-primary-new.home-about-new__btn:focus,
.home-hero .home-hero__btn.btn-primary-new:hover,
.home-hero .home-hero__btn.btn-primary-new:active,
.home-hero .home-hero__btn.btn-primary-new:focus,
#cart .cart-modal .checkout.btn-primary-new:hover,
#cart .cart-modal .checkout.btn-primary-new:active,
#cart .cart-modal .checkout.btn-primary-new:focus,
.total_wishlist .totals .buy_all.btn-primary-new:hover,
.total_wishlist .totals .buy_all.btn-primary-new:active,
.total_wishlist .totals .buy_all.btn-primary-new:focus,
#quick-login .btn.btn-primary-new:hover,
#quick-login .btn.btn-primary-new:active,
#quick-login .btn.btn-primary-new:focus,
#reviews_form .btn-primary-new:hover,
#reviews_form .btn-primary-new:active,
#reviews_form .btn-primary-new:focus,
.btn-primary-new:hover,
.btn-primary-new:focus,
.btn-primary-new:active {
  background-color: var(--color-24272A);
}

.search_in #button-search.btn-primary-new,
.checkout-simplecheckout #simplecheckout_button_login,
#quick-login .btn.btn-primary-new {
  width: 100%;
}

.modal-new .quick-login-new.log_pan {
  padding-top: 28px;
  border: none;
  margin-bottom: 16px;
}

.simplecheckout .simplecheckout-block .basket__row,
#simplecheckout_customer .basket__row,
#simplecheckout_login .form-group,
.form-group-new {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-items: stretch;
}

.simplecheckout .simplecheckout-block .basket__row,
#simplecheckout_customer .basket__row,
#simplecheckout_login .form-group {
  margin: 0;
  max-width: 100%;
}

.simplecheckout .simplecheckout-block .basket__row:not(:last-child),
#simplecheckout_customer .basket__row:not(:last-child) {
  margin-bottom: 24px;
}

#simplecheckout_login .form-group:not(:last-child),
.form-group-new:not(:last-child) {
  margin-bottom: 12px;
  margin-left: 0;
  max-width: 100%;
}

.simplecheckout .simplecheckout-block .basket__row:last-child,
#simplecheckout_customer .basket__row:last-child,
#simplecheckout_login .form-group:last-child,
.form-group-new:last-child {
  margin-bottom: 0;
}

.form-group-new.doub {
  flex-direction: row;
  align-items: center;
}

.simplecheckout .simplecheckout-block .basket__row .basket__row-label,
#simplecheckout_customer .basket__row .basket__row-label,
#simplecheckout_login .form-group .control-label,
.control-label-new,
#reviews_form .form-group-new .control-label-new,
.form-group-new .control-label-new {
  margin: 0;
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.simplecheckout .simplecheckout-block .basket__row .basket__row-label,
#simplecheckout_customer .basket__row .basket__row-label {
  padding: 0;
  flex: unset;
  max-width: 100%;
  cursor: pointer;
}

.simplecheckout .simplecheckout-block .basket__row .basket__row-label::after,
#simplecheckout_customer .basket__row .basket__row-label::after {
  color: var(--color-24272A);
}

.simplecheckout .basket__delivery-comment textarea,
#simplecheckout_shipping_address .nice-select,
#simplecheckout_shipping .nice-select,
#simplecheckout_payment .nice-select,
.simplecheckout-block .basket__row .basket__row-input input:not([type=checkbox]),
#simplecheckout_customer .basket__row-input input:not([type=checkbox]),
#simplecheckout_login .form-group .form-control,
.modal-new--product-reviews #reviews_form #input-name.form-control-new,
.modal-new--product-reviews #reviews_form .form-control-new.form-control-new--text,
#reviews_form input.form-control-new.form-control-new--text,
#simplecheckout_cart input.form-control-new.form-control-new--text,
#cart input.form-control-new.form-control-new--text,
input.form-control-new.form-control-new--text,
.modal.modal-new input.form-control-new.form-control-new--text,
#modal-quicksignup input.form-control-new.form-control-new--text,
.form-group-new input.form-control-new.form-control-new--text {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  align-items: center;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--color-6C6E79);
  background: var(--color-w);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s;
  font-style: normal;
  color: var(--color-24272A);
}

.simplecheckout .basket__delivery-comment textarea:hover,
#simplecheckout_shipping_address .nice-select:hover,
#simplecheckout_shipping .nice-select:hover,
#simplecheckout_payment .nice-select:hover,
.simplecheckout-block .basket__row .basket__row-input input:not([type=checkbox]):hover,
#simplecheckout_customer .basket__row-input input:not([type=checkbox]):hover,
#simplecheckout_login .form-group .form-control:hover,
.modal-new--product-reviews #reviews_form #input-name.form-control-new:hover,
.modal-new--product-reviews #reviews_form .form-control-new.form-control-new--text:hover,
#simplecheckout_cart input.form-control-new.form-control-new--text:hover,
#cart input.form-control-new.form-control-new--text:hover,
input.form-control-new.form-control-new--text:hover,
.modal.modal-new input.form-control-new.form-control-new--text:hover,
#modal-quicksignup input.form-control-new.form-control-new--text:hover,
.form-group-new input.form-control-new.form-control-new--text:hover {
  border-color: var(--color-315C52);
}

.simplecheckout .basket__delivery-comment textarea:active,
.simplecheckout .basket__delivery-comment textarea:focus,
#simplecheckout_shipping_address .nice-select:active,
#simplecheckout_shipping .nice-select:active,
#simplecheckout_payment .nice-select:active .simplecheckout-block .basket__row .basket__row-input input:not([type=checkbox]):active,
#simplecheckout_customer .basket__row-input input:not([type=checkbox]):active,
#simplecheckout_login .form-group .form-control:active,
.modal-new--product-reviews #reviews_form #input-name.form-control-new:active,
.modal-new--product-reviews #reviews_form .form-control-new.form-control-new--text:active,
#simplecheckout_cart input.form-control-new.form-control-new--text:active,
#cart input.form-control-new.form-control-new--text:active,
input.form-control-new.form-control-new--text:active,
#modal-quicksignup input.form-control-new.form-control-new--text:active,
.modal.modal-new input.form-control-new.form-control-new--text:active,
.form-group-new input.form-control-new.form-control-new--text:active,
#simplecheckout_shipping_address .nice-select:focus,
#simplecheckout_shipping .nice-select:focus,
#simplecheckout_payment .nice-select:focus,
.simplecheckout-block .basket__row .basket__row-input input:not([type=checkbox]):focus,
#simplecheckout_customer .basket__row-input input:not([type=checkbox]):focus,
#simplecheckout_login .form-group .form-control:focus,
.modal-new--product-reviews #reviews_form #input-name.form-control-new:focus,
.modal-new--product-reviews #reviews_form .form-control-new.form-control-new--text:focus,
#simplecheckout_cart input.form-control-new.form-control-new--text:focus,
#cart input.form-control-new.form-control-new--text:focus,
input.form-control-new.form-control-new--text:focus,
#modal-quicksignup input.form-control-new.form-control-new--text:focus,
.modal.modal-new input.form-control-new.form-control-new--text:focus,
.form-group-new input.form-control-new.form-control-new--text:focus {
  border-color: var(--color-315C52);
  box-shadow: 0 0 0 2px #B5D3CD !important;
}

.simplecheckout-block .basket__row .basket__row-input input:not([type=checkbox]):disabled,
#simplecheckout_customer .basket__row-input input:not([type=checkbox]):disabled,
#simplecheckout_login .form-group .form-control:disabled,
#simplecheckout_cart input.form-control-new.form-control-new--text:disabled,
#cart input.form-control-new.form-control-new--text:disabled,
input.form-control-new.form-control-new--text:disabled,
#modal-quicksignup input.form-control-new.form-control-new--text:disabled,
.modal.modal-new input.form-control-new.form-control-new--text:disabled,
.form-group-new input.form-control-new.form-control-new--text:disabled,
#simplecheckout_cart input.form-control-new.form-control-new--text.disabled,
#cart input.form-control-new.form-control-new--text.disabled,
input.form-control-new.form-control-new--text.disabled,
.modal.modal-new input.form-control-new.form-control-new--text.disabled,
#modal-quicksignup input.form-control-new.form-control-new--text.disabled,
.form-group-new input.form-control-new.form-control-new--text.disabled {
  pointer-events: none;
  border-color: var(--color-E2E2E2);
  opacity: 0.8;
}

.simplecheckout-block .basket__row .basket__row-input input[data-valid="false"],
#simplecheckout_customer .basket__row-input input[data-valid="false"],
#simplecheckout_login .form-group .form-control.error,
.modal-new--product-reviews #reviews_form #input-name.form-control-new.error,
.modal-new--product-reviews #reviews_form .form-control-new.form-control-new--text.error,
#simplecheckout_cart input.form-control-new.form-control-new--text.error,
#cart input.form-control-new.form-control-new--text.error,
input.form-control-new.form-control-new--text.error,
#modal-quicksignup input.form-control-new.form-control-new--text.error,
.form-group-new input.form-control-new.form-control-new--text.error {
  border-color: var(--color-D73C46);
}

.simplecheckout-block .basket__row .basket__row-input input:not([type=checkbox])::placeholder,
#simplecheckout_customer .basket__row-input input:not([type=checkbox])::placeholder,
#simplecheckout_login .form-group .form-control::placeholder,
.modal-new--product-reviews #reviews_form .form-control-new.form-control-new--text::placeholder,
#simplecheckout_cart input.form-control-new.form-control-new--text::placeholder,
#cart input.form-control-new.form-control-new--text::placeholder,
input.form-control-new.form-control-new--text::placeholder,
.modal.modal-new input.form-control-new.form-control-new--text::placeholder,
#modal-quicksignup input.form-control-new.form-control-new--text::placeholder,
.form-group-new input.form-control-new.form-control-new--text::placeholder {
  color: var(--color-6C6E79);
}

.modal.modal-new .custom-checkbox,
.custom-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s;
  color: var(--color-24272A);
  margin: 0;
}

.modal.modal-new .custom-checkbox input,
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.modal.modal-new .custom-checkbox .checkmark,
.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: var(--color-w);
  border-radius: 2px;
  border: 1px solid #747474;
  transition: all 0.3s;
}

.modal.modal-new .custom-checkbox:hover .checkmark,
.custom-checkbox:hover .checkmark {
  border-color: var(--color-315C52);
}

.modal.modal-new .custom-checkbox:hover,
.custom-checkbox:hover {
  color: var(--color-315C52);
}

.modal.modal-new #reviews_form .custom-checkbox input:checked+.checkmark,
.modal.modal-new .custom-checkbox input:checked+.checkmark,
.custom-checkbox input:checked+.checkmark {
  background-color: var(--color-315C52);
  border-color: var(--color-315C52);
}

.modal.modal-new #reviews_form .custom-checkbox .checkmark::after,
.modal.modal-new .custom-checkbox .checkmark::after,
.custom-checkbox .checkmark::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-image: url('../assets/img/icon/icon_checked.svg');
}

.modal.modal-new #reviews_form .custom-checkbox input:checked+.checkmark::after,
.modal.modal-new .custom-checkbox input:checked+.checkmark::after,
.custom-checkbox input:checked+.checkmark::after {
  display: block;
}

.cart-modal .cart-modal__product-name,
.wsh_cont.wishlist-modal .list .product-layout .caption .name a,
.form-group-new .main-link-new,
.main-link-new {
  display: inline-flex;
  text-decoration: none;
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s;
}

.cart-modal .cart-modal__product-name:hover,
.cart-modal .cart-modal__product-name:active,
.cart-modal .cart-modal__product-name:focus,
.wsh_cont.wishlist-modal .list .product-layout .caption .name a:hover,
.wsh_cont.wishlist-modal .list .product-layout .caption .name a:active,
.wsh_cont.wishlist-modal .list .product-layout .caption .name a:focus,
.form-group-new .main-link-new:hover,
.form-group-new .main-link-new:active,
.form-group-new .main-link-new:focus,
.main-link-new:hover,
.main-link-new:focus,
.main-link-new:active {
  color: var(--color-24272A);
}

.form-group-new.form-group-new--pad {
  padding: 8px 0;
  align-items: center;
  margin: 0;
  max-width: 100%;
}

.privacy-policy {
  padding: 0;
  margin: 0;
  text-align: center;
  color: var(--color-6C6E79);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

#cart .cart-modal,
.wsh_cont.wishlist-modal {
  padding: 0;
  width: 100%;
  height: calc(var(--custom-vh) * 100);
}

#cart .cart-modal .cart-modal__title,
.wishlist-modal .wishlist-modal__title {
  margin: 0;
  max-width: 100%;
  padding-right: 40px;
}

.wishlist-modal .wishlist-modal__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
}

.wsh_cont.wishlist-modal .list .product-layout:not(:last-child) {
  margin: 0;
  border: none;
}

#simplecheckout_cart.cart-modal .cart-modal__remove-product,
#cart .cart-modal .cart-modal__remove-product,
.wsh_cont.wishlist-modal .list .product-layout .caption .btn.del_wish {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('../assets/img/icon/icon_delete.svg');
}

.wsh_cont.wishlist-modal .btn.del_wish {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.upsell-box .upsell-box__add-cart,
.wsh_cont.wishlist-modal .list .product-layout .caption .btn.btn-add-cart {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-w);
  background-image: url('../assets/img/icon/icon-cart-w.svg');
  background-size: 24px;
  background-color: var(--color-315C52);
  background-repeat: no-repeat;
  background-position: center;
}

.upsell-box .upsell-box__add-cart:hover,
.upsell-box .upsell-box__add-cart:active,
.upsell-box .upsell-box__add-cart:focus,
.product-preview-new .product-footer.product-preview-new__footer .product-btns .product-cart:hover,
.product-preview-new .product-footer.product-preview-new__footer .product-btns .product-cart:active,
.product-preview-new .product-footer.product-preview-new__footer .product-btns .product-cart:focus,
.wsh_cont.wishlist-modal .list .product-layout .caption .btn.btn-add-cart:hover,
.wsh_cont.wishlist-modal .list .product-layout .caption .btn.btn-add-cart:active,
.wsh_cont.wishlist-modal .list .product-layout .caption .btn.btn-add-cart:focus {
  background-color: var(--color-24272A);
}

.wsh_cont.wishlist-modal .btn.btn-add-cart svg,
.wsh_cont.wishlist-modal .btn.del_wish svg {
  display: none;
}

.wsh_cont.wishlist-modal .list .product-layout {
  position: relative;
  padding: 0 48px;
  gap: 8px;
}

.wsh_cont.wishlist-modal .list .product-layout .product-thumb {
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
}

.wsh_cont.wishlist-modal .list .product-layout .caption {
  flex-direction: column;
  width: calc(100% - 152px);
  align-items: flex-start;
}

.wsh_cont.wishlist-modal .list .product-layout .caption .name {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cart-modal .cart-modal__product-name,
.wsh_cont.wishlist-modal .list .product-layout .caption .name a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wsh_cont.wishlist-modal .list .product-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-modal .cart-modal__product-price,
.wsh_cont.wishlist-modal .caption .price {
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-24272A);
}

.wsh_cont.wishlist-modal .total_wishlist {
  margin: 0;
  padding: 12px;
  border-top: 1px solid var(--color-E2E2E2);
  width: 100%;
}

.wsh_cont.wishlist-modal .total_wishlist .totals {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  width: 100%;
}

.wsh_cont.wishlist-modal .total_wishlist .buy_all.btn-primary-new {
  flex-grow: 1;
  margin: 0;
  cursor: pointer;
}

.wsh_cont.wishlist-modal .totals .totals__info {
  display: flex;
  align-items: center;
  min-width: 100px;
}

.cart-modal .cart-modal__total-text,
.wishlist-modal .total_wishlist .totals .text {
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.cart-modal .cart-modal__total,
.wishlist-modal .total_wishlist .totals .amount {
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

#cart .cart-modal .cart-modal__empty {
  padding: 20px;
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

#cart .cart-modal .cart-modal__list {
  display: flex;
  flex-direction: column;
  height: calc(100% - 65px);
  margin: 0;
}

.header-btn.header-btn-new.cart-wrap-mob {
  backdrop-filter: none;
}

.cart-modal .cart-modal__btn-wrapp {
  padding: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid var(--color-E2E2E2);
}

.cart-modal .cart-modal__total-price {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.cart-modal .cart-modal__btns {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-modal .cart-modal__list .freeShippingTeaser.miniCartTeaser {
  margin: 12px 12px 20px 12px;
  border-radius: 4px;
}

.free-progress {
  position: relative;
  height: 4px;
  background: var(--color-w);
  overflow: hidden;
}

.free-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--p);
  background-color: var(--color-E3CC81);
  transition: width .3s ease;
}

#simplecheckout_cart .freeShippingTeaser,
#cart .freeShippingTeaser.miniCartTeaser {
  position: relative;
  display: flex;
  padding: 16px 16px 32px 16px !important;
  text-align: left;
  align-items: center;
  gap: 8px;
  color: #191B23;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-transform: none;
}

#simplecheckout_cart .freeShippingTeaser .free-progress,
#cart .freeShippingTeaser.miniCartTeaser .free-progress {
  position: absolute;
  width: calc(100% - 32px);
  bottom: 16px;
  left: 16px;
}

#simplecheckout_cart .freeShippingTeaser .fa,
#cart .freeShippingTeaser.miniCartTeaser .fa {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('../assets/img/icon/icon_delivery.svg');
  flex-shrink: 0;
}

#simplecheckout_cart .freeShippingTeaser .fa::before,
#cart .freeShippingTeaser.miniCartTeaser .fa::before {
  content: none;
}

.cart-modal .cart-modal__prods-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  list-style: none;
  padding: 0 12px 12px 12px;
  margin: 0 0 16px 0;
}

.cart-modal .cart-modal__product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  overflow: hidden;
}

.cart-modal .cart-modal__remove-product {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.cart-modal .cart-modal__product-info {
  display: flex;
  flex-grow: 1;
  gap: 8px;
  width: 100%;
}

.cart-modal .cart-modal__product-image {
  display: inline-flex;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
}

.cart-modal .cart-modal__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cart-modal .cart-modal__product-text-info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 56px);
}

#simplecheckout_cart.cart-modal .cart-modal__btn-q,
#cart .cart-modal .cart-modal__btn-q {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
  color: var(--color-315C52);
  border: none;
  background-color: transparent;
  position: relative;
}

#simplecheckout_cart.cart-modal .cart-modal__btn-q:hover,
#simplecheckout_cart.cart-modal .cart-modal__btn-q:active,
#simplecheckout_cart.cart-modal .cart-modal__btn-q:focus,
#cart .cart-modal .cart-modal__btn-q:hover,
#cart .cart-modal .cart-modal__btn-q:active,
#cart .cart-modal .cart-modal__btn-q:focus {
  background-color: var(--color-315C52);
  color: var(--color-w);
}

#simplecheckout_cart.cart-modal .cart-modal__btn-q.disabled,
#simplecheckout_cart.cart-modal .cart-modal__btn-q:disabled,
#cart .cart-modal .cart-modal__btn-q.disabled,
#cart .cart-modal .cart-modal__btn-q:disabled {
  opacity: 0.5;
  pointer-events: none;
}

#simplecheckout_cart.cart-modal .cart-modal__btn-q::before,
#cart .cart-modal .cart-modal__btn-q::before {
  content: '';
  position: absolute;
  inset: 0;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  transition: all 0.3s;
}

.cart-modal .cart-modal__btn-q--dwn::before {
  -webkit-mask-image: url('../assets/img/icon/icon-remove.svg');
  mask-image: url('../assets/img/icon/icon-remove.svg');
}

.cart-modal .cart-modal__btn-q--up::before {
  -webkit-mask-image: url('../assets/img/icon/icon-add.svg');
  mask-image: url('../assets/img/icon/icon-add.svg');
}

.cart-modal .cart-modal__product-quantity {
  width: 40px;
  max-width: 40px;
}

#simplecheckout_cart .plus-minus,
#cart .plus-minus {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.main-footer {
  display: flex;
  padding: 32px 0;
  background-color: #F8F8F8;
}

.main-footer .main-footer__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-footer .main-footer__copy {
  color: var(--color-6C6E79);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.main-footer .main-footer__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-footer .main-footer__grid-item {
  display: flex;
  flex-direction: column;
}

.main-footer .main-footer__social-list {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.main-footer .main-footer__social-link:hover,
.main-footer .main-footer__social-link:active,
.main-footer .main-footer__social-link:focus {
  color: var(--color-24272A) !important;
}

.main-footer .main-footer__logo {
  display: inline-flex;
  max-width: 100%;
  width: 285px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.main-footer .main-footer__tel.main-footer__link {
  padding: 4px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.main-footer .main-footer__item-title {
  padding: 8px 0;
  color: var(--color-6C6E79);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.main-footer .main-footer__list-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-footer .main-footer__link.main-link-new {
  color: var(--color-315C52);
  padding: 8px 0;
  gap: 8px;
}

.main-footer .main-footer__link.main-link-new:hover,
.main-footer .main-footer__link.main-link-new:active,
.main-footer .main-footer__link.main-link-new:focus {
  color: var(--color-24272A) !important;
}

.section-new.home-bestseller-new,
.section-new.home-reviews-new,
.section-new.home-catalog,
.section-new {
  padding: 0;
  margin-bottom: 40px;
  order: unset;
  background: none;
  background-color: var(--color-w);
}

.box.related-block.related-block-new .box-heading,
.box.bestsellers.bestsellers-new .box-heading,
.reviews-new .reviews-new__header,
.home-catalog .home-catalog__header {
  width: 100%;
  margin-bottom: 20px;
}

.product-articles .product-articles__title,
.prod-reviews-new .prod-reviews-new__title,
.box.related-block.related-block-new .box-heading h2,
.box.bestsellers.bestsellers-new .box-heading h4,
.home-inst-new .home-inst-new__title,
.home-faq-new .faq-title,
.home-about-new .home-about-new__title,
.reviews-new .reviews-new__title,
.home-bestseller-new .home-bestseller-new__title,
.home-catalog .home-catalog__title {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  color: var(--color-24272A);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.home-catalog-slider .home-catalog-slider__link {
  display: flex;
  position: relative;
  height: 140px;
  opacity: 0.8;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s;
}

.home-catalog-slider .home-catalog-slider__link:hover,
.home-catalog-slider .home-catalog-slider__link:active,
.home-catalog-slider .home-catalog-slider__link:focus {
  box-shadow: 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11), 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13);
}

.home-catalog-slider .home-catalog-slider__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 5px 5px;
}

.home-catalog-slider .home-catalog-slider__link-name {
  display: block;
  position: absolute;
  bottom: 0;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-315C52);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(2px);
}

.related-block-new .related-block-new__btns,
.catalog-advantages .catalog-advantages__btns,
.home-inst-new .home-inst-new__btns,
.reviews-swiper-new .reviews-swiper-new__btns,
.home-bestseller-new .home-bestseller-new__btns,
.bestsellers-new .bestsellers-new__btns,
.home-catalog-slider .home-catalog-slider__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 12px auto 0 auto;
  padding: 4px 0;
}

.related-block-new .related-block-new__btns .swiper-button-next,
.related-block-new .related-block-new__btns .swiper-button-prev,
.related-block-new .related-block-new__btns .swiper-pagination,
.bestsellers-new .bestsellers-new__btns .swiper-button-next,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev,
.bestsellers-new .bestsellers-new__btns .swiper-pagination,
.catalog-advantages .catalog-advantages__btns .swiper-button-next,
.catalog-advantages .catalog-advantages__btns .swiper-button-prev,
.catalog-advantages .catalog-advantages__btns .swiper-pagination,
.home-inst-new .home-inst-new__btns .swiper-button-next,
.home-inst-new .home-inst-new__btns .swiper-button-prev,
.home-inst-new .home-inst-new__btns .swiper-pagination,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-next,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-prev,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-pagination,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-next,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-prev,
.home-bestseller-new .home-bestseller-new__btns .swiper-pagination,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-next,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-prev,
.home-catalog-slider .home-catalog-slider__btns .swiper-pagination {
  position: static;
  margin: 0;
}

.related-block-new .related-block-new__btns .swiper-button-next.swiper-button-disabled,
.related-block-new .related-block-new__btns .swiper-button-prev.swiper-button-disabled,
.bestsellers-new .bestsellers-new__btns .swiper-button-next.swiper-button-disabled,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev.swiper-button-disabled,
.home-inst-new .home-inst-new__btns .swiper-button-next.swiper-button-disabled,
.home-inst-new .home-inst-new__btns .swiper-button-prev.swiper-button-disabled,
.catalog-advantages .catalog-advantages__btns .swiper-button-next.swiper-button-disabled,
.catalog-advantages .catalog-advantages__btns .swiper-button-prev.swiper-button-disabled,
.reviews-swiper-new .swiper-button-next.swiper-button-disabled,
.reviews-swiper-new .swiper-button-prev.swiper-button-disabled,
.home-bestseller-new .swiper-button-next.swiper-button-disabled,
.home-bestseller-new .swiper-button-prev.swiper-button-disabled,
.home-catalog-slider .swiper-button-next.swiper-button-disabled,
.home-catalog-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.related-block-new .related-block-new__btns .swiper-button-next,
.related-block-new .related-block-new__btns .swiper-button-prev,
.bestsellers-new .bestsellers-new__btns .swiper-button-next,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev,
.catalog-advantages .catalog-advantages__btns .swiper-button-next,
.catalog-advantages .catalog-advantages__btns .swiper-button-prev,
.home-inst-new .home-inst-new__btns .swiper-button-next,
.home-inst-new .home-inst-new__btns .swiper-button-prev,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-next,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-prev,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-next,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-prev,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-next,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-prev {
  position: relative;
  inset: 0;
  flex-shrink: 0;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--color-315C52);
  background-color: transparent;
  transition: all 0.3s;
  color: var(--color-315C52);
}

.related-block-new .related-block-new__btns .swiper-button-next:hover,
.related-block-new .related-block-new__btns .swiper-button-prev:hover,
.bestsellers-new .bestsellers-new__btns .swiper-button-next:hover,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev:hover,
.catalog-advantages .catalog-advantages__btns .swiper-button-next:hover,
.catalog-advantages .catalog-advantages__btns .swiper-button-prev:hover,
.home-inst-new .home-inst-new__btns .swiper-button-next:hover,
.home-inst-new .home-inst-new__btns .swiper-button-prev:hover,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-next:hover,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-prev:hover,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-next:hover,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-prev:hover,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-next:hover,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-prev:hover {
  background-color: var(--color-315C52);
  color: var(--color-w);
}

.related-block-new .related-block-new__btns .swiper-button-next::after,
.related-block-new .related-block-new__btns .swiper-button-prev::after,
.bestsellers-new .bestsellers-new__btns .swiper-button-next::after,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev::after,
.catalog-advantages .catalog-advantages__btns .swiper-button-next::after,
.catalog-advantages .catalog-advantages__btns .swiper-button-prev::after,
.home-inst-new .home-inst-new__btns .swiper-button-next::after,
.home-inst-new .home-inst-new__btns .swiper-button-prev::after,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-next::after,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-prev::after,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-next::after,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-prev::after,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-next::after,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-prev::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: inline-flex;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  transition: all 0.3s;
  -webkit-mask-image: url('../assets/img/icon/arrow-down-black.svg');
  mask-image: url('../assets/img/icon/arrow-down-black.svg');
}

.related-block-new .related-block-new__btns .swiper-button-next::after,
.bestsellers-new .bestsellers-new__btns .swiper-button-next::after,
.catalog-advantages .catalog-advantages__btns .swiper-button-next::after,
.home-inst-new .home-inst-new__btns .swiper-button-next::after,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-next::after,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-next::after,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-next::after {
  transform: rotate(-90deg);
}

.related-block-new .related-block-new__btns .swiper-button-prev::after,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev::after,
.catalog-advantages .catalog-advantages__btns .swiper-button-prev::after,
.home-inst-new .home-inst-new__btns .swiper-button-prev::after,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-button-prev::after,
.home-bestseller-new .home-bestseller-new__btns .swiper-button-prev::after,
.home-catalog-slider .home-catalog-slider__btns .swiper-button-prev::after {
  transform: rotate(90deg);
}

.related-block-new .related-block-new__btns .swiper-pagination,
.bestsellers-new .bestsellers-new__btns .swiper-pagination,
.catalog-advantages .catalog-advantages__btns .swiper-pagination,
.home-inst-new .home-inst-new__btns .swiper-pagination,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-pagination,
.home-bestseller-new .home-bestseller-new__btns .swiper-pagination,
.home-catalog-slider .home-catalog-slider__btns .swiper-pagination {
  display: flex;
  gap: 8px;
  width: max-content;
  flex-wrap: wrap;
  justify-content: center;
}

.related-block-new .related-block-new__btns .swiper-pagination .swiper-pagination-bullet,
.bestsellers-new .bestsellers-new__btns .swiper-pagination .swiper-pagination-bullet,
.catalog-advantages .catalog-advantages__btns .swiper-pagination .swiper-pagination-bullet,
.home-inst-new .home-inst-new__btns .swiper-pagination .swiper-pagination-bullet,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-pagination .swiper-pagination-bullet,
.home-bestseller-new .home-bestseller-new__btns .swiper-pagination .swiper-pagination-bullet,
.home-catalog-slider .home-catalog-slider__btns .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0;
  background-color: var(--color-E2E2E2);
  opacity: 1;
  transition: all 0.3s;
}

.related-block-new .related-block-new__btns .swiper-pagination .swiper-pagination-bullet:hover,
.related-block-new .related-block-new__btns .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bestsellers-new .bestsellers-new__btns .swiper-pagination .swiper-pagination-bullet:hover,
.bestsellers-new .bestsellers-new__btns .swiper-pagination-bullet.swiper-pagination-bullet-active,
.catalog-advantages .catalog-advantages__btns .swiper-pagination .swiper-pagination-bullet:hover,
.catalog-advantages .catalog-advantages__btns .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-inst-new .home-inst-new__btns .swiper-pagination .swiper-pagination-bullet:hover,
.home-inst-new .home-inst-new__btns .swiper-pagination-bullet.swiper-pagination-bullet-active,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-pagination .swiper-pagination-bullet:hover,
.reviews-swiper-new .reviews-swiper-new__btns .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-bestseller-new .home-bestseller-new__btns .swiper-pagination .swiper-pagination-bullet:hover,
.home-bestseller-new .home-bestseller-new__btns .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-catalog-slider .home-catalog-slider__btns .swiper-pagination .swiper-pagination-bullet:hover,
.home-catalog-slider .home-catalog-slider__btns .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-315C52);
}

.home-hero {
  background-color: #FDFAF3;
}

.home-hero .home-hero__container {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.home-hero .home-hero__left {
  display: flex;
  width: 100%;
  padding-top: 20px;
  flex-direction: column;
  gap: 12px;
}

.home-hero .home-hero__right {
  margin-top: 96px;
  width: 100%;
  height: 208px;
  flex-grow: 1;
}

.home-hero .home-hero__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero .home-hero__title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
}

.home-hero .home-hero__info {
  margin: 0;
}

.home-hero .home-hero__btn.btn-primary-new {
  width: 100%;
  margin-top: 12px;
}

.home-bestseller-new .home-bestseller-new__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.home-bestseller-new .home-bestseller-new__link {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 8px 0;
  font-weight: 400;
  color: var(--color-315C52);
  transition: color 0.3s;
}

.home-bestseller-new .home-bestseller-new__link span {
  color: var(--color-315C52);
}

.home-bestseller-new .home-bestseller-new__link:hover span,
.home-bestseller-new .home-bestseller-new__link:active span,
.home-bestseller-new .home-bestseller-new__link:focus span,
.home-bestseller-new .home-bestseller-new__link:hover,
.home-bestseller-new .home-bestseller-new__link:active,
.home-bestseller-new .home-bestseller-new__link:focus {
  color: var(--color-24272A);
}

.icon-mask {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  transition: all 0.3s;
}

.icon-mask.icon-mask--20 {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

.icon-mask.icon-mask--arrow-r {
  -webkit-mask-image: url('../assets/img/icon/arrow-left-gr.svg');
  mask-image: url('../assets/img/icon/arrow-left-gr.svg');
  transform: rotate(180deg);
}

.home-bestseller-new .home-bestseller-new__title {
  width: max-content;
}

.home-bestseller-products {
  margin-bottom: 12px;
}

.product-preview.product-preview-new {
  position: relative;
  height: 356px;
  overflow: hidden;
  display: flex;
  height: 356px;
  max-height: 356px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 4px;
  background-color: var(--color-w);
  box-shadow: none;
}

.product-preview.product-preview-new:hover {
  box-shadow: 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11), 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13);
  background-color: var(--color-w);
}

.product-preview-new .product-preview-new__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-preview-new .product-preview-new__image {
  width: 100%;
  height: 164px;
  max-height: 164px;
  border-radius: 4px;
}

.product-preview-new .product-preview-new__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  max-height: 100%;
}

.product-preview-new .product-preview-new__image .image {
  height: 100%;
}

.product-preview-new .product-preview-new__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  flex-grow: 1;
  justify-content: space-between;
}

.product-main-btns .product-wishlist,
.product-preview-new .product-preview-new__wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  border: none;
  z-index: 2;
  background-color: transparent;
  color: var(--color-315C52);
  transition: all 0.3s;
}

.product-main-btns .product-wishlist:hover,
.product-preview-new .product-preview-new__wishlist:hover {
  background-color: var(--color-315C52);
  color: var(--color-w);
}

.product-main-btns .product-wishlist::after,
.product-preview-new .product-preview-new__wishlist::after {
  content: '';
  display: inline-flex;
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  transition: all 0.3s;
  -webkit-mask-image: url('../assets/img/icon/icon-heart-gr.svg');
  mask-image: url('../assets/img/icon/icon-heart-gr.svg');
}

.product-main-btns .product-wishlist.added::after,
.product-preview-new .product-preview-new__wishlist.added::after {
  -webkit-mask-image: url('../assets/img/icon/icon-heart-fill-gr.svg');
  mask-image: url('../assets/img/icon/icon-heart-fill-gr.svg');
}

.product-preview-new .xdstickers_wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.product-preview.product-preview-new .product-preview-new__info .product-preview-new__name {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
  margin: 0;
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-reviews-new .prod-reviews-new__btn,
.wishlist-modal__bottom .buy_all.btn-primary-new,
#cart .cl.btn-secondary,
#cart .checkout.btn-primary-new {
  width: 100%;
}

.product-preview-new .product-preview-new__rating {
  height: 24px;
  margin: 0 !important;
  order: unset;
}

.product-preview-new .product-preview-new__rating .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.rating .rating__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-preview-new__rating.product-rating-status .fa-stack {
  display: flex;
  width: 16px;
  height: 16px;
}

.product-preview-new__rating.product-rating-status .material-icons-star.star:before,
.product-preview-new__rating.product-rating-status .material-icons-star:before,
.product-preview-new__rating.product-rating-status .material-icons-star_half:before {
  content: none;
}

.reviews-new .reviews-new__rating .reviews-new__rating-star,
.product-preview-new__rating.product-rating-status .material-icons-star,
.product-preview-new__rating.product-rating-status .material-icons-star_half {
  display: flex;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.reviews-new .reviews-new__rating .reviews-new__rating-star,
.product-preview-new__rating.product-rating-status .material-icons-star {
  background-image: url('../assets/img/icon/icon-star-empty.svg');
}

.reviews-new .reviews-new__rating .reviews-new__rating-star.reviews-new__rating-star--f,
.product-preview-new__rating.product-rating-status .material-icons-star.star {
  background-image: url('../assets/img/icon/icon-star-full.svg');
}

.product-preview-new__rating.product-rating-status .material-icons-star_half {
  background-image: url('../assets/img/icon/icon-star-half.svg');
}

.product-preview-new__rating.product-rating-status .review-link {
  margin: 0;
}

.product-preview-new__rating.product-rating-status .review-link a {
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-6C6E79) !important;
  margin: 0;
}

.product-preview-new .product-footer.product-preview-new__footer {
  display: flex;
  align-items: center;
  height: 44px;
}

.product-preview-new .product-footer.product-preview-new__footer .product-btns .product-cart {
  position: absolute;
  top: auto;
  bottom: 8px;
  right: 8px;
  transform: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: var(--color-w);
  background-image: url('../assets/img/icon/icon-cart-w.svg');
  background-size: 24px;
  background-color: var(--color-315C52);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.price.price-product .price-new,
.product-preview-new .product-preview-new__footer .price.price-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.price.price-product .special-wrapp,
.product-preview-new .product-preview-new__footer .price.price-product .special-wrapp {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price.price-product .price-old,
.product-preview-new .product-preview-new__footer .price.price-product .special,
.product-preview-new .product-preview-new__footer .price.price-product .price-old {
  font-family: "Geologica", sans-serif;
  color: var(--color-D73C46);
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 20px;
  text-decoration-line: line-through;
  background-color: transparent;
  margin: 0;
  inset: 0;
}

.price.price-product .special-wrapp .price-discount,
.product-preview-new .product-preview-new__footer .price.price-product .special-wrapp .price-discount {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background-color: var(--color-E2E2E2, #E2E2E2);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.reviews-new.container-new {
  display: block;
}

.reviews-swiper-new .reviews-swiper-new__btns {
  gap: 10px;
}

.reviews-swiper-new .reviews-swiper-new__btns .swiper-pagination {
  flex-wrap: wrap;
  justify-content: center;
}

.reviews-swiper-new .reviews-swiper-new__wrapper {
  align-items: stretch;
}

.reviews-swiper-new .reviews-swiper-new__wrapper .swiper-slide {
  height: auto;
  display: flex;
}

.review-preview.review-preview-new {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  border-radius: 4px;
  border: 1px solid var(--color-8FACBA);
  background-color: var(--color-w);
  overflow: hidden;
  padding: 20px;
  width: 100%;
}

.reviews-new .reviews-new__rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-preview-new .review-preview-new__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews-new .reviews-new__name {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.reviews-new .reviews-new__date {
  color: var(--color-6C6E79);
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.product-preview.review-product.review-product-preview {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
}

.product-preview.review-product.review-product-preview:hover {
  background-color: transparent;
}

.review-product-preview .review-product-preview__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.review-product-preview .review-product-preview__image {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.review-product-preview .review-product-preview__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.review-product-preview .review-product-preview__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(100% - 64px);
}

.review-product-preview .review-product-preview__product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--color-315C52);
  transition: color .3s;
}

.review-product-preview:hover .review-product-preview__product-name {
  color: var(--color-24272A);
}

.review-product-preview .review-product-preview__price {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.review-product-preview .review-product-preview__footer {
  width: 100%;
}

.review-preview-new .review-preview-new__footer {
  width: 100%;
}

.home-about-new .home-about-new__wrapper {
  border-radius: 4px;
  background-color: #F7F8F8;
}

.home-about-new .home-about-new__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
}

.home-about-new .home-about-new__text {
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.home-about-new .home-about-new__btn {
  width: 100%;
  margin-top: 12px;
}

.home-about-new .home-about-new__images {
  padding: 18px 25px;
  gap: 3.5px;
  flex-grow: 1;
}

.home-about-new .home-about-new__image-group {
  gap: 3.5px;
}

.home-about-new .home-about-new__image,
.home-about-new .home-about-new__image img {
  border-radius: 3.5px;
}

.home-about-new .home-about-new__image img {
  width: 92.5px;
}

.home-faq-new.section-new {
  background-color: var(--color-w);
}

.home-faq-new .faq-question .icon svg {
  display: none;
}

.home-faq-new .faq-img {
  display: none !important;
}

.home-faq-new .faq-wrapper {
  padding: 0;
  max-width: 830px;
  margin: 0 auto;
}

.home-faq-new .faq-title {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.home-faq-new .faq-questions {
  gap: 4px;
}

.home-faq-new .faq-question.open,
.home-faq-new .faq-question {
  padding: 0;
  gap: 4px;
  align-items: flex-start;
}

.home-faq-new .faq-question .question {
  padding: 12px 8px;
  color: var(--color-315C52);
  font-weight: 700;
  border-bottom: 1px solid var(--color-E2E2E2);
  transition: all 0.3s;
}

.home-seotext-new .home-seotext-new__more:hover,
.home-seotext-new .home-seotext-new__more:active,
.home-faq-new .faq-question .question:hover,
.home-faq-new .faq-question .question:active {
  color: var(--color-24272A);
}

.home-faq-new .faq-question.open .icon {
  transform: rotate(180deg);
}

.home-faq-new .faq-question .faq-answer {
  padding: 12px 8px;
}

.home-inst-new .home-inst-new__title {
  margin-bottom: 20px;
}

.home-inst-new .btn-primary-new.home-inst-new__btn {
  width: 100%;
  gap: 8px;
  margin-top: 12px;
}

.home-inst-new .inst-preview {
  position: relative;
  height: 224px;
  overflow: hidden;
  border-radius: 4px;
}

.home-inst-new .inst-preview .new-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.home-inst-new .inst-preview img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.home-seotext-new .home-seotext-new__more {
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.seo_html .box-content h2,
.home-seotext-new .home-seotext-new__title {
  color: #101820;
  font-family: "Geologica", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 24px 0;
  text-align: left;
}

.seo_html .box-content p,
.home-seotext-new .home-seotext-new__body p {
  margin: 0 0 24px 0;
  text-indent: 0;
}

.seo_html .box-content ul li,
.home-seotext-new .home-seotext-new__body ul li {
  margin: 0 0 0 20px;
}

.seo_html .box-content ul li,
.home-seotext-new .home-seotext-new__body p .home-seotext-new .home-seotext-new__body ul li {
  color: #101820;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.seo_html .box-content ul,
.home-seotext-new .home-seotext-new__body ul {
  list-style: disc;
  margin-bottom: 24px;
}

.seo_html .box-content ul li p,
.home-seotext-new .home-seotext-new__body ul li p {
  margin: 0;
}

.breadcrumb.breadcrumb-new {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 0 20px;
  padding: 0;
}

.breadcrumb.breadcrumb-new li,
.breadcrumb.breadcrumb-new li span {
  color: var(--color-6C6E79);
}

.breadcrumb.breadcrumb-new li span,
.breadcrumb.breadcrumb-new li a {
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: var(--color-24272A);
}

.breadcrumb.breadcrumb-new li a:hover,
.breadcrumb.breadcrumb-new li a:active {
  color: var(--color-315C52);
}

.breadcrumb.breadcrumb-new li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb.breadcrumb-new li:not(:first-child)::before {
  display: block;
  content: '';
  border: none;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-image: url('../assets/img/icon/icon-arrow-breadcrumb.svg');
  transform: none;
  margin: 0;
}

.catalog-advantages {
  margin-bottom: 20px;
  background-color: #F7F8F8;
  border-radius: 4px;
}

.catalog-advantages .catalog-advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-24272A);
  text-align: center;
  padding: 12px;
  /* background-color: rgba(49, 92, 82, 0.04); */
}

.catalog-advantages .catalog-advantages__btns .swiper-button-next,
.catalog-advantages .catalog-advantages__btns .swiper-button-prev {
  border: none;
}

h1.catalog-title {
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 20px 0;
}

.product-preview.product-preview-new .image {
  position: absolute;
}

.product-preview.product-preview-new .xdstickers_wrapper {
  top: 2px;
  left: 2px;
}

.category__container .alert .close,
.catalog__container .alert .close {
  display: none;
}

.filter-select {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  align-items: center;
  padding: 0;
}

.filter-select .filter-select__name {
  color: var(--color-6C6E79);
}

#simplecheckout_shipping_address .nice-select,
#simplecheckout_shipping .nice-select,
#simplecheckout_payment .nice-select {
  display: flex;
  align-items: center;
  gap: 4px;
}

.filter-select .nice-select {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border: none;
  gap: 4px;
}

#simplecheckout_shipping_address .nice-select .current,
#simplecheckout_shipping .nice-select .current,
#simplecheckout_payment .nice-select .current {
  color: var(--color-24272A);
}

.filter-select .nice-select .current {
  color: var(--color-315C52);
  font-weight: 400;
  padding: 0;
}

#simplecheckout_shipping_address .nice-select::after,
#simplecheckout_shipping .nice-select::after,
#simplecheckout_payment .nice-select::after,
.filter-select .nice-select::after {
  border: none;
  position: static;
  transition: all 0.3s;
}

#simplecheckout_shipping .nice-select.open::after,
#simplecheckout_payment .nice-select.open::after,
.filter-select .nice-select.open::after {
  transform: rotate(180deg);
}

.simplecheckout .basket__row .dropdown-address,
#simplecheckout_shipping_address .basket__row .dropdown-address,
#simplecheckout_shipping_address .nice-select .list,
#simplecheckout_shipping .nice-select .list,
#simplecheckout_payment .nice-select .list,
.filter-select .nice-select .list {
  z-index: 10;
  margin: 0;
  border-radius: 4px;
  border: 1px solid var(--color-E2E2E2);
  background: var(--color-w);
  box-shadow: 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11), 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13);
  padding: 4px 0;
  left: auto;
  right: 0;
}

.simplecheckout .basket__row .dropdown-address li,
.simplecheckout #simplecheckout_shipping_address .basket__row .dropdown-address li,
#simplecheckout_shipping_address .nice-select .option,
#simplecheckout_shipping .nice-select .option,
#simplecheckout_payment .nice-select .option,
.filter-select .nice-select .option {
  padding: 10px 12px;
  font-size: 15px;
  border: none;
}

.simplecheckout #simplecheckout_shipping_address .basket__row .dropdown-address li:hover,
.simplecheckout .basket__row .dropdown-address li:hover,
#simplecheckout_shipping_address .nice-select .option:hover,
#simplecheckout_shipping .nice-select .option:hover,
#simplecheckout_payment .nice-select .option:hover,
.filter-select .nice-select .option:hover {
  background-color: var(--color-E2E2E2);
}

#simplecheckout_shipping_address .nice-select .option.selected,
#simplecheckout_shipping .nice-select .option.selected,
#simplecheckout_payment .nice-select .option.selected,
.filter-select .nice-select .option.selected {
  color: var(--color-315C52);
  font-weight: 700;
}

.filter-select .sbHolder {
  display: none;
}

#content.categorries-content {
  padding: 0;
  border: none;
}

.product-block.product-block-new {
  margin: 0 0 20px 0;
}

.product-block.product-block-new .items,
.col_filter.aside .product-block.product-block-new .items {
  padding: 0;
  gap: 12px;
}

.col_filter.aside .product-block.product-block-new .items .product-preview {
  width: 100%;
}

.sort-desktop-only {
  display: none;
}

.sort-mobile-only {
  display: flex;
}

.mobile-sort-modal {
  position: fixed;
  inset: 0;
  background-color: var(--color-w);
  z-index: 9999;
  flex-direction: column;
  height: calc(var(--custom-vh) * 100);
  transform: translateX(-100%);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

.mobile-sort-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  gap: 8px;
  font-size: 18px;
  border-bottom: 1px solid var(--color-E2E2E2);
  min-height: 64px;
}

.mobile-sort-modal .mobile-sort-modal__title {
  color: var(--color-24272A);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.mobile-sort-modal.active {
  transform: translateX(0);
}

.mobile-sort-modal__body {
  padding: 12px 0;
  overflow-y: auto;
  max-height: calc(var(--custom-vh) * 100 - 64px);
}

.mobile-sort-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-sort-modal .mobile-sort-list li a {
  display: flex;
  padding: 8px 12px;
  text-decoration: none;
  color: var(--color-24272A);
  cursor: pointer;
  transition: all 0.3s;
}

.mobile-sort-modal .mobile-sort-list li a:hover {
  background-color: var(--color-E2E2E2);
}

.mobile-sort-list li.active a {
  color: var(--color-315C52);
  font-weight: 700;
}

.mobile-fsort-btns {
  width: 100%;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.mobile-filtr-btn.btn-primary-new,
.mobile-sort-btn.btn-secondary {
  width: calc(50% - 6px);
  flex-shrink: 0;
}

.mobile-filtr-btn.btn-primary-new {
  color: var(--color-w);
}

.col_filter #column-left {
  padding: 0 24px 0 0;
}

.ocfilter.ocfilter-new {
  border: none;
  margin: 0;
  box-shadow: none;
}

.ocfilter-new * {
  color: var(--color-24272A);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.ocfilter.ocfilter-new .ocfilter-heading {
  border: none;
  background-color: var(--color-w);
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border-bottom: 1px solid var(--color-E2E2E2);
}

.ocfilter-new .ocfilter-heading .ocfilter-heading__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.ocfilter.ocfilter-new .ocfilter-option {
  border: none;
  padding: 0;
  margin-bottom: 8px;
}

.ocfilter-mobile-handle {
  display: none;
}

.ocf-offcanvas.ocf-offcanvas-new {
  left: -100%;
  width: 100%;
  height: calc(var(--custom-vh) * 100);
  overflow: hidden;
}

.ocf-offcanvas.ocf-offcanvas-new.active {
  left: 0;
}

.ocf-offcanvas.ocf-offcanvas-new .list-group {
  overflow-y: auto;
  max-height: calc(var(--custom-vh) * 100 - 64px);
  padding: 12px;
}

.mobile-sort-modal__header .close.close-new,
.ocfilter-new .ocfilter-heading .ocfilter-heading__close {
  right: 20px;
}

#ocfilter .ocfilter-option .ocf-option-values {
  display: none;
  padding: 8px;
}

#ocfilter .ocfilter-option.is-open .ocf-option-values {
  display: block;
}

#ocfilter .ocf-option-name {
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  user-select: none;
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--color-315C52);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

#ocfilter .ocf-option-name::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

#ocfilter .ocfilter-option.is-open .ocf-option-name::after {
  transform: translateY(-50%) rotate(-180deg);
}

#ocfilter .ocf-option-values .collapse-value {
  margin: 0;
}

#ocfilter .ocf-option-values .collapse-value .btn {
  padding-top: 8px;
  color: var(--color-315C52);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s;
}

#ocfilter .ocf-option-values .collapse-value .btn:hover,
#ocfilter .ocf-option-values .collapse-value .btn:active,
#ocfilter .ocf-option-values .collapse-value .btn:focus {
  color: var(--color-24272A);
}

#ocfilter .ocf-option-values .collapse-value .btn i {
  display: none;
}

#ocfilter.ocfilter.ocfilter-new .ocfilter-option label {
  position: relative;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 28px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-24272A);
}

#ocfilter.ocfilter-new .ocfilter-option label:hover .badge,
#ocfilter.ocfilter.ocfilter-new .ocfilter-option label:hover {
  color: var(--color-315C52);
}


#ocfilter.ocfilter-new .ocfilter-option label .badge {
  background-color: transparent;
  border-radius: 0;
  color: var(--color-24272A);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
}

#ocfilter.ocfilter-new .ocfilter-option label .badge::before {
  content: '(';
}

#ocfilter.ocfilter-new .ocfilter-option label .badge::after {
  content: ')';
}

#ocfilter.ocfilter-new .ocf-option-values .collapse hr {
  display: none;
}

#ocfilter.ocfilter-new .ocfilter-option label input.ocf-target {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#ocfilter.ocfilter-new .ocfilter-option label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: var(--color-w);
  border-radius: 2px;
  border: 1px solid #747474;
  transition: background-color 0.3s, border-color 0.3s;
}

#ocfilter.ocfilter-new .ocfilter-option label:hover::before {
  border-color: var(--color-315C52);
}

#ocfilter.ocfilter-new .ocfilter-option label.ocf-selected::before {
  background-color: var(--color-315C52);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-image: url('../assets/img/icon/icon_checked.svg');
}

.selected-options .selected-options__title {
  display: inline-flex;
  color: #101820;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

#ocfilter.ocfilter-new .selected-options {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}

#ocfilter.ocfilter-new .selected-options .ocfilter-option {
  display: flex;
  padding: 4px 8px;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  border-radius: 2px;
  background: #F8F8F8;
  width: max-content;
  max-width: 100%;
}

.ocfilter-new .selected-options .ocfilter-option>span {
  color: #747474;
  font-size: 13px;
  line-height: 20px;
}

.ocfilter-new .selected-options .btn-danger i {
  display: none;
}

.ocfilter-new .selected-options .ocfilter-option .btn-danger {
  display: inline-flex;
  gap: 8px;
  background-color: transparent;
  padding: 0;
  color: #101820;
  align-items: center;
  border: none;
  transition: color 0.3s;
  font-size: 13px;
  line-height: 20px;
}

.ocfilter-new .selected-options .ocfilter-option .btn-danger:hover {
  color: var(--color-315C52);
}

.ocfilter-new .selected-options .ocfilter-option .btn-danger::after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url('../assets/img/icon/icon-close-b.svg');
}

.ocfilter-new .selected-options>.btn-danger.btn-block {
  display: inline-flex;
  gap: 8px;
  background-color: transparent;
  padding: 8px 0 0 0;
  color: var(--color-D73C46);
  width: max-content;
  transition: color 0.3s;
  font-weight: 400;
  border: none;
}

.ocfilter-new .selected-options>.btn-danger.btn-block:hover {
  color: var(--color-24272A);
}

.pagination-block-new .btn-secondary {
  padding: 12px 56px;
  margin-top: 8px;
}

.pagination-block-new .pagination {
  margin: 20px 0 0 0;
}

.pagination-block-new .pagination li.active span,
.pagination-block-new .pagination li a {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: var(--color-w);
  border: 1px solid var(--color-315C52);
  color: var(--color-315C52);
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s;
}

.pagination-block-new .pagination li a:has(svg) {
  border: none;
}

.pagination-block-new .pagination li a svg {
  width: 8px;
  height: 12px;
  object-fit: contain;
  transition: all 0.3s;
}

.pagination-block-new .pagination li a svg,
.pagination-block-new .pagination li a svg path {
  fill: var(--color-315C52);
  transition: all 0.3s;
}

.pagination-block-new .pagination li a:hover svg,
.pagination-block-new .pagination li a:hover svg path,
.pagination-block-new .pagination li a:active svg,
.pagination-block-new .pagination li a:active svg path,
.pagination-block-new .pagination li a:focus svg,
.pagination-block-new .pagination li a:focus svg path {
  fill: var(--color-w);
}

.pagination-block-new .pagination li a:hover,
.pagination-block-new .pagination li a:active,
.pagination-block-new .pagination li a:focus,
.pagination-block-new .pagination li.active span {
  background-color: var(--color-315C52);
  color: var(--color-w);
}

.box.related-block.related-block-new,
.pagination-block-new.pagination-block-new--mb,
.gift-ideas,
.box.bestsellers.bestsellers-new,
.seo_html,
#content.categorries-content {
  margin-bottom: 40px;
}

.seo_html .box-content h2 {
  text-align: left !important;
}

.seo_html .box-content ul li {
  padding: 0;
}

.seo_html .box-content ul li::before {
  content: none;
}

.product-articles .product-articles__title,
.prod-reviews-new .prod-reviews-new__title,
.box.related-block.related-block-new .box-heading h2,
.box.bestsellers.bestsellers-new .box-heading h4 {
  font-family: "Geologica", sans-serif;
}

.related-block-new .related-block-new__btns .swiper-button-next,
.related-block-new .related-block-new__btns .swiper-button-prev,
.bestsellers-new .bestsellers-new__btns .swiper-button-next,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev {
  border: none;
}

.related-block-new .related-block-new__btns .swiper-button-next.swiper-button-lock,
.related-block-new .related-block-new__btns .swiper-button-prev.swiper-button-lock,
.bestsellers-new .bestsellers-new__btns .swiper-button-next.swiper-button-lock,
.bestsellers-new .bestsellers-new__btns .swiper-button-prev.swiper-button-lock {
  display: none;
}

.gift-ideas {
  background-color: #F7F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gift-ideas .gift-ideas__left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 32px 16px;
}

.gift-ideas .gift-ideas__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 421px;
}

.gift-ideas .gift-ideas__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}

.gift-ideas .gift-ideas__text {
  margin: 0;
  padding: 0;
}

.gift-ideas .gift-ideas__btn {
  margin-top: 12px;
  width: 100%;
  color: var(--color-w);
}

.gift-ideas .gift-ideas__right {
  flex-grow: 1;
  height: 263px;
  width: 100%;
}

.gift-ideas .gift-ideas__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.row.row-new {
  margin: 0;
}

.product-gallery-block.product-gallery-block-new,
.box.related-block.related-block-new {
  padding: 0;
}

.product-gallery-block.product-gallery-block-new {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  gap: 20px;
  margin-bottom: 40px;
}

.product-main-swiper-new {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.product-thumbs-swiper-new {
  margin: 8px 0;
  width: calc(100% + 2px);
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.product-main-swiper-new .swiper-wrapper,
.product-thumbs-swiper-new .swiper-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.product-thumbs-swiper-new .swiper-slide {
  cursor: pointer;
  width: auto !important;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--color-B2C0B3);
  overflow: hidden;
  box-sizing: border-box;
}

.product-thumbs-swiper-new .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--color-315C52);
}

.video-thumb-wrapper-new img,
.product-thumbs-swiper-new img {
  display: block;
  width: 100%;
  max-width: 78px;
  height: 78px;
}

.product-gallery-block.product-gallery-block-new .product-main-swiper-new img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: 336px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.product-gallery-block.product-gallery-block-new .product_page-right,
.product-gallery-block.product-gallery-block-new .product_page-left {
  width: 100%;
}

.product-gallery-block .product_page-left .product-gallery.product-gallery-new {
  flex-direction: column;
}

.product-gallery-new__zoom {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-color: var(--color-w);
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url('../assets/img/icon/icon-zoom.svg');
  pointer-events: none;
}

.product-gallery.product-gallery-new .swiper-button-prev,
.product-gallery.product-gallery-new .swiper-button-next {
  background-color: var(--color-w);
}

.block-tree {
  padding-top: 12px;
  width: 100%;
}

.block-tree__wrapp {
  width: 100%;
  display: flex;
  padding: 8px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--color-B2C0B3);
  background-color: #FFF;
  box-shadow: 0 0 0 2px rgba(178, 192, 179, 0.20);
}

.block-tree__icon {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../assets/img/icon/icon-tree.svg');
  flex-shrink: 0;
}

.block-tree .block-tree__number {
  margin-left: 4px;
  color: var(--color-24272A);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  flex-shrink: 0;
}

.block-tree .block-tree__text {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  flex-grow: 1;
  margin-left: 12px;
}

.product-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.product-top .product-top__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.product-top .product-top__badge::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  flex-shrink: 0;
}

.product-top .product-top__badge.product-top__badge--in-stock::before {
  background-image: url('../assets/img/icon/icon-done-gr.svg');
}

.product-top .product-top__badge.product-top__badge--in-stock {
  color: var(--color-315C52);
}

.product-top .product-top__cod {
  color: var(--color-6C6E79);
}

.product-rating-status.product-rating-status-new {
  margin: 0;
  order: unset;
}

.product-rating-status.product-rating-status-new .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-link-new a {
  color: var(--color-315C52);
  text-decoration: none;
  transition: color 0.3s;
}

.review-link-new a:hover {
  color: var(--color-24272A);
}

.product-title.product-title-new {
  margin: 0 0 4px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  order: unset;
}

.product-tags-block {
  margin-bottom: 12px;
}

.price-section.price-section-new {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}

.price-section.price-section-new .price-new {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.price-section.price-section-new .price-old {
  color: var(--color-D73C46);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
  margin-left: 12px;
}

.price-section.price-section-new .price-discount {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: var(--color-E2E2E2);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-left: 8px;
}

.product-main-btns {
  display: flex;
  width: 100%;
  gap: 8px;
  margin-bottom: 12px;
  padding-top: 12px;
  flex-wrap: wrap;
}
.product-main-btns-inner {
  display: flex;
  width: 100%;
  gap: 8px;
}

.product-main-btns .btn-primary-new {
  flex-grow: 1;
  color: var(--color-w);
  padding: 12px 56px;
}

.product-main-btns .btn-primary-new:active,
.product-main-btns .btn-primary-new:focus {
  color: var(--color-w);
}

.product-main-btns .product-wishlist {
  position: relative;
  inset: 0;
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-315C52);
  border-radius: 4px;
  z-index: unset;
}

.product-main-btns .product-wishlist::after {
  width: 48px;
  height: 48px;
}

.product_page-right .double .price-section {
  display: none;
}

.sku.chooses-colors-new,
.inprod_to_action.form-product-group-new,
.product_page-right .product_tabs.product-tabs-new {
  order: unset;
}

.video-thumb-wrapper-new {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-video-thumb-new .video-play-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  gap: 2px;
  align-items: center;
  padding: 4px 8px;
  color: var(--color-315C52);
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 3333px;
  background-color: var(--color-w);
  transition: color 0.3s;
}

.video-play-new::before {
  content: '';
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url('../assets/img/icon/icon-play-gr.svg');
}

.product-video-thumb-new:hover .video-play-new {
  color: var(--color-24272A);
}

.video-wrapper-new {
  position: relative;
  width: 100%;
  height: 336px;
  border-radius: 4px;
  overflow: hidden;
}

.video-wrapper-new iframe {
  width: 100%;
  height: 100%;
}

.video-wrapper-new .product-gallery-new__zoom {
  pointer-events: auto;
  cursor: pointer;
}

.product-gallery.product-gallery-new>li {
  display: none;
}

.product_page-right .pr-related-auto-new .pr-related-auto__title,
.product_page-right .chooses-colors-new .chooses-colors-new__title,
.product_page-right .sku.chooses-colors-new {
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-24272A);
}

.product_page-right .pr-related-auto.pr-related-auto-new,
.product_page-right .sku.chooses-colors-new {
  margin: 0 0 12px 0;
}

.product_page-right .pr-related-auto-new .pr-related-auto__title,
.product_page-right .chooses-colors-new .chooses-colors-new__title {
  margin: 0 0 8px 0;
}

.chooses-colors-new .chooses-colors-new__wrapp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
}

.chooses-colors-new .sbHolder {
  position: relative;
}

.chooses-colors-new .sbOptions {
  position: absolute;
  margin-top: 5px;
  overflow: auto;
}

.pr-related-auto.pr-related-auto-new {
  margin: 0 0 12px 0;
  padding: 12px 0 0 0;
}

.product_page-right .pr-related-auto-new .pr-related-auto__items {
  margin: 0;
  gap: 12px;
  justify-content: flex-start;
}

.product_page-right .pr-related-auto-new .pr-related-auto__item {
  margin: 0;
  display: flex;
}

.product_page-right .pr-related-auto-new .pr-related-auto__item-link {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  border: none;
  gap: 8px;
  cursor: pointer;
}

.pr-related-auto-new .pr-related-auto__item-link .pr-related-auto__item-name {
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-24272A);
  transition: all 0.3s;
}

.pr-related-auto-new .pr-related-auto__item-link:hover .pr-related-auto__item-name {
  color: var(--color-315C52);
}

.pr-related-auto-new .pr-related-auto__item-link .pr-related-auto__marker {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color-6C6E79);
  background-clip: content-box;
  padding: 2px;
}

.pr-related-auto-new .pr-related-auto__item-link:hover .pr-related-auto__marker,
.pr-related-auto-new .pr-related-auto__item-link.active .pr-related-auto__marker {
  border-color: var(--color-315C52);
}

.pr-related-auto-new .pr-related-auto__item-link.active .pr-related-auto__marker {
  background-color: var(--color-315C52);
}

.product-expand-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px 0;
}
.product-expand-info .product-expand-info__item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--color-6C6E79);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.product-expand-info .product-expand-info__item-icons {
  display: flex;
  align-items: center;
}

.product-expand-info__item .new-icon {
  flex-shrink: 0;
}

.upsell-box.upsell-box-new {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid var(--color-8FACBA);
  margin: 0 0 20px 0;
}

.upsell-box.upsell-box-new h4 {
  font-family: "Geologica", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #101820;
  margin: 0;
}

.upsell-box .upsell-box__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.upsell-box .upsell-box__list-item {
  display: flex;
  width: 100%;
}

.upsell-box .upsell-box__image {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 8px;
  flex-shrink: 0;
}

.upsell-box .upsell-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.upsell-box .upsell-box__main-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(100% - 102px);
}

.upsell-box .upsell-box__name a,
.upsell-box .upsell-box__name {
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--color-315C52);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.upsell-box .upsell-box__name a {
  cursor: pointer;
  transition: all 0.3s;
}

.upsell-box .upsell-box__name a:hover,
.upsell-box .upsell-box__name a:active,
.upsell-box .upsell-box__name a:focus {
  color: var(--color-24272A);
}

.upsell-price {
  display: flex;
  align-items: center;
}

.upsell-price .upsell-price__special,
.upsell-price .upsell-price__price {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.upsell-price .upsell-price__old {
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  color: var(--color-D73C46);
  margin-left: 12px;
}

.upsell-price .upsell-price__discount {
  padding: 0 4px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  background-color: var(--color-E2E2E2);
  margin-left: 8px;
}

.upsell-box .upsell-box__add-cart {
  position: relative;
  inset: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transform: none;
  margin-left: 12px;
}

.inprod_to_action.form-product-group-new {
  margin: 0 0 20px 0;
}

.accordions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.accordions .accordions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 12px 8px;
  color: var(--color-315C52);
  font-weight: 700;
  transition: all 0.3s;
  border-bottom: 1px solid var(--color-E2E2E2);
}

.accordions .accordions__header:hover {
  color: var(--color-24272A);
}

.accordions .accordions__item.active .new-icon {
  transform: rotate(180deg);
}

.accordions .accordions__content {
  width: 100%;
  padding: 12px 8px;
  border-bottom: 1px solid var(--color-E2E2E2);
}

.accordions .accordions__content {
  display: none;
}

.accordions .accordions__content p {
  padding: 0;
  margin: 0;
}

.accordions .accordions__content p:not(:last-child) {
  margin: 0 0 28px 0;
}

.accordions .accordions__title {
  padding: 0;
  font-weight: 700;
  margin: 0 0 24px 0;
}

.accordions .accordions__complect {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.accordions .accordions__complect-item {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
}

.accordions .accordions__complect-image {
  display: inline-flex;
  text-decoration: none;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.accordions .accordions__complect-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accordions .accordions__complect-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(100% - 50px);
}

.accordions .accordions__complect-prod-name {
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--color-315C52);
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}

.accordions .accordions__complect-prod-name:hover,
.accordions .accordions__complect-prod-name:active,
.accordions .accordions__complect-prod-name:focus {
  color: var(--color-24272A);
}

.accordions .accordions__complect-prod-price {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.accordions .accordions__table {
  border-collapse: collapse;
  width: 100%;
}

.accordions .accordions__table th,
.accordions .accordions__table td {
  padding: 12px;
  width: 50%;
  border: none;
  vertical-align: top;
}

.accordions .accordions__table tbody tr:nth-child(odd) {
  background-color: var(--color-E2E2E2);
}

.product-articles .product-articles__title,
.prod-reviews-new .prod-reviews-new__title {
  margin-bottom: 20px;
}

.prod-reviews-new__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.prod-reviews-new .prod-reviews-new__rating-block {
  width: 100%;
  flex-shrink: 0;
}

.modal.modal-new.active,
.product-reviews-tab.active {
  display: block;
}

.rtbg.rtbg-new {
  z-index: 1040;
}

.modal.modal-new .please-login {
  margin: 0 0 12px 0;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.modal-new.modal-new--product-reviews .modal-new__dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.modal-new.modal-new--product-reviews .modal-new__content {
  width: 100%;
  max-width: 100%;
  max-height: calc(var(--custom-vh) * 100);
  height: calc(var(--custom-vh) * 100);
  border-radius: 0;
}

.modal-new.modal-new--product-reviews #reviews_form .clearfix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  border-top: 1px solid var(--color-E2E2E2);
  background-color: var(--color-w);
  margin: 0;
}

.modal-new.modal-new--product-reviews #reviews_form .btn-primary-new {
  border-radius: 4px;
}

.modal-new.modal-new--product-reviews .rewie_small_text {
  color: #747474;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

#reviews_form {
  display: flex;
  flex-direction: column;
}

.modal-new--product-reviews .star-rating__ico:hover path,
.modal-new--product-reviews .star-rating__ico:hover~.star-rating__ico path,
.modal-new--product-reviews .star-rating__input:checked~.star-rating__ico path {
  fill: #E3CC81;
}

.modal-new--product-reviews #reviews_form .stars {
  border-radius: 0;
  background-color: var(--color-w);
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 16px 0;
}

.modal-new--product-reviews #reviews_form .control-label,
.modal-new--product-reviews #reviews_form .stars .control-label {
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #101820;
  margin: 0 0 8px 0;
}

.modal-new--product-reviews #reviews_form .star-rating__ico {
  padding: 0;
  margin: 0;
}

.modal-new--product-reviews #reviews_form .stars .wrap {
  gap: 10px;
}

.modal-new--product-reviews #reviews_form .stars .helper {
  display: none;
}

.modal-new--product-reviews #reviews_form .form-control-new.form-control-new--review {
  height: 208px;
  resize: none;
}

.modal-new--product-reviews #reviews_form .form-group-new {
  margin: 0 0 16px 0;
}

.modal-new--product-reviews #reviews_form .form-control-new {
  margin: 0;
}

.reviews-items-new {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-item.review-item-new {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 0 12px 0;
}

.review-item.review-item-new:not(:last-child) {
  border-bottom: 1px solid var(--color-E2E2E2);
}

.review-item.review-item-new p {
  margin: 0;
}

.reviews-items-new .reviews-items-new__author-wrapp {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviews-items-new .reviews-items-new__date {
  overflow: hidden;
  color: #747474;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.product-articles .product-articles__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-articles .product-articles__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  background-color: var(--color-w);
  padding: 8px;
  transition: all 0.3s;
  border-radius: 12px;
}

.product-articles .product-articles__item:hover {
  box-shadow: 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11), 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13);
}

.product-articles .product-articles__item-img {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}

.product-articles .product-articles__item-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.product-articles .product-articles__item-info-wrapp {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-articles .product-articles__info-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-articles .product-articles__type {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: var(--color-8FACBA);
  color: var(--color-w);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.product-articles .product-articles__time {
  color: var(--color-6C6E79);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.product-articles .product-articles__name {
  color: var(--color-315C52);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: color 0.3s;
}

.product-articles .product-articles__item:hover .product-articles__name {
  color: var(--color-24272A);
}

.product-articles .product-articles__text {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(24px * 3);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: var(--color-6C6E79);
}

.checkout-header {
  position: sticky;
  z-index: 15;
  top: 0;
  background-color: var(--color-315C52);
  height: auto;
}

body.scroll header.checkout-header {
  background-color: var(--color-315C52);
}

.checkout-header .checkout-header__wrapp {
  padding: 16px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.checkout-header .checkout-header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-header .checkout-header__logo-logo {
  display: none;
  width: 50px;
  height: 42px;
  object-fit: contain;
}

.checkout-header .checkout-header__logo-text {
  display: inline-flex;
  width: 137px;
  height: 30px;
  object-fit: contain;
}

.checkout-header .checkout-header__right {
  display: flex;
  flex-direction: column;
}

.checkout-header .checkout-header__right-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-w);
}

.checkout-header .checkout-header__right-tel-wrapp {
  display: flex;
  gap: 8px;
  align-items: center;
}

.checkout-header .checkout-header__right-tel {
  display: inline-flex;
  color: var(--color-E3CC81);
  text-align: right;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.checkout-header .checkout-header__telegram {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../assets/img/icon/icon-telegram-header.svg');
  cursor: pointer;
}

.checkout-footer {
  padding: 27px 0;
  background-color: #F8F8F8;
  min-height: unset;
  margin: 0;
}

.checkout-footer .checkout-footer__copy {
  color: var(--color-6C6E79);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.checkout-checkout main,
.checkout-simplecheckout main {
  min-height: calc(var(--custom-vh) * 100 - 154px);
}

#floating-buy-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color-w);
  border-top: 1px solid var(--color-E2E2E2);
  box-shadow: 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.11), 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.13);
  z-index: 99;
  transform: translateY(100%);
  transition: transform .3s ease;
  padding: 8px 0;
}

#floating-buy-bar.active {
  transform: translateY(0);
}

.floating-buy-bar .floating-buy-bar__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.floating-buy-bar .floating-buy-bar__left {
  display: none;
}

.floating-buy-bar .floating-buy-bar__left img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.floating-buy-bar .floating-buy-bar__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.floating-buy-bar .floating-buy-bar__name {
  font-weight: 700;
}

.floating-buy-bar .floating-buy-bar__tags {
  color: var(--color-6C6E79);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.floating-buy-bar .floating-buy-bar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 100%;
}

.floating-buy-bar .floating-buy-bar__right .floating-buy-bar__btn {
  color: var(--color-w);
  padding: 12px 56px;
  flex-grow: 1;
}

.checkout-simplecheckout .simplecheckout-step {
  gap: 40px;
}

.checkout-simplecheckout .simple-content {
  padding: 0 0 40px 0;
}

.checkout-simplecheckout #simplecheckout_form_0>.simplecheckout {
  width: 100%;
}

.checkout-simplecheckout .checkout-simplecheckout__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 40px 0;
}

.checkout-simplecheckout .basket__top {
  display: none;
}

.checkout-simplecheckout .simplecheckout-left-column {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.checkout-simplecheckout .simplecheckout-right-column .panel-heading,
.checkout-simplecheckout .simplecheckout-block__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-transform: none;
}

.checkout-simplecheckout .simplecheckout-block__title.simplecheckout-block__title--m0 {
  margin: 0;
}

.checkout-simplecheckout .checkout-heading-button {
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.simplecheckout-block .basket__row .simplecheckout-methods-description a,
#simplecheckout_login .form-group a,
.checkout-simplecheckout .checkout-heading-button a {
  color: var(--color-315C52);
  transition: all 0.3s;
}

.simplecheckout-block .basket__row .simplecheckout-methods-description a:hover,
.simplecheckout-block .basket__row .simplecheckout-methods-description a:active,
#simplecheckout_login .form-group a:hover,
#simplecheckout_login .form-group a:active,
.checkout-simplecheckout .checkout-heading-button a:hover,
.checkout-simplecheckout .checkout-heading-button a:active {
  color: var(--color-24272A);
}

.checkout-simplecheckout .checkout-heading.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 20px 0;
}

.checkout-simplecheckout #temp_flat_container {
  margin: 0 0 20px 0;
}

.checkout-simplecheckout #simple_login_header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: max-content;
  margin: 0 0 0 auto;
}

.checkout-simplecheckout #simple_login_header img {
  position: relative;
  width: 24px;
  height: 24px;
}

.checkout-simplecheckout #simple_login_header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: var(--color-w);
  transition: all 0.3s;
  pointer-events: none;
  z-index: 1;
}

.checkout-simplecheckout #simple_login_header:hover:before {
  background-color: var(--color-315C52);
}

.checkout-simplecheckout #simple_login_header::after {
  z-index: 2;
  color: var(--color-24272A);
  left: auto;
  right: 0;
  pointer-events: none;
}

.checkout-simplecheckout #simplecheckout_button_login span {
  color: var(--color-w);
}

.checkout-simplecheckout #simple_login_header:hover::after {
  color: var(--color-w);
}

.checkout-simplecheckout .social-login-new {
  padding: 0 0 20px 0;
  border: none;
}

.checkout-simplecheckout .simplecheckout-block-content .row {
  margin: 0;
}

.simplecheckout-block .simplecheckout-rule-group {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.simplecheckout-block .simplecheckout-rule-group .simplecheckout-error-text {
  position: static;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: var(--color-D73C46);
}

#simplecheckout_customer .basket__row.row-customer_register,
#simplecheckout_customer .basket__row.row-customer_field28 {
  flex-direction: row-reverse;
  align-items: center;
}

#simplecheckout_customer .basket__row.row-customer_register .basket__row-input,
#simplecheckout_customer .basket__row.row-customer_field28 .basket__row-input {
  flex: unset;
  width: max-content;
}

#simplecheckout_customer .basket__row .checkbox {
  margin: 0;
}

#simplecheckout_customer {
  margin-bottom: 40px;
}

#simplecheckout_customer .basket__row input[type=checkbox] {
  margin: 0;
  height: auto;
}

#simplecheckout_customer .basket__row .checkbox label {
  padding: 0;
}

.simplecheckout .basket__delivery-commentBtn::before,
#simplecheckout_customer .basket__row .checkbox .links-text {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #747474;
  transition: all 0.3s;
  background-color: var(--color-w);
}

.simplecheckout .basket__delivery-commentBtn:hover::before,
#simplecheckout_customer .basket__row .checkbox:hover .links-text {
  border-color: var(--color-315C52);
}

.simplecheckout .basket__delivery-commentBtn::after,
#simplecheckout_customer .basket__row .checkbox .links-text::before {
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
}

.simplecheckout .basket__delivery-comment.active .basket__delivery-commentBtn::before,
.basket__row #customer_register:checked+.links-text,
.basket__row #customer_field28_0:checked+.links-text {
  background-color: var(--color-315C52);
  border-color: var(--color-315C52);
}

.simplecheckout .basket__delivery-comment.active .basket__delivery-commentBtn::after,
.basket__row #customer_register:checked+.links-text::before,
.basket__row #customer_field28_0:checked+.links-text::before {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-image: url('../assets/img/icon/icon_checked.svg');
}

#simplecheckout_shipping.simplecheckout-block,
#simplecheckout_payment.simplecheckout-block,
#simplecheckout_comment.simplecheckout-block {
  border: none;
  padding: 0;
  margin: 0;
}

#simplecheckout_payment.simplecheckout-block,
#simplecheckout_shipping .simplecheckout-block-content {
  margin-bottom: 24px;
}

#simplecheckout_shipping_address {
  margin-bottom: 40px;
}

.simplecheckout-block .basket__row .simplecheckout-methods-description {
  padding: 8px 0 0 0;
}

#simplecheckout_shipping_address .col-sm-12 {
  display: none;
}

#simplecheckout_shipping_address .nice-select,
#simplecheckout_shipping .nice-select,
#simplecheckout_payment .nice-select {
  justify-content: space-between;
}

#simplecheckout_shipping_address .nice-select .list,
#simplecheckout_shipping .nice-select .list,
#simplecheckout_payment .nice-select .list {
  margin: 2px 0 0 0;
}

.simplecheckout #simplecheckout_shipping_address .basket__row .dropdown-address li a {
  color: var(--color-24272A);
  padding: 0;
}

.simplecheckout .basket__delivery-comment textarea {
  display: none;
  height: 150px;
}

.simplecheckout .basket__delivery-comment.active textarea {
  display: flex;
}

.simplecheckout .basket__delivery-commentBtn {
  position: relative;
  display: flex;
  color: var(--color-24272A);
  border: none;
  padding: 8px 0 8px 28px;
  transition: all 0.3s;
}

.simplecheckout .basket__delivery-commentBtn::after {
  z-index: 1;
  transform: translate(3px, -7px);
}

.simplecheckout .basket__delivery-commentBtn::before,
.simplecheckout .basket__delivery-commentBtn::after {
  position: absolute;
  content: '';
  left: 0;
}

.simplecheckout .basket__delivery-commentBtn:hover {
  color: var(--color-315C52);
}

#simplecheckout_shipping_address .nice-select {
  width: 100%;
  max-width: 100%;
}

.checkout-simplecheckout .simplecheckout-right-column {
  box-shadow: none;
  padding: 16px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--color-315C52);
  background-color: var(--color-w);
}

#simplecheckout_cart .cart-share-wrapp {
  padding: 0 0 20px 0;
  border-bottom: 1px solid var(--color-E2E2E2);
  margin: 0 0 20px 0;
}

#simplecheckout_cart .cart-share-wrapp .cart-share {
  width: 100%;
  color: var(--color-315C52);
}

#simplecheckout_cart .cart-share-wrapp .cart-share:hover,
#simplecheckout_cart .cart-share-wrapp .cart-share:active {
  color: var(--color-w);
}

#simplecheckout_cart .cart-share-wrapp .cart-share i {
  display: none;
}

#simplecheckout_cart .freeShippingTeaser {
  margin: 0 0 20px 0;
}

#simplecheckout_cart.cart-modal .cart-modal__prods-list {
  padding: 0;
  margin: 0;
}

#simplecheckout_cart .plus-minus {
  padding: 0 8px;
}

#simplecheckout_cart input.form-control-new.form-control-new--text {
  text-align: center;
}

#simplecheckout_cart .cart__list {
  max-height: none;
  border: none;
  margin: 0 0 20px;
}

.simplecheckout-right-column #simplecheckout_cart.simplecheckout-cart-block .totals {
  background-color: var(--color-w);
  padding: 0;
  margin: 0 0 20px 0;
}

.promo-block {
  padding: 0 0 20px 0;
  border-bottom: 1px solid var(--color-E2E2E2);
  margin: 0 0 20px 0;
}

.promo-block .custom-checkbox {
  padding: 8px 0 8px 28px;
}

.promo-block .promo-block__content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.promo-block .promo-block__promo {
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background-color: #F8F8F8;
}

.promo-block .promo-block__name {
  color: var(--color-6C6E79);
}

.promo-block .close.close-new {
  position: relative;
  inset: 0;
  width: 20px;
  height: 20px;
}

.promo-block .close.close-new::after {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px;
  mask-size: 20px;
}

.promo-block .promo-block__inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.promo-block .btn.btn-secondary {
  padding: 12px 56px;
  width: 100%;
  color: var(--color-315C52);
}

.promo-block .btn.btn-secondary:hover,
.promo-block .btn.btn-secondary:active,
.promo-block .btn.btn-secondary:focus {
  color: var(--color-w);
}

#simplecheckout_cart .promo-block .form-control-new.form-control-new--text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  height: 48px;
}

#simplecheckout_cart .simplecheckout-cart-total.simplecheckout-cart-buttons {
  margin: 0;
  width: 100%;
}

.simplecheckout-left-column #simplecheckout_comment textarea {
  border: 1px solid var(--color-6C6E79);
}

.simplecheckout-left-column #simplecheckout_comment textarea:hover,
.simplecheckout-left-column #simplecheckout_comment textarea:hover,
.simplecheckout-left-column #simplecheckout_comment textarea:hover,
.simplecheckout-left-column #simplecheckout_comment textarea:hover {
  border-color: var(--color-315C52);
}

.block-total {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px 0;
}

.block-total .block-total__cart-total {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

#total_total {
  margin: 0 0 20px 0;
  order: 1;
}

#total_sub_total {
  margin: 0 0 12px 0;
  order: 2;
}

#total_deliver {
  order: 3;
}

#total_sub_total .block-total__name,
#total_sub_total .block-total__value {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

#total_total .block-total__name,
#total_total .block-total__value {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.simplecheckout-button-center .button.btn-primary.btn {
  width: 100%;
  max-width: 100%;
}

.simplecheckout-button-center .button.btn-primary.btn span {
  color: var(--color-w);
  text-transform: none;
}

#cartShare .modal-dialog {
  width: calc(100% - 24px);
  max-width: 688px;
}

#cartShare .modal-content {
  border-radius: 8px;
}

#cartShare .modal-header {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 12px 16px;
  border-bottom: 1px solid #DEDEDE;
}

#cartShare .modal-header h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Geologica", sans-serif;
  text-align: left;
  width: calc(100% - 50px);
  color: var(--color-24272A);
}

#cartShare .modal-body {
  padding: 16px;
}

#cartShare .btn-primary-new {
  color: var(--color-w);
  height: 40px;
}

.cart-share-body .cart-share-body__copied {
  display: flex;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.cart-share-body .cart-share-body__link-wrapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px 0;
}

.cart-share-body .cart-share-body__link {
  display: block;
  padding: 8px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid var(--color-6C6E79);
  color: var(--color-6C6E79);
  background: var(--color-w);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}

.cart-share-body .cart-share-body__button-links {
  width: 100%;
}

#cartShare .button_share {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 0;
}

#cartShare .button_share>span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: #101820;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

#cartShare .button_share a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 4px;
  color: var(--color-315C52);
  transition: color 0.3s;
}

#cartShare .button_share a:hover,
#cartShare .button_share a:active,
#cartShare .button_share a:focus {
  color: var(--color-24272A);
}

.home-about-new .btn-primary-new.home-about-new__btn {
  padding: 12px 56px;
  min-width: 224px;
}

.alert.alert-success {
  position: relative;
  padding: 15px 30px 15px 15px;
}

.alert.alert-success button.close {
  display: none;
  position: absolute;
  right: 12px;
  top: 15px;
}

.search_in {
  flex-wrap: wrap;
  gap: 12px;
}

.search_in .form-control-new.form-control-new--text {
  margin: 0;
}

.search_in #button-search.btn-primary-new {
  height: 40px;
  padding: 8px 12px;
}
#mfilter-content-container {
  padding: 0;
}
.simplecheckout .simplecheckout-button-center {
  flex-direction: column;
  gap: 20px;
}
.simplecheckout-button-center .custom-checkbox {
  display: block;
}
.simplecheckout-button-center .custom-checkbox:hover {
  color: var(--color-24272A);
}
.simplecheckout-button-center .custom-checkbox .privacy-policy-link {
  color: var(--color-315C52) !important;
}
.simplecheckout-button-center .custom-checkbox .privacy-policy-link:hover,
.simplecheckout-button-center .custom-checkbox .privacy-policy-link:active {
  color: var(--color-24272A) !important;
}

/* login page */
.login-wrapp-new .login-wrapp-new__title {
  padding: 16px 15px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
#column-left + .login-wrapp-new,
.login-wrapp-new {
  border: none;
  padding: 0;
}
.login-wrapp-new {
  max-width: 513px;
  margin: 0 auto;
}
.choice.choice-new {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0 20px 0;
}
.choice.choice-new .radio {
  margin: 0;
}
.choice.choice-new .radio label {
  padding: 0 0 0 28px;
}
.choice.choice-new .radio label:hover {
  color: var(--color-315C52);
}
.choice.choice-new .radio label::before {
  width: 20px;
  height: 20px;
  border-radius: 333px;
  border: 1px solid var(--color-6C6E79);
  background-color: var(--color-w);
  top: 50%;
  transform: translateY(-50%);
}
.choice.choice-new .radio label:hover::before {
  border-color: var(--color-315C52);
  top: 50%;
  transform: translateY(-50%);
}
.choice.choice-new .radio input[type="radio"]:checked + label::after {
    background-color: var(--color-315C52);
    width: 14px;
    height: 14px;
    border-radius: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
}
.login-wrapp-new .btn.btn-primary-new {
  color: var(--color-w);
  border-radius: 4px;
}
.login-wrapp-new .btn-secondary {
  color: var(--color-315C52);
}
.login-wrapp-new .btn-secondary:hover,
.login-wrapp-new .btn-secondary:active {
  color: var(--color-w);
}
.login-wrapp-new .form-horizontal .form-group {
  margin: 0 0 12px 0;
}
.login-wrapp-new .form-group-new .control-label-new {
  text-align: left;
}
.form-group-new.form-group-new--doub {
  flex-direction: column-reverse;
}

.login-wrapp-new .form-group-new.form-group-new--doub::after,
.login-wrapp-new .form-group-new.form-group-new--doub::before {
  display: none;
}
[name="payment_method"] + .nice-select .list {
  max-width: 100%;
}
.simplecheckout .list [data-value="wayforpay"] {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  white-space: normal;
}
.simplecheckout .list [data-value="wayforpay"]::after {
  content: '';
  width: 48px;
  height: 24px;
  display: inline-block;
  background-image:
    url('../assets/img/icon/icon-privat.svg'),
    url('../assets/img/icon/icon-monobank.svg');
  background-repeat: no-repeat, no-repeat;
  background-position:
    left center,
    right center;
  background-size:
    24px 24px,
    24px 24px;
}
.product_page-right .price-safe-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px 0;
  font-family: "Geologica", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  color: var(--color-24272A);
}

.product-main-btns .btn.btn-secondary {
  flex-grow: 1;
}
#oneClickOrderModal .modal-dialog .modal-content {
  max-width: 336px;
}
#one-click-submit:disabled {
  pointer-events: none;
  opacity: 0.6;
}

@media (min-width: 576px) {

  .home-faq-new .faq__container,
  body .container-new {
    max-width: 564px;
  }
}

@media (min-width: 768px) {
  .product-main-btns .btn.btn-secondary {
    flex-grow: unset;
  }
  .product-main-btns-inner {
    width: auto;
  }
  .form-group-new.form-group-new--doub {
    flex-direction: row;
    justify-content: space-between;
  }
  .checkout-header .checkout-header__logo-text {
    width: 129px;
    height: 28px;
  }

  .checkout-header .checkout-header__logo-logo {
    display: inline-flex;
  }

  .product-articles .product-articles__item-img {
    height: 180px;
  }

  .product-articles .product-articles__item {
    width: calc(50% - 8px);
  }

  .product-articles .product-articles__items {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gift-ideas {
    flex-direction: row;
  }

  .gift-ideas .gift-ideas__right {
    height: 476px;
  }

  .gift-ideas .gift-ideas__btn {
    margin-top: 12px;
    width: max-content;
    padding: 12px 56px;
  }

  .gift-ideas .gift-ideas__left {
    width: 42.5%;
    flex-shrink: 0;
  }

  .pagination-block-new.pagination-block-new--mb,
  .gift-ideas,
  .box.bestsellers.bestsellers-new,
  .seo_html,
  #content.categorries-content {
    margin-bottom: 56px;
  }

  .ocf-offcanvas.ocf-offcanvas-new .list-group {
    padding: 0;
  }

  .ocfilter-new .ocfilter-heading .ocfilter-heading__close {
    display: none;
  }

  .ocfilter.ocfilter-new .ocfilter-heading {
    padding: 0;
    margin-bottom: 20px;
    min-height: unset;
    border: none;
  }

  .sort-desktop-only {
    display: flex;
  }

  .sort-mobile-only {
    display: none;
  }

  .home-faq-new .faq__container,
  body .container-new {
    max-width: 744px;
  }

  .catalog-advantages {
    background-color: rgba(49, 92, 82, 0.04);
  }

  .catalog-advantages .catalog-advantages__item {
    background-color: transparent;
  }
}

@media (min-width: 992px) {

  .home-faq-new .faq__container,
  body .container-new {
    max-width: 984px;
  }
}

@media (min-width: 1024px) {
  .cart-share-body .cart-share-body__link-wrapp {
    flex-direction: row;
  }

  #simplecheckout_cart .simplecheckout-cart-total.simplecheckout-cart-buttons,
  .promo-block .btn.btn-secondary {
    width: max-content;
  }

  #simplecheckout_cart .promo-block .form-control-new.form-control-new--text {
    width: auto;
    flex-grow: 1;
  }

  #simplecheckout_cart .cart__list {
    max-height: 304px;
  }

  .checkout-simplecheckout .simplecheckout-right-column {
    margin: 16px;
  }

  .checkout-simplecheckout .simplecheckout-left-column {
    padding: 16px;
  }

  .checkout-simplecheckout .checkout-simplecheckout__title {
    margin: 0 0 24px 0;
  }

  .checkout-simplecheckout .simple-content {
    padding: 0 0 56px 0;
  }

  .checkout-simplecheckout .simplecheckout-step {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 1280px) {
  .search_in .form-control.form-control-new.form-control-new--text {
    width: max-content;
    flex-grow: 1;
  }

  .floating-buy-bar .floating-buy-bar__right {
    width: max-content;
  }

  .floating-buy-bar .floating-buy-bar__left {
    display: flex;
    gap: 12px;
    align-items: stretch;
  }

  .modal-new.modal-new--product-reviews .rewie_small_text {
    margin: 0 0 20px 0;
  }

  .modal-new.modal-new--product-reviews #reviews_form .clearfix {
    position: static;
    padding: 0;
    border: none;
  }

  .modal-new.modal-new--product-reviews .modal-new__dialog {
    width: 100%;
    max-width: 513px;
    margin: 0 auto;
  }

  .modal-new.modal-new--product-reviews .modal-new__content {
    width: 100%;
    height: auto;
    max-height: calc(var(--custom-vh) * 100 - 72px);
    max-width: 513px;
    border-radius: 8px;
  }

  .prod-reviews-new .prod-reviews-new__rating-block {
    width: 296px;
  }

  .prod-reviews-new__content {
    flex-direction: row;
    gap: 24px;
  }

  .accordions .accordions__table th,
  .accordions .accordions__table td {
    width: auto;
  }

  .inprod_to_action.form-product-group-new,
  .product-expand-info,
  .upsell-box.upsell-box-new {
    margin: 0 0 24px 0;
  }

  .upsell-box .upsell-box__name a,
  .upsell-box .upsell-box__name {
    font-size: 15px;
    line-height: 24px;
  }

  .video-wrapper-new {
    height: 476px;
  }

  .search_in #button-search.btn-primary-new,
  .product-main-btns .btn-primary-new {
    width: max-content;
    flex-grow: 0;
  }

  .product-rating-status.product-rating-status-new {
    order: 1;
    width: 100%;
  }

  .product-top .product-top__cod {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .block-tree {
    margin-bottom: 20px;
  }

  .block-tree .block-tree__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }

  .product-thumbs-swiper-new {
    margin: 12px 0;
  }

  .video-thumb-wrapper-new img,
  .product-thumbs-swiper-new img {
    max-width: 94px;
    height: 94px;
  }

  .product-gallery-block.product-gallery-block-new .product-main-swiper-new img {
    height: 476px;
  }

  .product-gallery-block.product-gallery-block-new .product_page-right {
    width: 49%;
    max-width: 616px;
    flex-grow: 1;
  }

  .product-gallery-block.product-gallery-block-new .product_page-left {
    width: 49%;
    max-width: 616px;
    flex-shrink: 0;
    flex-grow: 1;
  }

  .product-gallery-block.product-gallery-block-new {
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 56px;
  }

  .col_filter.aside .product-block.product-block-new .items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }

  .product-block.product-block-new .items {
    gap: 24px;
  }

  h1.catalog-title {
    margin: 0 0 20px 0;
  }

  .catalog-advantages .catalog-advantages__btns {
    display: none;
  }

  .catalog-advantages {
    padding: 24px;
    background-color: rgba(49, 92, 82, 0.04);
  }

  .catalog-advantages .catalog-advantages__item {
    padding: 0;
    background-color: transparent;
  }

  .catalog-advantages .catalog-advantages__swiper-wrapper {
    padding: 0;
  }

  .home-inst-new .inst-preview {
    height: 336px;
  }

  .home-inst-new .btn-primary-new.home-inst-new__btn {
    display: flex;
    width: max-content;
    padding: 12px 56px;
    margin: 12px auto 0 auto;
  }

  .home-about-new .home-about-new__image img {
    width: 127px;
  }

  .home-about-new .home-about-new__image,
  .home-about-new .home-about-new__image img {
    border-radius: 5px;
  }

  .home-about-new .home-about-new__image-group {
    gap: 5px;
  }

  .home-about-new .home-about-new__images {
    padding: 36px;
    gap: 5px;
  }

  .home-about-new .home-about-new__btn {
    width: max-content;
  }

  .home-about-new .home-about-new__info {
    width: 43.5%;
    padding: 56px;
  }

  .related-block-new .related-block-new__btns,
  .catalog-advantages .catalog-advantages__btns,
  .home-inst-new .home-inst-new__btns,
  .home-bestseller-new .home-bestseller-new__btns,
  .bestsellers-new .bestsellers-new__btns,
  .home-catalog-slider .home-catalog-slider__btns,
  .reviews-swiper-new .reviews-swiper-new__btns {
    gap: 56px;
  }

  .wishlist-modal__bottom .buy_all.btn-primary-new {
    width: max-content;
  }

  #cart .cl.btn-secondary,
  #cart .checkout.btn-primary-new {
    width: 50%;
  }

  .product-preview-new .product-preview-new__image {
    height: 276px;
    max-height: 276px;
  }

  .product-preview.product-preview-new {
    height: 468px;
    max-height: 468px;
  }

  .home-bestseller-new .home-bestseller-new__header {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .home-hero .home-hero__btn.btn-primary-new {
    width: max-content;
    padding: 12px 56px;
    min-width: 291px;
  }

  .home-hero .home-hero__right {
    margin: 0;
    height: 430px;
  }

  .home-hero .home-hero__left {
    height: 100%;
    justify-content: center;
    width: 509px;
    flex-shrink: 0;
    padding: 0;
  }

  .home-hero .home-hero__container {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .catalog-advantages .catalog-advantages__btns,
  .home-inst-new .home-inst-new__btns,
  .reviews-swiper-new .reviews-swiper-new__btns,
  .home-bestseller-new .home-bestseller-new__btns,
  .home-catalog-slider .home-catalog-slider__btns {
    width: max-content;
  }

  .home-catalog-slider .home-catalog-slider__link {
    height: 196px;
  }

  .section-new.home-bestseller-new,
  .section-new.home-reviews-new,
  .section-new.home-catalog,
  .section-new {
    margin-bottom: 56px;
  }

  .main-footer .main-footer__tel {
    font-size: 19px;
    line-height: 28px;
  }

  .main-footer .main-footer__logo {
    width: 189px;
  }

  .main-footer .main-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .main-footer .main-footer__copy {
    padding-top: 24px;
    border-top: 1px solid #E2E2E2;
    width: 100%;
    text-align: center;
  }

  .main-footer .main-footer__container {
    gap: 24px;
  }

  .main-footer {
    padding: 56px 0 24px 0;
  }

  .cart-modal .cart-modal__product-info {
    width: calc(100% - 200px);
  }

  .cart-modal .cart-modal__remove-product {
    position: static;
  }

  .cart-modal .cart-modal__product {
    gap: 12px;
    flex-direction: row;
    align-items: center;
  }

  .cart-modal .cart-modal__prods-list {
    padding: 0 20px 20px 20px;
  }

  .cart-modal .cart-modal__list .freeShippingTeaser.miniCartTeaser {
    margin: 20px;
  }

  .cart-modal .cart-modal__btn-wrapp,
  .cart-modal .cart-modal__btns {
    flex-direction: row;
  }

  .cart-modal .cart-modal__total-price {
    flex-direction: column;
    gap: 0;
    min-width: 100px;
    flex-shrink: 0;
    align-items: flex-start;
  }

  .cart-modal .cart-modal__bth-wrapp {
    flex-direction: row;
  }

  .wsh_cont.wishlist-modal .totals .totals__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .wsh_cont.wishlist-modal .total_wishlist .totals {
    flex-direction: row-reverse;
  }

  .wishlist-modal .wishlist-modal__list {
    padding: 20px;
  }

  #cart .cart-modal,
  .wsh_cont.wishlist-modal {
    min-width: 616px;
    width: 616px;
  }

  .social-login-new .btn-secondary {
    width: calc(50% - 6px);
    flex-shrink: 0;
  }

  .social-login-new {
    flex-direction: row;
    justify-content: space-between;
  }

  .menu-banner {
    width: 320px;
    max-width: 320px;
    height: 100%;
    max-height: 442px;
  }

  #search.search-new .live-search {
    margin-top: 9px;
    top: unset;
    left: 0;
    width: 100%;
  }

  #search.search-new {
    position: absolute;
    top: 50%;
    right: 4px;
    padding: 0;
    background-color: transparent;
    transform: translateY(-50%);
    width: calc(100% - 20px);
  }

  .header__wrapper.desktop.header-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 12px 0;
  }

  .home-faq-new .faq__container,
  body .container-new {
    max-width: 1280px;
  }
}