#price-slider {
	position: relative;
	margin: 20px 6px;
	height: 2px;
}

#price-slider .noUi-connects {
	background: rgba(0,0,0,.23);
}

#price-slider .noUi-connect {
	background: #3171f7;
}

#price-slider .noUi-handle {
	width: 10px;
	height: 10px;
	top: -4px;
	right: -6px;
	border-radius: 50%;
	background: #FFF;
	border: 2px solid #3171f7;
	box-shadow: none;
	cursor: pointer;
}

#price-slider .noUi-handle::after,
#price-slider .noUi-handle::before {
	display: none;
}

#price-slider.noUi-target {
	background: #f4f6f9;
	border-radius: 4px;
	border: none;
	box-shadow: none;
}