@charset "UTF-8";

/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/

body {
    direction: ltr;
}

.navtop .settings .country .drop-countries {
    right: unset;
    left: 0;
}

.nav-menu .search-div .search_input .icon-search {
    left: unset;
    right: 3px;
}

.nav-menu .additionals .icon .num {
    right: -7px;
    left: unset;
}

.navbar .navbar-nav>li>.nav-link:after {
    transform: rotate( 270deg) translateY(5px);
}

.bottom_header .dropdown-toggle::after,
.bottom_header .dropdown-toggler::after {
    margin-left: 5px;
}

.dropdown-menu .dropdown-toggler::after {
    left: auto;
    right: 15px;
    transform: rotate( 180deg);
}

.heading_s1 h4::after {
    right: auto;
    left: 0;
}

@media only screen and (min-width: 992px) {
    .navbar .navbar-nav .dropdown-menu.dropdown-reverse .dropdown-menu {
        left: 100%;
        right: auto;
    }
}

#navCatContent ul li .dropdown-menu {
    left: 100%;
    right: auto;
}

.more_categories:before {
    left: auto;
    right: 15px;
}

#navCatContent li a.dropdown-toggler::after {
    left: auto;
    right: 15px;
    transform: rotate( 180deg);
}

.banne_info a:before {
    left: 0;
    right: auto;
}

@media (min-width: 992px) {
    .banner_section .offset-lg-3 {
        margin-left: 25%;
        margin-right: 0;
    }
}

.navbar-toggler {
    float: right;
}

@media only screen and (max-width: 991px) {
    .navbar-collapse.mobile_side_menu.show {
        left: auto;
        right: 0;
    }
    .navbar-collapse.mobile_side_menu {
        left: auto;
        right: -280px;
    }
    .bottom_header #navCatContent {
        left: -270px;
        right: auto;
    }
    .bottom_header #navCatContent.show {
        left: 0;
    }
}

@media (max-width:991.98px) {
    #navCatContent ul li .dropdown-menu {
        left: 0;
        right: auto;
    }
}

.main-heading h4:after {
    left: 0;
    right: auto;
}

.side_banner .image:before {
    transform: translate(-40%, -50%);
}

.fixed_prices .box {
    justify-content: flex-end;
}

.our_picks .products-content .item .box {
    direction: ltr;
}

.discount_banners .box .info {
    right: 0;
}

.cart_page .boxes_products .box .delete-i {
    right: 0;
    left: auto;
}

.pass-group .toggle-password {
    right: 15px;
    left: auto;
}

.login_page .modal_form form .login_btn i {
    left: 10px;
    right: auto;
}

.profile_page .title:after {
    right: -55px;
    left: auto;
}

.profile_page .profile_info .info .shape {
    right: 10px;
    left: auto;
}

.form-wizard #progressbar li {
    float: left;
}

.form-wizard .head:after {
    left: -27px;
    right: auto;
}

.form-wizard .with-icon {
    background-position: 14px 50%;
}

.custom_radio:after {
    left: -40px;
    right: auto;
}

.custom_radio.active:before {
    left: -34px;
    right: auto;
}



.input-search  i {
    right: 0;
    left: auto;
}


.dropdown-menu {
    right: auto;
    left: 0;
}

.pagination_custom a.arrow .fas.fa-arrow-left, .pagination_custom a.arrow .fas.fa-arrow-right {
    transform: scaleX(-1);
}

.bottom_header #navCatContent li a i.fal.fa-phone {
    transform: scaleX(-1);
    text-align: right;
}

.our_picks .products-content .item .box-product {
    direction: ltr;
}
/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/