
.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    width: 100%;
    height: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.ui-widget-header {
    background: #202020;
}
.ui-widget.ui-widget-content {border: 2px solid #202020; background: #c9251a}
.ui-slider-handle.ui-corner-all.ui-state-default {
    width: 20px;
    height: 20px;
    top: -8px;
    border-radius: 100%;
    background: #202020;
    border: 1px solid #202020;
}

.price-range-search {
    background-color: #202020;
    color: #fff;
    border: 1px solid #202020;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    margin:20px 0;
    font-size:16px;
    font-weight: 
}
.price-range-field{
    width: 100px;
    height: 26px;
    background-color:#202020; 
    border: 1px solid #6e6666; 
    color: #fff;
    font-size: 15px;
    border-radius: 5px; 
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
    margin-top: 20px;
}
.price-range-field:focus{
    background-color: #ffffff;
    color: #202020;
}
