.es-custom-price-slider-wrapper {
    padding: 10px 0 20px;
    width: 100%;
}

.es-custom-price-values {
    margin-bottom: 15px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.es-custom-price-slider .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -5px;
    border-radius: 50%;
    background: #f2295b;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.es-custom-price-slider .noUi-handle:before,
.es-custom-price-slider .noUi-handle:after {
    display: none;
}

.es-custom-price-slider .noUi-connect {
    background: #f2295b;
}

.es-custom-price-slider.noUi-target {
    background: #e0e0e0;
    border: none;
    box-shadow: inset 0 1px 1px #f0f0f0;
    height: 8px;
}