

/* Start:/local/templates/pandora/components/bitrix/catalog/catalog_pandora/style.css?17546557421534*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:767px) {
	.header {
		margin-bottom: 28px;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
.close-filter{
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1000;
}
@media (max-width:1279px){
	.close-filter{
		display: block;
	}
	.universal-select-inner.desktop-sort-block{
		display: none;
	}
	.bx-filter {
		margin-top:20px;
	}
}

/* End */


/* Start:/local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379*/
.breadcrumb__inner .breadcrumb{
    padding: 8px 0;
}
.breadcrumb__item{
    white-space: nowrap;
}
@media (max-width: 767px) {
    .breadcrumb__inner {
        flex-wrap: nowrap!important;
        overflow-x: auto !important;
        width: 100%;
        padding-top: 0!important;
        margin-bottom: 22px!important;
        margin-top: 20px!important;
    }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/style.css?175465574224643*/
.bx-filter {
    width: 100%;
    min-width: 220px;
    font-weight: 400;
    font-weight:  400;
    margin-bottom: 20px;
    margin-top: 40px !important;
    z-index: -2;
}
.bx-filter .bx-filter-section {
    position: relative;
}
.bx-filter .bx-filter-section>.row {
    padding: 0 5px;
}

.bx-filter .bx-filter-title {
    color: #27251F;
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
    position: relative;
    border-bottom: 1px solid #27251F;
}
.bx-filter .bx-filter-parameters-box-title {
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 18px;
    padding-top: 30px;
}
@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 {
    font-weight: 400;
    color: #27251F;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    line-height: 150%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
    color: #000000;
    transition: all ease .5s;
}
.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-weight: 400;
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
    font-weight: 400;
    font-size: 11px;
    color: #3f3f3f;
    width: calc(50% - 15px);
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/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/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/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 {
    width: calc(100% - 22px);
    padding-top: 35px;
    padding-bottom: 25px;
    margin: 0 auto;
}
.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;
    display: none;
}
.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 {
    display: none;
    font-size: 11px;
    /*font-weight: var(--ui-font-weight-bold);*/
    font-weight: 400;
    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: 6;
    background: rgba(255, 202, 202, 0.25);
}
.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 7;
    background: rgba(255, 202, 202, 0.25);
}
.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 8;
    background: #FFCAD4;
}
.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: -7px;
    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: -11px;
    background: url("/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/circl_filter.svg") no-repeat center center;
}
.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -11px;
    background: url("/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/circl_filter.svg") no-repeat center center;
}

/*
*	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/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/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/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/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-weight: 400;
    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-weight: 400;
    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-weight: 400;
    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;
    padding: 0;
    display: flex;
}

.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: #27251F;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
    background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
}
.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;
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    color: #27251F;
}
/*
* 	BTN
*
*/
.bx-filter-param-label.bx-active .bx-color-sl{
    border: 1px solid #000000;
}
.bx-color-sl{
    border-radius: 50% !important;
}
.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/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/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/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/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,.checkboxes-container.bx-filter-param-label.disabled input[type=checkbox]:before,.taille__item.bx-filter-param-label.disabled .taille__item-btn:before, .taille__item-btn-disabled:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 0;
    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-weight: 400;
    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-weight: 400;
    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-weight: 400;
    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 {
    padding: 11px 0;

    color: #fff;
    background-color: #27251F;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    width: 45%;
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
}
.bx-filter-popup-result-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
}
.result-text{
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;

}
.btn-reset{
    padding: 11px 0;

    color: #27251F;
    background-color: #ffffff;
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    width: 45%;
    outline: none;
    font-weight: 400;
    border: 1px solid #27251F;
}
. bx-filter-button-box .bx-filter-parameters-box-container{
   display: flex;
    align-items: center;
    justify-content: space-between;
}
.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-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    display: none;
    padding:10px 0;
    white-space: nowrap;
    color: #27251F;
    min-height: 40px;
    line-height: 18px;
    width: 100%;
}
.bx-filter .bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/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/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.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;
    transition: all ease .5s;
    background-color: #000000;
}
.bx-filter .bx-filter-popup-result-close {
    display: none;
}
@media (max-width: 767px) {
    .bx-touch .bx-filter .bx-filter-popup-result {

    }
    .bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]{
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px;
    background-color: transparent;
    border: 1px solid #27251F;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked::after{
    color: #ffffff;
    padding: initial;
    font-weight: bold;
    position: absolute;
    cursor: pointer;
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked {
    background-image: url("/local/templates/pandora/images/Group 22.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:disabled {
    color: #959495;
    cursor: not-allowed;
}
.filter__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.clear__filter{
    font-weight: 400;
    font-size: 12px;
    text-decoration-line: underline;
}
.filter-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-buttons .bx-filter-block{
    width: 100%;
}
.filter-buttons .bx-filter-block input{
    cursor: pointer;
}
.filter__items{
    flex-wrap: wrap;
    display: flex;
    gap: 8px;
}
.filter__item{
    border-radius: 90px;
    border: 1px solid #27251F;
    display: flex;
    flex-wrap: wrap;
    padding: 7px 13px;
    gap: 10px;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: 400;
}
.filter__item-label{
    width: 10px;
    height: 10px;
    position: relative;
}
.filter__item-clear{
    width: 10px;
    height: 10px;
}
.filter__item label{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.taille__items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.taille__item{
    border: 1px solid #27251F;
    margin: 0;
    position: relative;
}
.taille__item-btn, .taille__item-btn-disabled {
    padding: 11px 20px;
    font-size: 12px;
    line-height: 150%;
    transition: all ease .5s;
}
.taille__item-btn:hover,.taille__item-btn.active{
    color: #ffffff;
    background-color: #27251F;
}
.checkboxes-container{
    width: 100%;
}
@media (min-width: 1279px) and (max-width: 1445px) {
    body .main-container{
        max-width: 96%;
    }
}
@media (max-width: 1279px) {
    .bx-filter{
        margin-bottom: 0;
    }
    .filter-section-buttons .bx-filter-parameters-box-container{
        padding-bottom: 0;
    }
   .filter-section-buttons{
       position: sticky;
       bottom: -20px;
       background-color: #ffffff;
       margin-left: -2px;
    }
}
@media (max-width: 425px) {
    .smartfilter{
        padding-bottom: 67px;
    }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/colors.css?17546557424484*/
.bx-filter.bx-green .bx-filter-section {
	background: #eefcea;
}
/*
* INPUTS
*
*/
.bx-filter.bx-green .bx-filter-input-container input:focus {
	border-color: #3BC915;
}
.bx-retina .bx-filter.bx-green .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-green .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-green .bx-ui-slider-pricebar-vd{background: #9f9f9f;}
.bx-filter.bx-green .bx-ui-slider-pricebar-vn{background: #76e359;}
.bx-filter.bx-green .bx-ui-slider-pricebar-v {background: #3bc915;}

.bx-filter.bx-green .bx-ui-slider-handle.left {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJCNUFBOTIxOENDMTFFNUI1QUQ5NjM4RjlEMDlEMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJCNUFBOTMxOENDMTFFNUI1QUQ5NjM4RjlEMDlEMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkI1QUE5MDE4Q0MxMUU1QjVBRDk2MzhGOUQwOUQzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkI1QUE5MTE4Q0MxMUU1QjVBRDk2MzhGOUQwOUQzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhEx/hoAAABoSURBVHjaYqx+GsdAARBiokQzEO9mokQzEBsxUaIZxGGiRDOpBmBoJsUArJqJNQCnZmIMwKsZBFgIaN4DxIb4bGCiRDMuA4jWjM0AkjSjG0CyZmQDyNIMM4BszbBo/ArEzuTmaYAAAwCuYxHtbZ2yOQAAAABJRU5ErkJggg==") no-repeat right top;
}
.bx-filter.bx-green .bx-ui-slider-handle.right {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAAAFVBMVEV75V575V575V575V575V575V575V6zNPkMAAAABnRSTlMABxESzc4pCdrRAAAAL0lEQVR42l3IsQGAIADAMBTt/yezwEAyZsyBz8nJycnJyclp+8/k5OTk5OS8t2cBPsADCUK09WkAAAAASUVORK5CYII=") no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-green .bx-filter-select-container.bx-active,
.bx-filter.bx-green .bx-filter-select-container:focus {
	border-color: #3BC915;
}
.bx-retina .bx-filter.bx-green .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-green .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-green .bx-filter-tag {
	border-top: 1px solid #c6eabc;
	border-bottom: 1px solid #c6eabc;
}
.bx-filter.bx-green .bx-tag-link {
	color: #3bc915;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-green .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-green .bx-filter-param-btn:hover,
.bx-filter.bx-green .bx-filter-param-btn:active,
.bx-filter.bx-green .bx-filter-param-btn:focus {
	border-color: #3BC915;
}
.bx-retina .bx-filter.bx-green .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-green .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-green .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-green .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
	border-image: url(/local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/
.bx-filter.bx-green .btn-themes {
	background-color: #3bc915;
	border-color: #3bc915;
	color: #FFF
}
.bx-filter.bx-green .btn-themes.bx-active,
.bx-filter.bx-green .btn-themes.focus,
.bx-filter.bx-green .btn-themes:active,
.bx-filter.bx-green .btn-themes:focus,
.bx-filter.bx-green .btn-themes:hover{
	background-color: #30d404;
	border-color: #30d404;
	color: #FFF
}
/*
* 	Result Popup
*
*/
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog/catalog_pandora/bitrix/catalog.section.list/.default/style.css?17546557427889*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	font-weight: 400;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px ; font-weight: 400;}

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px;  font-weight: 400;}

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px;  font-weight: 400;}
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	max-width: 100%;
	color: #27251f;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px;  font-weight: 400;}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; font-weight: 400; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom:0; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul {
	padding: 5% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	width: auto;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 112px;
	height: 112px;
	border:1px solid #27251f;
	border-radius: 50%;
	background-color: #f5f5f5;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #27251f;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #27251f;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 14px; font-weight: 400; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_img {
		width: 90px;
		height: 90px;
	}
	.bx_catalog_tile .bx_catalog_tile_ul li { width: auto; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px;  font-weight: 400;}
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 80px;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px;  font-weight: 400;}

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; font-weight: 400; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/pandora/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?17546557421041*/

.page-counts{
	display: flex;
	justify-content: center;
	gap: 25px;
}

.page-item .count{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 41px;
	min-height: 41px;
	border: 1px solid #27251F;
	transition: all ease .5s;
}

.prev-arrow, .next-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	border: 1px solid #27251F;
}

.page-item.active .count,.count:hover{
	background-color:#27251F;
	color: #ffffff;
	transition: all ease .5s;
	cursor: pointer;
}
.page-item.active{

}

.bx_pagination_bottom {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

@media (max-width: 767px) {
	.page-counts {
		gap: 9px!important;
	}
	.page-item .count{
		font-size: 14px;
		min-width: 30px;
		min-height: 30px;
		width: 30px;
		height: 30px;
	}
	body .random-page-none,body .random-page-none + li ,body .random-page-last{
		display: none!important;
	}
	body .bx_pagination_bottom {
		padding: 40px 0;
		gap: 20px;
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.section/.default/style.css?175465574216927*/
/* TOP */

body .top{
	margin-bottom: 9px;
}

body .top__inner{
	padding: 101px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.top__content{
	max-width: 487px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.top__title{
	color: #000;
	font-size: 58px;
	font-weight: 700;
	line-height: 120%;
}



.results-count{
	font-size: 12px;
	font-weight: 400;
}


/* RESULTS */

.results{
	font-weight: 400;
	color: #27251F;
	margin-bottom: 100px;
}

.results__inner{
	display: flex;
	gap: 35px;
}


.results__selection{
	position: relative;
	max-width: 327px;
	z-index: 11;
	width: 100%;
}

.results__selection-head{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #27251F33;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.selectric-checkbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}

.filters__inner{
	position: relative;
	z-index: 10;
}

.filter{
	padding-bottom: 30px;
	border-bottom: 1px solid #27251F;
}

.filter__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.filter__title{
	color: #27251F;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
}

.filter__head .clear__filter a{
	font-size: 12px;
	text-decoration-line: underline;
}

.filter__items{
	flex-wrap: wrap;
	display: flex;
	gap: 8px;
}

.filter__item{
	border-radius: 90px;
	border: 1px solid #27251F;
	display: flex;
	flex-wrap: wrap;
	padding: 7px 13px;
	gap: 10px;
	align-items: center;
}


.taille__title, .collection__title, .price__title, .metal__title, .color__title{
	font-size: 18px;
	line-height: 150%;
}

.taille__items{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.taille__item{
	border: 1px solid #27251F;
}

.taille__item.active{
	background-color: #000;
	color: #fff;
}

.taille__item-btn{
	padding: 11px 20px;
	font-size: 12px;
	line-height: 150%;
}

.collection__list-item--text{
	font-size: 12px;
	line-height: 150%;
}

.title-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 18px;
}


.collection__list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.collection__list-item--checkbox{
	width: 18px;
	height: 18px;
	border: 1px solid #27251F;
}

.collection__list-item--checkbox.add{
	background-image: url("/local/templates/pandora/images/Group 22.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: none;
}

.collection__list-button{
	display: flex;
	align-items: center;
	gap: 16px;
}

.price__list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.price__list-item--btn{
	display: flex;
	gap: 16px;
	align-items: center;
	position: relative;
}

.price__list-item--text{
	font-size: 12px;
	line-height: 150%;
}

.price__list-item--radio{
	opacity: 0;
	position: relative;
	z-index: 11;
	width: 18px;
	height: 18px;
}

.price__list-item--radio--view{
	position: absolute;
	z-index: -1;
	width: 18px;
	height: 18px;
	border: 1px solid #27251F;
	border-radius: 50%;
}

.price__list-item--radio--view.add{
	border: 6px solid #000;
}


.metal__list{
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.metal__list-item--btn{
	display: flex;
	align-items: center;
	gap: 13px;
}

.metal__list-item--btn.add{

}

.metal__list-item--switch--inner{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.metal__list-item--switch--inner:hover .metal__list-item--switch{
	background-color: #91B110;
	width: 16px;
	height: 16px;
}
.metal__list-item--switch--inner:hover {
	border: 1px solid #27251F;
}
.metal__list-item--switch{
	width: 18px;
	height: 18px;
	background-color: #D9D9D9;
	border-radius: 50%;
}

.metal__list-item--switch--inner.add{
	border: 1px solid #27251F;
}
.metal__list-item--switch.add{
	background-color: #91B110;
	width: 16px;
	height: 16px;
}

.metal__list-item--text{
	font-size: 12px;
}


.color__list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.color__list-item--btn{
	display: flex;
	gap: 13px;
}

.color__list-item--switch--inner{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.color__list-item--switch{
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.color__list-item--switch--inner:hover .color__list-item--switch{
	width: 16px;
	height: 16px;
}
.color__list-item--switch--inner:hover {
	border: 1px solid #27251F;
}

.color__list-item--switch.add{
	width: 16px;
	height: 16px;
}

.color__list-item--switch--inner.add{
	border: 1px solid #27251F;
}

.results__items-inner{
	max-width: 1038px;
	width: 100%;
}

.results__items{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
}


.card{
	display: flex;
	flex-direction: column;
	gap: 11px;
	position: relative;
	width: calc(31% + 8px);
}



.metal-buttons{
	display: flex;
	gap: 14px;
	align-items: center;
}

.metal__group-title{
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 150%;
}

.changeMetal{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.changeMetal.active{
	border: 1px solid #000;
}

.changeMetal:hover{
	border: 1px solid #000;
}

.changeMetal[data-metal-type="gold"] {
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/.default/../images/Gold.png");
}

.changeMetal[data-metal-type="silver"] {
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/.default/../images/Silver.png");
}

.changeMetal[data-metal-type="rose"] {
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/.default/../images/PANDORA Rose.png");
}


.card-img{
	display: none;
	width: 100%;
}

.card-img.active{
	display: block;
}

.suggestion{
	opacity: 0.6;
}


.card-title{
	font-size: 12px;
	font-weight: 700;
	line-height: 150%;

	word-break: break-word;
}

.add-card{
	text-align: center;
	border: 1px solid #27251F;
	padding: 11px 0;
}

.cards-slider-pagination{
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 40px;
	position: static;
}
.cards-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #D9D9D9;
	margin: 0!important;
	opacity: 1;
}
.cards-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #000;
}

.slide-next, .slide-prev{
	position: absolute;
	width: 40px!important;
	height: 40px!important;
	border-radius: 50%;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.next-img, .prev-img{
	width: 40px;
	height: 40px;
}

.slide-next{
	right: 0;
}

.slide-prev{
	left: 0;
}


.heart{
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url("/local/templates/pandora/images/heart.svg");
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 0.2s ease-in-out 0.1s;
}

.heart:hover{
	background-image: url("/local/templates/pandora/images/black-heart.svg");
}

.load-more__btn{
	font-size: 12px;
	margin: 46px auto 46px;
	padding: 11px 0;
	border: 1px solid #000;
	text-align: center;
	max-width: 295px;
	display: block;

	line-height: 150%;
}

.page-counts{
	display: flex;
	justify-content: center;
	gap: 25px;
}

.count{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 41px;
	border: 1px solid #27251F;
}

.prev-arrow, .next-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 41px;
	border: 1px solid #27251F;
}



.catalog-filters-wrapper{
	max-width: 992px;
	margin: 0 auto 75px;
	justify-content: space-between;
	font-weight: 400;
	display: none;
	width: 100%;
}

.filter-select, .filter-btn{
	width: calc(50% - 17px);
	cursor: pointer;
}

.catalog-filters-wrapper .universal-select-inner{
	width: calc(50% - 17px);
}

.filter-btn{
	display: flex;
	align-items: center;
	padding-left: 15px;
	border: 1px solid #27251F;
	height: 61px;
}

.filter-btn-text{
	padding-left: 48px;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	display: flex;
	align-items: center;

}

.filter-btn-text::before{
	content: '';
	position: absolute;
	background-image: url("/local/templates/pandora/images/settings-sliders 1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 38px;
	height: 38px;
	left: 0;
}

.universal-select-inner{
	z-index: 9;
}

.universal-select-inner, .universal-select{
	width: 100%;
}

.filter-popup-btn{
	display: none;
	width: 100%;
	padding: 11px 0;

	color: #fff;
	background-color: #27251F;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	line-height: 150%;
}

.filter-popup-btn__text{
	font-size: 12px;
	line-height: 150%;
	display: none;
}

.results__selection-close{
	display: none;
}

.universal-select__title, .universal-select__value{
	font-size: 12px;
	font-weight: 700;
}
.row-img{
	width: 18px;
	height: 18px;
	background-image: url("/local/templates/pandora/images/caret-down.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.row-img.on{
	background-image: url("/local/templates/pandora/images/caret-up.svg");
}

@media (max-width: 1439px) {
	.top{
		margin-bottom: 84px;
	}


	.results__selection{
		max-width: 267px;
	}

	.results__items {
		gap: 13px;
	}

	.card {
		width: 32%;
	}

	.top__inner{
		padding: 75px 0;
	}

	.top__content{
		margin-left: 65px;
	}

	.results__items-inner{
		max-width: 947px;
	}
}

@media (max-width: 1279px) {

	.top {
		margin-bottom: 39px;
	}

	.top__inner {
		padding: 56px 0;
	}

	.top__content {
		margin-left: 27px;
	}

	.top__title {
		font-size: 36px;
	}

	.catalog-filters-wrapper {
		display: flex;
		margin: 0 auto;
	}

	.results {
		margin-bottom: 60px;
	}

	.breadcrumb__inner {
		margin-bottom: 47px;
	}

	.results__selection {
		position: fixed;
		top: 0;
		left: -100%;
		background-color: #FFFFFF;
		max-width: 352px;
		padding: 20px;
		overflow-y: scroll;
		height: 100vh;
		z-index: 13;
		transition: all ease .5s;
	}
	.results__selection.active{
		left: 0;
		transition: all ease .5s;
	}


	.results__selection-close {
		display: block;
	}

	.filters__inner {
		margin-top: 0;
	}

	.clear__filter {
		display: none;
	}

	.filter__head {
		margin-bottom: 0;
	}

	.filter__items {
		display: none;
	}

	.taille, .collection, .price, .metal, .color {
		max-width: 267px;
	}

	.results__selection.close {
		display: none;
	}

	.card {
		width: calc(23% + 8px);
	}

	.filter-popup-btn {
		display: block;
	}
}

@media (max-width: 1023px) {
	.top{
		margin-bottom: 30px;
	}

	.top__inner{
		padding: 23px;
	}

	.top__content {
		margin-left: 16px;
	}

	.breadcrumb__inner{
		margin-bottom: 30px;
	}

	.catalog-filters-wrapper {
		max-width: 736px;
	}

	.filter-select, .filter-btn {
		width: calc(50% - 12px);
	}

	.card{
		width: calc(31% + 8px);
	}

}

@media (max-width: 767px) {
	.row-img{
		display: block;
	}

	.element__inner{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #27251F;
	}

	.element__inner.on{
		display: block;
	}

	.filters__inner{
		overflow-y: scroll;
		padding-right: 20px;
		height: calc(100vh - 92px);
	}

	.filter-popup-btn__inner{
		display: flex;
		position: fixed;
		width: 100%;
		padding: 16px;
		bottom: 0;
		left: 0;
		background-color: #ffffff;
		align-items: center;
		justify-content: space-between;
	}

	.results__selection{
		width: 100%;
		max-width: none;
	}

	.filter-popup-btn__text{
		display: block;

	}

	.filter-popup-btn{
		width: 52%;
		margin-top: 0;
	}

	.results{
		margin-bottom: 40px;
	}

	.top{
		display: none;
	}


	.results__items{
		justify-content: center;
	}

	.breadcrumb__inner{
		margin-bottom: 35px;
	}

	.catalog-filters-wrapper{
		max-width: 100%;
	}

	.results__items-inner{
		max-width: 100%;
		justify-content: center;
	}

	.catalog-filters-wrapper{
		margin-bottom: 0;
	}
	.card{
		width: calc(44% + 4px);
	}

	.load-more__btn {
		max-width: 195px;
	}

	.page-counts {
		gap: 5px;
	}

	.count-3, .count-4, .count-5{
		display: none;
	}

	.header{
		position: sticky;
		top: 0;
		z-index: 11;
		background-color: #fff;
	}
	.catalog-filters-wrapper{
		position: sticky;
		top: 106px;
		padding: 17px;
		background-color: #ffffff;
		z-index: 10;
	}

	.element{
		padding-bottom: 0!important;
		margin-bottom: 0!important;
		border-bottom: 0!important;
	}

	.filter{
		display: none;
	}

	.metal-buttons{
		gap: 9px;
	}

	.catalog-filters-wrapper .filter-btn, .universal-select-inner{
		width: calc(50% - 5px)!important;
	}
}
.load-more__link{
	max-width: 295px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #27251F;
	font-size: 12px;
	line-height: 150%;

	margin: 46px auto;
	border: 1px solid #000;
	cursor: pointer;
	width: 100%;
}
.catalog-section{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}
.catalog-items-container{
	max-width: 330px;
	height: 420px;
	width: 100%;
	display: inline-table;
}
.bx_pagination_bottom{
	padding: 4% 0;
}
@media (max-width: 1600px) {
	.catalog-section{
		gap: 13px;
	}
	.catalog-items-container{
		max-width: 300px;
		height: 380px;
	}
}
@media (max-width: 1279px) {
	.catalog-section{
		gap: 13px;
	}
	.catalog-items-container{
		max-width: 225px;
		height: 300px;
	}
}
@media (max-width: 1023px) {
	.catalog-items-container{
		max-width: calc(33% - 7px);
		height: 250px;
	}
}
@media (max-width: 767px) {
	.catalog-items-container{
		max-width: calc(50% - 7px);
		height: 250px;
	}
}
.results__selection.active .universal-select-inner{
	width: 100% !important;
}
.filter_resault_count{
	color: #27251F;
	font-size: 18px;
	align-content: center;
	align-items: center;
	line-height: 150%;
	font-weight: 700;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	width: 50%;
	margin: 17px 0;

}
.mobile-sort-block .universal-select {
		border-radius: 4px;
}


.nav-and-elem-count {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.set-page-element-count {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 16px;
}
.set-page-element-count button{
	border: 1px solid #000;
	display: inline-flex;
	height: 59px;
	padding: 12px 20px;
	align-items: center;
	gap: 20px;
	color: #696E7B;
	font-family: "Montserratarm-SemiBold";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	outline: 0;
	position: relative;
}
.set-page-element-count-block {
	position: relative;
}
.set-page-element-count-block:hover > .set-page-element-count-container{
	display: block;
}
.set-page-element-count-container{
	position: absolute;
	z-index: 2;
	width: 100%;
	display: none;
}
.set-page-element-count-items{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	border: 1px solid #000;
	background: #FFF;
}
.set-page-element-count-item{
	color: #27251F;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background-color: transparent;
	transition: all ease .4s;
	width: 100%;
	padding: 14px;
	text-align: center;
}
.set-page-element-count-item:hover, .set-page-element-count-item.active{
	background: #27251F;
	color: #ffffff;
	transition: all ease .4s;
}
@media (max-width: 767px) {
	.page-counts {
		gap: 9px!important;
	}
	.page-item .count{
		font-size: 14px;
		min-width: 30px;
		min-height: 30px;
		width: 30px;
		height: 30px;
	}
	body .random-page-none,body .random-page-none + li ,body .random-page-last{
		display: none!important;
	}
	body .bx_pagination_bottom {
		padding: 40px 0;
		gap: 20px;
		flex-wrap: wrap;
	}
	.set-page-element-count button {
		height: 30px;
		padding: 0 10px;
	}
	.set-page-element-count-item{
		padding: 7px;
	}
	.set-page-element-count {
		font-size: 14px;
		padding: 40px 0;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.item/.default/style.css?17546557422029*/
.product-item{
    position: relative;
}
.card-img__inner{
    width: 100%;
    max-height: 295px;
    height: 295px;
}
.card-img__inner a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.card-img__inner a span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-item-container{
    width: 100%;
}
.card-title{
    height: 36px;
    text-overflow: ellipsis;
    overflow-y: hidden;
}
.card-price{
    height: 18px;
    display: flex;
    gap: 10px;
}
.old_price{
    text-decoration: line-through;
    color: #bdbdbd;
}
.discount-percent{
    font-size: 10px;
    color: tomato;
}
.promo-block{
    min-height: 30px;
}
.btn-promo {
    background: #FFCAD4;
    border: none;
    height: 30px;
    padding: 5px;
    color: #000000;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition:all ease .5s;
}
.btn-promo:hover {
    transition:all ease .5s;
    background: #FF97AB;
    color: #27251F;
}
@media (max-width: 1600px) {
    .card-img__inner{
        width: 100%;
        height: 303px;
    }
    .card-img__inner a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-img__inner a img{
        width: 303px;
        height: 303px;
    }
}
@media (max-width: 1279px) {
    .card-img__inner{
        height: 295px;
    }
    .card-img__inner a img{
        width: 295px;
        height: 295px;
    }
}
@media (max-width: 767px) {
    .card-img__inner{
        height: 130px;
    }
    .card-img__inner a img{
        width: 130px;
        height: 130px;
    }
    .card-price{
        height: 64px;
    }
    .btn-promo {
        font-size: 12px;
    }
}
.d-none{
    display: none;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.section/.default/themes/green/style.css?1754655742843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */
/* /local/templates/pandora/components/bitrix/catalog/catalog_pandora/style.css?17546557421534 */
/* /local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379 */
/* /local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/style.css?175465574224643 */
/* /local/templates/pandora/components/bitrix/catalog.smart.filter/pandora_filter/themes/green/colors.css?17546557424484 */
/* /local/templates/pandora/components/bitrix/catalog/catalog_pandora/bitrix/catalog.section.list/.default/style.css?17546557427889 */
/* /local/templates/pandora/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?17546557421041 */
/* /local/templates/pandora/components/bitrix/catalog.section/.default/style.css?175465574216927 */
/* /local/templates/pandora/components/bitrix/catalog.item/.default/style.css?17546557422029 */
/* /local/templates/pandora/components/bitrix/catalog.section/.default/themes/green/style.css?1754655742843 */
