

/* Start:/local/templates/bestbrands_new/components/bitrix/breadcrumb/.default/style.css?17486107541088*/
.breadcrumb {
	margin: 40px 0 0 0;
}
.breadcrumb a {
	color: #A5A5A5;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.breadcrumb .breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
    margin: 0 14px 0 0;
}
.breadcrumb .breadcrumb-item svg{
    margin: 0 8px 0 0;
}
.breadcrumb .breadcrumb-item span {
    font-size: 14px;
    letter-spacing: 0.02em;
	white-space: normal;
}
.breadcrumb .breadcrumb-item a:hover {text-decoration: none;}

@media (max-width: 767.98px) {
    .breadcrumb a {
        font-size: 13px;
    }
    .breadcrumb .breadcrumb-item span {
        font-size: 13px;
    }
    .breadcrumb .breadcrumb-item {
        margin: 0 10px 0 0;
    }
    .breadcrumb .breadcrumb-item svg {
        margin: 0 4px 0 0;
    }
}
@media (max-width: 575.98px) {
    .breadcrumb a {
        font-size: 12px;
    }
    .breadcrumb .breadcrumb-item span {
        font-size: 12px;
    }
    .breadcrumb .breadcrumb-item {
        margin: 0 8px 0 0;
        line-height: 1.3em;
    }
    .breadcrumb .breadcrumb-item svg {
        margin: 0 3px 0 0;
    }
}
/* End */


/* Start:/local/templates/bestbrands_new/components/bitrix/catalog.section.list/section/style.css?17486107544465*/
.section-slider {
    height: 170px;
    margin: 20px 0 40px 0;
}
.section-slider .owl-carousel{

}
.section-slider .owl-stage-outer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}
.section-slider .element {
    background: #fff;
    width: 100%;
    opacity: 1.0;
    height: auto;
    display: block;
    padding: 0;
    margin: 30px 0 30px 15px;
    box-shadow: 0 5px 20px rgba(189, 189, 189, 0.2);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.section-slider .element:hover {
    background: rgba(156, 142, 195, 0.11);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.section-slider .element a {
    outline: none;
    border: 0;
    padding: 16px;
    display: flex;
    height: 110px;
    width: 100%;
}

.section-slider .element svg {
    position: absolute;
    margin-top: 15px;
    right: 0px;
}

.section-slider .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    margin-top: -15px;
}

.section-slider .owl-theme .owl-nav button.owl-prev, .section-slider .owl-theme .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
    border-radius: 0;
}
.section-slider .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}
.section-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    opacity: 0.3;
}
.section-slider .owl-theme .owl-nav [class*=owl-]:hover:after {
    background: none;
    opacity: 1.0;
}

.section-slider .owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
    top: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.section-slider .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 0;
    margin-right: 102px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.section-slider .owl-theme .owl-nav button.owl-prev:hover:after {
    opacity: 1.0!important;
}
.section-slider .owl-theme button.owl-next span {
    content: url(/local/templates/bestbrands_new/components/bitrix/catalog.section.list/section/images/right_arrow.svg);
    width: 32px;
    height: 32px;
}

.section-slider .owl-theme button.owl-prev span {
    content: url(/local/templates/bestbrands_new/components/bitrix/catalog.section.list/section/images/left_arrow.svg);
    width: 32px;
    height: 32px;
}

.section-slider .owl-theme .owl-dots {
    margin-top: -24px!important;
    margin-bottom: 0;
}
.section-slider .owl-theme .owl-dots .owl-dot {
    border: 0
}
.section-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 8px;
    margin: 5px 8px;
    background: #f4f2f3;
    display: block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0
}
.section-slider .owl-theme .owl-dots .owl-dot.active span, .section-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #7664aa
}

@media (max-width: 1279.98px) {
    .section-slider .owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: -35px;
        margin: auto
    }
    .section-slider .owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    .section-slider .owl-theme .owl-nav button.owl-prev {
        right: 0;
        left: initial;
        margin-right: 102px;
    }
    .section-slider .owl-theme .owl-nav button.owl-prev:after {
        content: url(/local/templates/bestbrands_new/components/bitrix/catalog.section.list/section/images/separate.svg);
        position: absolute;
        right: -34px;
        top: 3px;
    }
    .section-slider .owl-theme .owl-nav button.owl-prev:hover:after {
        opacity: 1.0!important;
    }


}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {

    .section-slider .owl-theme .owl-nav button.owl-next {
        right: -3px;
    }
    .section-slider .owl-theme .owl-nav button.owl-prev {
        margin-right: 76px;
    }
    .section-slider .owl-theme .owl-nav button.owl-prev:after {
        right: -23px;
        top: 0;
    }
    .section-slider .owl-theme button.owl-next span {
        width: 26px;
        height: 26px;
    }
    .section-slider .owl-theme button.owl-prev span {
        width: 26px;
        height: 26px;
    }

}
@media (max-width: 767.98px) {
    .section-slider {
        margin-top: 0;
    }
    .section-slider .element {
        box-shadow: 0 5px 15px rgba(189, 189, 189, 0.2);
    }
    .section-slider .owl-stage-outer {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 575.98px) {

}
/* End */


/* Start:/local/components/dss/catalog.smart.filter/templates/.default/style.css?174861075417291*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	margin-bottom: 50px;
    padding-right: 8px;
}
.bx-filter .section {
    position: relative;
}
.bx-filter .title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bx-filter .parameters-box {
    position: relative;
}
.bx-filter .parameters-box-title {
    color: #1A1A1A;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
}

.parameters-box-container {
    padding-bottom: 20px;
}
.parameters-box-container .checkbox:first-child {
    margin-top: 0;
}

.bx-filter .input-container {}
.bx-filter .input-container input {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 36px;
    margin: 0;
    padding: 0 10px 0 40px;
    border: 1px solid #BDBDBD;
    border-radius: 0;
    background: #fff;
    outline: none
}

.bx-filter .bx-ft-sub {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #BDBDBD;
    margin-left: 15px;
    top: 8px;
}
.bx-filter .bx-left {
    padding-right: 5px!important;
}
.bx-filter .bx-right {
    padding-left: 5px!important;
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 31px;
    padding-right: 31px;
}
.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 2px;
    background: #BDBDBD;
}

.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: 110;
}
.bx-filter .bx-ui-slider-pricebar {
    z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
}
.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
}
.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80;
    background: #9C8EC3;
}
.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: -8px;
    width: 18px;
    height: 18px;
    background: #FAFAFA;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
}
.bx-filter .bx-ui-slider-handle:hover {
    background: #9C8EC3;
    border: 1px solid #9C8EC3;
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
    background: #9C8EC3;
    border: 1px solid #9C8EC3;
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -17px;
}
.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -17px;
}
.bx-ios .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 .input-checkbox .param-text {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #1A1A1A;
}
.bx-filter .input-checkbox .param-text span {
    color: #BDBDBD;
    font-size: 14px;
    padding-left: 2px;
}

.bx-filter label {
    display: block;
    margin: 0 0 10px 0;
    line-height: 22px;
}
.bx-filter label input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    border: 1px solid #BDBDBD;
    margin: -2px 8px 0 0;
    padding: 0;
    vertical-align: middle;
    outline: none;
    transition: background 0.3s ease;
    cursor: pointer;
}
.bx-filter label input[type=checkbox]:checked {
    background: url(/local/components/dss/catalog.smart.filter/templates/.default/images/check.svg) 0 2px no-repeat;
}
.bx-filter .bx-filter label input[type=checkbox]:hover {
    filter: brightness(110%);
}
.bx-filter label input[type=checkbox]:active {
    filter: brightness(80%);
}
.bx-filter label input[type=checkbox]:disabled {
    color: #666;
    cursor: default;
}
.bx-filter label input[type=checkbox]:disabled {
    filter: grayscale(100%);
    opacity: 0.6;
}

.bx-filter .button-box .btn-themes {
    color: #ffffff;
}
.bx-filter .button-box .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background: #7664AA;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.bx-filter .button-box .btn-link {
    background: #ffffff;
    border: 1px solid #7664AA;
    opacity: 1;
    color: #000;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.bx-filter .button-box .btn:hover {
    opacity: 0.6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bx-filter .button-box .btn-link:hover {
    opacity: 0.6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bx-filter .button-box .button-left{
    padding-right: 5px;
}
.bx-filter .button-box .button-right{
    padding-left: 5px;
}




.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 .select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
}

.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 .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 .select-text.fix {
	min-width: 120px;
}
.bx-filter .select-text label {
	cursor: pointer;
}
.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
*
*/

.select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.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;
}
.select-popup ul li label.selected,
.select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.select-popup ul li .param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.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 .param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

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


/*
* 	BTN 
*
*/

.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 .param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .param-label.bx-active .param-btn,
.bx-filter .param-btn:hover,
.bx-filter .param-btn:active,
.bx-filter .param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .param-label.bx-active .param-btn,
.bx-retina .bx-filter .param-btn:hover,
.bx-retina .bx-filter .param-btn:active,
.bx-retina .bx-filter .select-container:focus {
	-webkit-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
			border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .param-btn.bx-color-sl {}

.bx-filter .param-label.disabled .param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .param-label.disabled .param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .param-label.disabled .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 .param-btn .param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.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 .param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.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
*
*/

.select-popup .select-text-icon,
.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;
}
.select-popup .btn-color-icon,
.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;
}
.select-popup .btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .select-block .btn-color-icon {
	top: -1px !important;
}
.btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.btn-color-icon.all:after,
.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);
}
.btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .param-label.disabled .btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.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 .parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.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 .popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	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 .popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/components/dss/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .popup-result.right {
	left: 97%;
}
.bx-filter .popup-result.left {
	right:97%;
}
.horizontal .popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .popup-result a {
	color: #7664AA;
	line-height: 10px;
}
.bx-filter .popup-result a:hover {
	text-decoration: none;
}
.bx-filter .popup-result-close {
	display: none;
}
@media (max-width: 1199px) {
    .bx-filter .smartfilter {
        display: none;
    }
    .bx-filter {
        width: auto;
        min-width: 220px;
        margin-bottom: 0;
        padding-right: 0;
    }
    .bx-filter .filter-title {
        padding: 0 15px;
    }
    .bx-filter .filter-title .title {
        background: #FAFAFA;
        font-size: 16px;
        padding: 10px 15px;
        color: #000;
    }
    .bx-filter .filter-title .title::after {
        content: url("/local/components/dss/catalog.smart.filter/templates/.default/images/right_arrow.svg");
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: none;
        transform: none;
        top: 10px;
        right: 3px;
    }
}
@media (max-width: 767px) {
    .bx-filter .filter-title .title {
        font-size: 14px;
    }
	.bx-touch .bx-filter .popup-result {
		font-size: 14px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 20px 10px;
		border-radius: 0;
        text-align: center;
		border: 2px solid #9C8EC3;
		background: rgba(255,255,255,.9);
	}
    .bx-filter .popup-result a {
        font-size: 16px;
        margin-left: 10px;
    }
	.bx-touch .bx-filter .popup-result br{display: none;}
	.bx-filter .popup-result .arrow {
		display: none;
	}
    .search-form span {
        font-size: 13px;
    }
}
/* End */


/* Start:/local/templates/bestbrands_new/js/jquery-modal/jquery.modal.css?17486107542302*/
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 900;
    /*padding: 0;*/
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.40);
    text-align: center;
    padding: 60px 0;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 15px 15px;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -14px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/bestbrands_new/js/jquery-modal/close.svg);
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* End */


/* Start:/local/templates/bestbrands_new/components/bitrix/catalog.section.list/sidebar/style.css?1748610754688*/
.sidebar{
    padding-bottom: 50px;
}
.sidebar h2 {
    text-align: left;
    text-transform: uppercase;
    font-size:  20px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.sidebar a {
    display: block;
    width: 100%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size:  16px;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-weight: 400;
}
.sidebar a:hover {
    color: #7664aa;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.sidebar a span{
    color: #666;
    font-size: 12px;
    position: absolute;
    margin-left: 8px;
    margin-top: 0;
}


/* End */


/* Start:/local/templates/bestbrands_new/components/bitrix/catalog.section/novinki/style.css?17486107546782*/
.catalog-main {
    margin: 60px 0 0 0;
}
.catalog-main h1 {
    text-align: left;
    text-transform: uppercase;
    font-size:  44px;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 50px;
}
.catalog-main h1.section {
    margin-bottom: 0;
}
.catalog-main .count-elements,.catalog-main .section-view {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 50px;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.catalog-main .count-elements {
    text-align: left;
    margin-left: 1px;
}
.catalog-main .section-view {
    text-align: right;
}
.catalog-main .section-view-link {
    display: inline-block;
    margin-left:8px;
    opacity: 1.0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.catalog-main .section-view-link svg path, .catalog-main .section-view-link svg rect {
    fill: #C0C0C0;
}
.catalog-main .section-view-link:hover {
    opacity: 0.7;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.catalog-main .section-view-link.active svg path, .catalog-main .section-view-link.active svg rect {
    fill: #A5A5A5;
}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
    .catalog-main {
        margin-top: 40px;
    }
    .catalog-main h1 {
        font-size:  36px;
    }
    .catalog-main h1.section {
        margin-bottom: 12px;
    }
}
@media (max-width: 767.98px) {
    .catalog-main {
        margin-top: 20px;
    }
    .catalog-main h1 {
        font-size:  28px;
        margin-bottom: 20px;
    }
    .catalog-main h1.section {
        margin-bottom: 16px;
    }
}
@media (max-width: 575.98px) {
    .catalog-main h1 {
        font-size:  22px;
    }
}


.catalog-section {
    margin-bottom: 50px;
}

.catalog-section .item-card.col-lg-4{
    padding-right: 5px;
    padding-left: 5px;
}

.catalog-section > .row[data-entity="items-row"] {
    margin-right: -5px;
}

.lazyload {
    text-align: center;
    height: 36px;
    background: #7664AA;
    opacity: 1;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    line-height: 30px;
    padding: 2px 20px;
    margin: 15px auto;
    width: 150px;
}
.lazyload:hover {
    opacity: 0.7;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
@media (max-width: 1199.98px) {
    .catalog-section .item-card.col-lg-4{
        padding-left: 15px;
    }
}

.filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.filter.is-open {
    color: #585858;
}

.filter__button {
    background: transparent;
    margin: 0 0 0 1px;
    padding: 6px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    border: 1px solid #A5A5A5;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    border-radius: 0;
}

.filter:not(.is-open):hover .filter__button, .filter.is-open .filter__button {
    color: #7664AA;
    border: 1px solid #7664AA;
}

.filter__button:before {
    content: "";
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px
}

.filter__button-title {
    margin: 0 0 0 6px;
    width: 16px;
}

.filter__button-title svg {
    fill: #000;
    display: inline-flex;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.filter:not(.is-open):hover svg, .filter.is-open svg{
    fill: #7664AA;

}

.filter__button-current {
    position: relative;
    cursor: pointer
}

.filter__button-current:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px
}

.filter__dropdown {
    background: #fff;
    margin-top: 8px;
    font-size: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-property: opacity, visibility, -webkit-box-shadow, -webkit-transform;
    transition-property: opacity, visibility, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: box-shadow, opacity, visibility, -o-transform;
    -o-transition-property: box-shadow, opacity, visibility, transform;
    transition-property: box-shadow, opacity, visibility, transform;
    transition-property: box-shadow, opacity, visibility, transform, -webkit-box-shadow, -webkit-transform;
    z-index: 12
}
.filter__dropdown a {
    text-decoration: none;
    color: #000;
}
.filter__dropdown a:hover {
    text-decoration: none;
}
.filter.is-open .filter__dropdown {
    box-shadow: 0 5px 20px rgb(189 189 189 / 40%);
}

.filter:not(.is-open) .filter__dropdown {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px)
}

.filter__dropdown-item {
    padding: 8px 13px;
    display: block;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer
}

.filter__dropdown-item.is-active, .filter__dropdown-item:hover {
    background: #7664AA;
    color: #fff

}

.filter__dropdown-item.is-active {
    cursor: default
}

@media (max-width: 575.98px) {
    .filter:not(.is-open):hover .filter__button, .filter.is-open .filter__button {
        color: #7664AA;
        border: none;
    }
    .filter__button-title {
        margin: 0 6px 0 0;
        display: none;
    }
    .filter__button {
        background: #7664AA;
        font-size: 13px;
        padding: 8px 10px;
        color: #fff;
        border: none;
        margin-top: -4px;
    }
    .filter__dropdown {
        font-size: 13px;
        margin-top: 5px;

    }
    .filter__dropdown-item {
        padding: 6px 10px;
    }
    .filter:not(.is-open):hover .filter__button, .filter.is-open .filter__button {
        color: #fff;
        background: #a5a5a5;
    }
}
/* End */


/* Start:/local/templates/bestbrands_new/components/bitrix/catalog.item/new/style.css?174861075414929*/
.product-item {
    display: block;
    padding: 0;
    width: 100%;
}
.product-item .row.vcenter {
    align-items: center;
    height: 100%;
}
.item-table.col-12{
    padding-right: 5px;
}
.item-list.col-12 {
    padding-right: 5px;
}
.product-item .card {
    box-sizing: border-box;
    border: 1px solid rgba(189, 189, 189, 0.4);
    border-radius: 0;
}
.product-item .list {
    box-sizing: border-box;
    border: 1px solid rgba(189, 189, 189, 0.4);
    border-radius: 0;
    margin-bottom: 12px;
    padding-right: 0;
}
.product-item .table {
    box-sizing: border-box;
    border: 1px solid rgba(189, 189, 189, 0.4);
    border-radius: 0;
    margin-bottom: 12px;
    vertical-align: middle;
    min-height: 102px;
    padding: 15px;
}
.product-item:hover .card,
.product-item:hover .table,
.product-item:hover .list {
    box-sizing: border-box;
    border: 1px solid rgba(189, 189, 189, 0.0);
    box-shadow: 0 2px 15px rgba(189, 189, 189, 0.2);
    border-radius: 0;
}

.product-item .top-line {
    width: 100%;
    margin: 10px auto 10px auto;
}
.product-item .list .top-line {
    width: 100%;
    margin: 15px auto 10px auto;
}
.product-item .list .border-right {
    border-right: 1px solid rgba(189, 189, 189, 0.4);
    padding-right: 0;
}
.product-item .article {
    color: #A5A5A5;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    padding-top: 10px;
    line-height: 1em;
}
.product-item .table .article {
    padding-top: 0;
    margin: 0 auto;
    line-height: 1.5em;
}
.table .col-2.article {
    padding-right: 0;
    z-index: 60;
}
.product-item .list .article {
    position: absolute;
    margin-top: -30px;
    margin-left: 15px;
}
.product-item .list .article.no-top{
    margin-top: 0px;
    position: relative;
}


.product-item .table .price-block {
    padding: 0;
}
.product-item .measure {
    display: inline-block;
    text-align: right;
    margin-right: 33px;
}

.product-item .table .measure {
    display: block;
    text-align: left;
    padding-right: 0;
    margin-right: 0;
}
.product-item .table .col-1.measure {
    padding-left: 8px;
    text-align: left;
}
.product-item .table .measure svg {
    height: 10px;
    margin-top: -4px;
}
.product-item .list .measure {
    margin-top: 6px;
}
.product-item .wishlist {
    display: inline-block;
    text-align: right;
}
.product-item .table .wishlist {
    position: absolute;
    right: 15px;
    bottom: initial;
    margin-top: -26px;
}
.product-item .list .wishlist {
    font-size: 13px;
    position: absolute;
    right: 30px;
    margin-top: 8px;
}
.product-item .list .wishlist a span {
    margin-top: -4px;
    margin-left: -28px;
}
.product-item .wishlist a span {
    content: url("/local/templates/bestbrands_new/components/bitrix/catalog.item/new/images/wishlist.svg");
    display: block;
    margin: auto;
    position: absolute;
    top: 7px;
    margin-left: -20px;
}
.product-item .table .wishlist a span {
    right: 0;
}

.product-item .wishlist a.active span {
    content: url("/local/templates/bestbrands_new/components/bitrix/catalog.item/new/images/wishlist_active.svg");
    top: 8px;
}
.product-item .owl-carousel .owl-item img{
    display: block;
    max-height: 250px;
    width: auto;
    margin: auto;
}
.product-item .list .images {
    text-align: center;
}
.product-item .images .owl-theme .owl-dots {
    opacity: 0;
    position: absolute;
    width: 200px;
    height: 50px;
    left: 50%;
    bottom: 0;
    margin-left: -100px;
    margin-top: -25px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-item .images:hover .owl-theme .owl-dots{
    opacity: 1.0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.product-item .images .owl-theme .owl-dots .owl-dot {
    border: 0;
}
.product-item .images .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 10px;
    margin: 5px 8px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 0;
}
.product-item .images .owl-theme .owl-dots .owl-dot.active span, .product-item .images .owl-theme .owl-dots .owl-dot:hover span {
    background: #7664aa;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.product-item .images .owl-theme .owl-nav {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    margin-top: -20px;
}
.product-item .images:hover .owl-theme .owl-nav {
    opacity: 1.0;
}
.product-item .images .owl-theme .owl-nav button.owl-next, .product-item .images .owl-theme .owl-nav button.owl-prev {
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
    position: relative;

}
.product-item .images .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}
.product-item .images .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(156, 142, 195, .3);
}
.product-item .images .owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: 5%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
.product-item .images .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: 5%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
.product-item .images .owl-theme button.owl-next span {
    content: url(/local/templates/bestbrands_new/components/bitrix/catalog.item/new/images/right_arrow.svg);
    width: 20px;
    height: 17px;
    margin-top: 8px
}
.product-item .images .owl-theme button.owl-prev span {
    content: url(/local/templates/bestbrands_new/components/bitrix/catalog.item/new/images/left_arrow.svg);
    width: 20px;
    height: 17px;
    margin-top: 8px
}

.product-item .image {
    width: 100%;
    position: relative;
}
.product-item .table .image {
    width: 100%;
    position: relative;
    text-align: center;
}
.table .col-2.image {
    padding-right: 0;
    padding-left: 0;
}
.product-item .image img{
    display: block;
    max-height: 250px;
    width: auto;
    margin: auto;
}

.product-item .name {
    margin-top: 10px;
    margin-bottom: 24px;
}

.product-item .list .name {
    margin-top: 0;
    margin-bottom: 0;
}

.product-item .name a {
    display: inline-block;
    color: #000000;
    font-family: Raleway;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.product-item .name a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.product-item .table .name {
    margin: auto 0;
}
.product-item .bottom-line {
    position: relative;
    margin-bottom: 0;
    padding: 0 15px;
    padding-top: 10px;
    height: 46px;
}
.price-mrc {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #5d5d5d;
}
.product-item .table .price-mrc {
    text-align: right;
    padding: 0 15px 0 0;
    line-height: 16px;
    margin-top: -12px;
    margin-bottom: -8px;
}
.price {
    padding-right: 0!important;
}
.list .price {
    padding-right: 30px!important;
}
.list .price-current {
    line-height: 34px;
}
.price-current {
    color: #1A1A1A;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    vertical-align: middle;
}
.price-old {
    color: #333333;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 14px;
    position: absolute;
    margin-top: -19px;
    z-index: 1;
}
.price-old + .price-current {
    color: #EB5757;
}
.amount {
    text-align: center;
    padding-left: 0!important;
    padding-right: 0!important;

}
.list .amount {
    width: 100%;
}

.amount-container {
    border: 1px solid rgba(189, 189, 189, 0.2);
    width: 76px;
    margin: auto;

}
.table .amount-container{
    width: 70px;
}
.list .amount-container{
    margin: auto 30px auto auto;

}
.amount-field {
    display: inline-block;
    padding: 0;
    max-width: 26px;
    width: auto;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent !important;
    color: #414143;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    transition: border 300ms ease;
}
.amount-field:focus { outline: none !important; }
.bx-no-touch input.amount-field::-webkit-outer-spin-button, .bx-no-touch input.amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.amount-description-container {
    display: block;
    position: absolute;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
    width: 100%;
    top: -24px;
    z-index: 100;
}
.amount-description-container strong {
    color: #000;
    white-space: nowrap;
}
.amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}


.amount-field-btn-plus, .amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    border-radius: 0;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    transition: opacity 300ms ease;
}
.amount-field-btn-plus {
    text-align: left;
}
.table .amount-field-btn-plus, .table .amount-field-btn-minus {
    min-width: 16px;
}
/*.bx-retina .amount-field-btn-plus,*/
/*.bx-retina .amount-field-btn-minus { border-width: .5px; }*/

.amount-field-btn-plus:hover, .amount-field-btn-minus:hover {
    opacity: 0.5;
}

.amount-field-btn-plus:after, .amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    content: "";
    opacity: 1;
    transition: opacity 300ms ease, background 300ms ease;
}
.amount-field-btn-plus:after {
    left: -6px;
}
.amount-field-btn-minus:after {
    left: 6px;
}

.amount-field-btn-disabled.amount-field-btn-plus:after, .amount-field-btn-disabled.amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.amount-field-btn-disabled.amount-field-btn-plus:hover, .amount-field-btn-disabled.amount-field-btn-minus:hover {

}

.amount-field-btn-plus:after {
    background: url(/local/templates/bestbrands_new/components/bitrix/catalog.item/new/images/plus.svg) no-repeat center;
    background-size: 9px;
}

.amount-field-btn-minus:after {
    background: url(/local/templates/bestbrands_new/components/bitrix/catalog.item/new/images/minus.svg) no-repeat center;
    background-size: 9px;
}

.amount-field-btn-plus:hover:after,
.amount-field-btn-minus:hover:after { opacity: 1; }


.button {
    padding-left: 10px !important;
}
.product-item .table .button {


}
.table .col-4.button {
    padding-right: 22px;
}
.table .col-7.button {
    padding-right: 22px;
}
.list .button{
    margin: 15px 30px auto auto;
    width: 150px;
}
.date {
    width: 100%;
    font-size: 12px;
    position: absolute;
    text-align: center;
    margin-top: -24px;
    margin-left: -13px;
    z-index: 90;
}
.button-container {
    text-align: center;
    height: 36px;
    background: #7664AA;
    opacity: 1;
    border: 1px solid transparent;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}
.button-container:hover {
    opacity: 0.7;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.button-container svg{
    text-align: center;
    height: 35px;
}
.button-container span{
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    line-height: 35px;
}
.product-item .table .button-container span {
    font-size: 13px;
}
.product-item .table .button-container svg {
    display: none;
}
.product-item .list .button-container span {
    font-size: 14px;
}
.product-item .list .button.subscribe  {
   width: 182px;
}


.product-item .list .button-container svg {
    display: none;
}
.product-item .sticker {
    position: absolute;
    margin-left: -1px;
    padding: 4px 12px;
    border: 1px solid #7664AA;
    background: rgba(255, 255, 255, 0.65);
    color: #7664AA;
    z-index: 15;
    font-size: 14px;
}
.product-item .table .sticker {
    font-size: 12px;
    padding: 3px 8px;
    margin-top: 10px;
    margin-left: 0;
    position: absolute;
    display: block;
    text-align: center;
}
.product-item .list .sticker {
    position: absolute;
    margin-top: 12px;
}
.product-item .sticker.sale{
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.75);
    color: #fcff4f;
}
.product-item .sticker.new{
    border: 1px solid #AE539B;
    color: #AE539B;
}
.product-item .sticker.action{
    border: 1px solid #ae3330;
    color: #ae3330;
}
.product-item .sticker:nth-child(2){
    margin-top: 5px;
}
.product-item .sticker:nth-child(3){
    margin-top: 50px;
}
.product-item .sticker:nth-child(4){
    margin-top: 95px;
}
.product-item .sticker:nth-child(5){
    margin-top: 140px;
}

.product-item .list .sticker:nth-child(2){
    margin-top: 60px;
}
.product-item .list .sticker:nth-child(3){
    margin-top: 106px;
}
.product-item .list .sticker:nth-child(4){
    margin-top: 71px;
}

.product-item .table .sticker:nth-child(2){
    margin-top: 5px;
}
.product-item .table .sticker:nth-child(3){
    margin-top: 38px;
}
.product-item .table .sticker:nth-child(4){
    margin-top: 71px;
}

@media (max-width: 991.98px) {
    .product-item .table .button-container span {
        font-size: 11px;
    }

}
@media (max-width: 767.98px) {
    .product-item .table {
        padding: 15px 15px 0px 15px;
    }
    .product-item .table .button-container span {
        font-size: 13px;
    }
    .table .date {
        position: relative;
        margin: initial;
    }
    .product-item .table .price {
        text-align: center;
    }
    .product-item .table .col-1.measure {
        text-align: center;
        padding-left: 20px;
    }
    .product-item .table .price-mrc {
        margin-top: 6px;
        font-size: 11px;
        margin-bottom: 8px;
    }
}
@media (max-width: 575.98px) {
    .product-item .table {
        padding: 15px 15px 0px 15px;
    }
    .product-item .table .name {
        padding-left: 0;
        margin: 0;
    }
    .product-item .table .name a {
        font-size: 13px;
    }
    .product-item .table .image img {
        margin-top: -10px;
        margin-left: -8px;
    }
    .product-item .table .button-container span{
        font-size: 12px;
    }
    .product-item .table .wishlist {
        bottom: 33px;
    }
    .product-item .list .border-right {
        border-right: 0;
        padding-right: 0;
    }
    .product-item .list .owl-carousel .owl-item img {
        max-height: 170px;
    }
}
@media (max-width: 419.98px) {
    .product-item .table {
        padding: 10px 10px 0px 10px;
    }
    .product-item .table .name a {
        font-size: 12px;
    }

    .product-item .table .button-container span{
        font-size: 11px;
    }
    .product-item .table .sticker {
        font-size: 9px;
    }
}
/* End */
/* /local/templates/bestbrands_new/components/bitrix/breadcrumb/.default/style.css?17486107541088 */
/* /local/templates/bestbrands_new/components/bitrix/catalog.section.list/section/style.css?17486107544465 */
/* /local/components/dss/catalog.smart.filter/templates/.default/style.css?174861075417291 */
/* /local/templates/bestbrands_new/js/jquery-modal/jquery.modal.css?17486107542302 */
/* /local/templates/bestbrands_new/components/bitrix/catalog.section.list/sidebar/style.css?1748610754688 */
/* /local/templates/bestbrands_new/components/bitrix/catalog.section/novinki/style.css?17486107546782 */
/* /local/templates/bestbrands_new/components/bitrix/catalog.item/new/style.css?174861075414929 */
