.price-range-block {
    margin:60px;
}

.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: 8px;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:100%;
}
.ui-widget-header {
    background: #368299;
}

.price-range-search {
    width:100%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;  
    display: inline-block;   
    border-radius: 5px;  
    font-size:16px;
    padding: 5px;
}
.price-range-field-min{
    width:100%; 
    min-width: 16%;
    background-color: transparent !important; 
    border: 0px solid transparent !important; 
    color: black;      
    padding:5px;
    font-size: 22px;
    
}

.price-range-field{
    width:100%; 
    min-width: 16%;
    background-color: transparent !important; 
    border: 0px solid transparent !important; 
    color: black;      
    padding:5px;
    font-size: 22px;
    text-align: right;
    
}

.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

.widgetPriceRange {
	padding: 10px;
	
}

#slider-range input{ background-color: transparent !important;  height: 0px !important; padding: 0px !important;}

.rating label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 16px;
}