
.sliderText{
    width:42%;
    margin-bottom:30px;
    border-bottom: 1px 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: #3FE331;
}
.price-range-search {
    width:41%; 
    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:18%; 
    min-width: 16%;
    background-color:#f9f9f9; 
    border: 1px solid #6e6666; 
    color: black; 
    font-family: myFont; 
    font: normal 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height:23px; 
    padding:5px;
}
.search-results-block{
  position: relative;
  display: block;
  clear: both;
}

/* new css */
.ui-widget.ui-widget-content {
    border: 1px solid rgba(40, 66, 157, 1) !important;
    background: #fff;
    width: 100%;
}

.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 #fff !important;
    background: rgba(40, 66, 157, 1) !important;
    font-weight: normal;
    color: #454545;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.ui-widget-header {
    border: 1px solid rgba(40, 66, 157, 1);
    background: rgba(40, 66, 157, 1) !important;
}

.price-range-field {
    height: auto !important;
}

.price-range-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
