.price-range-block {

}

.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-left: 15px;
    width: 80%;
    position: relative;
    top: 15px;
}
.ui-widget-header {
    background: #fcd827;
}

.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: 30%;
    text-align: center;
    /* min-width: 16%; */
    background-color: #fff;
    border: 1px solid #fcd827;
    color: black;
    font-family: myFont;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 15px;
    height: 24px;
    padding: 0;

}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

.ui-widget.ui-widget-content{
	border:1px solid #fff3a5 !important;
	background:#fff3a5 !important;
	height:8px !important;
}

.ui-slider-handle{
    width: 6px !important;
    height: 6px !important;
    background: rgb(255, 255, 255)!important;
	top:auto !important;
	    margin-left: -3px !important;
		border:1px solid #fcd827 !important;
}
