.sliderText {
  width: 40%;
  margin-bottom: 30px;
  border-bottom: 2px solid red;
  padding: 10px 0 10px 0px;
  font-weight: bold;
}
.ui-slider-horizontal {
  height: 0.6em;
}
.ui-slider-horizontal {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.ui-widget-header {
  background: #3fe331;
}
.price-range-search {
  width: 40.5%;
  background: #6eb43f;
  border-color: #6eb43f;
  border-radius: 30px;
  color: #fff;
  line-height: 35px;
  padding: 0;
  min-width: 40%;
}
.price-range-field {
  width: 50%;
  min-width: 16%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  font-family: myFont;
  font: normal 14px Arial, Helvetica, sans-serif;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
}
.search-results-block {
  position: relative;
  display: block;
  clear: both;
}
