@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}

/*.products_pg .filter_box .price_box #slider {*/
/*    direction: rtl;*/
/*}*/

.fa-long-arrow-left ,
.banner-st1 .bg img ,
.navs-container .navbar .categs_box .main_categ_box .item.has_dropdown .main_link::after {
    transform: rotateY(180deg);
}

.product-card .card-body .butn.hvr-txt-trans {
    font-size: 14px;
}

.section-title h2 {
    font-size: 37px;
}
.banner-st1 .float-info h2 {
    font-size: 50px;
}

.toggler_butn.active .icon_box {
    transform: translateX(55px);
}
.toggler_butn.active .state_mode {
    transform: translateX(-25px);
}

.product-card .card-body .ul li {
    font-size: 10px;
}
.product-card .card-body .ul li::before {
    margin-inline-end: 5px;
}

.products_pg .filter_box .price_box #slider {
    direction: rtl;
}
.products_pg .filter_box .price_box .noUi-horizontal .noUi-handle {
    right: -17px;
}