

/* Start:/local/templates/sarra/components/bitrix/catalog.smart.filter/.default/style.css?17616597362319*/
/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 8px 0px 8px;
    position: relative;
    z-index: 1;
}

.smart-filter-slider-track {
	position: relative;
	height: 2px;
	background: #fff;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -8px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

/*.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }*/

.smart-filter-slider-ruler.p2 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
    z-index: 99;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: #ed6f2d;
}

.smart-filter-slider-handle {
	position: absolute;
	top: -8px;
    pointer-events: all;
    width: 18px;
    height: 18px;
    background: #ed6f2d;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    -webkit-appearance: none;
    appearance: none
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
}

.smart-filter-slider-handle.right {
	right: 0;
}

/*endregion*/

.dev-show-more-block{
    opacity: 0;
    height: 0px;
    overflow: hidden;
    position: relative;
    transition: .5s all ease;
}
.dev-show-more-block._active{
    opacity: 1;
    height: 100%;
}
/* End */
/* /local/templates/sarra/components/bitrix/catalog.smart.filter/.default/style.css?17616597362319 */
