.price-range-slider {
  width: 100%;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 0 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 2px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #000;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 100px;
  background: #000;
  height: 14px;
  width: 14px;
  top: -0.37em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  border: none;
  border-radius: 100px;
  background: #000;
  height: 14px;
  width: 14px;
  top: -0.37em;
  cursor: pointer;
}