html[lang="ar"] .header-middle .navbar-brand {
    margin-left: auto;
    margin-right: unset;
}
html[lang="ar"] .my-box-nav   .all-prices {
    padding: 1rem;
    text-align: center;
    /* position: absolute; */
    width: auto;
    /* bottom: 0;
    left: 0;
    right: 0; */
    border-top: 1px solid #babcbf;
    background: inherit;
}
/* html[lang="ar"] .btn-all , html[lang="ar"] .header .contact-info , html[lang="ar"] .contact-info a , html[lang="ar"]  .topbar , html[lang="ar"]  .topbar .d-flex , html[lang="ar"] .header .navbar  {
    flex-direction: row-reverse;
} */

html[lang="ar"] .menu-tab .owl-nav {
    flex-direction: row-reverse;
}
html[lang="ar"] .branches-card {
    flex-direction: row-reverse;
}
html[lang="ar"] .branches-numberbox {
    flex-direction: row;
    float: left;
}
html[lang="ar"] .branches-numberbox a {
    flex-direction: row;
}
html[lang="ar"]  #dropdown-btn {
    flex-direction: row-reverse;
}
html[lang="ar"]  .header .header-offcnvsbtn {
    flex-direction: row-reverse;
}
html[lang="ar"] .branches-after {
    position: absolute;
    left: 90%;
    top: 5px;
    z-index: 2;
    color: var(--color-white);
}
html[lang="ar"] .branches-card:after {
    content: "";
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 100px;
    height: 100px;
    background: var(--color-red);
    border-radius: 50%;
    transition: all 0.5s;
}
html[lang="ar"] .branches-card:hover::after {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
html[lang="ar"] .brnaches-titlebox .brnaches-title {
    float: right;
    margin-right: 51px;
}
html[lang="ar"]  .brnaches-loction a {
    flex-direction: row;
}
html[lang="ar"] .brnaches-loction {
    /* margin: 0px 49px 21px 127px; */
    margin: 2px 65px;
    float: left;
}
html[lang="ar"] .branches-numberbox a {
    display: inline-flex;
    gap: 8px;
    color: var(--color-black);
    align-items: center;
    font-size: 17px;
    font-family: 'Commissioner';
    font-weight: 600;
    transition: all 0.8s;
    padding: 0 5px;
    border-left: 1px solid rgba(217, 217, 222, 1);
    border-right: 0px ;
}
html[lang="ar"] .branches-numberbox a:last-child {
    border: none;
}
html[lang="ar"] .branches-numberbox a:last-child span {
    margin-right: 3px;
}
html[lang="ar"] .contact-section .contact-form .sub-heading {
    text-align: right;
}
html[lang="ar"] .user-dropdown-menu {
    right: 0;
    padding: 5px 0;
}
html[lang="ar"] .close-1 .close-2 .close-4 {
    margin-right: 65%;
}
/* */
html[lang="ar"] .my-box-nav div#close-btn {
    position: absolute;
    top: 1rem;
    right: 16rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}
html[lang="ar"] .query-cart {
    left: 320px !important;
    right: auto !important;
    transform:translateX(-320px) !important;
}
@media  (max-width:1188px) and (min-width:693px) {
    html[lang="ar"] .brnaches-loction {
        margin: 12px 6px !important;
        float: right;
    }
    html[lang="ar"] .branches-numberbox {
        flex-direction: column-reverse;
        float: right;
    }
    html[lang="ar"] .brnaches-loction a {
        flex-direction: row;
        float: right;
    }
}
html[dir='rtl'] .header-icons a .form {
    left: 50px!important;
    right: auto!important;
}

@media (max-width: 692px) and (min-width:401px){
    html[lang="ar"] .branches-numberbox {
        flex-direction: row;
        float: right;
    }
    html[lang="ar"] .brnaches-loction {
        margin: 5px 21px;
        float: right;
    }
}
@media (max-width: 400px) {
    html[lang="ar"] .branches-numberbox {
        flex-direction: column;
        float: right;
    }
    html[lang="ar"] .brnaches-loction {
        margin: 9px 9px;
        float: right;
    }
}
/* ms: margin-left */
html[dir="rtl"] .ms-2 {
    margin-left: 0px !important;
    margin-right: .5rem !important;
}

/* discount form in cart */
html[dir="rtl"] #discount-form i {
    left: 60px;
}

html[dir="rtl"] #discount-form button#apply-discount-btn {
    border-radius: 14px 0px 0px 14px;
}

html[dir="rtl"]  #discount_code {
    padding: 10px 10px 10px 24px;
    border-radius: 0px 14px 14px 0px;
}