.af-slider {
	margin-bottom: 10px;
}
.af-slider .slider-bar {
	margin: 5px 0 14px;
	padding: 0 8px;
	clear: both;
}
.af-slider .slider-bar.blocked {
	opacity: 0.5;
	pointer-events: none;
}
.af-slider .back-bar {
	height: 9px;
	position: relative;
	background: #F0F0F2;
	border-radius: 5px;
}
.af-slider .selected-bar {
	position: absolute;
	height: 100%;
	background: #2196f3;
}
.af-slider .pointer {
	position: absolute;
	top: -7px;
	margin-left: -8px;
	width: 23px;
	height: 23px;
	/* border-radius: 100%; */
	background: #fff;
	cursor: pointer;
	z-index: 2;
	/*border: 2px solid #2196f3;*/
	touch-action: none;
	background: #2a2f32;
	border-radius: 50%;
}
.af-slider .pointer:before {
	content: ''; /* increase touch area for better response */
	position: absolute;
	/*width: 40px;*/
	/*height: 40px;*/
	/*top: -12px;*/
	/*right: -12px;*/
}
.af-slider .pointer.last-active {
	z-index: 3;
}
.af-slider .clickable-dummy {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* slider values */
.af-slider .slider_value {
	padding: 0.625rem;
	margin-bottom: 0;
	height: 2.5rem;
	width: calc(50% - 30px);
	font-size: 0.875rem;
	text-align: center;
	/* border: 1px solid #cacaca; */
	border-radius: 0.1875rem;
	background-color: #F0F0F2;
	border-radius: 51px;
}
.af_filter:hover .slider_value,
.af-slider .slider_value.edit {
	border-color: #DDD;
}
.af-slider .slider_value.to_display {
	float: right;
}
.af-slider .slider_value .input-text,
.af-slider .slider_value.edit > span {
	display: none;
}
.af-slider .slider_value.edit .input-text {
	display: inline-block;
	border: 0;
	padding: 0;
	max-width: 50px;
	outline: none;
	line-height: 1em;
	background: transparent;
}
.is-iphone .slider_value .input-text {
 	font-size: 16px; /* no zoom on focusing input on iPhone */
 }
/* since 3.1.3 */

.slider-values{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}


	.has-slider .af_filter_content{
		margin-top: 25px;
	}
