#number_lower,
#number_upper {
  padding: 7px;
  margin: 10px 5px 5px;
  width: 140px;
}

.noUi-horizontal {
  height: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}
.noUi-horizontal .noUi-handle {
  /*width: 30px;*/
  height: 30px;
  left: -17px;
  top: -10px;
  border-radius: 15%;
  outline: 0;
}

#price_slider_div {
  margin: auto 30px 30px;
  height: 10px;
}

@media (max-width: 768px) {
  #price_slider_div {
    margin: auto 30px 0;
    height: 10px;
  }
}