

/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog/catalog-n-topfilter/style.css?175102155214665*/
.underline_active {
  font-weight: 300;
  color: var(--primary-color) !important;
}
.category-catalog {
  display: flex;
  align-items: flex-start;
  margin-bottom: 120px;
}

.category-catalog-left,
.category-catalog-right {
  width: 20%;
  flex: 0 0 auto;
}

.category-catalog-center {
  width: 60%;
  padding: 0 20px;
}

/* Left */

.category-catalog-filter {
  background: var(--third-color);
  padding: 20px;
}

.category-catalog-filter-item {
  margin-bottom: 30px;
}

.category-catalog-filter__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  stroke: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Literata", serif;
  font-weight: 500;
}

.category-catalog-filter__search {
  position: relative;
}

.category-catalog-filter__search input {
  border: 1px solid var(--border);
  padding: 8px 8px 8px 36px;
  margin-bottom: 20px;
  width: 100%;
}

.category-catalog-filter-price__input:focus-visible,
.category-catalog-filter__search input {
  outline: none;
}

.category-catalog-filter__search .cru-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  fill: var(--secondary-color);
}

.category-catalog-filter-item__value {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.category-catalog-filter-item__value a {
  margin-left: 20px;
  color: black;
}

.category-catalog-filter__show-more {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  stroke: var(--primary-color);
}

.category-catalog-filter__show-more .cru-icon {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 4px;
  transform: rotate(270deg);
}

.category-catalog-filter__close {
  display: none;
}

/* Center */

.category-article__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-article__title-wrapp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-article__title-play {
  cursor: pointer;
}

.category-article__title-play svg {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

.category-article__text {
  height: 62px;
  overflow: hidden;
  transition: 0.5s height ease-in-out;
  margin-top: 20px;
}

.category-article__text blockquote {
  border: 1px solid var(--border);
  padding: 20px;
  position: relative;
  font-style: italic;
  margin: 40px 0;
}

.category-article__text blockquote:before {
  content: url(/local/templates/bs_theme/assets/images/svg_quote.svg);
  position: absolute;
  left: 0;
  top: -19px;
  z-index: 10;
  width: 86px;
  height: 38px;
  background: #fff;
  text-align: center;
}

.category-article__text li {
  margin: 20px 0px;
  padding-left: 40px;
  position: relative;
}

.category-article__text li::before {
  content: "";
  background: var(--primary-color);
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}

.show-more {
  margin-top: 10px;
  font-style: italic;
  color: var(--secondary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  stroke: var(--secondary-color);
}

.show-hide-filter-btn {
  background: var(--third-color);
  border: 1px solid var(--border);
  display: inline-block;
  color: var(--fourth-color);
  font-family: "Literata", serif;
  font-weight: 500;
  padding: 8px 28px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: var(--third-color);
  border: 1px solid var(--border);
  margin: 20px 0;
}

.filter-line {
  margin-bottom: 30px;
  margin-right: 20px;
  width: 100%;
}
.filter-line.wa {
  width: auto;
}

.filter-line__title {
  font-size: 14px;
  font-weight: bold;
  color: var(--fourth-color);
  line-height: 1.6;
  stroke: var(--fourth-color);
  display: flex;
  align-items: center;
}
.filter-line__toggle {
  cursor: pointer;
}

.filter-line__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.box-input::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 108px;
  background: var(--border);
}

.filter-line__input {
  padding: 8px;
  width: 96px;
  border-radius: 0;
  border: 1px solid var(--border);
  margin-right: 40px;
}

.filter-line__checkbox {
  display: flex;
  align-items: center;
  margin: 6px;
}

.filter-line__checkbox input {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 0;
  border: 1px solid #ebe7db;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.filter-line__checkbox input:checked[type="checkbox"] {
  border: 1px solid rgba(168, 135, 90, 0.6);
  background-image: url(/local/templates/bs_theme/assets/images/custom-checkbox.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.filter-line__checkbox a {
  font-style: italic;
}

.filter-line__checkbox a:hover {
  color: var(--primary-color);
}

.filter-btns {
  display: flex;
  align-items: center;
  width: 100%;
}

.filter-btn-count {
  display: none;
}
.bx-filter-container-modef {
  display: block;
  width: 100%;
}
#modef {
  position: absolute;
  background: var(--third-color);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid var(--secondary-color);
  font-size: 14px;
  z-index: 1;
  bottom: -40px !important;
}
.bx-filter-popup-result br {
  display: none;
}
.bx-filter-container-modef .bx-filter-popup-result a {
  margin-left: 10px;
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: bold;
}
.category-catalog-filter__reset-btn {
  display: inline-block;
  background: none;
  border: none;
  color: var(--secondary-color);
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--secondary-color);
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}
.categoty-filter-btns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 8px;
}
.category-catalog-switches {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.category-catalog-switches__filter,
.category-catalog-switches__countries,
.category-catalog-switches__nav {
  display: none;
  align-items: center;
  background: var(--third-color);
  color: var(--fourth-color);
  font-family: "Literata", serif;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 8px;
  margin-right: 8px;
  box-shadow: 0px 0px 0px 1px var(--border);
}

.category-catalog-switches__nav {
  animation: btn-blink 0.5s linear 0.5s 2;
}
@keyframes btn-blink {
  0% {
    background: #dbd9d3;
    scale: 0.95;
  }
  100% {
    background: #ebe7db;
    scale: 1;
  }
}
.category-catalog-switches__countries svg,
.category-catalog-switches__filter svg,
.category-catalog-switches__nav svg {
  margin-right: 2px;
  width: 16px;
  height: 16px;
}

.category-catalog-sort {
  position: relative;
}

.categoty-catalog-sort__content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8;
}

.categoty-catalog-sort__content li:hover {
  color: var(--primary-color);
}

.categoty-catalog-sort__content .cru-icon {
  width: 16px;
  height: 16px;
  fill: var(--fourth-color);
}

.categoty-catalog-sort__content.dropdown-mini {
  top: 40px;
  left: 110px;
  z-index: 2;
  width: 220px;
}

.categoty-catalog-sort__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  stroke: var(--black);
  padding: 3px 8px;
  font-size: 14px;
  border: 1px solid var(--border);
}

.categoty-catalog-sort__title span {
  pointer-events: none;
}

.category-catalog-item {
  display: flex;
  border: 1px solid var(--border);
  padding: 20px;
  margin-bottom: 30px;
}

.category-catalog-item__left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 3%;
  width: 30%;
}

.category-catalog-item__right {
  width: 65%;
}

.category-catalog-item__country {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
}

.category-catalog-item__img {
  max-height: 300px;
  width: auto;
}

.category-catalog-item__favourite {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.category-catalog-item__favourite .cru-icon {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.category-catalog-item__sku {
  color: #696969;
  font-size: 14px;
}

.category-catalog-item__title {
  font-family: "Literata", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.category-catalog-item__properties {
  font-size: 14px;
}

.category-catalog-item__property {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.category-catalog-item__property-name {
  width: 20%;
  color: var(--secondary-color);
}

.category-catalog-item__property-value.has-link {
  font-style: italic;
  text-decoration: underline;
}

.category-catalog-item__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.category-catalog-item__price-wrapper {
  display: flex;
  align-items: flex-end;
}

.category-catalog-item__actions {
  display: flex;
  align-items: center;
}

.category-catalog-item__price {
  font-family: "Literata", serif;
  font-size: 20px;
  font-weight: 500;
}

.category-catalog-item__quantity {
  position: relative;
  display: none;
  font-family: "Literata", serif;
}

.category-catalog-item__btn {
  position: absolute;
  top: 0;
  border: none;
  height: 50px;
  width: 50px;
  background: transparent;
  cursor: pointer;
  fill: #fff;
}

.category-catalog-item__btn .cru-icon {
  width: 24px;
  height: 24px;
}

.category-catalog-item__btn.category-catalog-item__minus {
  left: 0;
  border-right: 1px solid var(--border);
}

.category-catalog-item__btn.category-catalog-item__plus {
  right: 0px;
  border-left: 1px solid var(--border);
}

.category-catalog-item__quantity span {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
}

.category-catalog-item__qty-value {
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  width: 191px;
  height: 50px;
  padding: 0;
  padding-bottom: 10px;
  font-family: "Literata", serif;
}

.category-catalog-item__note {
  font-size: 14px;
  margin-top: 10px;
  text-align: end;
  color: var(--fourth-color);
}

.category-catalog-item__favourite {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.category-catalog-item__favourite .cru-icon {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.category-catalog-item__favourite .heart-border {
  fill: #999;
  transition: 0.3s ease-in-out;
}

.old-price {
  margin-left: 12px;
  font-size: 20px;
  font-family: "Literata", serif;
  color: var(--primary-color);
  text-decoration: line-through;
}

.favourite-modal,
.add-to-cart-modal {
  position: fixed;
  right: 20px;
  top: 100px;
  background: var(--third-color);
  padding: 20px;
  display: none;
  box-shadow: 0 0 12px rgb(0 0 0 / 15%);
}

.favourite-modal a,
.add-to-cart-modal a {
  color: var(--primary-color);
  font-style: italic;
}

/* Right */

.aside-article {
  padding: 20px;
  background: var(--third-color);
  margin-bottom: 20px;
}

.aside-article__note {
  font-size: 14px;
  color: var(--fourth-color);
}

.aside-article__img {
  width: 100%;
  height: 148px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.aside-article__title {
  font-family: "Literata", serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--fourth-color);
  margin-bottom: 8px;
  line-height: 1.2;
}

.aside-article .second-btn {
  background: var(--third-color);
  margin-top: 12px;
  padding: 8px 32px;
}

.cru-icon.arrow.rotated {
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .category-catalog {
    flex-direction: column;
  }
  .category-catalog-left {
    position: fixed;
    width: 254px;
    height: 100%;
    top: 0;
    left: -100%;
    transition: var(--transition);
    z-index: 100;
  }
  .category-catalog-filter {
    height: 100%;
    overflow-y: scroll;
  }

  .category-catalog-filter__close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    color: var(--fourth-color);
  }
  .category-catalog-filter__close .cru-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }

  .category-catalog-left.active {
    left: 0;
  }

  .category-catalog-center,
  .category-catalog-right {
    width: 100%;
    padding: 0;
  }

  .aside-article {
    width: 100%;
  }

  .category-catalog-switches__filter,
  .category-catalog-switches__countries,
  .category-catalog-switches__nav {
    display: flex;
  }
  .category-catalog-sort.qty {
    display: none;
  }
  .category-nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    width: 254px;
    height: 100%;
    transition: var(--transition);
    overflow: scroll;
  }
  .category-nav.active {
    right: 0;
  }
}

@media (max-width: 576px) {
  .category-catalog-item {
    padding: 20px 0;
    border: none;
    border-top: 1px solid var(--border);
    margin-bottom: 0;
    position: relative;
  }
  .category-catalog-item__left {
    align-items: flex-start;
    position: static;
  }
  .category-catalog-item__country {
    top: 20px;
  }
  .category-catalog-item__favourite {
    top: 20px;
    right: 0;
  }
  .category-catalog-item__favourite .cru-icon {
    width: 16px;
    height: 16px;
  }
  .category-catalog-item__right {
    width: 67%;
  }
  .category-catalog-item__title,
  .category-catalog-item__price {
    font-size: 18px;
  }
  .category-catalog-item__property {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .category-catalog-item__property-name {
    width: auto;
    margin-right: 12px;
  }
  .category-catalog-item__buy {
    flex-direction: column;
    align-items: flex-start;
  }
  .category-catalog-item__btn.category-catalog-item__plus,
  .category-catalog-item__btn.category-catalog-item__minus {
    top: 10px;
  }
  .category-catalog-item__quantity span {
    font-size: 12px;
  }
  .category-catalog-item__qty-value {
    margin-top: 10px;
    width: 144px;
    height: 38px;
    font-size: 14px;
  }
  .category-catalog-item__actions .primary-btn {
    font-size: 14px;
    padding: 8px 16px;
    margin-top: 10px;
  }
  .category-catalog-item__note {
    font-size: 12px;
    text-align: left;
  }
  .filter-line {
    margin-right: 0px;
  }
  .filter-line__input:last-child {
    margin-right: 0;
  }
  .filter-line.wa {
    width: 100%;
  }
}


/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog_item_detail/style.css?1697615765825*/
.breadcrumbs {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px 0;
    }

    .breadcrumbs__link a {
        position: relative;
        margin-right: 20px;
        display: block;
    }

.breadcrumbs__link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(35deg);
}
.breadcrumbs__link a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(-35deg);
}

    .breadcrumbs__link--current {
        color: var(--secondary-color);
    }
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.element/.default/style.css?175102155235815*/
.product .section-main-title {
  text-align: center;
}
.product-links-menu {
  width: 280px;
  flex: 0 0 auto;
}

.product .product-secondary-header {
  font-family: "Literata", serif;
  font-size: 19px;
  font-weight: normal;
  color: #acacac;
  text-align: center;
  margin: 5px 0 30px;
}

.product-links-menu.active {
  background: var(--third-color);
  padding: 20px;
  margin-right: 20px;
}
.product-link-item {
  margin-bottom: 20px;
}
.product-links {
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.product-link__title {
  font-size: 18px;
  font-family: "Literata", serif;
  font-weight: 500;
}
.product-links::-webkit-scrollbar {
  background: transparent;
  width: 6px;
}
.product-links::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border);
}
.product-links a {
  display: block;
  margin: 10px 0;
}

.product-second-title {
  font-family: "Literata", serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}

.product__right,
.product__left {
  width: 20%;
  flex: 0 0 auto;
}

.product__center {
  width: 60%;
  padding: 0 40px;
}

.product__inner {
  display: flex;
  align-items: flex-start;
}

.product-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product-img {
  width: 45%;
  position: relative;
  overflow: hidden;
}

.product-img__slider {
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}

.product-img__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
}

.product-img__item img,
.product-img__item video {
  max-height: 500px;
  width: auto;
}


.product-img__arrow {
  stroke: #999;
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}

.product-img__arrow--left {
  left: 0;
  transform: rotate(90deg);
}

.product-img__arrow--right {
  right: 0;
  transform: rotate(270deg);
}

.product__favourite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.product__favourite .heart-border {
  fill: #999;
  transition: 0.3s ease-in-out;
}

.product__favourite:hover .heart-border {
  fill: var(--primary-color);
}

.product-info {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
}

.product-properties {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}

.product-sku {
  color: #696969;
  margin-bottom: 10px;
}

.product-properties__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.product-properties__item-list{
  display: flex;
  flex-wrap: wrap;
}

.product-properties-desc {
  margin-left: 12px;
  cursor: pointer;
}

.product-properties-desc svg {
  width: 20px;
  height: 20px;
}

.product-properties-desc__info {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 1;
  width: 240px;
  max-height: 200px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 10px;
  overflow-y: scroll;
  overflow-x: none;
}

.product-properties-desc:hover .product-properties-desc__info {
  display: block;
}

.product-properties-desc__title {
  color: var(--secondary-color);
  font-size: 14px;
  margin-top: 8px;
}

.product-properties-desc__text {
  font-size: 12px;
}

.product-properties__name {
  color: var(--secondary-color);
  width: 35%;
}

.category-catalog-item__property-value.has-link {
  font-style: italic;
  text-decoration: underline;
}

.has-link {
  color: var(--primary-color);
  font-style: italic;
}

.product__buy {
  background: var(--third-color);
  padding: 20px;
  width: 100%;
}

.product__buy.sticky {
  position: fixed;
  top: 0;
}

.product__price {
  font-size: 36px;
  font-weight: 500;
  font-family: "Literata", serif;
}

.product__actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-quantity {
  display: none;
  position: relative;
}

.product-quantity__btn {
  position: absolute;
  top: 0;
  border: none;
  height: 48px;
  width: 48px;
  background: transparent;
  cursor: pointer;
  fill: var(--black);
}

.product-quantity__btn svg {
  width: 24px;
  height: 24px;
}

.product-quantity__minus {
  left: 0;
}

.product-quantity__plus {
  right: 10px;
}

.product-quantity span {
  display: none;
}

.product-quantity__value {
  padding: 14px;
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--border);
  width: 140px;
}

.product-note {
  font-size: 12px;
  color: #7c6757;
  margin-top: 20px;
}

.product-desc .second-title {
  margin: 20px 0;
}

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

.product-text p {
  margin-bottom: 20px;
}

.product-text li {
  margin: 20px 0px;
  padding-left: 40px;
  position: relative;
}

.product-text li::before {
  content: "";
  background: var(--primary-color);
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}

.link-block {
  margin-bottom: 40px;
}
.central-menu__item .cru-icon {
  display: none;
  pointer-events: none;
}

.central-menu-submenu__item {
  padding: 8px;
}

.category-catalog-filter__title {
  pointer-events: none;
}

.central-menu-submenu.horizontal{
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .product__inner {
    flex-direction: column-reverse;
  }
  .product__left,
  .product__right.category-nav {
    position: fixed;
    width: 254px;
    height: 100%;
    top: 0;
    left: -100%;
    transition: var(--transition);
    z-index: 100;
  }
  .product__right.category-nav {
    left: auto;
  }

  .product__right:not(.category-nav) {
    width: 100%;
    padding: 0px 10px;
    border: 1px solid var(--border);
  }
  .product__right.central-memu {
    border: 1px solid var(--border);
  }
  .central-menu__item {
    margin: 10px 0;
  }
  .central-menu__item .cru-icon {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 14px;
    flex: 0 0 auto;
  }
  .category-catalog-filter__title {
    pointer-events: all;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
    margin: 0;
    cursor: pointer;
  }
  .central-menu__item:last-child .category-catalog-filter__title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .central-menu-submenu {
    display: none;
    font-size: 14px;
    animation: subMenuFloat 0.5s linear;
  }
  .central-menu-submenu.horizontal{
    display: none;
  }
  .central-menu-submenu.active {
    display: block;
  }
  .central-menu-submenu.horizontal.active {
    display: flex;
    flex-wrap: wrap;
  }
  @keyframes subMenuFloat {
    0% {
      max-height: 0;
    }
    100% {
      max-height: 1000px;
    }
  }
  .central-menu-submenu__item {
    padding: 6px;
  }
  .product__inner .category-catalog-switches__filter._w100 {
    width: 100%;
    margin: 0;
  }
  .product__center {
    width: 100%;
    padding: 0;
  }

  .product-img {
    width: 45%;
  }

  .product__buy {
    width: 100%;
  }

  .product-properties {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .product-wrapper {
    flex-direction: column;
  }

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

  .product-info,
  .product-img {
    width: 100%;
  }

  .product-img__slider img {
    max-height: 290px;
    width: auto;
  }

  .product__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-quantity__value {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .product__actions .primary-btn {
    width: 100%;
  }

  .section-main-title.title-with-link a {
    font-size: 14px;
  }
}
.product-filter {
  margin: 60px 0;
}

.section-main-title.title-with-link a {
  font-size: 18px;
  margin-left: 10px;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  color: var(--secondary-color);
  font-family: "IBM Plex Sans", sans-serif;
  white-space: nowrap;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: var(--third-color);
  border: 1px solid var(--border);
  margin: 20px 0;
}

.filter-line {
  margin-bottom: 10px;
  margin-right: 40px;
}

.filter-line.wa {
  width: auto;
}

.filter-line__title {
  font-size: 14px;
  font-weight: bold;
  color: var(--fourth-color);
  line-height: 1.6;
  stroke: var(--fourth-color);
  display: flex;
  align-items: center;
}

.filter-line__toggle {
  cursor: pointer;
}

.filter-line__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.filter-line__wrap.box-input::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 108px;
  background: var(--border);
}

.filter-line__input {
  padding: 8px;
  width: 96px;
  border-radius: 0;
  border: 1px solid var(--border);
  margin-right: 40px;
}

.filter-line__checkbox {
  display: flex;
  align-items: center;
  margin: 6px;
}

.filter-line__checkbox input {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 0;
  border: 1px solid #ebe7db;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.filter-line__checkbox input:checked[type="checkbox"] {
  border: 1px solid rgba(168, 135, 90, 0.6);
  background-image: url(/local/templates/bs_theme/assets/images/custom-checkbox.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.filter-line__checkbox a {
  font-style: italic;
}

.filter-line__checkbox a:hover {
  color: var(--primary-color);
}

.filter-btns {
  display: flex;
  align-items: center;
  width: 100%;
}

.filter-btn-count {
  display: none;
}

.category-catalog-filter__reset-btn {
  display: inline-block;
  background: none;
  border: none;
  color: var(--secondary-color);
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--secondary-color);
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}
.category-catalog-item {
  display: flex;
  border: 1px solid var(--border);
  padding: 20px;
  margin-bottom: 30px;
}

.category-catalog-item__left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 3%;
  width: 25%;
}

.category-catalog-item__country {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
}

.category-catalog-item__right {
  width: 72%;
}

.category-catalog-item__sku {
  color: #696969;
  font-size: 14px;
}

.category-catalog-item__title {
  font-family: "Literata", serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.category-catalog-item__img {
  max-height: 300px;
  width: auto;
}

.category-catalog-item__properties {
  font-size: 14px;
}

.category-catalog-item__property {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.category-catalog-item__property-name {
  width: 30%;
  color: var(--secondary-color);
}

.category-catalog-item__property-value.has-link {
  text-decoration: underline;
  font-style: italic;
  color: var(--black);
}

.category-catalog-item__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.category-catalog-item__price {
  font-family: "Literata", serif;
  font-size: 28px;
  font-weight: 500;
}

.category-catalog-item__actions {
  display: flex;
  align-items: center;
}

.category-catalog-item__quantity {
  position: relative;
  display: none;
  font-family: "Literata", serif;
}

.category-catalog-item__quantity span {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  font-size: 14px;
  color: #fff;
}

.category-catalog-item__qty-value {
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  width: 191px;
  height: 50px;
  padding: 0;
  padding-bottom: 10px;
  font-family: "Literata", serif;
}

.category-catalog-item__btn {
  position: absolute;
  top: 0;
  border: none;
  height: 50px;
  width: 50px;
  background: transparent;
  cursor: pointer;
  fill: #fff;
}

.category-catalog-item__btn .cru-icon {
  width: 24px;
  height: 24px;
}

.category-catalog-item__btn.category-catalog-item__minus {
  left: 0;
  border-right: 1px solid var(--border);
}

.category-catalog-item__btn.category-catalog-item__plus {
  right: 0px;
  border-left: 1px solid var(--border);
}

.product__basket span {
  pointer-events: none;
}

.category-catalog-item__note {
  font-size: 14px;
  margin-top: 10px;
  text-align: end;
  color: var(--fourth-color);
}

.category-catalog-item__favourite {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.category-catalog-item__favourite .cru-icon {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.category-catalog-item__favourite .heart-border {
  fill: #999;
  transition: 0.3s ease-in-out;
}

.category-catalog-item__favourite:hover .heart-border {
  fill: var(--primary-color);
}

.product-filter-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.protuct-thumbs {
  display: flex;
  align-items: stretch;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
}
.protuct-thumbs::-webkit-scrollbar {
  height: 8px;
  background: #f9f8f5;
  border-radius: 5px;
}
.protuct-thumbs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #a8875a;
}
.protuct-thumbs__img {
  width: 25%;
  padding: 5px;
  flex: 0 0 auto;
  position: relative;
}

.protuct-thumbs__play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #8c6e45;
  clip-path: polygon(evenodd, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 31.63% 81.53%, 31.63% 22.25%, 85.5% 51.98%, 31.51% 81.5%, 0% 100%);
}

.protuct-thumbs__img img {
  padding: 5px;
  border: 1px solid var(--border);
}

@media (max-width: 576px) {
  .category-catalog-item {
    padding: 20px 0;
    border: none;
    border-top: 1px solid var(--border);
    margin-bottom: 0;
    position: relative;
  }

  .category-catalog-item__left {
    align-items: flex-start;
    position: static;
    width: 30%;
  }

  .category-catalog-item__country {
    top: 20px;
  }

  .category-catalog-item__favourite {
    top: 20px;
    right: 0;
  }

  .category-catalog-item__right {
    width: 60%;
  }

  .category-catalog-item__title,
  .category-catalog-item__price {
    font-size: 18px;
  }

  .category-catalog-item__property {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .category-catalog-item__property-name {
    width: auto;
    margin-right: 12px;
  }

  .category-catalog-item__buy {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-catalog-item__btn.category-catalog-item__plus,
  .category-catalog-item__btn.category-catalog-item__minus {
    top: 10px;
  }

  .category-catalog-item__quantity span {
    font-size: 12px;
  }

  .category-catalog-item__qty-value {
    margin-top: 10px;
    width: 144px;
    height: 38px;
    font-size: 14px;
  }

  .category-catalog-item__actions .primary-btn {
    font-size: 14px;
    padding: 8px 16px;
    margin-top: 10px;
  }

  .category-catalog-item__note {
    font-size: 12px;
    text-align: left;
  }
  .filter-line {
    margin-right: 0px;
  }
  .big-slider__slide {
    height: 294px;
  }
}

/*Glight box*/

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
   * Description for mobiles
   * something like facebook does the description
   * for the photos
  */

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(rgba(0, 0, 0, 0)),
          to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #0000008f;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/* Food Parings */
.product-food-paring {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-food-paring__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
  width: 100%;
  justify-content: center;
  /* gap: 18px */
}
.product-food-paring__item {
  width: 25%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-food-paring__img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 50%;
}
.product-food-paring__img img {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150%; */
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-food-paring__desc {
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1366px) {
  .product-food-paring__img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .product-food-paring__item {
    width: 46%;
    margin-bottom: 20px;
  }
}
.product-volumes {
  width: 100%;
}
.product-volumes__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.product-volumes__title {
  font-weight: 500;
  font-family: "Literata", serif;
  margin-top: 20px;
}
.product-volumes__item {
  width: 30%;
  padding: 10px;
  border: 1px solid var(--border);
  margin: 1.5%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.product-volumes__item img {
  width: 32px;
}

.product-volumes__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.product-volumes__item span {
  font-size: 14px;
}
.product-volumes__price {
  font-weight: 500;
  font-family: "Literata", serif;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .product-volumes__item {
    width: 47%;
  }
}

.product-price-calculation {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  color: var(--secondary-color);
  margin-bottom: 20px;
  cursor: pointer;
  border: none;
  fill: var(--secondary-color);
  text-decoration: underline;
}
.product-price-calculation .product-price-calculation_second{ display: none;}

.product-price-per-unit{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  color: var(--black);
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.product-price-per-unit{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  color: var(--black);
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.product-img__notes {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  z-index: 10;
}

.product-img__notes-country{
  overflow: hidden;
  border-radius: 50%;
}

.category-catalog-item__quantity_per_package{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    /* text-decoration: underline; */
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/style.css?16976157654627*/
.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.product-viewed {
	margin: 120px 0;
}

.product-viewed .section-main-title {
	text-align: center;
	margin-bottom: 40px;
}

.product-viewed__container {
	overflow: hidden;
	position: relative;
}

.product-viewed__item {
	width: 20%;
	max-width: 264px;
	margin-right: 20px;
	padding: 20px;
	border: 1px solid var(--border);
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-viewed__img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.product-viewed__slide {
	display: flex;
	align-items: stretch;
	transition: 0.5s ease-in-out;
}

.product-viewed__title {
	font-family: 'Literata', serif;
	font-weight: 600;
	margin: 10px 0;
}

.product-viewed__price {
	font-size: 18px;
	font-weight: bold;
}

.product-viewed__actions {
	display: flex;
	align-items: center;
}

.product-viewed__actions .primary-btn {
	margin-top: 10px;
	padding: 8px 16px;
}

.product-viewed__quantity {
	display: none;
	position: relative;
}

.product-viewed__btn {
	position: absolute;
	top: 10px;
	border: none;
	height: 40px;
	width: 40px;
	background: var(--border);
	cursor: pointer;
	fill: var(--secondary-color);
}

.product-viewed__btn.product-viewed__minus {
	left: 0;
}

.product-viewed__quantity span {
	display: none;
}

.product-viewed__qty-value {
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--border);
	width: 160px;
	height: 42px;
	font-family: 'Literata', serif;
}

.product-viewed__btn.product-viewed__plus {
	right: 10px;
}

.product-viewed__country {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 50%;
}

.product-viewed__favourite {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.product-viewed__favourite:hover .heart-border {
	fill: var(--primary-color);
}

.product-viewed__favourite .heart-border {
	fill: #999;
	transition: .3s ease-in-out;
}

.product-viewed-slide__btn {
	background: var(--primary-color);
	box-shadow: 0 0 12px rgb(147 3 3 / 30%);
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	border-radius: 50%;
	stroke: #fff;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.product-viewed__prev {
	transform: rotate(90deg);
	left: 0px;
}

.product-viewed__next {
	right: 0;
	transform: rotate(270deg);
}
.product .category-catalog-item__quantity {
	position: relative;
	display: none;
	font-family: 'Literata', serif;
}
.product .category-catalog-item__quantity span {
	display: none;
}

.product .category-catalog-item__qty-value {
	padding: 14px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	width: 160px;
	height: 42px;
	font-family: 'Literata', serif;
}
.product-viewed__actions .category-catalog-item__qty-value {
	padding: 11px;
	margin-top: 10px;
}
.product .category-catalog-item__btn {
	position: absolute;
	top: 0;
	border: none;
	height: 48px;
	width: 48px;
	background: transparent;
	cursor: pointer;
	fill: #fff;
}
.product-viewed__actions .category-catalog-item__plus {
	height: 42px;
	width: 42px;
	top: 10px;
	right: 0;
	border-left: 1px solid var(--border);
}
.product-viewed__actions .category-catalog-item__minus {
	height: 42px;
	width: 42px;
	left: 0;
	top: 10px;
	border-right: 1px solid var(--border);
}
.category-catalog-item__btn .cru-icon {
	width: 24px;
	height: 24px;
}

.product__basket span {
	pointer-events: none;
}
.category-catalog-item__price-wrapper {
    display: flex;
    align-items: flex-end;
}
.old-price {
    margin-left: 12px;
    font-size: 20px;
    font-family: 'Literata', serif;
    color: #696969;
    text-decoration: line-through;
}

.section-main-title.title-with-link a {
    font-size: 18px;
    margin-left: 10px;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
    color: var(--secondary-color);
	font-family: "IBM Plex Sans", sans-serif;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.product-viewed__item {
		width: 28%;
	}
}

@media (max-width: 768px) {
	.product-viewed__item {
		width: 45%;
	}
}

@media (max-width: 576px) {
	.product-viewed {
		margin: 60px 0;
	}
	.section-main-title.title-with-link a {
		font-size: 14px;
	}
	.product-viewed__item {
		width: 70%;
	}
	.product-viewed__slide {
		overflow: scroll;
	}
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/style.css?169761576542270*/
.bx-filter.bx-blue .bx-filter-section {
	background: #edf6fc;
}
/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #a8dff3;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #499fd8;}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/

.bx-filter.bx-blue .btn-themes {
	background-color: #1485CE;
	border-color: #1485CE;
	color: #FFF
}
.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover{
	background-color: #53A4D8;
	border-color: #53A4D8;
	color: #FFF
}
/*
* 	Result Popup
*
*/
.bx-filter {
	
}
.bx-filter .bx-filter-section {
	position: relative;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	margin-bottom: 24px;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	/*display: none;*/
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #999;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	background: #fff;
	outline: none;
	padding: 8px;
    width: 96px;
    border-radius: 0;
    border: 1px solid var(--border);
    margin-right: 40px;
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
			border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
	max-width: 236px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
			border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
			border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: static;
	z-index: auto;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {

}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: static;
		z-index: auto;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 0;
		border-radius: 2px;
		border: none;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	/*display: none;*/
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	background: #fff;
	outline: none;
	padding: 8px;
    width: 96px;
    border-radius: 0;
    border: 1px solid var(--border);
    margin-right: 40px;
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
			border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
	max-width: 236px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: var(--ui-font-weight-bold);*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	background: none;
    border: 11px solid transparent;
    border-right: 11px solid #bd9855;
    border-bottom: 11px solid #bd9855;
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	background: none;
    border: 11px solid transparent;
    border-bottom: 11px solid #bd9855;
    border-left: 11px solid #bd9855;
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
			border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
			border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:var(--ui-font-weight-bold);*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: static;
	z-index: auto;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
.bx-filter .bx-filter-popup-result.left {
    right: auto !important;
    border: 0px;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: static;
		z-index: auto;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 0;
		border-radius: 2px;
		border: none;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.item/viewed-card4/style.css?16976157652824*/

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.product-viewed {
	margin: 120px 0;
}

.product-viewed .section-main-title {
	text-align: center;
	margin-bottom: 40px;
}

.product-viewed__container {
	overflow: hidden;
	position: relative;
}

.product-viewed__item {
	width: 20%;
	max-width: 264px;
	margin-right: 20px;
	padding: 20px;
	border: 1px solid var(--border);
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-viewed__img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.product-viewed__slide {
	display: flex;
	align-items: stretch;
	transition: 0.5s ease-in-out;
}

.product-viewed__title {
	font-family: 'Literata', serif;
	font-weight: 600;
	margin: 10px 0;
}

.product-viewed__price {
	font-size: 18px;
	font-weight: bold;
}

.product-viewed__actions {
	display: flex;
	align-items: center;
}

.product-viewed__actions .primary-btn {
	margin-top: 10px;
	padding: 8px 16px;
}

.product-viewed__quantity {
	display: none;
	position: relative;
}

.product-viewed__btn {
	position: absolute;
	top: 10px;
	border: none;
	height: 40px;
	width: 40px;
	background: var(--border);
	cursor: pointer;
	fill: var(--secondary-color);
}

.product-viewed__btn.product-viewed__minus {
	left: 0;
}

.product-viewed__quantity span {
	display: none;
}

.product-viewed__qty-value {
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--border);
	width: 160px;
}

.product-viewed__btn.product-viewed__plus {
	right: 10px;
}

.product-viewed__country {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 50%;
}

.product-viewed__favourite {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

.product-viewed__favourite:hover .heart-border {
	fill: var(--primary-color);
}

.product-viewed__favourite .heart-border {
	fill: #999;
	transition: .3s ease-in-out;
}

.cru-icon.product-viewed-slide__btn {
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 20px);
    border-radius: 50%;
    stroke: var(--primary-color);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-viewed__prev {
	transform: rotate(90deg);
	left: 0px;
}

.product-viewed__next {
	right: 0;
	transform: rotate(270deg);
}

@media (max-width: 1024px) {
	.product-viewed__item {
		width: 28%;
	}
}

@media (max-width: 768px) {
	.product-viewed__item {
		width: 45%;
	}
}

@media (max-width: 576px) {
	.product-viewed__item {
		width: 70%;
	}
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/themes/blue/style.css?1697615765833*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-products-viewed-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.element/.default/themes/blue/style.css?16976157651064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.products.viewed/.default/style.css?17510215525183*/
.catalog-products-viewed-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}
.product-viewed {
  margin: 120px 0;
}

.product-viewed .section-main-title {
  text-align: center;
  margin-bottom: 40px;
}

.product-viewed__container {
  overflow: hidden;
  position: relative;
}

.product-viewed__item {
  width: 20%;
  max-width: 264px;
  margin-right: 20px;
  padding: 20px;
  border: 1px solid var(--border);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-viewed__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-viewed__slide {
  display: flex;
  align-items: stretch;
  transition: 0.5s ease-in-out;
}

.product-viewed__title {
  font-family: "Literata", serif;
  font-weight: 600;
  margin: 10px 0;
}

.product-viewed__price {
  font-size: 18px;
  font-weight: bold;
}

.product-viewed__actions {
  display: flex;
  align-items: center;
}

.product-viewed__actions .primary-btn {
  margin-top: 10px;
  padding: 8px 16px;
}

.product-viewed__quantity {
  display: none;
  position: relative;
}

.product-viewed__btn {
  position: absolute;
  top: 10px;
  border: none;
  height: 40px;
  width: 40px;
  background: var(--border);
  cursor: pointer;
  fill: var(--secondary-color);
}

.product-viewed__btn.product-viewed__minus {
  left: 0;
}

.product-viewed__quantity span {
  display: none;
}

.product-viewed__qty-value {
  margin-top: 10px;
  padding: 10px;
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--border);
  width: 160px;
  height: 42px;
  font-family: "Literata", serif;
}

.product-viewed__btn.product-viewed__plus {
  right: 10px;
}

.product-viewed__country {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
}

.product-viewed__favourite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.product-viewed__favourite:hover .heart-border {
  fill: var(--primary-color);
}

.product-viewed__favourite .heart-border {
  fill: #999;
  transition: 0.3s ease-in-out;
}

.product-viewed-slide__btn {
  background: #fff;
  box-shadow: 0 0 12px rgb(0 0 0 / 15%);
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  border-radius: 50%;
  stroke: var(--primary-color);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-viewed__prev {
  transform: rotate(90deg);
  left: 0px;
}

.product-viewed__next {
  right: 0;
  transform: rotate(270deg);
}
.product-viewed .category-catalog-item__quantity {
  position: relative;
  display: none;
  font-family: "Literata", serif;
}
.product-viewed .category-catalog-item__quantity span {
  display: none;
}

.product-viewed .category-catalog-item__qty-value {
  padding: 14px;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  width: 160px;
  height: 42px;
  font-family: "Literata", serif;
}
.product-viewed__actions .category-catalog-item__qty-value {
  padding: 11px;
  margin-top: 10px;
}
.product-viewed .category-catalog-item__btn {
  position: absolute;
  top: 0;
  border: none;
  height: 48px;
  width: 48px;
  background: transparent;
  cursor: pointer;
  fill: #fff;
}
.product-viewed__actions .category-catalog-item__plus {
  height: 42px;
  width: 42px;
  top: 10px;
  right: 0;
  border-left: 1px solid var(--border);
}
.product-viewed__actions .category-catalog-item__minus {
  height: 42px;
  width: 42px;
  left: 0;
  top: 10px;
  border-right: 1px solid var(--border);
}
.category-catalog-item__btn .cru-icon {
  width: 24px;
  height: 24px;
}

.product__basket span {
  pointer-events: none;
}
.old-price {
  margin-left: 12px;
  font-size: 20px;
  font-family: "Literata", serif;
  color: var(--primary-color);
  text-decoration: line-through;
}
/* Popup order */
.popup-window-with-titlebar .popup-window-content {
  background: transparent;
}
.popup-window.popup-window-with-titlebar {
  padding: 10px;
  background: var(--third-color);
}
.popup-window-button {
  height: auto;
  line-height: initial;
  border: 1px solid var(--secondary-color);
  box-shadow: none;
}
.popup-window-titlebar {
  display: none;
}
.popup-order .secondary-header {
  text-align: center;
}
.popup-order__line {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: var(--fourth-color);
  margin: 10px 0;
  position: relative;
  width: 100%;
}
.popup-order__input {
  background: #ffffff;
  border: 1px solid #ebe7db;
  width: 100%;
  padding: 8px 12px;
  color: #4e4b49;
  margin-top: 6px;
}
.popup-order__note {
  font-size: 12px;
  color: var(--fourth-color);
  margin: 10px 0;
}

@media (max-width: 1024px) {
  .product-viewed__item {
    width: 28%;
  }
}

@media (max-width: 768px) {
  .product-viewed__item {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .product-viewed__item {
    width: 70%;
  }
  .product-viewed__slide {
    overflow: scroll;
  }
}

/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.products.viewed/.default/themes/blue/style.css?1697615765833*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-products-viewed-header{border-color:#006cc0;}
/* End */
/* /local/templates/bs_theme_2023/components/bitrix/catalog/catalog-n-topfilter/style.css?175102155214665 */
/* /local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog_item_detail/style.css?1697615765825 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.element/.default/style.css?175102155235815 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/style.css?16976157654627 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.smart.filter/fliter_top_elem/style.css?169761576542270 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.item/viewed-card4/style.css?16976157652824 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/cat-viewed3/themes/blue/style.css?1697615765833 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.element/.default/themes/blue/style.css?16976157651064 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.products.viewed/.default/style.css?17510215525183 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.products.viewed/.default/themes/blue/style.css?1697615765833 */
