#price-slider {
	height: 6px !important;
  border: none !important;
  max-width: 230px;
  margin: 0 0 0 6px;
}

#price-slider .noUi-connect {
  background: #ff7a00 !important;
}

#price-slider .noUi-handle {
	width: 20px;
	height: 20px;
	border-radius: 100%;
  border: 2px solid #fff;
  background-color: #676774;
  box-shadow: none;
}

#price-slider .noUi-handle::after, #price-slider .noUi-handle::before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: transparent;
	left: 14px;
	top: 6px;
}