* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  --containerPadding: 87px;
  --promoHeight: 43px;
  --headerHeight: 140px;
  --longTransition: 1s;
  --longSoTransition: .8s;
  --basicTransition: .4s;
  --fastTransition: .2s;
  --fastSoTransition: .1s;
  --cursor-stroke: none;
  --cursor-fill: #FFDB5C;
  --cursor-stroke-width: 1px;
  --transparent: #ffffff00 !important;
  --white: #ffffff !important;
  --black: #171717 !important;
  --darkblack: #000000 !important;
  --grey: #A7A7A7 !important;
  --grey2: #C9C9C9 !important;
  --greyLight: #AFAFAF !important;
  --red: #D85454 !important;
  --redText: #BB5353 !important;
  --yellow: #FFDB5C !important;
  --yellowText: #EEC533 !important;
  --blue: #25A7A8 !important;
  --greenText: #25A7A8 !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--black) var(--white) !important;
}

.text-notice{
  color: #EB2828;
}
input,
select {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
}

b,
strong {
  font-weight: 600;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea,
.form-control {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: inherit;
  opacity: 1;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.overflow {
  overflow: hidden;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clean-btn {
  background: none;
  border: 0;
  outline: 0;
}

html {
  font-size: 14px;
  font-family: "Wix Madefor Display", sans-serif;
}

body {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  font-size: 14px;
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}

body::-webkit-scrollbar {
  width: 5px;
}

body.overflow-hiden {
  overflow: hidden;
}

.container {
  max-width: 1620px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.header-line {
  background: #191919;
  position: relative;
  z-index: 4;
}

.header-line .header-line-swiper {
  padding: 16px 0;
}
.header-line .header-line-swiper .swiper-wrapper{
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.header-line .header-line-slide {
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.header-line .header-line-slide[href]:hover{
  text-decoration: underline;
}
.header-line-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 2;
  background: url("/dist/img/icons/arow-next.svg") 50% 50% no-repeat;
}

.header-line-next.swiper-button-disabled {
  opacity: 0.5;
}

.header-line-prev {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("/dist/img/icons/arow-prev.svg") 50% 50% no-repeat;
}

.header-line-prev.swiper-button-disabled {
  opacity: 0.5;
}

header {
  border-bottom: 1px solid #E2E3DE;
  position: relative;
  z-index: 3;
}

.header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-top: 38px;
  padding-bottom: 38px;
}

.header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 22px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.header-logo-link{
  position: relative;
  z-index: 2;
}
.header-controls-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-controls-btn .cart-count {
  width: 21px;
  height: 21px;
  border-radius: 11px;
  background: #191919;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  line-height: 21px;
  margin-left: 10px;
}

.language-switch-btn {
  margin-right: 13px;
}

.language-switch-btn .language-switch-arrow {
  margin-left: 12px;
}

.main-menu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.main-menu .main-menu-link {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.main-menu .main-menu-link:hover {
  text-decoration: underline;
}

.home-banner {
  margin-bottom: 90px;
}

.home-banner-item {
  position: relative;
  display: block;
}

.home-banner-item .home-banner-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.home-banner-item .container {
  position: relative;
}

.home-banner-info-title {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.home-banner-info-text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.conrols-wrapper {
  position: absolute;
  bottom: 35px;
  right: 0;
  z-index: 2;
  width: 100%;
}

.conrols-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.conrols-wrapper .conrols-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

.home-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 90px;
}

.home-about-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.home-about-text {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: 130%;
  max-width: 500px;
}

.home-about-right {
  padding-left: 100px;
}

.home-about-left {
  padding-left: 100px;
}

.product-carousel {
  margin-bottom: 120px;
}
.about-slogan-wrapper{
  display: flex;
  grid-gap: 30px;
  margin-bottom: 50px;
}
.about-slogan-title{
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.about-row{
  margin-bottom: 100px;
}
.about-slogan-wrapper img{
  max-width: 186px;
  flex: 1 1 auto;
}
.about-advantages-title{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 45px;
}
.about-advantages{
  margin: 0 auto;
  width: max-content;
}
.about-text{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-advantages-item{
  display: flex;
  grid-gap: 25px;
  align-items: center;
}
.about-advantages-item img{
  width: 32px;
  flex: 0 0 auto;
}
.about-advantages-container{
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.about-advantages-item p{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.section-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.arrow-link {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: url("/dist/img/icons/link-arrow.svg") 100% calc(100% - 2px) no-repeat;
  background-size: 5px auto;
  padding-right: 15px;
  text-decoration: none;
}

.arrow-link:hover {
  color: #000;
  text-decoration: underline;
}

.product-card {
  position: relative;
}

.product-card.unnavailable {
  opacity: 0.5;
}

.product-card-text-label {
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-card .card-img {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.product-card .card-img img,
.product-card .card-img video {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.product-card .card-name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  padding-right: 10px;
}

.product-card .card-name:hover {
  text-decoration: underline;
}

.product-card .card-price {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-card .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card .card-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3px;
}

.product-card .card-color-more {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-right: 10px;
}

.product-card.small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card.small-card .card-img {
  margin-bottom: 15px;
}

.product-card.small-card .card-img img {
  aspect-ratio: 213/285;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card.small-card .card-description {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: auto;
}

.card-img-link {
  position: relative;
  display: block;
}

.product-favorite-icon {
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: 2;
  width: 20px;
}

.product-favorite-icon.remove-icon {
  top: 3px;
  padding: 9px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-favorite-icon svg {
  width: 100%;
  height: auto;
}

.product-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 20px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgba(25, 25, 25, 0.4);
  padding: 5px 9px;
}

.product-label.sale-label {
  background: #000;
  font-weight: 500;
  font-size: 12px;
}
.card-color-item {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
}

.card-color-item.active {
  border: 1px solid #D9D9D9;
}

.card-color-item::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--colorValue);
}

.card-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 12px;
}

.card-old-price {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: line-through;
}

.card-special-price {
  color: #ED2E2E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.category-wall {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 130px;
}

.category-wall-item {
  position: relative;
  overflow: hidden;
}

.category-wall-item img,
.category-wall-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-wall-item:hover img,
.category-wall-item:hover video
{
  transform: scale(1.1);
}
.category-wall-item.type-cube {
  /*aspect-ratio: 1/1;*/
}

.category-wall-item-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-wall-item-container.category-look-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-wall-item-container.category-look-container .category-wall-item-title {
  margin-top: 0;
  width: 100%;
}
.category-wall-item-container.category-look-container ul{
  padding: 0;
  list-style: none;
}
.category-wall-item-container.category-look-container ul li,
.category-wall-item-container.category-look-container ul li a,
.category-wall-item-container.category-look-container .category-look-list 
{
  margin-top: auto;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: 120%;
}

.category-wall-item-container.category-look-container .category-look-list li + li,
.category-wall-item-container.category-look-container .category-look-list .category-look-list-item + .category-look-list-item
{
  margin-top: 12px;
}

.category-wall-item-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: auto;
}

.category-wall-item-all {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  line-height: 100%;
  margin-left: auto;
  margin-top: auto;
}
.category-wall-item-all:hover{
  text-decoration: underline;
}
.grid-rows-2 {
  grid-row: span 2;
}

.grid-cols-2 {
  grid-column: span 2;
}

.stores {
  background: #F0F0F0;
  position: relative;
  margin-bottom: 55px;
}

.stores .stores-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  z-index: 1;
}

.stores-wrapper {
  padding-left: calc(50% + 60px);
  padding-top: 45px;
  padding-bottom: 45px;
}

.stores-list {
  display: grid;
  grid-gap: 35px 10%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 35px;
}

.stores-list .store-address {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.stores-list .store-address-station {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.stores-list .store-phone {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.stores-list .store-shedure {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.city {
  color: #191919;
  margin-bottom: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.stores-list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  margin-top: 93px;
}

.stores-list-footer-title {
  color: #191919;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.advantages-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 55px;
}

.advantages-container .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages-container .advantages-item img {
  margin-right: 25px;
  width: 32px;
}

.advantages-container .advantages-item p {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

footer {
  background: #191919;
  padding-top: 55px;
  padding-bottom: 40px;
  margin-top: auto;
}

footer .container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}

footer .container .first-col {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .container .first-col img {
  width: 104px;
}

footer .container .first-col .footer-phone {
  margin-top: auto;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

footer .container .second-col {
  grid-column: span 4;
}

footer .container .third-col {
  grid-column: span 4;
}

footer .container .fourth-col {
  grid-column: span 4;
}

footer .container .subscribe-col {
  grid-column: span 8;
}

footer .container .subscribe-col .subscribe-col-title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

footer .container .footer-left-col {
  grid-column: span 12;
}

footer .container .footer-right-col {
  grid-column: span 12;
}

footer .container .menu-title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

footer .container .footer-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: grid;
  grid-gap: 8px 5px;
}

footer .container .footer-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container .footer-menu a {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .container .footer-menu a:hover{
  text-decoration: underline;
}
footer .container .footer-menu.cols-2 {
  grid-template-columns: 1fr 1fr;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form-control {
  border: 0;
  border-bottom: 1px solid #FFF;
  background: none;
  border-radius: 0;
  padding-bottom: 11px;
  color: #fff;
  font-size: 12px;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0;
}
.subscribe-form .form-control:focus{
  border-bottom: 1px solid #FFF;
}
.subscribe-submit {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-container {
  margin-top: 43px;
}

.bottom-container .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom-text {
  color: #5E5E5E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-right: auto;
}

.footer-bottom-text.ddforce-link {
  margin-left: auto;
  margin-right: 0;
}

a.footer-bottom-text {
  text-decoration: none;
}

a.footer-bottom-text:hover {
  color: #5E5E5E;
  text-decoration: underline;
}

.footer-payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
}

.footer-payment-icons img {
  height: 21px;
}

.bread-crups {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

.bread-crups li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread-crups .bread-crumps-item {
  font-size: 11px;
  line-height: 1em;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.bread-crups a.bread-crumps-item:hover {
  text-decoration: underline;
}

.bread-crups li + li:before {
  content: "";
  display: block;
  background: url("/dist/img/icons/crump-separator.svg") 50% 50% no-repeat;
  background-size: 5px auto;
  width: 11px;
  height: 1em;
  font-size: 11px;
  line-height: 1em;
  padding: 0;
  margin: 0 5px;
}

.category-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.category-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 0;
}

.filter-btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.filter-btn img {
  margin-right: 15px;
}

.sort-btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.sort-btn img {
  margin-right: 15px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px 5px;
}

.category-banner-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.category-banner-link {
  display: block;
  position: relative;
}

.category-banner-image {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-banner-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 35px 35px 35px;
}

.category-banner-info.bottom-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.category-banner-info.right-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.category-banner-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.category-banner-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 16px;
}

.pagination-wrapper {
  margin-top: 40px;
}

.load-more-btn {
  border: 1px solid #000;
  padding: 15px 30px;
  width: 300px;
  margin: 0 auto;
  display: block;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.load-more-btn:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination-item {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-item.active {
  color: #fff;
  border-radius: 50%;
  background: #000;
}

.pagination-item[href]:hover {
  color: #000;
  text-decoration: underline;
}

.category-seo-text-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.category-seo-text-wrapper .category-seo-text {
  max-height: 8em;
  overflow: hidden;
  margin-bottom: 20px;
}

.category-seo-text-wrapper.seo-text-show .category-seo-text {
  max-height: none;
}

.category-seo-text-wrapper.seo-text-show::after {
  display: none;
}

.category-seo-text-wrapper h2,
.category-seo-text-wrapper h3,
.category-seo-text-wrapper h4 {
  color: #909090;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
}

.category-seo-text-wrapper p {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.category-seo-text-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.seo-text-show-btn {
  position: relative;
  z-index: 1;
  color: #909090;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.list-category {
  margin-bottom: 28px;
}

.list-category:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60.58%, #FFF));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 60.58%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 60.58%);
}

.list-category .swiper-slide {
  width: auto;
}

.list-category .swiper-slide .home-category-item {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 9px 15px;
  border-radius: 60px;
  border: 1px solid #EFEFEF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.list-category .swiper-slide .home-category-item:hover{
  background: #000;
  border-color: #000;
  color: #fff;
}

.product-card-carousel .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 5px;
  top: 0;
}

.product-card-carousel .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
  /*background: #fff;*/
  background: transparent;
  opacity: 0.4;
  margin: 0;
  border-radius: 0;
}
.product-card-carousel .swiper-pagination .swiper-pagination-bullet{
  border-bottom: 7px solid #fff;
}

.product-card-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.9;
}

.category-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 100px;
  position: relative;
}
.sort-dropdown{
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 33px;
  width: 330px;
  background: #ffffff;
  top: calc( 100% + 15px );
  z-index: 3;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sort-dropdown.active{
  opacity: 1;
  visibility: visible;
}
.sort-dropdown-link{
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
}
.sort-dropdown-link.active,
.sort-dropdown-link:hover{
  text-decoration: underline;
  color: #000;
}
.modal-wrapper {
  z-index: 10;
}

.modal-wrapper.modal-show {
  visibility: visible;
  opacity: 1;
}

.modal-wrapper.modal-show .modal-container {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
}

.modal-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 2px;
  right: -5px;
  height: 12px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.modal-layout {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.modal-layout.show {
  visibility: visible;
  opacity: 1;
}

.modal-filter .modal-container {
  max-width: 483px;
  width: 100%;
}
.modal-size-table .modal-container{
  max-width: 483px;
  width: 100%;
}
.modal-size-table table{
  width: 100%;
  border: 1px solid #D2D2D2;
  margin-bottom: 40px;
}
.modal-size-table .modal-tilte{
  margin-bottom: 35px;
}
.modal-size-table table tr td{
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 19px 0;
  text-align: center;
  border-bottom: 1px solid #D2D2D2;
}
.modal-size-table table tr:nth-child(1) td{
  font-weight: 600;
}
.modal-size-table table tr:nth-child(1) td:nth-child(1){
  font-weight: 400;
}
.modal-size-table table tr td:nth-child(1){
  border-right: 1px solid #D2D2D2;
}
.modal-notify .modal-container {
  max-width: 483px;
  width: 100%;
  padding-left: 42px;
  padding-right: 42px;
}
.size-table-text{
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
}
.size-table-img{
  width: 120px;
}
.modal-tilte {
  margin-bottom: 16px;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
}

.filter-container {
  width: 100%;
}

.filter-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px 20px;
}

.filter-checkbox-grid .checkbox-input {
  margin-bottom: 0;
}

.filter-checkbox-grid .checkbox-input label {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.modal-container {
  background: #fff;
  padding: 40px 30px;
  position: relative;
  bottom: 0;
  z-index: 11;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  -o-transition: transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
}

.modal-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal-container .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}

.filter-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 8px;
}

.filter-title img {
  margin-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
}

.accordion.filter-accordion {
  grid-gap: 0;
}

.accordion.filter-accordion .accordion-button {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0;
  padding: 22px 0;
  border: 0;
}

.accordion.filter-accordion .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion.filter-accordion .accordion-button:after {
  background-image: url("/dist/img/icons/coupon-arrow.svg");
  width: 11px;
  height: 6px;
  background-size: 11px 6px;
}

.accordion.filter-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion.filter-accordion .checkbox-input .accordion-button:after {
  display: none;
}

.accordion.filter-accordion .accordion-body {
  padding: 0 0 22px 0;
  font-size: 13px;
  line-height: 140%;
}

.accordion.filter-accordion .accordion-body p {
  margin: 0;
}

.accordion.filter-accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
  border-top: 0;
}

.accordion.filter-accordion .accordion-item {
  border: 0;
  padding-top: 0;
  border-bottom: 1px solid #D9D9D9;
}

.checkbox-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.checkbox-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: lowercase;
  cursor: pointer;
}

.checkbox-input .radio-info {
  font-size: 13px;
  line-height: 130%;
}

.checkbox-input .radio-info.shipping-data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-input .checkbox-icon {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
}

.checkbox-input .checkbox-icon.round-icon {
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  position: relative;
}

.checkbox-input input[type=radio],
.checkbox-input input[type=checkbox] {
  display: none;
}

.checkbox-input input[type=radio]:checked + .checkbox-icon,
.checkbox-input input[type=checkbox]:checked + .checkbox-icon {
  background: url("/dist/img/icons/checkbox.svg") 50% 50% no-repeat #000;
  background-size: 12px 12px;
}

.checkbox-input input[type=radio]:checked + .checkbox-icon.round-icon,
.checkbox-input input[type=checkbox]:checked + .checkbox-icon.round-icon {
  background: none;
}

.checkbox-input input[type=radio]:checked + .checkbox-icon.round-icon:before,
.checkbox-input input[type=checkbox]:checked + .checkbox-icon.round-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #000;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.filter-controls {
  margin: auto 0 0 0;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-filter-apply {
  border: 1px solid #000;
  padding: 15px 30px;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-filter-apply:hover {
  background: #000;
  color: #fff;
}

.btn-main{
    border: 1px solid #000;
    padding: 15px 30px;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: none;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}
.btn-main:hover {
  background: #000;
  color: #fff;
}

.btn-filter-reset {
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
  color: #000;
}

.btn-filter-reset img {
  width: 9px;
  margin-right: 9px;
}

.btn-filter-reset:hover {
  text-decoration: underline;
  color: #000;
}

.fluid-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 35px;
}

.fluid-banners .category-banner-item {
  margin: 0;
}

.fluid-banners .category-banner-image {
  aspect-ratio: auto;
}

.back-link {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 40px;
  display: inline-block;
}

.back-link:hover {
  text-decoration: underline;
  color: #909090;
}

.product-sku {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.product-sku b {
  margin-right: 5px;
}

.product-name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.product-sku-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.goto-review-btn {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.product-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 28px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.favorite-product {
  width: 17px;
}

.favorite-product svg {
  width: 17px;
}

.favorite-product svg path {
  fill: #000;
}

.product-price {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.product-price.has-special {
  color: #ED2E2E;
}

.old-product-price {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: line-through;
  margin-right: 15px;
}

.product-price-row {
  margin-bottom: 30px;
}

.grid-product-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}

.product-options-error {
  color: #ED2E2E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 10px;
}

.product-option-item {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.product-option-item.real-option .product-option-item-value {
  border: 1px solid #D9D9D9;
  padding: 15px 10px;
}

.product-option-item input:checked + .product-option-item-value {
  border: 1px solid #000;
}

.product-option-item input:disabled + .product-option-item-value {
  border: 1px solid #C9C9C9;
  position: relative;
}

.product-option-item input:disabled + .product-option-item-value::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #c9c9c9;
  -webkit-clip-path: polygon(100% 0, 100% calc(0% + 1px), calc(0% + 1px) 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% calc(0% + 1px), calc(0% + 1px) 100%, 0% 100%);
}

.product-option-item input:disabled + .product-option-item-value .product-option-value {
  color: #C9C9C9;
}

.product-option-item .product-option-value {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

.selected-product-option {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
}

.selected-product-option .product-option-value {
  font-weight: normal;
}

.selected-product-option-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.product-option {
  margin-bottom: 30px;
}

.size-table-btn {
  color: #000;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.btn-add-to-cart {
  border: 1px solid #000;
  background: #000;
  padding: 17px 10px;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}

.btn-add-to-cart:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-add-to-cart + .accordion {
  margin-top: 40px;
}

.product-variants-wrapper {
  margin-bottom: 40px;
}

.product-variants {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}

.product-variants .product-variant {
  padding: 4px;
  border: 1px solid #fff;
}

.product-variants .product-variant:hover {
  border: 1px solid #D9D9D9;
}

.product-variants .product-variant:not([href]) {
  border: 1px solid #D9D9D9;
}

.btn-notify-cart {
  border: 1px solid #000;
  background: #fff;
  padding: 17px 10px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
}

.btn-notify-cart:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-unavailable-cart {
  border: 1px solid #F4F4F4;
  background: #F4F4F4;
  padding: 17px 10px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
}

.product-accordion-btn {
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-accordion-btn span {
  text-align: left;
}

.product-accordion-btn:not(.collapsed) .accordion-btn-state {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-item {
  border: 0;
}

.accordion-btn-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.accordion .accordion-item {
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}

.accordion .accordion-item:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.accordion .accordion-body {
  padding: 20px 0 0 0;
  font-size: 1rem;
  line-height: 120%;
}

.accordion .accordion-body p {
  margin-bottom: 0;
}

.accordion .accordion-body p + p {
  margin-top: 20px;
}

.btn-fast-checkout {
  border: 1px solid #000;
  background: #fff;
  padding: 18px 10px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.btn-fast-checkout:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-gallery {
  display: grid;
  grid-template-columns: 13% calc(87% - 18px);
  gap: 18px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.gallery-preview-slide {
  height: auto!important;
  aspect-ratio: 3/4;
  display: flex;
  
}
.gallery-preview-slide video{
  object-fit: cover;
  /*height: 100%;*/
  width: 100%;
  aspect-ratio: 3/4;
}
.img-gallery-preview-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  max-height: 1098px;
}

.swiper.img-gallery-preview.swiper-vertical {
  height: 100%;
}

.img-gallery-preview-col-wrapper {
  position: relative;
}

.swiper-button-prev-gallery {
  display: none;
}

.swiper-button-prev-gallery.swiper-button-disabled {
  opacity: 0.4;
}

.swiper-button-next-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 24px;
}

.swiper-button-next-gallery.swiper-button-disabled {
  opacity: 0.4;
}

.product-row {
  margin-bottom: 120px;
}

.product-carousel-title {
  padding-left: 0;
  margin-bottom: 30px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.best-seller-row .product-carousel {
  margin-bottom: 75px;
}

.product-review-wrapper {
  border-top: 1px solid #DFDFDF;
  padding-top: 60px;
  margin-bottom: 100px;
}

.reviews-title-row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grig-gap: 40px;
}

.reviews-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.rating-stars-static,
.rating-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 4px;
  cursor: pointer;
}

.rating-stars-static .star,
.rating-stars .star {
  width: 16px;
}

.rating-stars-static .star.active path,
.rating-stars .star.active path {
  fill: #EB2828;
}

.reviews-total-rating-title {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 9px;
}

.review-list .review-item {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}

.review-list .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-list .review-author {
  color: #000;
  margin-left: 43px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.review-list .review-date {
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: auto;
}

.review-list .review-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px 0;
}

.review-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
}

.review-pagination .review-pagination-btn {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 22px;
  border-radius: 50%;
  text-transform: uppercase;
}

.review-pagination .review-pagination-btn.active {
  color: #fff;
  background: #000;
}

.review-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-review-btn {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid #000;
  padding: 20px;
  width: 100%;
  max-width: 340px;
}

.add-review-btn.empty-review {
  max-width: 453px;
}

.short-card {
  border: 1px solid #D9D9D9;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  margin: 0 auto;
  position: sticky;
  top: 30px;
  grid-gap: 30px;
}

.short-card .short-card-img {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.short-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.short-card-info .short-card-info-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.short-card-info .grid-product-options {
  grid-gap: 10px;
}

.short-card-info .grid-product-options .product-option-item-value {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.short-card-info .short-card-add {
  width: 100%;
  background: #000;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 15px 10px 17px 10px;
}

.modal-review .modal-container {
  max-width: 483px;
  width: 100%;
}

.modal-review .modal-tilte {
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.modal-review-container {
  width: 100%;
  position: relative;
  height: 400px;
}

.modal-review-container .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  margin-bottom: 25px;
}

.modal-review-container .review-sucess {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgb(255, 255, 255);
  z-index: 1;
}

.modal-review-container .review-sucess p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-hide-modal {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 52px;
}

.btn-hide-modal:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.review-rating-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  margin-bottom: 25px;
}

.review-rating-row-title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-control {
  border: 1px solid #D9D9D9;
  padding: 20px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
  color: #000;
  line-height: normal;
}

.form-control:placeholder {
  color: #000;
  opacity: 1;
}

.form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-error .form-control {
  border-color: #ED2E2E;
}

.error-text,
.form-control-error
{
  color: #ED2E2E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

textarea {
  font-family: "Wix Madefor Display", sans-serif;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.review-submit-btn {
  width: 100%;
  background: #000;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  border: 1px solid #000;
}

.review-submit-btn:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.available-store-name {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

.available-store-name span {
  font-weight: 400;
  display: block;
}

.store-size-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 20px;
  padding-top: 20px;
}

.store-size-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.store-size-item .store-size-name {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.store-size-item .store-size-name.sold-out {
  color: #DFDFDF;
}

.store-size-item .store-size-quantity {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.store-size-item .store-size-quantity.last-size {
  color: #ED452E;
}

.available-store {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.available-store + .available-store {
  padding-top: 20px;
}

.oneclick-checkout {
  position: relative;
  margin-bottom: 40px;
}

.oneclick-checkout .oneclick-form-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oneclick-checkout .oneclick-form-group .oneclick-btn {
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.oneclick-checkout .oneclick-form-group .oneclick-btn.success {
  background: #007635;
  border: 1px solid #007635;
}

.oneclick-checkout .oneclick-form-group .form-control {
  width: auto;
}

.modal-cart .modal-container {
  max-width: 483px;
  width: 100%;
}

.modal-cart-total-wrapper {
  margin-top: auto;
  width: 100%;
}

.btn-modal-checkout {
  background: #000;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  text-decoration: none;
}

.btn-modal-checkout:hover {
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-modal-checkout:focus{
  box-shadow: none;
  background-color:#fff;
  border-color: #000;
  color: #000;
}
.progress-bar {
  width: 100%;
  height: 5px;
  background-color: #C6C6C6;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 10px;
}

.progress-fill {
  height: 100%;
  background-color: #EB2828;
  width: 0;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.progress-fill.active {
  background-color: #007635;
}

.cart-free-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.cart-free-shipping-title {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.cart-free-shipping-value {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.cart-free-shipping-success {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.checkout-cart-item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
  margin-right: 30px;
}
.checkout-password{
  display: none;
}
.checkout-cart-products-title{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 30px;
}
.checkout-cart-title-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.checkout-cart-title-row .checkout-cart-title{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.checkout-cart-title-row .login-link{
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.checkout-cart-total-wrapper{
  background: #FFF;
  padding: 12px 20px;
  margin-bottom: 20px;
}
.checkout-cart-total-wrapper .cart-free-shipping{
  margin-bottom: 0;
}
.checkout-cart-item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkout-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #666;
  position: relative;
}

.checkout-cart-item:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

.checkout-cart-item.notify-card {
  border-bottom: 0;
  padding-bottom: 40px;
}

.checkout-cart-item.notify-card .checkout-item-price-wrapper {
  margin-bottom: 25px;
}

.checkout-cart-item.notify-card .product-option {
  margin-bottom: 0;
}

.checkout-cart-item.notify-card .product-option-item .product-option-item-value {
  padding: 11px 9px;
}

.checkout-cart-item.notify-card .product-option-item .product-option-value {
  font-size: 13px;
  padding: 0;
}

.checkout-cart-item.unavailable .checkout-cart-item-image {
  opacity: 0.5;
}

.checkout-cart-item.unavailable .checkout-cart-item-name {
  opacity: 0.5;
}

.checkout-cart-item.unavailable .checkout-cart-item-options {
  opacity: 0.5;
}

.checkout-cart-item.unavailable .checkout-item-price-wrapper {
  opacity: 0.5;
}

.modal-cart-products {
  width: 100%;
  padding-top: 24px;
}

.modal-cart-products .checkout-cart-item {
  border-top: 0;
}

.checkout-cart-item-information {
  position: relative;
}

.checkout-cart-item-name {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  padding-right: 40px;
  display: block;
  margin-bottom: 10px;
}

.checkout-cart-item-name:hover {
  color: #000;
  text-decoration: underline;
}

.checkout-cart-item-options {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 3px;
  margin-bottom: 25px;
}

.checkout-cart-item-option-name,
.checkout-cart-item-option-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
}

.checkout-cart-remove {
  position: absolute;
  right: -2px;
  top: 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
}

.checkout-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  border: 1px solid #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 9px;
  margin-right: 30px;
}

.checkout-item-quantity-input {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  width: 24px;
  background: none;
  border: 0;
}

.checkout-item-quantity-input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.checkout-item-quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 3px;
}

.checkout-item-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-item-price {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-item-price .old-price {
  margin-right: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-decoration-line: line-through;
}

.product-cart-label {
  color: #FFF;
  background: #000;
  padding: 2px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.product-subscribe-form {
  width: 100%;
  position: relative;
}

.product-subscribe-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.product-subscribe-form .btn-notify-cart {
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.product-subscribe-form .btn-notify-cart:hover {
  background: #fff;
  color: #000;
}

.product-subscribe-form .form-success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  display: block;
}
.product-subscribe-form .form-success .btn-hide-modal{
  margin-top: 100px;
}
.product-subscribe-form .form-success p {
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}

.product-subscribe-form .form-success p b {
  display: block;
  margin-bottom: 10px;
}

.product-short-description {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.certificate-form {
  margin-bottom: 30px;
}

.certificate-form + .accordion {
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}

.certificate-form .form-control {
  padding: 16px 25px;
  color: #000;
  margin-top: 17px;
}
.certificate-form .input-wrapper .iti--allow-dropdown{
  margin-top: 17px;
}
.certificate-form-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-top: 35px;
}

.certificate-form + .product-page-accordion {
  margin-top: 25px;
}

.certificate-send-setting {
  margin-top: 40px;
  margin-bottom: 40px;
}

.certificate-send-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.certificate-send-date .certificate-send-date-btn {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certificate-send-date .certificate-send-date-btn img {
  width: 24px;
  margin-right: 15px;
}

.certificate-send-date input {
  border: 0;
  width: 80px;
}

.flatpickr-input {
  border: 0;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.flatpickr-input:focus {
  outline: 0;
}

.add-certificate-message {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-certificate-message img {
  width: 24px;
  margin-right: 15px;
}

.add-certificate-message.active img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.certificate-textarea-warpper {
  display: none;
  padding-top: 20px;
}

.certificate-textarea-warpper textarea {
  width: 100%;
  padding: 16px 25px;
  border: 1px solid #000;
  font-size: 1rem;
  min-height: 95px;
  height: auto;
  resize: none;
  overflow: hidden;
}

.certificate-textarea-warpper textarea:focus {
  outline: 0;
}

.certificate-description {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.certificate-description ol {
  padding-left: 0;
  list-style-position: inside;
}

.certificate-description ol li + li {
  margin-top: 0.5em;
}

.empty-reviews-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.checkout-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 58px;
  position: relative;
  z-index: 2;
}

.checkout-cart-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 29.16%;
}

.checkout-cart-wrapper .checkout-cart-item:nth-last-child(1) {
  border-bottom: 0;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-subtitle-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-subtitle-row a {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-subtitle-row a img {
  margin-right: 12px;
}

.checkout-form-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33%;
}

.checkout-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-gap: 20px;
  margin-bottom: 50px;
}

.checkout-switcher-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 10px);
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 23px;
}

.checkout-switcher-item.active {
  background: #000;
  color: #fff;
}

.form-fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}
select.form-control-checkout{
  background: #fff;
}
.form-control-checkout {
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #666;
  padding: 15px 23px;
}

.form-control-checkout:focus {
  outline: none;
}

.checkout-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202020;
  font-size: 1rem;
  font-style: normal;
  line-height: 120%;
  margin-bottom: 70px;
}

.checkout-notice img {
  margin-right: 10px;
}

.form-fieldset-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 0px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-fieldset-title.tab-fieldset-title {
  margin-bottom: 35px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-notice {
  font-size: 13px;
  line-height: 120%;
  text-transform: none;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}

.radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 18px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 100%;
}

.radio .radio-info {
  font-size: 13px;
  line-height: 130%;
}

.radio .radio-info.shipping-data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio .radiobox-icon {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
  position: relative;
}

.radio .radiobox-icon.round-icon {
  border-radius: 50%;
  border: 1px solid #BEBEBE;
}

.radio input[type=radio],
.radio input[type=checkbox] {
  display: none;
}

.radio input[type=radio]:checked + .radiobox-icon,
.radio input[type=checkbox]:checked + .radiobox-icon {
  background: none;
}

.radio input[type=radio]:checked + .radiobox-icon:before,
.radio input[type=checkbox]:checked + .radiobox-icon:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 0%;
  background: #000;
}

.radio input[type=radio]:checked + .radiobox-icon.round-icon,
.radio input[type=checkbox]:checked + .radiobox-icon.round-icon {
  background: none;
}

.radio input[type=radio]:checked + .radiobox-icon.round-icon:before,
.radio input[type=checkbox]:checked + .radiobox-icon.round-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #000;
}

.shipping-fields {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}

.shipping-fields.active {
  padding: 20px 0 0 0;
}

.shipping-methods {
  margin-bottom: 40px;
}

.input-autocomplete {
  position: relative;
}

.input-autocomplete:after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 11px;
  width: 11px;
  background: url("/dist/img/icons/arow_follow_icon.svg") 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-transform: rotate(0deg) translateY(-6px);
      -ms-transform: rotate(0deg) translateY(-6px);
          transform: rotate(0deg) translateY(-6px);
}

.dropdown-menu {
  display: none;
  width: 100%;
  border-radius: 0;
  background: #F4F4F4;
  max-height: 300px;
  overflow-y: auto;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  display: none;
}

.dropdown-menu .dropdown-link,
.dropdown-menu a
 {
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 20px;
  color: #000;
  display: block;
}

.dropdown-menu .dropdown-link:hover,
.dropdown-menu a:hover 
{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dropdown-menu .dropdown-link .text-bold {
  font-weight: bold;
}

.input-wrapper {
  position: relative;
}

.input-wrapper .input-error {
  display: none;
}

.input-wrapper.has-error .form-control {
  margin-bottom: 32px;
}
.modal-review-container .input-wrapper.has-error .form-control{
  margin-bottom: 0;
}
.input-wrapper.has-error input {
  border: 1px solid #E50000;
}

.input-wrapper.has-error .input-error {
  color: #E50000;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: calc(100% + 10px);
  display: block;
  text-align: center;
}

.input-wrapper.cols-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.shipping-notice {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ED1C24;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  grid-gap: 8px;
}

.shipping-notice img {
  width: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-data {
  margin-bottom: 40px;
}

.radio-graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  overflow-x: auto;
}

.radio-graph {
  cursor: pointer;
  padding: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.radio-graph input[type=radio]:checked + .selected-border {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.radio-graph span {
  position: absolute;
  left: 0;
  top: 100%;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  text-align: center;
}

.radio-graph img {
  width: 80px;
}

.order-pack {
  margin-bottom: 70px;
}

.form-textarea {
  border: 1px solid #000;
  padding: 15px 20px;
  width: 100%;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-textarea:focus {
  outline: 0;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.checkout-cart-item-information {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.header-checkout {
  padding-top: 34px;
  padding-bottom: 27px;
  background: #000;
}

.header-checkout ~ header {
  display: none;
}

.header-checkout ~ .header-line {
  display: none;
}

.header-checkout .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-checkout .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-checkout h1 {
  color: #000;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 97%;
  text-transform: uppercase;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 24px;
}

.header-checkout .logo-img {
  width: 84px;
}

.header-checkout .header-checkout-link {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-cart-notice {
  background: #F3F3F3;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.checkout-cart-notice b {
  font-weight: 500;
}

.container-checkout {
  position: relative;
  background: #fff;
}

.product-description ul,
.product-description ol {
  padding-left: 0;
  list-style-position: inside;
}
.product-description ul li + li,
.product-description ol li + li{
  margin-top: 5px;
}
.product-description img{
  width: 100%;
}
.checkout-cart-product-list {
  margin-bottom: 0px;
}

.coupon-wrapper {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.coupon-accordeon {
  margin-bottom: 20px;
}

.coupon-accordeon-body {
  display: none;
}

.coupon-accordeon-btn {
  padding-top: 16px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}

.coupon-accordeon-btn.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.coupon-input {
  font-size: 1rem;
  font-style: normal;
  line-height: 120%;
  padding: 15px 20px;
  border: 1px solid #000;
  border-right: 0;
}

.coupon-input:focus {
  outline: 0;
}

.coupon-btn {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: #000;
  border: 1px solid #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coupon-btn:hover {
  background: #000;
  color: #fff;
}

.checkout-totals {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-bottom: 45px;
}

.coupon-btn.btn-black{
  background: #007635;
}

.checkout-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.checkout-sub-total-name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.checkout-sub-total-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.checkout-mobile-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.checkout-mobile-sub-total-name,
.checkout-mobile-sub-total-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.checkout-total {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-total-name,
.checkout-total-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.form-checkbox-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
  display: block;
  margin-right: 15px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 100%;
}

.form-checkbox + .form-checkbox {
  margin-top: 11px;
}

.form-checkbox a {
  color: #000;
  text-decoration-line: underline;
  margin-left: 0.2em;
}

.form-checkbox span {
  color: #191919;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.form-checkbox input:checked + .form-checkbox-icon {
  background: url("/dist/img/icons/checkbox.svg") 50% 50% no-repeat #000;
  background-size: 12px auto;
}

.form-checkbox.has-error .form-checkbox-icon {
  border: 1px solid #ED1C24;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(237, 46, 46, 0.3);
          box-shadow: 0px 0px 9px 0px rgba(237, 46, 46, 0.3);
}

.checkout-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: block;
  background: #000;
  border: 0;
  padding: 15px;
  width: 100%;
  margin-top: 27px;
}

.product-cart-notice {
  background: #EB2828;
  padding: 6px 11px 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-right: 35px;
  margin-bottom: 10px;
}

.product-cart-notice img {
  width: 16px;
  height: auto;
}

.notice-error {
  color: #ED1C24;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.success-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.success-order-id {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.success-notify {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.success-home-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border: 1px solid #000;
  background: #000;
  width: 185px;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
}

.success-home-link:hover {
  color: #fff;
}

.success-order-info {
  border: 1px solid #000;
  padding: 30px 35px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.success-order-info-title {
  grid-column: span 2;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.success-order-info-col {
  color: #000;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}
.success-order-info-col a{
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.success-order-info-col a:hover{
  text-decoration: underline;
}

.success-order-error {
  padding: 25px 35px;
  background: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 30px;
}

.success-order-error .success-order-error-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.success-order-error .success-order-error-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.success-order-error .success-order-error-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  line-height: 130%;
}

.success-order-error .success-order-error-chanels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 20px;
}

.success-container {
  margin-bottom: 110px;
}

.success-container .bread-crups {
  margin-bottom: 90px;
}

.offert-page {
  margin-bottom: 60px;
}

.offert-page h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.offert-page p {
  line-height: 110%;
  margin-bottom: 1.5em;
}

.offert-page h3 {
  font-size: 16px;
  margin-bottom: 1em;
}

.offert-page ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.payment-shipping {
  margin-bottom: 90px;
}

.payment-shipping h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.payment-shipping .payment-shipping-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.payment-shipping .payment-shipping-text {
  margin-bottom: 60px;
}

.payment-shipping .payment-shipping-text b {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}

.payment-shipping .payment-shipping-text p {
  font-size: 13px;
}

.payment-shipping .payment-shipping-text li {
  font-size: 13px;
}

.payment-shipping .payment-shipping-text ul {
  padding-left: 1em;
}

.payment-shipping .payment-shipping-text .attention {
  color: #EB2828;
}

.payment-shipping .success-order-error {
  margin-bottom: 1rem;
}

.error-page {
  padding-bottom: 35px;
  border-bottom: 1px solid #E2E3DE;
  margin-bottom: 50px;
}

.error-page .error-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.error-page .error-code {
  font-size: 24.5vw;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}

.error-page .error-page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-page .error-page-info-title {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.error-page .error-page-info-text {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 80px;
}

.grid-banners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 6px;
  margin-bottom: 50px;
}

.grid-banners .grid-banner-item {
  position: relative;
}

.grid-banners .grid-banner-item .grid-banner-item-text {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.grid-banners img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.account-page h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.account-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-menu li a {
  display: block;
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-align: center;
  border: 1px solid #191919;
  padding: 15px 23px;
  margin-bottom: 9px;
}

.account-menu li a:hover,
.account-menu li a.active {
  background: #191919;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.account-title {
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.accordion-small-text {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 50px;
}

.accordion-small-text ul {
  padding-left: 1em;
  padding-bottom: 0;
  margin-top: 1em;
}

.account-order-item + .account-order-item .account-order-item-short {
  border-top: 0;
}

.account-order-item-short {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr 1fr;
  padding: 22px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.account-order-item-short-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-order-item-short-images img {
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.account-order-item .order-detail-btn {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.account-order-item.disable {
  color: #ABABAB;
}

.account-order-item.disable .order-detail-btn {
  color: #ABABAB;
}

.account-order-item-section-title {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}

.account-order-item-payment-name {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.account-order-item-payment-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account-order-item-payment-link {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: #000;
  border: 1px solid #000;
  padding: 15px 23px;
  text-decoration: none;
}

.account-order-item-payment-link:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.account-order-item p {
  margin-bottom: 0;
}

.account-order-item-product-section {
  background: #FAFAFA;
  padding: 30px 37px;
}

.account-order-item-user-title {
  margin-bottom: 15px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.account-order-item-payment-shipping {
  margin-top: auto;
  margin-bottom: 30px;
}

.account-order-item-full {
  padding-top: 35px;
  padding-bottom: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

.account-order-item-full-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account-order-item-product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
}

.account-order-item-product-list-item img {
  width: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.account-order-item-product-list-item b {
  display: block;
}

.account-order-item-product-list-item b + b {
  margin-top: 20px;
}

.account-order-item-product-section-title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.account-order-item-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
}

.account-order-item-total {
  border-top: 1px solid #E7E7E7;
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

.account-order-item-full-wrapper {
  display: none;
  border-bottom: 1px solid #E7E7E7;
}

.last-order {
  margin-bottom: 70px;
}

.account-login-page {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 50px;
  padding-bottom: 90px;
}

.account-login-page .bread-crups{
  margin-bottom: 90px;
}


.social-login-btn {
  border: 1px solid #000;
  padding: 16px 25px;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
  color: #191919;
}

.social-login-btn:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-varian-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
}

.login-varian-wrapper .restore-password {
  font-size: 10px;
}

.login-varian-wrapper .restore-password a {
  text-decoration: none;
  color: #212529;
}

.login-varian-wrapper .restore-password a:hover {
  text-decoration: underline;
}

.account-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.account-form .form-control {
  border: 1px solid #666;
}

.account-form input::-webkit-input-placeholder {
  opacity: 0.5;
}

.account-form input::-moz-placeholder {
  opacity: 0.5;
}

.account-form input:-ms-input-placeholder {
  opacity: 0.5;
}

.account-form input::-ms-input-placeholder {
  opacity: 0.5;
}

.account-form input::placeholder {
  opacity: 0.5;
}

.account-form .login-btn {
  border: 1px solid #000;
  padding: 16px 25px;
  display: block;
  text-align: center;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.account-form .login-btn:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.register-link {
  text-align: center;
  display: block;
  color: #000;
  text-align: center;
  font-size: 12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.register-link:hover {
  color: #000;
}

.account-default-text {
  margin-bottom: 25px;
  line-height: 120%;
}

.account-link-btn {
  color: #191919;
  line-height: 120%;
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #191919;
  padding: 15px 23px;
  text-align: center;
}

.account-link-btn + .account-link-btn {
  margin-top: 20px;
}

.account-link-btn:hover {
  background: #191919;
  color: #fff;
}

.submit-btn {
  padding: 15px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.submit-btn:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submit-btn:disabled {
  background: #CCC;
  border-color: #ccc;
}

.submit-btn:disabled:hover {
  color: #fff;
}

.account-grid-form {
  margin-bottom: 60px;
}

.b-day-date .flatpickr-input {
  text-align: left;
}

.show-password-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 20px;
}

.show-password-btn.active .hide-line {
  display: none;
}

.wishList-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 5px;
}

.page-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.contact-subtitle {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.sticky-wrapper{
  position: sticky;
  top: 10px;
}
.contact-phone {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.contact-phone:hover{
  color: #000;
}
.contact-shedule {
  margin-bottom: 40px;
}

.contact-email {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}
.contact-email:hover{
  color: #000;
}
.showrooms {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #E7E7E7;
  margin-bottom: 90px;
}

.showrooms-sity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 5px;
}

.showrooms-sity + .showrooms-sity {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #E7E7E7;
}

.showrooms-sity-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: -5px;
}

.showroom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
}

.showroom-item img {
  width: calc(50% - 25px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.showroom-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 15px;
}

.showroom-item-description p {
  margin-bottom: 0;
}

.modal-search .modal-container {
  padding-top: 0px;
  width: 100%;
  top: 143px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  /*border-top: 1px solid #D9D9D9;*/
}

.modal-search .modal-container .bread-crups {
  margin-top: 15px;
}

.modal-search.modal-show .modal-container {
  opacity: 1;
  height: calc(100vh - 143px);
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-search .modal-layout {
  background: rgba(0, 0, 0, 0);
}

.modal-search .modal-layout .show {
  background: rgba(0, 0, 0, 0);
}

.search-form {
  position: relative;
  width: 50%;
  margin: 0 auto 60px auto;
}

.search-form .form-control {
  border-color: #000;
  padding: 20px 25px;
}

.search-form .search-form-btn {
  padding: 20px 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.popular-request-title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 45px;
}

.search-result .swiper.search-result {
  width: calc(100% + 15px);
}

.search-result .swiper-slide {
  width: 13%;
}

.search-result img {
  width: 100%;
  margin-bottom: 15px;
}

.search-result a {
  text-decoration: none;
}
.search-result .top-search-name {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.search-result a:hover .top-search-name{
  text-decoration: underline;
}

.search-result .product-card .card-name {
  font-size: 11px;
}

.search-result .product-card .card-color-list {
  display: none;
}

.search-result .product-card .card-price {
  font-size: 12px;
}

.search-result .product-card .card-img-link img {
  margin-bottom: 0;
}

.search-result .product-card .card-img {
  margin-bottom: 15px;
}

.search-result .product-card .product-label {
  display: none;
}

.search-result .product-card .product-favorite-icon {
  display: none;
}

.search-all-link {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 15px 20px;
  text-align: center;
  display: block;
  margin: 30px auto;
  max-width: 275px;
  background: #000;
  text-decoration: none;
  border: 1px solid #000;
}

.search-all-link:hover {
  color: #000;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hide-search-btn {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.child-menu-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 48%;
}

.child-menu-wrapper .children-menu {
  grid-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
}

.child-menu-wrapper .children-menu a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.child-menu-wrapper .children-menu a:hover {
  text-decoration: underline;
}

.child-menu-wrapper .children-menu li {
  font-size: 12px;
  line-height: 100%;
}

.child-menu-wrapper .children-menu .title-menu-item {
  color: #000;
  margin-bottom: 2em;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.child-menu-wrapper .children-menu .title-menu-item.list-title {
  margin-bottom: 10px;
}

.child-menu-wrapper .children-menu .all-products-link {
  text-decoration: underline;
  margin-top: 18px;
  display: block;
}

.child-menu-wrapper .children-menu.main-children-menu {
  width: 25%;
}

a.focus-item {
  color: #EB2828 !important;
}

.dropdown-menu-link {
  position: relative;
  max-width: 610px;
  width: 40%;
}

.dropdown-menu-link .dropdown-menu-link-info {
  position: absolute;
  left: 29px;
  bottom: 25px;
  z-index: 2;
}

.dropdown-menu-link .dropdown-menu-link-title {
  color: #191919;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.dropdown-menu-link .dropdown-menu-link-text {
  color: #191919;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.mobile-menu-burger {
  margin-right: 20px;
  position: relative;
}

.mobile-menu-burger .open-icon {
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 6px;
  width: 12px;
}

.mobile-menu-burger.open .open-icon {
  opacity: 1;
}

.mobile-menu-burger.open .close-icon {
  opacity: 0;
}

.catalog-sort-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  width: calc(100% + 15px);
}

.catalog-sort-title-row .radio {
  margin-bottom: 0;
}

.catalog-sort-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 15px;
}

.catalog-sort-wrapper {
  padding-bottom: 24px;
}

.catalog-sorts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sort-item {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

.sort-item:hover {
  color: #000;
}

.sort-item.active {
  color: #000;
}

.modal-subscribe {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.modal-subscribe .modal-container {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  grid-gap: 25px;
}

.modal-subscribe .modal-container .modal-close {
  top: 15px;
  right: 15px;
  padding: 0;
}

.modal-subscribe .modal-container .modal-image-wrapper {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.modal-subscribe .modal-container .modal-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-subscribe .modal-container .modal-form-title {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-subscribe .modal-container .modal-form-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.modal-subscribe .modal-container .form-control {
  border: 0;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}

.modal-subscribe .modal-container .form-control.has-error {
  border-bottom: 1px solid #ED2E2E;
  margin-bottom: 10px;
}

.modal-subscribe .modal-container .form-control.has-error + .error-text {
  margin-bottom: 24px;
}

.modal-subscribe .modal-container .modal-subscribe-submit {
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #000;
  background: #000;
  padding: 15px;
}

.modal-subscribe .modal-container .modal-subscribe-submit:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-subscribe.modal-show .modal-layout {
  pointer-events: all;
}

.modal-subscribe.modal-show .modal-container {
  opacity: 1;
  pointer-events: all;
}

@media all and (min-width: 600px) {
  .mobile-only {
    display: none;
  }

  footer .container.mobile-only {
    display: none;
  }

  .dropdown-menu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    padding-top: 143px;
    padding-bottom: 52px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dropdown-menu-layer-shadow{
     position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -2;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .dropdown-menu-layer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .parent-item {
    position: relative;
  }

  .parent-item:hover .child-menu-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .parent-item:hover .dropdown-menu-layer,
  .parent-item:hover .dropdown-menu-layer-shadow
  {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 600px) {
  .container-checkout:after {
    content: "";
    display: block;
    width: calc(29.16% + 60px);
    background: #F4F4F4;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 100%;
  }
}

@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
}

@media screen and (max-width: 992px) {
  html {
    --containerPadding: 30px;
  }
}

@media all and (max-width: 600px) {
  .gallery-view-slide{
    aspect-ratio: 3/4;
    display: flex;
  }
  .gallery-view-slide video,
  .gallery-view-slide img{
    aspect-ratio: 3/4;
    object-fit: cover;
  }
  header{
    position: sticky;
    top: 0;
    background: #fff;
  }
  .checkout-cart-item{
    border-bottom: 0;
  }
  .about-slogan-wrapper img{
    display: none;
  }
  .about-slogan-title br{
    display: none;
  }
  .about-text{
    margin-bottom: 50px;
  }
  .about-advantages{
    width: 100%;
  }
  .checkout-cart-item + .checkout-cart-item{
    border-top: 1px solid #666;;
  }
  .wishList-products{
    grid-template-columns: 1fr 1fr;
  }
  .sort-dropdown{
    display: none;
  }
  .row > * {
    padding-right: 5px;
    padding-left: 5px;
  }

  .collections .row > * {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .desktop-only {
    display: none;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-line .header-line-swiper .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-container {
    padding-top: 16px;
    padding-bottom: 16px;
    grid-template-columns: 48px auto auto;
    position: relative;
  }

  .header-container .header-logo {
    width: 92px;
  }

  .header-controls {
    grid-gap: 20px;
  }

  .header-controls-btn .cart-count {
    margin-left: 6px;
  }

  .language-switch-btn {
    display: none;
  }

  .main-menu {
    display: none;
  }

  .home-banner-info-text {
    margin-bottom: 10px;
  }

  .home-about {
    grid-template-columns: 1fr;
    grid-gap: 28px;
    margin-bottom: 60px;
  }

  .home-about-title {
    font-size: 18px;
  }

  .home-about-title br {
    display: none;
  }

  .home-about-right {
    padding-left: 0px;
  }

  .home-about-left {
    padding-left: 0px;
  }

  .product-carousel {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 18px;
  }

  .new-products {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .new-products .card-name,
  .new-products .card-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-card .card-price {
    font-size: 12px;
  }

  .product-card .card-color-list .card-color-item:nth-child(3),
  .product-card .card-color-list .card-color-item:nth-child(4) {
    display: none;
  }

  .category-wall {
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 55px;
  }

  .category-wall-item-container.category-look-container .category-wall-item-title {
    font-size: 22px;
  }

  .category-wall-item-container {
    padding: 15px;
  }

  .category-wall-item-title {
    font-size: 14px;
  }

  .stores .stores-bg {
    position: relative;
    width: 100%;
    aspect-ratio: 375/475;
  }

  .stores-wrapper {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .stores-list {
    grid-gap: 25px 15px;
  }

  .stores-list .store-address {
    font-size: 12px;
  }

  .stores-list .store-address-station {
    font-size: 12px;
  }

  .stores-list .store-phone {
    font-size: 12px;
  }

  .stores-list .store-shedure {
    font-size: 12px;
  }

  .city {
    font-size: 14px;
  }

  .stores-list-footer-title {
    font-size: 16px;
  }

  .stores-list-footer {
    margin-top: 45px;
    padding-right: 0px;
  }

  .stores-list-footer img {
    width: 91px;
  }

  .advantages-container {
    grid-template-columns: 1fr;
    grid-gap: 35px;
    margin-bottom: 30px;
  }

  footer .container.desktop-only {
    display: none;
  }

  footer .container .first-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: span 24;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .container .second-col {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 50px;
    grid-column: span 12;
  }

  footer .container .third-col {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-left: 15%;
    padding-top: 50px;
    grid-column: span 12;
  }

  footer .container .fourth-col {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-top: 35px;
    grid-column: span 12;
  }

  footer .container .fourth-col .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 25px;
  }

  footer .container .mobile-payment-icons {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding-top: 35px;
    grid-column: span 12;
  }

  footer .container .mobile-payment-icons img {
    height: 17px;
  }

  footer .container .mobile-payment-icons .footer-payment-icons {
    grid-gap: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  footer .container .subscribe-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 24;
    padding-top: 35px;
  }

  .bread-crups {
    overflow-x: auto;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .category-title {
    font-size: 18px;
    width: 50%;
  }
  .category-top-row{
    -webkit-box-align: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
  }

  .sort-btn {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .card-special{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 0 12px;
    max-width: 50%;
  }

  .category-banner-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .category-banner-item + .category-banner-item {
    margin-top: -30px;
  }

  .category-banner-info {
    padding: 20px 15px;
  }

  .category-banner-title {
    font-size: 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
  }

  .category-banner-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .load-more-btn {
    width: 100%;
  }

  .list-category {
    width: calc(100% + 15px);
  }

  .filter-checkbox-grid .checkbox-input label {
    font-size: 1rem;
  }

  .modal-container {
    padding: 32px 20px 20px 20px;
  }

  .accordion.filter-accordion .accordion-button {
    font-size: 1rem;
  }

  .checkbox-input label {
    line-height: 30px;
    font-size: 13px;
  }

  .filter-controls {
    margin: auto -20px -20px -20px;
    width: calc(100% + 40px);
    padding: 16px 20px 50px 20px;
  }

  .btn-filter-apply {
    text-transform: none;
  }

  .fluid-banners {
    grid-template-columns: 1fr;
  }

  .fluid-banners .category-banner-item:nht-child(1) {
    display: none;
  }

  .back-link {
    display: none;
  }

  .product-name {
    font-size: 18px;
  }

  .product-price {
    font-size: 18px;
    line-height: 17px;
  }

  .old-product-price {
    font-size: 12px;
  }

  .product-price-row {
    margin-bottom: 35px;
  }

  .grid-product-options {
    grid-gap: 10px;
  }

  .selected-product-option-row {
    margin-bottom: 15px;
  }

  .accordion .accordion-body {
    font-size: 14px;
    line-height: 130%;
  }

  .img-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product-main-img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .certificate-page .product-main-img {
    margin-bottom: 30px;
  }

  .img-gallery-preview-col-wrapper {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }

  .swiper-button-prev-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .swiper-button-prev-gallery img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .swiper-button-next-gallery {
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .swiper-button-next-gallery img {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .product-row {
    margin-bottom: 60px;
  }

  .product-carousel-title {
    font-size: 18px;
  }

  .best-seller-row .product-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
  }

  .reviews-title {
    font-size: 14px;
  }

  .review-list .review-author {
    margin-left: 20px;
  }

  .review-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 45px;
    margin-bottom: 50px;
  }

  .short-card {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 28px;
  }

  .short-card .short-card-img {
    width: 100%;
  }

  .short-card-info .short-card-info-title {
    margin-bottom: 25px;
  }

  .short-card-info .product-option {
    margin-bottom: 25px;
  }

  .store-size-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .oneclick-checkout .oneclick-form-group .oneclick-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .oneclick-checkout .oneclick-form-group .form-control {
    width: 50%;
  }

  .checkout-item-quantity {
    padding: 5px 9px 6px 9px;
  }

  .checkout-item-quantity-btn {
    padding: 0 2px;
  }

  .empty-reviews-title {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .checkout-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }

  .checkout-cart-wrapper {
    width: 100%;
  }

  .checkout-cart-wrapper:not(.mobile-only) {
    background: #F3F3F3;
    padding-top: 30px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-cart-wrapper:not(.mobile-only) .coupon-accordeon {
    display: none;
  }

  .checkout-cart-wrapper:not(.mobile-only) .checkout-totals {
    border-top: 0;
    padding-top: 0;
  }

  .checkout-form-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-fieldset {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .form-fieldset .grid-cols-2 {
    grid-column: span 1;
  }

  .checkout-notice {
    font-size: 13px;
  }

  .title-notice {
    font-size: 12px;
  }

  .radio label {
    grid-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 30px;
    white-space: nowrap;
  }

  .shipping-fields {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .input-wrapper.cols-two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }

  .input-wrapper {
    width: 100%;
  }

  .shipping-notice {
    margin-left: auto;
  }

  .form-textarea {
    font-size: 14px;
  }

  .checkout-cart-product-list {
    margin-bottom: 20px;
  }

  .success-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .success-order-id {
    margin-bottom: 15px;
    text-align: center;
  }

  .success-notify {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .success-home-link {
    width: 100%;
    margin-bottom: 30px;
  }

  .success-order-info {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }

  .success-order-info-title {
    grid-column: span 1;
  }

  .success-order-info-col {
    font-size: 14px;
  }

  .offert-page h1 {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .offert-page p {
    line-height: normal;
  }

  .payment-shipping h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .payment-shipping .payment-shipping-title {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .payment-shipping .payment-shipping-text {
    margin-bottom: 30px;
  }

  .error-page .error-section {
    grid-template-columns: 1fr;
    padding-top: 35px;
  }

  .error-page .error-code {
    font-size: 46.5vw;
  }

  .error-page .error-page-info-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .error-page .error-page-info-text {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .error-page .error-page-info .success-home-link {
    margin-bottom: 75px;
  }

  .grid-banners .grid-banner-item {
    grid-column: span 4;
  }

  .account-page h1 {
    font-size: 20px;
  }

  .account-page .bread-crups {
    margin-bottom: 20px;
  }

  .account-menu {
    margin-bottom: 50px;
  }

  .account-title {
    font-size: 15px;
  }

  .accordion-small-text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .accordion-small-text br {
    display: none;
  }

  .account-order-item-short {
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
  }

  .account-order-item .order-detail-btn {
    text-align: right;
  }

  .account-order-column-date {
    grid-column: span 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .account-order-item-short-images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 2;
  }

  .account-order-column-sum {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .account-order-column-detail {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .account-order-item-payment-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 20px;
    margin-top: 30px;
  }

  .account-order-item-payment-link {
    width: 100%;
    text-align: center;
  }

  .account-order-item-product-section {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 45px;
  }

  .account-order-item-payment-shipping {
    margin-top: 12px;
  }

  .account-order-item-full {
    grid-template-columns: 1fr;
  }

  .last-order {
    margin-top: 10px;
  }

  .account-login-page {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 75px;
  }

  .account-login-page .bread-crups {
    margin-bottom: 20px;
  }

  .social-login-btn {
    margin-bottom: 30px;
  }

  .login-varian-wrapper .restore-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .register-link {
    margin-bottom: 50px;
  }

  .account-default-text br {
    display: none;
  }

  .account-link-btn.create-account {
    margin-bottom: 65px;
  }

  .account-grid-form {
    margin-bottom: 70px;
  }

  .showrooms-sity {
    grid-template-columns: 1fr;
  }

  .showrooms-sity-title.grid-cols-2 {
    grid-column: span 1;
  }

  .modal-search .modal-container {
    top: 100px;
  }

  .modal-search .modal-container .bread-crups {
    display: none;
  }

  .modal-search.modal-show .modal-container {
    height: auto;
    bottom: 0;
    padding: 0;
    height: calc(100vh - 100px);
  }

  .search-form {
    width: 100%;
    margin-bottom: 50px;
  }

  .popular-request-title {
    margin-bottom: 30px;
    text-align: left;
  }

  .search-result .swiper-slide {
    width: 30%;
  }

  .hide-search-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown-menu-layer {
    display: none;
  }

  .child-menu-wrapper {
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-right: 15px;
    gap: 0;
  }

  .child-menu-wrapper .children-menu {
    margin-top: 22px;
    margin-bottom: 20px;
  }

  .child-menu-wrapper.close {
    display: none;
  }

  .catalog-sorts-row {
    gap: 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .sort-item {
    font-size: 12px;
  }

  .modal-subscribe .modal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
  }

  .modal-subscribe .modal-container .modal-image-wrapper {
    width: 100%;
    text-align: center;
  }

  .modal-subscribe .modal-container .modal-image-wrapper img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media all and (max-width: 575px) {
  .product-card .card-img {
    margin-bottom: 10px;
  }

  .product-card .card-name {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-card .card-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-card.small-card .card-description {
    margin-top: 40px;
  }

  .filter-checkbox-grid {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-cart-item-image {
    width: 95px;
    margin-right: 18px;
  }

  .checkout-page .input-wrapper.cols-2 {
    grid-column: span 1;
  }

  .checkout-switcher {
    grid-gap: 16px;
    margin-bottom: 30px;
  }

  .checkout-switcher-item {
    font-size: 12px;
    padding: 15px 3px;
    width: calc(50% - 8px);
  }

  .order-pack {
    margin-bottom: 45px;
  }

  .header-checkout .order-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .header-checkout .order-1 .logo-img {
    width: 162px;
  }

  .header-checkout .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header-checkout h1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 70%;
    margin-right: auto;
  }

  .header-checkout .header-checkout-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
    display: block;
  }

  .success-order-error {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .success-order-error .round-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 55px;
  }

  .success-order-error .success-order-error-info {
    width: calc(100% - 85px);
  }

  .success-order-error .success-order-error-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .success-order-error .success-order-error-text {
    font-size: 14px;
  }

  .success-order-error .success-order-error-chanels {
    margin-left: 85px;
  }

  .success-container .bread-crups {
    margin-bottom: 30px;
  }

  .mobile-menu {
    position: fixed;
    top: 105px;
    display: none;
    background: #fff;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 27px 15px;
    bottom: 0;
    overflow-x: auto;
    border-top: 1px solid #000;
  }

  .mobile-menu .mobile-product-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 27px;
    padding-bottom: 34px;
    border-bottom: 1px solid #000;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-menu .children-menu-wrapper {
    display: none;
  }

  .mobile-menu .children-menu {
    list-style: none;
    padding: 20px 0 0 0px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 15px;
  }

  .mobile-menu .children-menu li + li {
    margin-top: 5px;
  }

  .mobile-menu .children-menu a {
    color: #000;
    text-decoration-line: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .mobile-menu .children-menu .all-products-link {
    margin-top: 1.5em;
    display: block;
    text-decoration-line: underline;
    grid-column: span 2;
  }

  .mobile-menu .mobile-parent-link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration-line: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mobile-menu .mobile-parent-link img {
    margin-left: 15px;
  }

  .mobile-menu .mobile-parent-link.active img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .mobile-menu .mobile-additional-menu {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 32px 15px;
    border-bottom: 1px solid #000;
    list-style: none;
    grid-gap: 22px 0;
    margin-bottom: 0;
  }

  .mobile-menu .mobile-additional-menu a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    text-transform: uppercase;
    text-decoration: none;
  }

  .mobile-menu .setting-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #000;
  }

  .mobile-menu .setting-switcher .setting-select {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .mobile-menu .setting-switcher .selected-setting {
    text-decoration-line: underline;
  }

  .mobile-menu .menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }

  .mobile-menu .menu-footer span {
    color: #000;
    margin-left: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }

  .mobile-menu-burger {
    margin-right: 20px;
    position: relative;
  }

  .mobile-menu-burger .open-icon {
    opacity: 0;
    position: absolute;
    left: 0;
  }

  .mobile-menu-burger.open .open-icon {
    opacity: 1;
  }

  .mobile-menu-burger.open .close-icon {
    opacity: 0;
  }

  .logo-img {
    width: 162px;
  }
}

@media screen and (max-width: 480px) {
  html {
    --containerPadding: 20px;
    --containerMargin: -20px;
    --headerHeight: 63px;
  }
}

@media all and (max-width: 480px) {
  body {
    color: var(--black);
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}

@media all and (max-with: 600px) {
  .bottom-container {
    margin-top: 26px;
  }
}