

/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/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/.default/components/bitrix/system.pagenavigation/catalog_pagination/style.css?16870298272721*/
.pagination__list {
  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;
}

.pagination__list .prev,
.pagination__list .next {
  margin: 0 2.6rem;
}
.pagination__item + .pagination__item {
  margin-left: 2.6rem;
}

.pagination svg path {
  -webkit-transition: stroke 0.3s linear;
  -o-transition: stroke 0.3s linear;
  transition: stroke 0.3s linear;
}

.pagination__arr-double,
.pagination__arr-single {
  width: 1rem;
  height: 1.1rem;
}

.pagination__arr-double:hover svg path,
.pagination__arr-single:hover svg path {
  stroke: #a8875a;
}

.pagination__arr-double:focus svg path,
.pagination__arr-double:focus-within svg path,
.pagination__arr-double:active svg path,
.pagination__arr-single:focus svg path,
.pagination__arr-single:focus-within svg path,
.pagination__arr-single:active svg path {
  stroke: #695443;
}

.pagination__arr-single {
  width: 0.7rem;
  height: 1.1rem;
}

.pagination__arr-left,
.pagination__arr-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
}

.pagination__link {
  color: #a8875a;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.pagination__link:hover:not(.pagination__link--active) {
  color: #695443;
}

.pagination__link:focus-within:not(.pagination__link--active),
.pagination__link:focus:not(.pagination__link--active),
.pagination__link:active:not(.pagination__link--active) {
  color: #262524;
}

.pagination__link--active {
  font-weight: 400;
  color: #262524;
  pointer-events: none;
  position: relative;
  margin-right: 8.2rem;
}

.pagination__link--active::before {
  content: "";
  position: absolute;
  left: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6rem;
  height: 0.1rem;
  background-color: #262524;
}

@media (max-width: 1365px) {
  .pagination__link--active::before {
    height: 0.111rem;
  }
}

@media (max-width: 667px) {
  .pagination .text-3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .pagination__arr-double {
    display: none;
  }

  .pagination__link--active {
    margin-right: 3.2rem;
  }

  .pagination__link--active::before {
    width: 1.4rem;
    left: 2.8rem;
  }
}

@media (max-width: 400px) {
  .pagination__list .prev,
  .pagination__list .next {
    margin: 0 2rem;
  }
  .pagination__item + .pagination__item {
    margin-left: 2rem;
  }

  .pagination__link--active {
    margin-right: 3rem;
  }
  .pagination__link--active::before {
    left: 2.6rem;
  }
}

/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/collections/style.css?16976157657190*/
.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;
}
.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__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 {
    color: var(--primary-color);
    font-style: italic;
}

.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: .3s ease-in-out;
}

.category-catalog-item__favourite:hover .heart-border {
    fill: var(--primary-color);
}
.product-viewed__actions .category-catalog-item__qty-value {
    padding: 11px;
    margin-top: 10px;
	font-family: 'Literata', serif;
}
.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__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;
}
.product-properties-desc {
    margin-left: 12px;
    cursor: pointer;
    position: relative;
}

.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__info::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.product-properties-desc__info::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 10px;
}

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

.product-properties-desc__text {
    font-size: 12px;
}
@media (max-width: 1024px) {
    .category-catalog-item__right {
        width: 60%;
    }

    .category-catalog-item__left {
        width: 30%;
    }

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

    .category-catalog-item__property-name {
        width: 30%;
    }

}

@media (max-width: 576px) {

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

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

    .category-catalog-item:last-child {
        border-bottom: 1px solid var(--border);
    }

    .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__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__note {
        font-size: 12px;
        text-align: left;
    }

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

    .category-catalog-bottom__load {
        margin-top: 20px;
    }
    .category-catalog-item__qty-value {
    	margin-top: 10px;
    	width: 144px;
    	height: 38px;
    	font-size: 14px;
	}
	.category-catalog-item__quantity span {
		font-size: 12px;
	}
    .category-catalog-item__btn {
        width: 38px;
        height: 38px;
    }
    .category-catalog-item__btn.category-catalog-item__plus,
    .category-catalog-item__btn.category-catalog-item__minus{
        top: 10px;
    }
    .product-viewed__slide {
        overflow: scroll;
    }
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/catalog.section/collections/themes/blue/style.css?1697615765825*/
/* 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-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1697615765825 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/catalog_pagination/style.css?16870298272721 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/collections/style.css?16976157657190 */
/* /local/templates/bs_theme_2023/components/bitrix/catalog.section/collections/themes/blue/style.css?1697615765825 */
