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

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

.ui-slider-horizontal {
    height: .6em;
}

.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 100%;
}

.ui-widget-header {
    background: #EFC337;
}

.min,
.max {
    position: absolute;
}

@media(max-width:900px) {
    .min,
    .max {
        top: -29px;
    }
    .min{
        left: -8px;
    }
    .max {
        right: 0px;
    }
}
@media(min-width:900px){
    .min {
        left: -7px;
    }
    .max {
        right: 0px;
    }
    .min,
    .max {
        top: -25px;
    }
}

.min input,
.max input {
    border: none;
    background: #fff;
}

.price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.price-range-field {
    width: 105px;
    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;
}