
/* Override jQuery Range */
.ui-widget.ui-widget-content {
    background-color: #D1D3D4;
    border: none;
    height: 3px;
    margin: 0 .6em;
    position: relative;
    z-index: 0;
}

.ui-slider-horizontal .ui-slider-range {
    background: #CB2449;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #CB2449;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    height: 15px;
    margin-top: -7.5px;
    top: 50%;
    width: 15px;
    outline: none;

    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -ms-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
    /*background: #9F8F68;*/
}

.range-slider {
    padding: 2px 10px;
}


.range-slider .outer {
    margin: 11px 0;
}

.range-slider .amounts {
    color: #666666;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    white-space: nowrap;
    width: 100%;
}

.amounts span {
    line-height: 23px;
    text-align: center;
}

.amount-min,
.amount-max {
    text-align: center;
}