.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}
.ui-widget.ui-widget-content {
    border: 1px solid #D9D9D9;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-content {
    border: 1px solid #D9D9D9;
    background: #ffffff;
    color: #333333;
}
.ui-widget {
     font-size: 1em;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-widget-header {
    background: #000;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 0.8em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left:-1%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #ccc;
    background: #FFF;
	    border-radius: 50%;
    font-weight: normal;
    color: #FFF;
}
.ui-slider-horizontal {
    height: .3em; 
}
.ui-slider-horizontal {
position:relative;
float:left;
    margin-top: 10px;
    margin-bottom: 15px;
    width:91%;
	margin-left:1%;
}
.ui-slider-horizontal:before{
position: absolute;
    content: "";
    width: 8%;
    height: 0.3em;
    border: 1px solid #D9D9D9;
    right: -7%;
    top: -1px;
    z-index: 1;
    background: #FFF;
    border-left: none;
}
.ui-widget-header {
    background: #ffd100 !important;
    
}

 
.price-range-field{
 	position: relative;
    float: left;
    border: 1px solid #f8f8f8;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(50% - 37px);
    border-radius: 0;
    color: #444;
    font-size: 15px;
     background-color: #f8f8f8;
    border-radius: 0;
 }
#max_price{
float:right;
}
.priceCntOnFiltersSep{
position:relative;
float:left;
width:30px;
text-align:center;
line-height:40px;
color:#000;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}
.priceCntOnFilters{
position:relative;
float:left;
width:100%;
margin-top:10px;
margin-bottom:10px;
}
body  .ui-state-default:last-child {
      left:93%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}