.price-range-block {
    margin:60px;
}



.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 0;
    width:100%;
}
.ui-widget-header {
    background: #550100;
}

.price-range-search {
    width:100%; 
    background-color: #550100; 
    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: 49%;
    background: none;
    border: none;
    color: #495057;
    height:26px; 
    padding:5px 0;
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}

#min_price,
#max_price {
    position: absolute;
    bottom: -12px;
}

#min_price {
    left: 0;
    text-align: left;
}

#max_price {
    right: 0;
    text-align: right;
}

.ui-state-active {
    background: #A19B89 !important;
}

.price-box {
    display: none;
}

