﻿.price-range-filter {
    margin-bottom: 10px;
    margin-top: 0px;
}

    .price-range-filter p {
        font-size: 14px;
        color: #62606c;
        margin-bottom: 0;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        margin-left: 2px;
        min-width: 100px;
        text-align: right;padding-bottom:0;
    }

.price-range-content .price-range-filter input {
    border: 0;
    border-radius: 0;
    font-size: 13px;
    vertical-align: middle;
    font-weight: 400;
    display: inline-block;
    color: #0e4677;
    padding: 0;
    background-color: transparent;
    text-align: end;
}

    .price-range-content .price-range-filter input:focus {
        outline: 0;
    }

.price-range-content .price-range-bar {
    border: none;
    background: #d4d4d4;
    height: 5px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
}

    .price-range-content .price-range-bar .ui-slider-range {
        background: #0e4677;
        height: 5px;
        position: absolute;
    }

    .price-range-content .price-range-bar .ui-slider-handle {
        border: none;
        border-radius: 50%;
        background: #ffffff;
        border: 2px solid #0e4677;
        height: 15px;
        width: 15px;
        top: -5px;
        cursor: pointer;
        background: #0e4677;
        position: absolute;
    }

        .price-range-content .price-range-bar .ui-slider-handle:focus {
            outline: 0;
        }
