.c-filter__range {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
    .c-filter__range li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: center;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        letter-spacing: .3px;
        color: #858585;
        padding: 13px 15px 20px;
    }
    .c-filter__range input[type="text"] {
        width: 77px;
        height: 28px;
        line-height: 28px;
        border-radius: 5px;
        background-color: #f8f8f8;
        display: inline-block;
        overflow: hidden;
        border: none;
        margin: 6px 0;
        text-align: center;
        color: #3c3c3c;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.571;
        letter-spacing: .3px;
    }

.disabled {
    opacity: .5;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.c-filter__range li::after {
    content: attr(data-currency);
}
.c-filter__range li::before {
    content: attr(data-label);
}
.is_clickable
{
    cursor: hand;
    cursor: pointer;
}
.nstSlider
{
    cursor: hand;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 20px;
    margin:10px 0;
    direction:rtl;
}
.nstSlider .leftGrip.gripHighlighted
{
    background: #35ccde;
}
.nstSlider .rightGrip.gripHighlighted
{
    background: #406d83;
}
    .nstSlider .rightGrip, .nstSlider .leftGrip {
        position: absolute;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        background: #eee;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.31);
        text-align: center;
        z-index:10;
    }
    /*.nstSlider .rightGrip i, .nstSlider .leftGrip i{
        text-align:center;
        position:relative;
        top:-3px;
    }*/
    .nstSlider .bar {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        background: #35ccde;
        height: 1px;
        top: 11px;
    }
.nstSlider .highlightPanel
{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #fbdf46;
    height: 20px;
    top: 0;
}
