.vt-price-filter .price-range {
    /*
    margin-bottom: 35px;
    padding:15px;
    border:1px #ebebeb solid;
    */

}

.vt-price-filter .price-range .sec-title h6 {
    color: #444444;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.vt-price-filter .price-range .price-filter #slider-range.ui-slider {
    background: #eeeeee none repeat scroll 0 0;
    width: 100%;
    height: 10px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    position: relative;
}

.vt-price-filter .price-range .price-filter #slider-range.ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background: #1d94cf none repeat scroll 0 0;
}

.vt-price-filter .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle {
    position: absolute;
    top: -5px;
    width: 18px;
    height: 18px;
    background: #666666;
    z-index: 2;
    margin-left: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.vt-price-filter .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:hover {
    cursor: pointer;
}

.vt-price-filter .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:focus {
    outline: none;
}

.vt-price-filter .price-range .price-filter input {
    font-size: 17px;
    font-weight: 600;
    border: none;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.vt-price-filter .price-range .price-filter button {
    font-size: 15px;
    color: #1d94cf;
    background: transparent;
    border: 1px solid #1d94cf;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 25px;
    font-weight: 600;
}

.vt-price-filter .price-range .price-filter button:hover {
    background: #1d94cf;
    color: #fff;
}