﻿
    .price_slider_wrapper {
        margin-top: 10px;
    }

    .ui-slider-range {
        left: 0%;
        width: 100%;
    }

    .ui-slider-handle-right {
        left: 0%;
        width: 5%;
    }
    .ui-slider-handle-left {
        left: 100%;
        width: 5%;
    }

@media screen and (min-width: 718px) {
    .price-filter-section {
        margin-left: 0px;
    }
}
@media screen and (min-width: 1200px) {
    .price_slider_wrapper {
        margin-top:300px;
    }
    .ui-slider-range {
        left: 0%;
        width: 200%;
    }
    .ui-slider-handle-right {
        left: 0%;
        width: 10%;
    }

    .ui-slider-handle-left {
        left: 200%;
        width: 10%;
    }
}