#slider {
    width: 175px;
}

#slider2 {
    width: 175px;
}

#slider3 {
    width: 175px;
}

#slider4 {
    width: 175px;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    border: 9px solid var(--theme-gold);
    background-color: #fff;
    /*background: url(slider.png) 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;
    overflow: hidden;
}

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

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

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

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

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

.ui-widget-content {
    /*border: 1px solid var(--theme-gray);*/
    background: var(--theme-gray);
}

.ui-widget-header {
    /*border: 1px solid var(--theme-gold);*/
    background: var(--theme-gold);
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}






