.af-slider {
	margin: 24px -5px 10px;
}
.af-slider .slider-bar {
	margin: 5px 0 23px;
	padding: 0 8px;
	clear: both;
}
.af-slider .slider-bar.blocked {
	opacity: 0.5;
	pointer-events: none;
}
.af-slider .back-bar {
	height: 2px;
	position: relative;
	background: #b2b2b3;
}
.af-slider .selected-bar {
	position: absolute;
	height: 100%;
	background: #b2b2b3;
}
.af-slider .pointer {
	position: absolute;
	top: -6px;
	margin-left: -3px;
	width: 6px;
	height: 14px;
	border-radius: 3px;
	background: #102271;
	cursor: pointer;
	z-index: 2;
	touch-action: none;
}
.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-values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
}

.af-slider .slider-values:before {
	content: " - ";
	order: 1;
}

.af-slider .slider_value {
	display:flex;
	align-items: center;
	float: left;
	cursor: pointer;
	position: relative;
	text-align: center;
	font-size: 13px;
	line-height: 27px;
	letter-spacing: 0.65px;
}
.af-slider .slider_value:last-child {
	order: 2;
}
.af-slider .slider_value .value {
	padding: 0 18px;
	border-radius: 12px;
	background-color: #ffffff;
	min-width: 66px;
	margin-right: 6px;
}
.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 {
	height: 27px;
	line-height: 27px;
	border-radius: 12px;
	background-color: #ffffff;
	border: none;
	text-align: center;
}
.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;
}
.is-iphone .slider_value .input-text {
 	font-size: 16px; /* no zoom on focusing input on iPhone */
 }
/* since 3.1.3 */
