.price-range-block {
    width: 500px;
    margin-top:22px;
    margin-left:40px;
}

.sliderText{
    width:100%;
    margin-bottom:5px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:40%;
}
.ui-widget-header {
    background: #1497d5 ;
}

.price-range-search, .price-range-reset {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    color: #242424;
    min-width: 15%;
    display: inline-block;
    height: 28px;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    font-size:14px;
}
.price-range-field{
    width:38%;
    min-width: 16%;
    background-color:#ffffff;
    border: 1px solid #242424;
    color: black;
    font-family: myFont;
    border-radius: 5px;
    height:18px;
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

.slider-range-inputs{
    float:left;
}
.slider-range-inputs input{
    width: 66px;
    font-size: 12px;
    color: #6c6c6c ;
    border: 1px solid #d6d8da;
    border-radius: 5px;
    height: 28px;
}

.price-filter-range{
    width: 100%;
}

/* RESPONSIVE */

@media screen and (orientation: landscape) {
}

@media(max-width: 1669px){

}

@media(max-width: 1599px){
}

@media(max-width: 1399px){
    .price-range-block {
        width: 400px;
    }
}

@media(max-width: 1320px){
    .price-range-block {
        width: 300px;
    }
}

@media(max-width: 1199px){
    .price-range-block {
        width: 280px;
        margin-left:10px;
    }
    .slider-range-inputs input{
        width: 60px;
        font-size: 11px;
    }
    .price-range-search, .price-range-reset {
        width: 70px;
        min-width: unset;
        height: 28px;
        font-size:12px;
    }
}
@media(max-width: 1024px){
    .price-range-block {
        width: 260px;
        margin-left:10px;
    }
    .slider-range-inputs input{
        width: 50px;
        font-size: 10px;
    }
}
@media(max-width: 991px){
}

@media(max-width: 920px){
    .price-range-block {
        width: 95%;
        margin-left:20px;
    }

    .cnt-filter {
        height: 300px
    }

    .cnt-filter .filter-type, .filter-order{
        display:flex;
        width: 100%;
        margin: 10px 0 10px 0;
        margin-right: 0 !important;
        margin-top: 10px !important;
    }

    .tab-filter, .filter-order select{
        justify-content: center;
        align-items: center;
        width: 100% !important;
        padding: 0px 40px 0px 40px;
        border-radius: 8px;
        background-color: #e4f6f8;
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .slider-range-inputs input{
        width: 80px;
        margin-top:10px;
        font-size: 14px;
    }

    .price-range-search, .price-range-reset {
        width: 100%;
        margin-top:10px;
        min-width: unset;
        height: 28px;
        font-size:12px;
    }
}

@media(max-width: 767px){
}

@media(max-width: 575px){
    .price-range-block {
        width: 90%;
        margin-left:16px
    }
}

@media(max-width: 360px){
    .price-range-block {
        width: 88%;
    }
}
@media(max-width: 260px){
}