.dali-price-slider-container{
    margin: 0;
}
.dali-price-slider-container h2{
    font-size: 14px;
    font-weight: 600;
}
#dali-price-slider{
    width: calc(100% - 23px);
    height: 5px;
    background: #0088CC;
    margin: 7px 0 15px 5px;
}
#dali-price-slider .ui-slider-handle{
    top: -5px;
    background-color: #0088CC;
    height: 15px;
    width: 15px;
}