/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2022 | 02:25:16 */
.sldrprice {
    height: 2px;
    width: 100%;
    background: #E7E9ED;
    position: relative;
}
div.sldrprice, .sldrprice .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgb(0 0 0 / 30%);
    box-shadow: inset 0px 1px 3px rgb(0 0 0 / 30%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.sldrprice .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    top: 0;
    height: 100%;
}
.sldrprice .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background: #f68a1f;
    position: absolute;
}
.topprice>div {
    color: #01151A;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Poppins";
    text-align: center;
}
.btmpric>div {
    text-align: center;
    color: #01151A;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.sldrprice span.ui-slider-handle {
    top: -7px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.sldrprice span.ui-slider-handle:active, .sldrprice span.ui-slider-handle.ui-satet-active {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.sldrprice span.ui-slider-handle {
    background: #F68A1F;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}