.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 10px;
    background: #978b87;
    box-shadow: none;
    right: -10px;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    display: none;
}

.noUi-horizontal {
    height: 10px;
    border: 0;
    background: #f6f5f4;
}

.noUi-connect {
    background: #edebe8;
}