.price-range-block {
    margin: 10px 0;
    display: inline-block
}

.sliderText {
    width: 40%;
    margin-bottom: 30px;
    border-bottom: 2px solid red;
    padding: 10px 0;
    font-weight: 700
}

.ui-slider-horizontal {
    height: .6em;
    margin: 15px 0;
    width: 100%
}

.ui-widget-header {
    background: #040349
}

.pricedisp {
    text-align: center;
    font-size: 13px;
    color: red
}

.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 {
    min-width: 25%;
    background-color: transparent;
    border: 1px solid #e34546;
    color: #000;
    font-family: myFont;
    border-radius: 0;
    height: 30px;
    padding: 10px;
    width: 10%;
    font-weight: 700
}

.search-results-block {
    position: relative;
    display: block;
    clear: both
}

.price-range-block {
    margin: 10px 0;
    font-size: 13px;
    text-align: center;
    color: red;
    display: flex;
    justify-content: space-between;
}

    .input-group-prepend, .price-range-block .input-group-append {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .price-range-block .input-group .form-control {
        z-index: 2;
        max-width: 44%;
        background-color: #fff !important;
        border: 0;
        box-shadow: none
    }

        .input-group .form-control:focus, .price-range-block .input-group .form-control:hover {
            box-shadow: none
        }

    .price-range-block .input-group-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2px 5px;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        text-align: center;
        white-space: nowrap;
        background-color: #fff;
        border: none;
        border-radius: 0
    }

    .price-range-block .input-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%
    }

    .price-range-block .input-group-left {
        justify-content: flex-start
    }

    .price-range-block .input-group-right {
        justify-content: flex-end
    }