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

.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-bottom: 15px;
    width: 100%;
}
.ui-widget-header {
    background:#601d41;
}
.price-range-value { width: 100%; display: flex; justify-content: space-between; }

/* Chrome, Safari, Edge, Opera */
.price-range-value input::-webkit-outer-spin-button,
.price-range-value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.price-range-value input[type=number] {
  -moz-appearance: textfield;
}


.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:20%; 
    min-width: 16%;
    background-color: #fff;
    border: 1px solid #fff; 
    color: black; 
    font-size: 14px;
    font-weight: 600; 
    border-radius: 5px; 
    height:15px; 
    padding:0 5px; margin: 0px!important;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

