/* This file overrides the default styles for the price slider on the search page */

.noUi-horizontal {
    height: 5px;
}

    .noUi-horizontal .noUi-handle {
        width: 15px;
        height: 15px;
        left: -5px;
        top: -5px;
        border-radius: 10px;
        cursor: pointer;
    }

.noUi-vertical .noUi-handle {
    width: 20px;
    height: 20px;
}

.noUi-background {
    background: #dab679;
    box-shadow: none;
}

.noUi-connect {
    background: #dab679;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.noUi-handle {
    border-radius: 0px;
    box-shadow: none;
}

    .noUi-handle:before, .noUi-handle:after {
        display: none;
    }

    .noUi-handle:after {
        display: none;
    }

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    display: none;
}

.noUi-vertical .noUi-handle:after {
    display: none;
}