#slider-range {
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
    border-radius: 0;
    border-color: #333333;
    width: calc(100% - 20px);
    margin-left: 10px;
    border-left: 0;
    border-right: 0;
    height: 15px;
}

#slider-range::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    left: -10px;
    border: 1px solid #333;
    top: -1px;
    border-right: 0;
}

#slider-range::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    right: -10px;
    border: 1px solid #333;
    top: -1px;
    border-left: 0;
}

#slider-range .ui-slider-handle {
    border-radius: 0;
    cursor: pointer;
    border-color: #333333;
    transition: background 0.3s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background: white;
}

#slider-range .ui-slider-handle:hover {
    background: #333333;
    background: white;
}

#slider-range .ui-slider-handle:focus {
    outline: none !important;
    background: white;
}


#slider-range .ui-slider-range {
    background: #dc002e;
    border-radius: 0;
    height: 13px;
}

/*
.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: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:40%;
}
.ui-widget-header {
    background: #3FE331;
}

.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:#f9f9f9; 
    border: 1px solid #6e6666; 
    color: black; 
    font-family: myFont; 
    font: normal 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height:26px; 
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}
*/

