.product-subscribe__close {
  right: 17px;
  top: 17px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 1px;
}

@media (min-width: 992px) {
  .d-dt-none {
    display: none;
  }
}

.product__question a {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 0.875;
  min-height: 40px;
}

.f-center-column {
  flex-direction: column;
  display: flex;
  align-items: center;
}

.product__question .product__question-btn .icon {
  margin-right: 10px;
}

.thank-order__title {
  text-align: center;
}

.thank-order__desc {
  margin: 0 auto 50px;
}

.thank-order__btn {
  margin-left: calc(50% - 144px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-only {
  display: none;
}

@media (max-width: 991px) {
  .mobile-only {
    display: block;
  }
}

.dimension__btn {
  padding-top: 2px;
}

.option__header {
  align-items: center;
}

@media (max-width: 991px) {
  .option__header {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .option__title {
    width: 100%;
  }
}

.option__system {
  height: 15px;
  width: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .option__system {
    margin-top: 5px;
  }
}

.mastercard {
  background-image: url('./../img/mastercard.svg');
}

.visa {
  background-image: url('./../img/visa-logo.svg');
}

.maestro {
  background-image: url('./../img/maestro.svg');
}

.mir {
  background-image: url('./../img/mir.svg');
}

.jcb {
  background-image: url('./../img/jcb.svg');
}
.diners-club {
  background-image: url('./../img/diners-club.svg');
}

.american-express {
  background-image: url('./../img/american_express.svg');
  width: 24px;
}

.qiwi {
  background-image: url('./../img/qiwi.svg');
  width: 24px;
}

.ya-money {
  background-image: url('./../img/ya-money.svg');
  width: 40px;
}

.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white,
.bx-slst .bx-ui-combobox-toggle {
  display: none;
}

.region-select {
  display: flex;
  margin-top: 18px;
}

.region-select button {
  font-weight: normal;
  margin-right: 20px;
  border: none;
  padding: 0;
  outline: none;
  transition: opacity 0.3s;
  background-color: #ffffff;
  position: relative;
}

.region-select button:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  right: 0;
  border: 1px solid #212121;
  opacity: 0.2;
}

.region-select button:hover {
  opacity: 0.6;
}

.region-select button.region-selected {
  font-weight: bold;
  pointer-events: none;
}

.region-selected:after {
  display: none;
}

.region-selected:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  right: 0;
  border: 1px solid #212121;
  opacity: 0.2;
}

.bx-slst .dropdown-icon {
  background: url(/local/templates/.default/assets/img/lens.svg) no-repeat
    center center;
  padding: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.bx-slst .dropdown-block {
  font-size: 14px;
  padding: 0 22px 0 35px;
  position: relative;
}

.bx-catalog-subscribe-button svg {
  margin-right: 8px;
  margin-top: -3px;
}

.bx-catalog-subscribe-button svg {
  margin-right: 8px;
  margin-top: -3px;
}

.bx-catalog-subscribe-button svg path {
  transition: fill 0.2s;
}

.bx-catalog-subscribe-button:hover svg path {
  fill: #ffffff;
}

.catalog__item-price-crossed,
.product__price-crossed,
.basket-aside__price-crossed,
.carousel__price-crossed {
    text-decoration-line: line-through;
    color: #989690;
}

.product__final-price, .sale-section {
  color: #E50009;
}

.basket-aside--error-container {
  margin-top: 1rem;
}

.basket-aside--error {
  border: 1px solid #FF0000;
  padding: 15px;
  font-size: 12px;
  line-height: 17px;
  color: #FF0000;
  opacity: 0.8;
}

.basket-aside__main-block {
  display: flex;
  position: relative;
}

.basket-aside__remove {
  color: #989690;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: 0;
  display: flex;
}


.basket-aside__remove svg {
  width: 100%;
  height: 100%;
}

.gallery__thumb-item {
  border: 1px solid transparent;
  transition: border-color 0.3s;
}

.slick-slide:hover .gallery__thumb-item {
  border-color: #989690;
}

.slick-current .gallery__thumb-item, .slick-current:hover .gallery__thumb-item {
  border-color: #212121;
}

.gallery__thumb-item video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 2;
}


.gallery__thumb-video {
  position: relative;
  height: 66px;
}

.gallery__thumb-video::after {
  content: '';
  position: absolute;
  widtht: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(33, 33, 33, 0.50);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .catalog__items .col-6:nth-child(odd) {
      padding-right: 4px;
  }
  .catalog__items .col-6:nth-child(even) {
    padding-left: 4px;
  }
}

.catalog__scroll {
  display: flex;
  align-items: center;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.catalog__scroll::-webkit-scrollbar {
  display: none;
}

.catalog__item-image {
  display: flex;
  align-items: center;
}

@media (max-width: 372px) {
    .row .catalog__item {
        margin-top: 13%;
    }

    .catalog__container .product__question {
        margin-top: 16%;
    }
}

@media (min-width: 373px) {
    .row .catalog__item {
        margin-top: 5%;
    }

    .catalog__container .product__question {
        margin-top: 8%;
    }
}

@media (min-width: 576px) {
    .row .catalog__item {
        margin-top: 4%;
    }

    .catalog__container .product__question {
        margin-top: 7%;
    }
}

@media (min-width: 768px) {
    .catalog__container .product__question {
        margin-top: 4%;
    }
}

@media (min-width: 992px) {
    .row .catalog__item {
        margin-top: 1%;
    }
}

@media (max-width: 768px) {
  .embla__slide
  {
    display:block !important;
  }

  .embla__slide-link {
    width: 100% !important;
  }

  .home .embla__slide-link  .embla__slide-content
  {
    height:70svh;
  }

  .home .embla__slide-link:nth-child(2n)  .embla__slide-content
  {
    height:30svh;
  }
}
.grid__item__link
{
  position:relative;
}

.k-sold-out
{
  background-color: #fff;

  border-radius:2px;
  font-size:12px;
  position:absolute;
  right:8px;
  top:8px;
  width:80px;
  height:30px;
  display:flex;
  justify-content:center;
  align-items:center;
}

@media (max-width: 768px) {
  .k-sold-out
  {
    font-size:8px;
    width:60px;
    height:19px;
  }
}
