.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #2b2d42;
    border-color: #2b2d42;
    opacity: 0.6;
    /* background: url(../img/bg_jqui_slider.png) 0 0 no-repeat; */
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #9ba2af;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    margin: 20px 12px;
    height: 2px;
    background: #ece8df;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0px;
    height: 3px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #f8f8fa;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #8D99AE!important;
    background: #8D99AE!important;
    font-weight: normal;
    color: #fff;
    opacity: 0.8;
}