.vv-range-slider {
	position: relative !important;
	left: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;

	display: block;
	z-index: 10;
	min-width: 200px;
	height: 34px;
}

.vv-range-slider__input {
	width: calc(50% - 13px) !important;

	border: 1px #ddd solid;
	background: #f8f8f8;
	color: #000;
	box-sizing: border-box;
	padding: 0 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.8;
	min-height: 24px;
	outline: 0;
}

.vv__filter__range_bg {
	position: absolute;
	z-index: -1;
    left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	border-radius: 4px;
}

.vv__filter__range_bg,
.t-store__filter__range_bg {
    background-color: #ad0000 !important;
}

.vv__filter__price-outer,
.vv__filter__range_bg {
	top: 14px;
}

.vv__filter__range {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	pointer-events: none;
	outline: 0;
}

.vv__filter__range,
.vv__filter__range::-webkit-slider-runnable-track,
.vv__filter__range::-webkit-slider-thumb {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: none;
}

.vv__filter__price-outer {
	z-index: 0;
	position: absolute;
	content: '';
	height: 2px;
	width: 1%;
	background-color: #ddd;
	border-radius: 4px;
}

.vv__filter__price-outer_start {
	left: 0;
}

.vv__filter__price-outer_end {
	right: 0;
}

.vv__filter__range::-webkit-slider-thumb {
	z-index: 1;
	position: relative;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 25px;
	pointer-events: auto;
	cursor: pointer
}

.vv__filter__range::-moz-range-thumb {
	z-index: 1;
	position: relative;
	height: 22px;
	width: 22px;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 25px;
	pointer-events: auto;
	cursor: pointer
}

.vv__filter__range::-ms-thumb {
	z-index: 1;
	position: relative;
	height: 22px;
	width: 22px;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 25px;
	pointer-events: auto;
	cursor: pointer
}

.vv__filter__range::-webkit-slider-thumb:active {
	border: 2px solid #000
}

.vv__filter__item-price-slider {
	position: relative;
	height: 34px;
	width: 100%;
	display: inline-block
}

@media screen and (max-width: 1199px) {
    .vv-range-slider__input {
    	width: calc(50% - 11px) !important;
    }
}

@media screen and (min-width: 960px) {
    .t951 .t-store__filter__chosen-bar {
        /*width: unset !important;*/
	    /*max-width: 50%;*/
	    display: none !important;
    }
}