body.no-scroll {
  overflow: hidden;
}

:root {
  --main-new: "Helvetica";
  --new-black: #000;
  --new-gray-border: #dadada;
  --new-g-placeholder: #808080;
  --new-btn-blue: #103e95;
}

.form-new-group,
.form-new-select,
.form-new-select__btn {
  position: relative;
}

.form-new-select__btn {
  width: 200px;
  color: #00000059;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  min-width: max-content;
  padding: 10px 20px;
  border: 2px solid #2d384a59;

  cursor: pointer;

  transition: all 0.2s linear;
}

.form-new-select.active + .filter__sourt::after {
  transform: rotate(180deg);
}

/* .form-new-select__btn:hover {
    font-weight: 700;

    transition: all .2s linear;
} */

.form-new-select__options,
.new-select__options {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 15px;

  padding: 20px;
  background-color: #fff;
  border: 1px solid #eaebed;

  position: absolute;
  top: 50px;
  z-index: 5;
}

.form-new-select__options.active,
.new-select__options.active {
  display: flex;
}

.form-new-select__btn.new-select__btn {
  width: 100%;
  padding: 16px;

  background: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 3px;

  font-family: var(--new1-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: start;
  letter-spacing: 1px;
  color: #b7b7b7;

  position: relative;
  z-index: 2;
}

.form-new-select__btn.new-select__btn > span {
  font-family: var(--new1-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: start;
  letter-spacing: 1px;
  color: #b7b7b7;
}

.form-new-select__option {
  font-family: inherit;
  font-weight: 500;
  /* letter-spacing: 3px; */
  font-size: 18px;
  line-height: 110%;
  color: #2d384a;

  transition: all 0.2s linear;
}

.form-new-select__options.new-select__options
  .form-new-select__option.new-select__option {
  font-family: var(--new1-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: start;
  letter-spacing: 1px;
  color: #b7b7b7;
  cursor: pointer;

  transition: all 0.2s linear;
}

.form-new-select__options.new-select__options
  .form-new-select__option.new-select__option:hover {
  color: #2d384a;
  transition: all 0.2s linear;
}

.form-new-select__option:hover {
  font-weight: 700;

  transition: all 0.2s linear;
}

.form-new-select__btn > span,
.form-new-input-btn > span {
  color: var(--new-g-placeholder);
}

.form-new-select {
  appearance: none;
}

.productsList__option {
  font-size: 10px;
  font-weight: 700;
  line-height: 30px;
  color: #a3b1bf;
  border: 1px solid #a3b1bf;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.productsList__options {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}

.order__left .productsList__options {
  flex: none;
}

#load-lookbook .productsList__options {
  position: static;
}

.productsList__options.productsList__options--checkout {
  width: 30px;
  height: 30px;

  border-radius: 10px;

  overflow: hidden;
}

.productsList__options-dot {
  width: 16px;
  height: 16px;

  position: absolute;
  z-index: 3;

  top: 50%;
  /* left: 50%; */

  background-color: #2d384a;
  border-radius: 3px;

  transform: translate(50%, -50%);
}

.productsList__option + span {
  display: block;
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;

  pointer-events: none;

  border-radius: 3px;
}
.productsList__option.blue,
.productsList__option.red,
.productsList__option.pink,
.productsList__option.yellow,
.productsList__option.black,
.productsList__option.white,
.productsList__option.gray,
.productsList__option.green {
  border: none;
}
.productsList__option.blue::after {
  background-color: blue;
}

.productsList__option.red::after {
  background-color: red;
}

.productsList__option.pink::after {
  background-color: pink;
}

.productsList__option.yellow::after {
  background-color: yellow;
}

.productsList__option.black::after {
  background-color: black;
}

.productsList__option.white::after {
  background-color: white;
}

.productsList__option.gray::after {
  background-color: gray;
}

.productsList__option.green::after {
  background-color: green;
}

.payment-page-confirm {
  font-family: League Spartan, sans-serif;
}

.payment-page-confirm .payment {
  font-family: League Spartan, sans-serif;
}

.payment-page-confirm .payment .pull-right {
  float: none;
}

/* .productsList__option.productsList__options--checkout {

} */

.productsList__options.productsList__options--checkout .productsList__option {
  background-color: #2d384a;
  border-radius: 10px;

  color: #fff;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #2d384a;
}
@media (max-width: 768px) {
  .productsList__options.productsList__options--checkout {
    margin-top: 5px;
  }
  .productsList__options.productsList__options--checkout .productsList__option {
    border-radius: 4px;
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .productsList__options.productsList__options--checkout {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
  }

  .productsList__options-dot {
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    background-color: #2d384a;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    /* border: 1px solid #2D384A; */
  }
}

.payment-page-confirm .payment .pull-right input {
  width: 100%;
  padding: 22px;

  background-color: #2d384a !important;
  background-image: none !important;
  border-color: transparent !important;
  border-radius: none;

  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  text-shadow: none !important;
  color: #fff;
  font-family: var(--new1-font);

  cursor: pointer;

  transition: all 0.2s linear;
}

.payment-page-confirm .payment .pull-right input:hover {
  border-color: #2d384a !important;
  background-color: transparent !important;
  color: #2d384a;

  transition: all 0.2s linear;
}

.payment-page-confirm .payment h2 {
  padding-bottom: 15px;

  font-family: League Spartan, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  color: #2d384a;
}

.payment-page-confirm .payment p {
  padding-bottom: 10px;

  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #2d384a;
}

.payment-page-confirm .payment .well.well-sm p:first-of-type {
  font-family: League Spartan, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: #2d384a;
  text-transform: uppercase;
}

.result-message {
  width: 337px;
  height: 48px;
  display: flex;
  justify-content: start;
  gap: 13px;
  align-items: center;
  padding: 14px 20px;

  background-color: #ffffff;

  font-family: League Spartan, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2d384a;
  border: 1px solid #2d384a;
  border-right: none;
  /* border-radius: 10px;
    border: 1px solid #dddddd; */
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 70;

  transition: all 0.3s linear;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.result-message.result-message--remove {
  color: #dc3545;
}

.result-message-error {
  background: rgb(238, 141, 115);
  background-color: #dde1e6;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
}
.resultErrorMessage-title {
  font-size: 24px;
  font-weight: 700;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  font-weight: 700;
}

.resultErrorMessage-text {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 500;
}

.order__btn.disabled {
  opacity: 0.8;
  pointer-events: none;

  cursor: not-allowed;
}

.order__right-input.coupon.disabled,
.order__right-input.voucher.disabled {
  pointer-events: none;
}

.order__right-input.coupon.disabled::placeholder,
.order__right-input.voucher.disabled::placeholder,
.cart__promo input.disabled::placeholder {
  color: #2d384a;
}

.order__right-group button.disabled,
.cart__promo button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;

  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 2;
}

.order__select {
  justify-content: start;
  align-items: start;
}

.productsList__options-icon.active svg path {
  fill: #2d384a;
}

.productsList__options-icon.active svg path {
  stroke: #2d384a;
}

.productsList__options-icon.active svg circle {
  stroke: #2d384a;
}

.order__input.order__input--order-phone {
  position: relative;
  z-index: 1;
}

.order__input.order__input--order-phone .iti {
  width: 100%;
}

/*validations*/

.order__input.error-text-val input,
.order__select.error-text-val select {
  border-bottom: 1px solid #dc3545;
}

.order__input.error-text-val input,
.order__input.error-text-val input::placeholder,
.order__select.error-text-val select {
  color: #dc3545;
}

.order__select.error-text-val span.error {
  display: block;
}

.order__input.error-text-val input + .error {
  display: block !important;

  color: #dc3545;
}

.order__input.order__input--order-phone.error-text-val .error {
  display: block !important;
}

.order__select::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #2d384a transparent;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.order__select.error-text-val::after {
  border-color: transparent transparent #dc3545 transparent;
}

/*validations of payment and delivery block*/

.delivery__information.error-text-val .error {
  display: block !important;

  color: #dc3545;
}

.delivery__information-radio__block.delivery__information-radio__block--address.error {
  border: 1px solid #a3b1bf80 !important;
}

.delivery__information-radio__block.delivery__information-radio__block--address.error
  span {
  border: 1px solid #2d384a !important;
}

.delivery__information.error-text-val .delivery__information-radio__block {
  border: 1px solid #dc3545 !important;

  color: #dc3545 !important;
}

.delivery__information-radio__block.delivery__information-radio__block--address.error
  .delivery__information-radio__title {
  border: none !important;
}

.delivery__information.error-text-val .delivery__information-radio__title {
  color: #dc3545 !important;
}

.delivery__information.error-text-val
  .delivery__information-radio__block
  .checkout__box-radio__label
  > span {
  border: 1px solid #dc3545 !important;
}

/*other styles*/

.cart .productsList__info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.wishlist .productsList__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.total-value {
  margin-right: 30px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: end;
  color: #000;
  margin-bottom: 20px;
  padding-top: 5px;
}

.myAccount__form-label.myAccount__form-label--not-active {
  top: -23px;
  color: #bac4cf;
  font-size: 12px;
  font-weight: 300;
}

.iti {
  width: 100%;
}

@media (max-width: 768px) {
  .total-value {
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    padding-top: 0;
  }
}

/*value*/

.checkbox__color.blue {
  background: blue;
}

.checkbox__color.red {
  background: red;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1440px) {
  .payment-page-confirm .payment .pull-right input {
    font-size: 22px;
    padding: 18px;
  }

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

  .info__item-desc {
    font-size: 12px;
    line-height: 14px;
  }
}

section.account {
  margin-bottom: 84px;
}

/*fix styles*/

#load-lookbook .tab-content .swiper-viewport {
  box-shadow: none;
  margin: 0;
}

.swiper-viewport .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.swiper-viewport .swiper-button-prev:after {
  display: none !important;
}

#load-lookbook .swiper-button-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2740%27 viewBox=%270 0 40 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.45 20L17.8 11.35L15.7 13.5L22.2 20L15.7 26.5L17.8 28.65L26.45 20ZM40 20C40 22.7333 39.475 25.3167 38.425 27.75C37.375 30.1833 35.9417 32.3083 34.125 34.125C32.3083 35.9417 30.1833 37.375 27.75 38.425C25.3167 39.475 22.7333 40 20 40C17.2333 40 14.6333 39.475 12.2 38.425C9.76667 37.375 7.65 35.9417 5.85 34.125C4.05 32.3083 2.625 30.1833 1.575 27.75C0.525 25.3167 0 22.7333 0 20C0 17.2333 0.525 14.6333 1.575 12.2C2.625 9.76667 4.05 7.65 5.85 5.85C7.65 4.05 9.76667 2.625 12.2 1.575C14.6333 0.524998 17.2333 0 20 0C22.7333 0 25.3167 0.524998 27.75 1.575C30.1833 2.625 32.3083 4.05 34.125 5.85C35.9417 7.65 37.375 9.76667 38.425 12.2C39.475 14.6333 40 17.2333 40 20ZM37 20C37 15.2667 35.3417 11.25 32.025 7.95C28.7083 4.65 24.7 3 20 3C15.2667 3 11.25 4.65 7.95 7.95C4.65 11.25 3 15.2667 3 20C3 24.7 4.65 28.7083 7.95 32.025C11.25 35.3417 15.2667 37 20 37C24.7 37 28.7083 35.3417 32.025 32.025C35.3417 28.7083 37 24.7 37 20Z%27 fill=%27%232D384A%27/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  color: transparent;
  opacity: 0.5;
}

#load-lookbook .swiper-button-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2740%27 height=%2740%27 viewBox=%270 0 40 40%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.45 20L17.8 11.35L15.7 13.5L22.2 20L15.7 26.5L17.8 28.65L26.45 20ZM40 20C40 22.7333 39.475 25.3167 38.425 27.75C37.375 30.1833 35.9417 32.3083 34.125 34.125C32.3083 35.9417 30.1833 37.375 27.75 38.425C25.3167 39.475 22.7333 40 20 40C17.2333 40 14.6333 39.475 12.2 38.425C9.76667 37.375 7.65 35.9417 5.85 34.125C4.05 32.3083 2.625 30.1833 1.575 27.75C0.525 25.3167 0 22.7333 0 20C0 17.2333 0.525 14.6333 1.575 12.2C2.625 9.76667 4.05 7.65 5.85 5.85C7.65 4.05 9.76667 2.625 12.2 1.575C14.6333 0.524998 17.2333 0 20 0C22.7333 0 25.3167 0.524998 27.75 1.575C30.1833 2.625 32.3083 4.05 34.125 5.85C35.9417 7.65 37.375 9.76667 38.425 12.2C39.475 14.6333 40 17.2333 40 20ZM37 20C37 15.2667 35.3417 11.25 32.025 7.95C28.7083 4.65 24.7 3 20 3C15.2667 3 11.25 4.65 7.95 7.95C4.65 11.25 3 15.2667 3 20C3 24.7 4.65 28.7083 7.95 32.025C11.25 35.3417 15.2667 37 20 37C24.7 37 28.7083 35.3417 32.025 32.025C35.3417 28.7083 37 24.7 37 20Z%27 fill=%27%232D384A%27/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  color: transparent;
  opacity: 0.5;
}

#load-lookbook .swiper-button-next {
  right: -50px;
  opacity: 1;
  z-index: 1;
}
#load-lookbook .swiper-button-next:hover::before {
  opacity: 1;
}

#load-lookbook .swiper-button-prev {
  left: -50px;
  opacity: 1;
  z-index: 1;
}
#load-lookbook .swiper-button-prev:hover::before {
  opacity: 1;
}
@media (max-width: 768px) {
  #load-lookbook .swiper-button-prev,
  #load-lookbook .swiper-button-next {
    display: none;
  }
}
#load-lookbook .lbp-content {
  top: -4px;
  left: 20px;
}

#load-lookbook .looks__detail-open {
  position: static;
  visibility: visible;

  border: none;

  text-align: left;
  font-family: League Spartan, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

#load-lookbook .lbp-content .product-thumb {
  max-width: max-content;
  min-width: fit-content;
  padding: 5px 0;

  background: transparent;
}

#load-lookbook .caption.caption--flex {
  display: flex;
  gap: 2px;

  border-bottom: 2px solid #fff;
}

#load-lookbook .lb-shower {
  width: 23px;
  height: 23px;

  box-shadow: none;

  position: relative;
  z-index: 1;
}

#load-lookbook .lb-shower::before {
  content: "";
  display: none;
  width: 11px;
  height: 11px;

  background-color: #a3b1bf;
  border-radius: 50%;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  transform: translate(-50%, -50%);
}

#load-lookbook .lb-product-box.lbc-active .lb-shower::before {
  display: block;
}

.caption.caption--flex .price {
  text-align: left;
  font-family: League Spartan, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  text-wrap: nowrap;
}

#load-lookbook .lbp-content .product-thumb .caption {
  height: 19px;
}

#load-lookbook .looks__detail-open a {
  margin-left: 8px;
}

/*20.12.2023*/

.overlay--lookbooks,
.share__modal-overlay {
  width: 100%;
  height: 100%;
  display: none;

  background-color: rgba(0, 0, 0, 0.3);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.share__modal {
  width: 100%;
  height: 100%;
  display: none;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.share__modal-overlay {
  display: block;
}

.lookbook__items-page {
  /* width: 100%;
    height: 100%;


    background-color: rgba(0, 0, 0 , .3); */
  width: 100%;
  max-width: 667px;
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 100000;

  transform: translate(-50%, -10%);
}

.lookbook__items,
.share__modal-block {
  width: 100%;
  max-width: 667px;
  padding: 40px;

  background-color: #ffffff;

  /* margin-left: 50%;
    margin-top: 10%; */
}

.share__modal-block {
  transform: translate(-50%, 50%);

  position: relative;
  left: 50%;
  z-index: 2000;
}

.share__modal-block-inputs {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
}

.share__modal-block-inputs .share__modal-copy {
  cursor: pointer;
  transition: all 0.2s linear;
}

.share__modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;

  cursor: pointer;
}

.share__modal-block-inputs .share__modal-copy:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.share__modal-block #urlInput {
  width: 80%;

  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: var(--new1-font);
  text-align: center;
}

.lookbook__items-header {
  width: 100%;
  display: flex;
  margin-bottom: 36px;
}

.lookbook__items-close {
  margin-left: auto;

  cursor: pointer;
}

.lookbook__items-title {
  margin-left: 50%;
  margin-right: 10px;

  transform: translateX(-50%);

  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #2d384a;
}

.lookbook__item .productsList__img {
  min-width: 127px;
}

.lookbook__item .productsList__info {
  width: 100%;
}

.lookbook__item .productsList__options-icon {
  max-height: 76px;
  width: 54px;
  height: 54px;

  position: absolute;
  top: 0;
  right: 0;

  cursor: pointer;
}

.lookbook__items-list {
  display: grid;
  gap: 40px;
}

.lookbook__items .productsList__img {
  height: 100%;
  max-height: 191px;
}

.lookbook__items .productsList__options {
  /* margin-top: 15px; */
}

.lookbook__items .productsList__options-price {
  font-size: 18px;
}

.lookbook__items .productsList__options-price {
  margin-top: 10px;
}

.lookbook__items .cartModal__colors {
  margin-top: 0;
}

/* 22/12 */

.options_box {
  display: flex;
  flex-direction: column-reverse;
}

.block-input-radio {
  cursor: pointer;
}

.error__code,
.success__code,
.delete__code {
  position: absolute;
  top: -27px;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  color: #dc3545;

  opacity: 0;

  transition: all 0.3s linear;
}

.success__code {
  color: green;
}

.text-val-success .success__code {
  opacity: 1;

  transition: all 0.3s linear;
}

.text-val-removed .delete__code {
  opacity: 1;

  transition: all 0.3s linear;
}

.cart__footer .error-text-val .error__code,
.order__right-top .error-text-val .error__code {
  opacity: 1;

  transition: all 0.3s linear;
}

.cart__footer .error-text-val .cart__promo input,
.order__right-top .error-text-val input,
.cart__footer .text-val-removed .cart__promo input,
.order__right-top .text-val-removed input {
  border: 2px solid #dc3545;
  color: #dc3545;

  transition: all 0.3s linear;
}

.order__right-top .text-val-success input {
  border: 2px solid green;
  color: green;

  transition: all 0.3s linear;
}

/*fix adaptive*/

.productsList__item.lookbook__item {
  position: relative;
}

.product__colors {
  flex-wrap: wrap;
  gap: 20px;
}

.orderModal__group-list li:last-of-type span {
  font-weight: 600 !important;
  color: #2d384a !important;
}

@media (max-width: 1280px) {
  .lookbook__items-page {
    max-width: 538px;
  }

  .lookbook__items-title {
    font-size: 16px;
    text-wrap: nowrap;
  }

  .lookbook__item .productsList__img {
    min-width: 87px;
    max-height: 121px;
  }

  .lookbook__item .productsList__options-icon {
    max-height: 46px;
    width: 46px;
    height: 46px;
    /* position: relative; */
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .lookbook__items .productsList__options-price {
    font-size: 12px;
  }

  .lookbook__items .productsList__options {
    margin-top: 0;
  }

  .lookbook__items-list label.custom-checkbox {
    width: 22px;
    height: 22px;
  }

  .lookbook__items-list .custom-checkbox > span {
    width: 22px;
    height: 22px;
  }

  .lookbook__items-list .cartModal__colors .checkbox-col > span {
    width: 22px;
    height: 22px;
  }

  .lookbook__items-list .checkbox-col > input:checked + span::before {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 768px) {
  #load-lookbook {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* #load-lookbook .swiper-slide {
        width: 340px!important;
        height: 410px!important;
    } */

  #load-lookbook .looks__item {
    width: 100%;
    max-width: 100%;
  }

  .lookbook__items-page {
    max-width: 438px;
  }

  #load-lookbook .looks__detail-open {
    font-size: 11px;
  }

  .caption.caption--flex .price {
    font-size: 11px;
  }

  #load-lookbook .lb-shower {
    width: 15px;
    height: 15px;
  }

  #load-lookbook .lb-shower::before {
    width: 8px;
    height: 8px;
  }

  #load-lookbook .lbp-content {
    top: -8px;
    left: 10px;
  }

  .share__modal-block {
    max-width: 440px;
  }
}

@media (max-width: 568px) {
  #load-lookbook .swiper-slide {
    width: 325px !important;
    height: 405px !important;
  }

  .lookbook__items {
    padding: 15px;
  }

  .lookbook__items-page {
    max-width: 328px;
  }

  .lookbook__items-close {
    margin-left: -40px;
  }

  .lookbook__items-close svg {
    width: 15px;
    height: 15px;
  }

  .share__modal-block {
    max-width: 360px;
  }

  .form-new-select__options,
  .new-select__options {
    padding: 5px;
    gap: 5px;
  }
}

/*10.01.2024*/

.emptyBlock__shop {
  display: block;
  width: 100%;

  text-align: center;
}

.product__preview-share > svg circle,
.product__preview-wish > svg circle {
  transition: all 0.2s linear;
}

.product__preview-share:hover > svg circle,
.product__preview-wish:hover > svg circle {
  fill-opacity: 1;

  transition: all 0.2s linear;
}

.product__preview-wish svg {
  display: block;
}

.product__preview-wish {
  background-image: none;
}

@media (max-width: 768px) {
  .product__preview-wish > svg {
    width: 50px;
    height: 50px;
  }
}

.lookbook__items-list {
  max-height: 653px;
  overflow-y: auto;
  padding-right: 25px;
}

.lookbook__items-list::-webkit-scrollbar {
  width: 6px; /* Ширина повзунка */
}

.lookbook__items-list::-webkit-scrollbar-thumb {
  background-color: #888; /* Колір повзунка */
  border-radius: 20px; /* Радіус кутів повзунка */
}

.lookbook__items-list::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Колір фону повзунка */
}

.lookbook__items-list {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* IE/Edge */
.lookbook__items-list {
  -ms-overflow-style: none; /* Вимикає стандартний скроллбар IE/Edge */
}

.lookbook__items-list::-ms-scrollbar-thumb {
  background-color: #888; /* Колір повзунка */
  border-radius: 20px; /* Радіус кутів повзунка */
}

.lookbook__items-list::-ms-scrollbar-track {
  background-color: #f1f1f1; /* Колір фону повзунка */
}

@media (max-width: 1700px) {
  .lookbook__items-list {
    max-height: 553px;
    overflow-y: auto;
  }

  .product__info-information__item {
    font-size: 17px;
  }

  .info__item-desc {
    font-size: 12px;
  }

  .info__item-title {
    font-size: 13px;
  }

  .info__list {
    column-gap: 12px;
  }
}

@media (max-width: 1540px) {
  .product__info-information {
    column-gap: 12px;
  }
}

@media (max-width: 1440px) {
  .lookbook__items-list {
    max-height: 453px;
    overflow-y: auto;
  }

  .product__info-information__item {
    font-size: 15px;
  }

  .info__item-desc {
    font-size: 10px;
  }

  .info__item-title {
    font-size: 10px;
  }
}

.productsList__title {
  cursor: pointer;
}

.productsList__img > img {
  cursor: pointer;
}

/*burger*/

.burger__block-buttons--modile {
  display: none;
  position: absolute;
}

.embet-block-options {
  width: 100%;

  max-width: 454px;
  padding: 50px 55px 53px 55px;

  background: #fff;
  border: 1px solid #2d384a;

  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;

  transform: translate(-50%, -50%);

  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.error-options__title {
  width: 100%;
  max-width: 344px;
  margin-bottom: 30px;

  font-family: Spartan;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}

.error-options__btn {
  width: 100%;
  max-width: 344px;

  padding: 20px 5px;

  background-color: #2d384a;
  border: 2px solid #2d384a;

  font-family: Spartan;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  cursor: pointer;

  transition: all 0.2s linear;
}

.error-options__btn:hover {
  background: transparent;

  color: #2d384a;
  transition: all 0.2s linear;
}

@media (max-width: 1220px) {
  .product__info-information__item {
    text-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 23%;
  }

  .embet-block-options {
    max-width: 354px;
    padding: 30px 25px 23px 25px;
    text-align: center;
  }

  .error-options__title {
    width: 100%;
    max-width: 244px;
    margin: 0 auto;
    margin-bottom: 15px;

    font-size: 18px;
    font-weight: 600;
    line-height: 20px;

    text-align: center;
  }

  .error-options__btn {
    width: 100%;
    max-width: 244px;

    padding: 10px 5px;

    background-color: #2d384a;
    border: 2px solid #2d384a;

    font-family: Spartan;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    cursor: pointer;

    transition: all 0.2s linear;
  }
}

@media (max-width: 768px) {
  .prifile.header__profile {
    display: none;
    position: absolute;
  }

  .lang.header__lang {
    display: none;
    position: absolute;
  }

  .burger__block-header-content
    .burger__block-buttons--modile
    .lang.header__lang {
    display: block;
    position: static;
  }

  .burger__block-title {
    display: none;
    position: absolute;
  }

  .burger__block-header-content .burger__block-buttons--modile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 20px;

    position: static;
  }

  .burger__block-buttons--modile .lang.header__lang {
    margin-top: 5px;

    font-family: Spartan;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #2d384a;
  }

  .burger__block-buttons--modile .prifile.header__profile {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #2d384a;

    position: static;
  }

  .burger__block-buttons--modile .prifile.header__profile {
    /* width: 19px;
        height: 19px; */
    padding: 5px;
  }

  .burger__block-buttons--modile .prifile.header__profile svg path {
    fill: #ffffff;
  }
}

/*error option*/

/*fix modal*/

.cartModal__footer {
  bottom: 17%;
}

.catalog__result .cartModal__footer,
.wishlistPage__items .cartModal__footer {
  bottom: 16%;
}

.product__page .product__recommended .cartModal__footer {
  bottom: 19%;
}

.cart.open .cartModal__footer {
  bottom: 0;
}

.cart.open .cartModal__footer .cartModal__manufacturer {
  display: block;
}

.cart.open .cartModal__footer .cartModal__name {
  display: block;
}

.cart.open .cartModal__footer .cartModal__price {
  display: block;
}

@media (max-width: 1600px) {
  .cartModal__footer {
    bottom: 19%;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 19%;
  }

  .product__page .product__recommended .cartModal__footer {
    bottom: 21%;
  }

  .product__page .product__recommended .cartModal__add {
    padding: 7px;
    font-size: 11px;
  }
}

@media (max-width: 1440px) {
  .cartModal__footer {
    bottom: 20%;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 21% !important;
  }

  .product__page .product__recommended .cartModal__footer {
    bottom: 22%;
  }
}

@media (max-width: 1280px) {
  /* .cartModal__footer {
        bottom: 20%;
    }

    .catalog__result .cartModal__footer, .wishlistPage__items .cartModal__footer {
        bottom: 20%;
    } */

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 24% !important;
  }

  .product__page .product__recommended .cartModal__footer {
    bottom: 25%;
  }

  .product__page
    .product__recommended
    .cartModal__footer
    .cartModal__size
    label {
    width: 19px;
    height: 22px;
  }

  .product__page .product__recommended .cartModal__footer .checkbox-col > span,
  .product__page
    .product__recommended
    .cartModal__footer
    .custom-checkbox
    > span {
    width: 23px;
    height: 23px;
  }

  .product__page .product__recommended .cartModal__footer .cartModal__colors {
    margin-top: 5px;
  }

  .product__page .product__recommended .cartModal__footer .cartModal__label {
    padding: 0px 6px;
    font-size: 11px;
  }

  .product__page .product__recommended .cartModal__footer .cartModal__wish {
    width: 35px;
    height: 35px;

    top: -40px;
  }

  .product__page .product__recommended .cartModal__name {
    font-size: 17px;
  }

  .product__page .product__recommended .cartModal__manufacturer {
    font-size: 13px;
  }
}

@media (max-width: 1080px) {
  .cartModal__footer {
    bottom: 25%;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 25%;
  }

  .product__page .product__recommended .cartModal__footer {
    bottom: 27%;
  }
}

@media (max-width: 991px) {
  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 21% !important;
  }

  .product__page .product__recommended .cartModal__footer {
    bottom: 30%;
  }
}

@media (max-width: 850px) {
  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 24% !important;
  }

  .product__page .product__recommended .cartModal__footer {
    bottom: 30%;
  }
}

@media (max-width: 768px) {
  .cartModal__footer {
    bottom: 16% !important;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 17% !important;
  }

  .product__page .product__recommended .cartModal__footer {
    bottom: 33%;
  }

  .product__page .product__recommended .cartModal__add {
    font-size: 10px;
  }

  .product__page .product__recommended .cartModal__add {
    padding: 5px;
  }

  .embet-block-options {
    max-width: 324px;
    padding: 20px 20px 20px 20px;
    text-align: center;
  }

  .error-options__title {
    font-size: 14px;
  }

  .error-options__btn {
    max-width: 189px;
    padding: 5px;
    font-size: 14px;
  }

  .cartModal__price-block .cartModal__price--new {
    font-size: 13px !important;
  }

  .cartModal__price.cartModal__price--old {
    font-size: 12px !important;
  }
}

@media (max-width: 658px) {
  .cartModal__footer {
    bottom: 15%;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 20% !important;
  }
}

@media (max-width: 578px) {
  .cartModal__footer {
    bottom: 20% !important;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 20%;
  }

  #collection__list .cartModal__add {
    padding: 5px;
  }
}

@media (max-width: 480px) {
  .cartModal__footer {
    bottom: 22%;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 22%;
  }
}

@media (max-width: 410px) {
  .cartModal__footer {
    bottom: 24%;
  }

  .catalog__result .cartModal__footer,
  .wishlistPage__items .cartModal__footer {
    bottom: 24%;
  }
}

.cartModal {
  background: transparent;
}

.cartModal__footer .cartModal__manufacturer {
  display: none;
}

.cartModal__footer .cartModal__name {
  display: none;
}

.cartModal__footer .cartModal__price {
  display: none;
}

/*fast search */

.search-popup__result {
  margin-top: 20px;
}

.search-popup__result-items {
  width: 100%;
  display: flex;
  gap: 10px;
  touch-action: manipulation;
}

.search-popup__result-items .owl-item {
  width: 150px !important;
}

.search-popup__result-item-link img {
  max-width: 150px;
  margin-bottom: 10px;
}

.search-popup__result-item-info {
  max-width: 150px;
}

.search-popup__result-row:first-of-type {
  margin-bottom: 20px;
}

.search-popup__result-row.search-popup__result-row-flex {
  width: 100%;
  display: flex;
  gap: 10px;
}

.search-popup__result-row-wrapper {
  width: 90%;
  overflow: hidden;

  position: relative;
  z-index: 1;
}

.search-popup__result-items-arrows {
  display: flex;
  gap: 1px;

  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0;
}

.search-popup__result-items-arrow {
  width: 25px;
  height: 20px;
  display: block;

  position: relative;
  z-index: 1;
  cursor: pointer;
}

.search-popup__result-items-arrow::before {
  content: "";

  width: 12px;
  height: 12px;
  display: block;

  position: absolute;
  top: 3px;
  z-index: 2;
}

.search-popup__result-items-arrow.search-popup__result-items-arrow--prew::before,
.search-popup__result-items-arrow.search-popup__result-items-arrow--next::before {
  border-bottom: 2px solid #70777d4d;
}

.search-popup__result-items-arrow.search-popup__result-items-arrow--prew::before {
  border-left: 2px solid #70777d4d;
  transform: rotate(45deg);
}

.search-popup__result-items-arrow.search-popup__result-items-arrow--next::before {
  border-right: 2px solid #70777d4d;
  transform: rotate(-45deg);
}

.search-popup__result-row .search-popup__sale-title {
  margin-bottom: 12px;
}

.search-popup__sale-title {
  text-transform: uppercase;
  list-style-type: none;
}

.search-popup__result-item {
  width: 150px;
  /* max-width: 150px; */
}

.search-popup__result-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  /* max-height: 228px; */
  margin-left: auto;
  margin-top: 32px;
  padding: 10px 20px;

  background-color: #f2f2f2;

  font-family: var(--new1-font);
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

.search-popup__result-item-manufacturer {
  margin-bottom: 5px;

  font-family: var(--new1-font);
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #000;
}

.search-popup__result-item-name {
  margin-bottom: 8px;

  font-family: var(--new1-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000;
}

.search-popup__result-item-price {
  font-family: var(--new1-font);
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #2d384a;
}

.search-popup__result-item-price.search-popup__result-item-price--special
  > span:last-of-type {
  margin-left: 8px;
  font-family: var(--new1-font);
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #2d384a;
  text-decoration: line-through;
}

.search-popup__result-categories {
  width: 100%;
  display: flex;
  gap: 10px 15px;

  overflow-x: auto;
}

.search-popup__result-categories .search-popup__sale-item {
  padding: 7px 25px;
  max-width: max-content !important;
  text-wrap: nowrap;
}

.lookbook__item
  .productsList__options-icon.productsList__options-icon--wish-icon {
  bottom: 0 !important;
  right: 70px;
}

.search-popup__result-items-arrow--next.disabled,
.search-popup__result-items-arrow--prew.disabled {
  opacity: 0;
}

@media (max-width: 568px) {
  .search-popup__result-row.search-popup__result-row-flex {
    flex-direction: column;
  }

  .search-popup__result-btn {
    max-width: 100%;
    margin-top: 12px;
  }

  .search-popup__result-row-wrapper {
    width: 100%;
  }

  .search-popup__result-categories .search-popup__sale-item {
    padding: 7px 15px;
  }
}

/*fix 30.01.2024*/

.emptyBlock {
  margin-top: 60px;
}

.emptyBlock__sign {
  margin-top: 60px;
  /* text-transform: uppercase; */
}
/*
.emptyBlock__shop {
    text-transform: uppercase;
} */

.filter__more .filter__more-hide {
  display: none;
}

.filter__more.open .filter__more-hide {
  display: block;
}

.filter__more.open .filter__more-show {
  display: none;
}

.cart__left .cartModal__price.cartModal__price--old {
  color: #2d384a;
}

@media (max-width: 1568px) {
  .product__preview-group {
    right: 80px;
  }

  .product__content .product__preview-group button svg {
    width: 55px;
    height: 55px;
  }

  .product__content .product__preview-group .product__preview-wish {
    width: 55px;
    height: 55px;
  }

  .product__preview-group.product__preview-group--icons {
    flex-direction: column;
    row-gap: 15px;
    align-items: self-start;
    bottom: 165px;
  }
}

@media (max-width: 1200px) {
  .search-popup__sale-list {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .search-popup__sale-item {
    max-width: max-content;
    padding: 5px 15px;
    text-wrap: nowrap;
  }
}

@media (max-width: 950px) {
  .product__preview-group {
    right: 50px;
  }
}

@media (max-width: 850px) {
  .product__preview-group {
    right: 30px;
  }
}

@media (max-width: 768px) {
  /* .product__preview-group {
    right: 0;
  } */
}

/*17.02*/

#payment-buttons #button-confirm {
  display: block;
  width: 100%;
  text-align: center;

  display: block;
  width: 100%;
  text-align: center;
  background-color: #2d384a !important;
  color: #fff;
  padding: 21px;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  font-family: var(--new1-font);
  border: 2px solid #2d384a;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;

  transition: all 0.2s linear;
}

#payment-buttons #button-confirm:hover {
  background-color: transparent !important;
  border: 1px solid #2d384a;
  color: #2d384a;

  transition: all 0.2s linear;
}

#payment-method-tabs span.tab-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  color: #000;
}

#payment-method-tabs .tab-image img {
  width: 40px;
  display: block;
  height: 30px;
  margin: 0 auto;
}

#payment-method-tabs span[data-tab] {
  border: 1px solid #a3b1bf80;
  border-radius: 0;
  display: block;
  width: fit-content;
  padding: 5px 10px;
  margin: 0 auto;
  cursor: pointer;
}

#payment-method-tabs .active,
#payment {
  border: 1px solid #a3b1bf80;
  border-radius: 0px;
}

#card-element,
#card-number,
#card-expiry,
#card-cvc,
#fpx-element,
#sepa-element {
  background: #fff;
  border: 1px solid #a3b1bf80;
  border-radius: 0px;
  display: inline-block;
  margin-right: 10px;
  padding: 12px 15px;
  vertical-align: middle;
  width: 400px;
  max-width: 100%;
}

@media (max-width: 991px) {
  #payment-buttons #button-confirm {
    font-size: 18px;
    padding: 16px;
  }

  .burger__block-categories {
    gap: 5px !important;
  }

  .burger__block-categories__item {
    min-width: 100px;
  }

  .cartModal__sizes {
    column-gap: 10px;
  }

  .cartModal__colors {
    column-gap: 6px;
    row-gap: 6px;
  }

  .cartModal__add,
  .catalog__result .cartModal__add {
    padding: 8px;
  }

  .cartModal__add {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .order__btn {
    width: 100% !important;
    max-width: 768px !important;
  }

  #payment-buttons #button-confirm {
    font-size: 15px;
    padding: 16px;
  }
}

.product__price_new {
  font-family: inherit;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #dc3545;
}

.product__price_old {
  margin-left: 20px;

  font-family: inherit;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #c0c0c0;
}

.alert.alert-danger.alert-dismissible {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0em;
  text-align: left;
  color: #dc3545;
}

.product__add.product__add--disabled {
  pointer-events: none !important;
  opacity: 0.7 !important;
}

.cartModal__add.cartModal__add--disebled {
  pointer-events: none !important;
}

.cartModal__price-block {
  display: flex;
  column-gap: 6px;
  align-items: baseline;
}

.cartModal__price-block .cartModal__price--new {
  color: #ee2852;
}

.cartModal__price-block .cartModal__price--old {
  color: #c0c0c0;
  font-size: 18px;
  text-decoration: line-through;
}

.productsList__options-price.productsList__options-price--flex {
  display: flex;
  gap: 10px;
}

.productsList__options-price.productsList__options-price--flex
  .productsList__options-price-new {
  color: #ee2852;
}

.productsList__options-price.productsList__options-price--flex
  .productsList__options-price-old {
  color: #c0c0c0;
  font-size: 12px;
  text-decoration: line-through;
}

.productsList__options-price-block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.productsList__options-price-block .productsList__options-price-new {
  color: #ee2852;
}

.productsList__options-price-block .productsList__options-price-old {
  color: #c0c0c0;
  text-decoration: line-through;
}

.cart .productsList__options-price {
  display: flex;
  row-gap: 8px;
  flex-direction: column;
}

.cart .productsList__options-price > span {
  display: block;
}

.cart .productsList__options-price .productsList__options-price-new {
  color: #ee2852;
}

.cart .productsList__options-price .productsList__options-price-old {
  color: #c0c0c0;
  text-decoration: line-through;
}

.order__price-block {
  margin-top: 10px;
}

.order__price.order__price-new {
  display: block;
  margin-top: 5px !important;
  color: #ee2852;
}

.order__price.order__price-old {
  margin-top: 5px !important;
}

.order__price.order__price-old {
  display: block;
  color: #c0c0c0;
  font-size: 18px;
  text-decoration: line-through;
}

.line__mobile_fixed-inner {
  width: 100%;

  position: absolute;
  top: -5px;
  z-index: 2;

  background-color: #2d384a;
}

@media (max-width: 1268px) {
  .cartModal__price {
    font-size: 18px;
  }

  .cartModal__price-block .cartModal__price--new {
    color: #ee2852;
    font-size: 18px;
  }

  .cartModal__price-block .cartModal__price--old {
    color: #c0c0c0;
    font-size: 14px;
    text-decoration: line-through;
  }
}

@media (max-width: 768px) {
  .order__price.order__price-old {
    font-size: 13px;
  }

  .product__options .product__price-wrap + .product__add {
    display: none;
    position: absolute;
  }

  .product__info-top .product__title {
    margin-top: 15px;
  }

  .product__info.product__info_hidden.open .product__info-top .product__title {
    margin-top: 50px;
  }

  .product__info-mobile_fixed .product__options {
    margin-top: 5px;
  }

  .product__info-top .product__manufacturer {
    margin-top: 5px;
  }

  .cart .productsList {
    padding-bottom: 100px;
  }
}

@media (max-width: 568px) {
  .order__price.order__price-old {
    font-size: 10px;
    margin-top: 0 !important;
  }

  .cartModal__price-block {
    flex-direction: row;
  }

  .cartModal__price-block .cartModal__price--old {
    margin-top: 0;
  }
}

.cartModal__size,
.cartModal__color,
.product__option-block {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.option-tips {
  padding: 5px 7px;
  background-color: #2d384a;
  border-radius: 5px;

  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  color: #ffffff;
  text-wrap: nowrap;

  position: absolute;
  top: -100%;
  z-index: 2;

  transition: all 0.2s linear;

  pointer-events: none;

  opacity: 0;
}

.product__option-block .option-tips {
  padding: 8px 11px;
  top: -70%;
}

.cartModal__size:hover .option-tips,
.cartModal__color:hover .option-tips,
.product__option-block:hover .option-tips {
  opacity: 1;
  transition: all 0.2s linear;
}

.lookbook__items .productsList__options-left {
  max-width: 186px;
}

.lookbook__items .productsList__title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* @media (hover: hover) {

}

@media (hover: none) {
    .cartModal__size:active .option-tips, .cartModal__color:active .option-tips, .product__option-block:active .option-tips {
        opacity: 1;

    }
} */

@media (max-width: 768px) {
  .lookbook__item .productsList__options-icon {
    width: 35px;
    height: 35px;
  }

  .lookbook__items .productsList__options-left {
    max-width: 142px;
  }

  .lookbook__items .productsList__title {
    max-width: 124px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
  }

  .lookbook__items
    .productsList__options-price.productsList__options-price--flex {
    flex-direction: column;
    gap: 0;
  }

  .cartModal__price {
    font-size: 14px;
  }
}

@media (max-width: 568px) {
  .cartModal__price {
    font-size: 12px;
  }
}

.product__modal.product__modal_information.open > p {
  padding: 30px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search-popup__result-categories,
  .search-popup__sale-list,
  .burger__block-categories__item {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    /* Ваші інші стилі для iOS тут */
  }
}

.myAccount__form-block-error {
  margin-top: 7px;

  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #dc3545;
}

.error-pass-not-match {
  width: 100%;
  margin-top: 7px;
  display: none;

  font-family: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #dc3545;

  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

input.error + label + .error-pass-not-match {
  display: block;
}

.catalog .filter__content {
  align-items: flex-start;
}

.new-filter .new-filter__select {
  padding: 16px 20px !important;
}

.new-filter .ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header,
.new-filter .ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header {
  padding: 6px 10px !important;

  background-color: #2d384a1a;

  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 190%;
  color: #2d384a;
  text-transform: capitalize;
}

.new-filter .ocf-content {
  margin-bottom: 0 !important;
}

.new-filter .ocf-header {
  margin-bottom: 0 !important;
}

.new-filter .ocf-dropdown .ocf-filter-body > .ocf-value-list {
  padding: 20px 10px 15px;

  top: 75px;
  left: 0;
  right: 0;

  box-shadow: none !important;
  border: 1px solid #eaebed;
  border-radius: 0 !important;
}

.new-filter .ocf-theme-light.ocf-horizontal .ocf-filter {
  min-width: 125px !important;
  margin-bottom: 0 !important;

  position: relative;
}

.new-filter__select .ocf-active-label,
.new-filter__select .ocf-theme-light .ocf-filter-header,
.ocf-theme-light .ocf-module-page-header {
  font-family: var(--new1-font);
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  color: #2d384a;
  text-transform: capitalize;
}

.new-filter .ocf-value-input {
  max-width: 15px;
  height: 15px;
  flex: 0 0 25px;
}

.ocf-theme-light .ocf-filter-header .ocf-active-label {
  font-family: var(--new1-font);
  font-weight: 500 !important;
}

.new-filter .ocf-value-input-checkbox::before {
  border: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
}

.new-filter .ocf-value,
.ocf-value:active,
.ocf-value:focus,
.ocf-value:visited,
.ocf-value:hover {
  margin-bottom: 15px !important;
  padding-right: 10px !important;

  align-items: baseline !important;
}

.new-filter .ocf-scroll-y:hover {
  padding-right: 10px !important;
}

.new-filter .ocf-value-name {
  margin-bottom: 0 !important;

  font-family: var(--new1-font);
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #2d384a;
  text-transform: capitalize;
}

.new-filter .ocf-theme-light .ocf-value-count {
  background-color: transparent;

  font-family: var(--new1-font);
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #2d384a;
  text-transform: capitalize;
}

.new-filter .ocf-selected .ocf-value-input::before {
  border-color: #2d384a !important;
  background-color: #2d384a !important;
}

.new-filter .ocf-value-list {
  scrollbar-width: thin !important;
}

.new-filter .ocf-value-list::-webkit-scrollbar {
  display: none !important;
}

.new-filter .ocf-scroll-y {
  scrollbar-width: thin !important;
}

.new-filter .ocf-scroll-y::-webkit-scrollbar {
  display: none !important;
}

.new-filter .ocf-scroll-y::-webkit-scrollbar-thumb {
  border-radius: 10px; /* Радіус бордеру */
  background-color: grey; /* Колір фону */
  height: 3px; /* Висота полоски */
}

.new-filter .ocf-open .ocf-active-label + .ocf-filter-name:hover {
  white-space: nowrap;
  text-overflow: initial;
  overflow: visible;
  background-color: transparent !important;
}

.new-filter .ocf-selected .ocf-value-input-checkbox::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><line x1="0.9" y1="6.8" x2="8.9" y2="12.8" stroke="white" stroke-width="3"/><line x1="6.84767" y1="13.0397" x2="16.8477" y2="1.03972" stroke="white" stroke-width="3"/></svg>') !important;
  content: ""; /* Додаємо порожній контент, так як :after використовується для генерації контенту */
  display: inline-block; /* Важливо, щоб зображення відображалося як блочний елемент */
  width: 18px; /* Розмір SVG */
  height: 14px;
  background-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-filter .ocf-angle-down {
  display: none;
}

.new-filter .ocf-horizontal .ocf-filter-list {
  gap: 25px;

  margin-right: 0 !important;
  margin-left: 0 !important;
}

.new-filter .ocf-horizontal .ocf-filter {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ocf-clearfix::before,
.ocf-clearfix::after {
  position: absolute;
}

.ocf-horizontal .ocf-filter-name,
.ocf-slider .ocf-filter-name,
.ocf-horizontal .ocf-active-label {
  max-width: 150px;
}

.stripe-label {
  margin-right: auto;
  margin-bottom: 5px;
  width: 100%;
  text-align: start;
  padding-left: 7px;
  font-family: var(--new1-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
}

.main > video::poster {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 992px) {
  .ocf-body.filter__group {
    display: flex;
  }

  .filter__group.new-filter {
    display: flex;
  }

  .new-filter .ocf-horizontal .ocf-filter-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(1) {
    width: 130px !important;
    grid-area: 1 / 1 / 2 / 2;
  }

  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(2) {
    width: 130px !important;
    grid-area: 1 / 2 / 2 / 3;
  }

  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(3) {
    width: 100% !important;
    grid-area: 2 / 1 / 3 / 3;
  }

  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(4) {
    width: 100% !important;
    grid-area: 3 / 1 / 4 / 3;
  }

  .new-filter .ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header,
  .new-filter .ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header {
    padding: 11px 10px !important;

    background-color: #2d384a1a;
    border-radius: 0px !important;

    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    color: #2d384a;
    text-transform: capitalize;
  }

  .new-filter__select .ocf-active-label,
  .new-filter__select .ocf-theme-light .ocf-filter-header,
  .ocf-theme-light .ocf-module-page-header,
  .ocf-horizontal .ocf-filter-name {
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 134%;
    color: #2d384a;
    text-transform: capitalize;
  }

  .form-new-select__btn {
    width: 204px;
    padding: 10px 10px !important;

    border: 1px solid #2d384a59;

    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
  }

  .filter__sourt svg {
    width: 19px;
    height: 12px;
  }

  .form-new-select__options {
    top: 40px;
  }

  .form-new-select__option {
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 1px;
  }

  .new-filter .ocf-value-name {
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 1px;
    text-wrap: nowrap;
  }

  .new-filter .ocf-value-input {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .new-filter .ocf-selected .ocf-value-input-checkbox::after {
    background-size: 10px;
  }

  .filter__select::after,
  .filter__sourt::after {
    width: 12px;
    height: 6px;

    background-size: 12px;
    background-repeat: no-repeat;
  }
}

.stripe-label {
  text-align: center;
}

@media (max-width: 768px) {
  .new-filter .ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header,
  .new-filter .ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header {
    text-wrap: nowrap;
  }

  .ocf-horizontal .ocf-filter-name,
  .ocf-slider .ocf-filter-name,
  .ocf-horizontal .ocf-active-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
  }

  .stripe-label {
    text-align: center;
  }

  #card-element,
  #card-number,
  #card-expiry,
  #card-cvc,
  #fpx-element,
  #sepa-element {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .form-new-select__btn {
    width: 154px;
  }

  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(1) {
    width: 100px !important;
  }

  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(2) {
    width: 100px !important;
  }

  .new-filter .ocf-dropdown .ocf-filter-body > .ocf-value-list {
    padding: 5px;
    top: 50px;
    left: 0;
    right: 0;
    box-shadow: none !important;
    border: 1px solid #eaebed;
    border-radius: 0 !important;
  }

  .new-filter .ocf-value,
  .ocf-value:active,
  .ocf-value:focus,
  .ocf-value:visited,
  .ocf-value:hover {
    margin-bottom: 5px !important;
    padding-right: 0px !important;
    align-items: flex-end !important;
  }

  .ocf-value-append {
    margin-left: auto;
    min-width: 15px !important;
    text-align: right;
  }

  .ocf-value,
  .ocf-value:active,
  .ocf-value:focus,
  .ocf-value:visited,
  .ocf-value:hover {
    flex-wrap: wrap !important;
  }

  .cartModal__add {
    font-size: 11px;
  }
}

@media (max-width: 428px) {
  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(1) {
    width: 88px !important;
  }

  .new-filter .ocf-horizontal .ocf-filter-list > div:nth-of-type(2) {
    width: 88px !important;
  }

  /* .form-new-select__btn {
    width: 125px;
  } */

  .form-new-select__option {
    padding-top: 8px;
  }
}

/**/

.cartModal__add {
  border: 2px solid #a3b1bf;

  transition: all 0.2s linear;
}

.cartModal__add:hover {
  background-color: #2d384a;
  border: 2px solid #2d384a;

  color: #fff;

  transition: all 0.2s linear;
}

.success-return-message,
.error-return-message {
  font-family: var(--new1-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 1px;
  color: rgb(75, 145, 5);
}

.error-return-message {
  color: #dc3545;
}

.faq-article {
  margin: 50px 0;
  font-family: var(--new1-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
}

.faq-article h1,
.faq-article h2,
.faq-article h3,
.faq-article h4,
.faq-article h5,
.faq-article h6 {
  margin-bottom: 20px;

  font-family: var(--new1-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

#information-information .breadcrumb {
  display: flex;
  margin-top: 40px;
  font-family: Spartan;
  font-size: 16px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 0em;
  text-align: left;
  color: #919190;
}

#information-information .breadcrumb li {
  padding-right: 15px;

  position: relative;
  z-index: 1;
}

#information-information .breadcrumb li:not(:first-of-type) {
  padding-left: 5px;
}

#information-information .breadcrumb li:last-of-type {
  color: #2d384a;
}

#information-information .breadcrumb li:after {
  content: "/";
  display: block;

  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#information-information .breadcrumb li:last-of-type::after {
  content: "";
}

.empty-search-page {
  margin: 50px auto;
  text-align: center;
}

.dataForAccess__form-embet {
  position: relative;
}

.dataForAccess__form-main-error {
  opacity: 0;

  font-family: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #dc3545;

  position: absolute;
  top: -40px;
  z-index: 2;

  transition: all 0.2s linear;
}

.dataForAccess__form-main-success {
  font-family: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: rgb(75, 145, 5);
}

.dataForAccess__form-main-error.visible {
  transition: all 0.2s linear;
  opacity: 1;
}

@media (max-width: 425px) {
  .info__item-title {
    font-size: 10px;
  }

  .info__item-desc {
    font-size: 10px;
    font-weight: 700;
  }
}

.cartModal__name {
  flex: 1 1 auto;
}

.catalog .cart__left-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.form__show-pass {
  cursor: pointer;

  position: absolute;
  right: 0;
  top: 2px !important;
  z-index: 2;

  transition: all 0.1s linear;
}

.form__show-pass:hover {
  transform: scale(1.1);
  transition: all 0.1s linear;
}

.order__select-custom-btn {
  max-width: 560px;
  width: 100%;
  height: 29px;
  border-bottom: 1px solid #2d384a;
  font-family: var(--new1-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: #2d384a;
  text-align: left;
}

.order__select.order__select-custom.error-text-val .order__select-custom-btn {
  color: #dc3545;
  border-bottom: 1px solid #dc3545;
}

.order__select-custom-options {
  max-height: 0;
  overflow: auto;

  position: absolute;
  background-color: #f6f7f8;
  width: 100%;
  left: 0;
  top: 31px;
  z-index: 999;

  transition: all 0.2s linear;
}

.order__select-custom-options.active {
  transition: all 0.2s linear;
  max-height: 350px;
}

.order__select-custom-options::-webkit-scrollbar {
  width: 6px; /* ширина полоси прокрутки */
}

.order__select-custom-options::-webkit-scrollbar-thumb {
  background-color: #2d384a; /* колір полоси прокрутки */
  border-radius: 25px; /* радіус кутів */
}

.order__select-custom-option {
  color: #2d384a;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.5px;
  padding: 0px 10px;
  transition: all 0.2s linear;
}

.order__select-custom-option:hover {
  transition: all 0.2s linear;
  background-color: #a3b1bf;
  cursor: pointer;
}

@media (max-width: 768px) {
  .order__select-custom-btn {
    max-width: 100%;
  }

  .ocf-value-list {
    display: none;

    background: #ffffff;

    position: absolute;
    top: 38px !important;
    left: 0;
    z-index: 3;
  }

  .ocf-filter.ocf-dropdown.ocf-open .ocf-value-list {
    display: block;
  }

  /* .ocf-dropdown .ocf-active-label + .ocf-filter-name {
        display: none;
    } */

  .ocf-active-label {
    background-color: #eaeced;

    position: relative;
    z-index: 2;
  }

  .ocf-filter-name {
    position: absolute;
    /* left: 0; */
  }

  .new-filter .ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header,
  .new-filter .ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header {
    height: 35.19px;
  }
}

/*loader*/

.loader-page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  /* padding-top: 15%; */
  justify-content: center;
  flex-direction: column;
  gap: 30px;

  background-color: #fff;

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
}

.loader {
  display: flex;
  /* justify-content: center;
align-items: center;
height: 100vh; */
  margin-right: -40px;
}

.loader-letter {
}

/* .letter_1 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: 0.05s;
}

.letter_2 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: .15s;
}

.letter_3 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: .3s;
}

.letter_4 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: .45;
}

.letter_5 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: .6s;
}

.letter_6 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: .75;
}

.letter_7 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: .9s;
}

.letter_8 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: 1.05s;
}

.letter_9 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: 1.2s;
}

.letter_10 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: 1.35s;
}

.letter_11 {
    animation: scaleAnimation 1.4s forwards;
    animation-delay: 1.5s;
} */

@keyframes scaleAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.loader-page__wrapper {
  width: 1100%;
  max-width: 422px;
  position: relative;

  overflow: hidden;
}

.loader-page__wrapper::after {
  content: "";
  display: block;
  width: 100%;

  background-color: #fff;

  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;

  /* transition: all 1s linear;
    transform: translateX(0%); */
  animation: moveAffterElement 0.8s linear forwards;
  animation-delay: 0.1s;
}

@keyframes moveAffterElement {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@media (max-width: 568px) {
  .loader-page__wrapper {
    max-width: 322px;
  }
  .loader-page__wrapper svg {
    width: 322px;
  }
}

/*new empty search*/

.empty-search-page__title {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;

  font-family: var(--new1-font);
  font-size: 30px;
  font-weight: 500;
  line-height: 175%;
  color: #000;
  text-align: center;
  text-wrap: wrap;
}

.empty-search-page__title > span {
  font-weight: 700;
}

.empty-search-page__subtitle {
  font-family: var(--new1-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 225%;
  color: #000;
  text-align: center;
  text-wrap: wrap;
}

.empty-search-page__btn {
  width: fit-content;
  display: block;
  padding: 17px 30px;
  margin: 0 auto;
  margin-top: 30px;

  background-color: #2d384a;
  border: 2px solid #2d384a;

  font-family: var(--new1-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;

  transition: all 0.2s ease;
}

.empty-search-page__btn:hover {
  background-color: #fff;

  color: #2d384a;

  transition: all 0.2s ease;
}

@media (max-width: 991px) {
  .empty-search-page__title {
    max-width: 500px;
    margin-top: 20px;

    font-size: 24px;
  }

  .empty-search-page__subtitle {
    font-family: var(--new1-font);
    font-size: 16px;
  }

  .empty-search-page__btn {
    width: fit-content;
    display: block;
    padding: 12px 20px;
    margin: 0 auto;
    margin-top: 20px;

    font-size: 12px;
    line-height: 18px;

    transition: all 0.2s ease;
  }

  .empty-search-page__image svg {
    width: 83px;
    height: 83px;
  }
}

@media (max-width: 568px) {
  .empty-search-page__title {
    max-width: 300px;
    margin-top: 15px;

    font-size: 18px;
  }

  .empty-search-page__subtitle {
    font-family: var(--new1-font);
    font-size: 12px;
  }

  .empty-search-page__btn {
    width: fit-content;
    display: block;
    padding: 8px 14px;
    margin: 0 auto;
    margin-top: 20px;

    font-size: 10px;
    line-height: 18px;

    transition: all 0.2s ease;
  }

  .empty-search-page__image svg {
    width: 83px;
    height: 83px;
  }
}
