

/* Start:/local/templates/sov-obr/components/o2k/catalog.smart.filter/prices_range/style.css?17694160392957*/
.bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px;
}
.bx-ui-slider-track {
    position: relative;
    height: 7px;
    background: #d8e9f0;
}
.bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    /*height: 17px;*/
    background: #a2bfc7;
}
.bx-ui-slider-part.p1 {
    left: -1px;
}
.bx-ui-slider-part.p2 {
    left: 25%;
}
.bx-ui-slider-part.p3 {
    left: 50%;
}
.bx-ui-slider-part.p4 {
    left: 75%;
}
.bx-ui-slider-part.p5 {
    right: -1px;
}
.bx-ui-slider-part span {
    font-size: 11px;
    /*font-weight: var(--ui-font-weight-bold);*/

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


/* custom */
.js-filter__tooltip,
.bx-ui-slider-track-container,
.o2k-filter-range__head,
.o2k-filter__header,
.o2k-filter__result,
.o2k-filter__footer,
.bx-filter-popup-result{
    display: none !important;
}
.o2k-filter-selected{
    display: none !important;
}

@media(max-width: 600px){
    .price-range{
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/sov-obr/components/o2k/catalog.section/catalog/style.css?17690925971111*/
.bx-filter-container-modef {
    display: none;
}

.card-product__fav-button--active,
.card-product__fav-button.active {
    --color: var(--color-danger);
}

.card-product__fav-button--active .icon:last-child,
.card-product__fav-button.active .icon:last-child{
    display: inline-flex;
}

.card-product__fav-button--active .icon:first-child,
.card-product__fav-button.active .icon:first-child
{
    display: none;
}

.empty-section{
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text-primary);
    min-height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.not-available .card-product__cart-wrapper{
    flex-basis: 100%;
}

.js-description-hidden{
    display: none !important;
}

.counter__button--inc.product-item-amount-field-btn-disabled{
    border-color: var(--border-color-disabled);
    background-color: var(--bg-color-disabled);
    color: var(--color-disabled);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
/* End */


/* Start:/local/templates/sov-obr/components/o2k/catalog.item/catalog/style.css?1767091761364*/
.product-props__item.notallowed{
	color: var(--color-disabled);
	background-color: var(--bg-color-disabled);
}

.product-props__item.notallowed:hover{
	color: var(--color-disabled);
	border-color: var(--border-color-checked);
	background-color: var(--bg-color-disabled);
}

.card-product__aside .not-available{
	display: flex;
	flex: 1 0 auto;
	align-items: end;
}
/* End */


/* Start:/local/templates/sov-obr/components/o2k/catalog.section.list/catalog_section/style.css?176552257463*/
.category-list__item.active{
    color: var(--color-primary);
}
/* End */
/* /local/templates/sov-obr/components/o2k/catalog.smart.filter/prices_range/style.css?17694160392957 */
/* /local/templates/sov-obr/components/o2k/catalog.section/catalog/style.css?17690925971111 */
/* /local/templates/sov-obr/components/o2k/catalog.item/catalog/style.css?1767091761364 */
/* /local/templates/sov-obr/components/o2k/catalog.section.list/catalog_section/style.css?176552257463 */
