.price-range-block {
    margin:0;
}

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

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:40%;
}
.ui-widget-header {
    background: #586268;
}

.price-range-search {
    width:40.5%;
    background-color: #E4E8EE;
    border: 1px solid #E4E8EE;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field{
    width:100%;
    height:40px;
    padding:5px;
    background: #fff;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #495057;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}
.range_inputs{
    display: flex;
    margin-bottom: 15px;
}
.price-filter-range {
    width: 100%;
}


