html[dir='ltr'] body {
    text-align: left !important;
    direction: ltr;
}
html[dir='ltr'] .home::before {
    right: auto;
    left: 0;
}
html[dir='ltr'] .home .logo {
    right: auto;
    left: 0;
}
html[dir='ltr'] .home .logo::before {
    right: auto;
    left: -65px;
}
html[dir='ltr'] .home .logo::after {
    right: auto;
    left: -65px;
}
@media screen and (max-width: 768px) {
    html[dir='ltr'] .home .logo {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
   }
}
html[dir='ltr'] .branch-card-desc {
    padding: 0 12px 10px 12px;
}
html[dir='ltr'] .branch-card-desc .icon {
    margin-left: 0;
    margin-right: 5px;
}
@media screen and (max-width: 991px) {
    html[dir='ltr'] .resturant .resturant-header .header-grid .resturant-logo {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -25px;
        transform: translate(-50%, 0);
   }
}
html[dir='ltr'] .resturant .resturant-header .head-title .grid-shape {
    right: auto;
    left: -50px;
}
html[dir='ltr'] .resturant .resturant-header .head-img {
    border-radius: 0 0 0 70px;
}
@media screen and (max-width: 991px) {
    html[dir='ltr'] .resturant .resturant-header .head-img {
        border-radius: 0;
   }
}
html[dir='ltr'] .resturant .resturant-header .resturant-logo {
    right: auto;
    left: -55px;
}
html[dir='ltr'] .resturant .resturant-header .resturant-logo .status {
    right: auto;
    left: -30px;
}
html[dir='ltr'] .resturant .resturant-header .nav .dropdown-menu {
    text-align: left;
    transform: translate3d(-48px, 38px, 0px) !important;
}
html[dir='ltr'] .resturant .resturant-header .nav .nav-link, html[dir='ltr'] .resturant .resturant-header .nav .btn.dropdown-toggle {
    margin-right: 0;
    margin-left: 1rem;
}
html[dir='ltr'] .resturant .resturant-header .nav .cart-nav-link .orders-count {
    right: auto;
    left: -5px;
}
html[dir='ltr'] .resturant .resturant-header .head-title-content .socials a {
    margin-left: 0;
    margin-right: 1rem;
}
html[dir='ltr'] .resturant-navigator .btn-tab .icon {
    margin-left: 0;
    margin-right: 5px;
}
html[dir='ltr'] .footer .btn-contact {
    left: auto;
    right: 50px;
}
html[dir='ltr'] .menu .menu-nav .btn:first-child {
    margin-left: 0;
    margin-right: 0.75rem;
}
html[dir='ltr'] .menu .categories {
    margin-right: 0;
    margin-left: 10vw;
}
@media screen and (max-width: 767px) {
    html[dir='ltr'] .menu .categories {
        margin-left: 0;
   }
}
html[dir='ltr'] .menu .menu-content .categories-sidebar {
    margin-left: 0;
    margin-right: 1.5rem;
}
html[dir='ltr'] .meal-card .btn-to-cart .icon {
    margin-left: 0;
    margin-right: 5px;
}
html[dir='ltr'] .meal-card.list .title h6 {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left;
}
@media screen and (max-width: 767px) {
    html[dir='ltr'] .meal-card.list.list .meal-img {
        margin-left: 0;
        margin-right: 0.75rem;
   }
}
html[dir='ltr'] .cart .shape {
    right: auto;
    left: -50px;
}
html[dir='ltr'] .meal-additions {
    transform: translateX(200px);
}
html[dir='ltr'] .meal-additions .additions li .addition-price {
    margin-right: 0;
    margin-left: 9vw;
}
@media screen and (max-width: 767px) {
    html[dir='ltr'] .meal-additions {
        transform: translateX(0);
   }
    html[dir='ltr'] .meal-additions .comment-input {
        width: 100%;
   }
}
html[dir='ltr'] .checkbox, html[dir='ltr'] .radio {
    margin-left: 0;
    margin-right: 10px;
}
html[dir='ltr'] .v-select .vs__dropdown-menu {
    text-align: left;
}
