body{
    direction: rtl;
    text-align: right;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

/* Cart */
/* .cart-shpping{
    right: unset;
    left: 30px;
} */
/* sub menu*/
.mainmenu ul ul.sub-menu{
    left: 0;
    right: 50%;
    transform: translateX(50%);
}
/* check out signIn button*/
/* .check-form .signIn{
    line-height: 1.5  !important;
} */

.head .lanSwitch span{
    line-height: 37px;
}

.mobile-menu {
    left: unset;
    right: -100%;
    position: fixed;
    transition: right 0.4s ease-in-out;
}

.mobile-menu.mob-active {
    /* overflow: hidden; */
    right: 0;
    transition: right 0.4s ease-in-out;
}

.close-menu {
    left: unset;
    right: 75%;
}