.noUi-handle {
    border: 2px solid #fff;
    background: #fff;
    cursor: default;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    color: #fff;
    left: 0px;
    top: -7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.54); 
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.54);
}

.noUi-background {
    background: #333;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-connect {
    background: #3333;
}