.range-slider {
    position: relative;
}
.irs-from,
.irs-to,
.irs-min,
.irs-max {
    display: none;
}

.irs--round {
    height: auto;
}

.irs--round .irs-line {
    top: auto;
}

.irs--round .irs-handle {
    top: -11px;
}

.irs--round .irs-bar {
    top: 0;
}

.irs--round .irs-bar,
.irs--round .irs-line {
    background-color: #d1d1d1;
    height: 6px;
}

.irs--round .irs-handle {
    top: -7px;
    width: 19px;
    height: 19px;
    border: none;
    background-color: #edbf5c;
    border-radius: 24px;
    box-shadow: none;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover{
    cursor: pointer;
    background-color: #edbf5c;
}

.irs-single {
    display: none;
}