:root {
    --primary-color: #eeb850;
    --white-color: #fff;
    --black-color: #000;
}
body {
    overflow-x: hidden;
    font-family: "Tajawal", sans-serif;
}
.myactive {
    border-left: solid 3px var();
}
.wrapper {
    position: relative;
}
.bg-grey {
    background-color: rgb(245, 245, 249);
}
.sidebar-menu {
    background-color: #f5f5f9;
}
.before-address {
    background-color: #fff;
    /* margin-top: 20px; */
}
.sidebar-menu .header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
    align-items: center;
    display: none;
    flex: 0 0 auto;
    height: 48px;
    justify-content: space-between;
    padding: 8px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3000;
    color: #ffffff;
}
.sidebar-menu .header .hamburger {
    font-size: 24px;
    height: 24px;
    color: currentColor;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0;
    touch-action: manipulation;
    line-height: 1;
}
.label-outer-div {
    text-align: justify;
}
.sidebar-menu .header-arrow {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: space-between;
    padding: 8px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3000;
    color: #ffffff;
}
.product__label {
    height: 20px;
    width: 70px;
    background: #dd2222;
    border-radius: 5%;
    font-size: 10px !important;
    color: white;
    text-align: center;
    padding: 2px;
    margin-bottom: 10px;
}
.rightToLeft .product__label {
    margin-left: 0px;
    margin-right: 10px;
}
.product__label_detail {
    height: 20px;
    width: 70px;
    background: #dd2222;
    border-radius: 5%;
    font-size: 10px !important;
    color: white;
    text-align: center;
    padding: 2px;
}

.sidebar-menu .header-arrow-dish-2 {
    background-image: linear-gradient(#ffffff, #ffffff);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 3000;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
}
.sidebar-menu .header-arrow-dish-2 h1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: -0.4px;
    text-align: center;
    padding-left: 9%;
    padding-right: 9%;
    flex: 1 1 auto;
    -webkit-box-align: center;
    align-items: center;
    color: inherit;
    position: absolute;
    left: 0px;
    right: 0px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: opacity 0.5s ease 0s, transform 0.2s ease 0s;
}
.sidebar-menu .header-arrow-dish-2 button {
    font-size: 32px;
    height: 32px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    touch-action: manipulation;
    line-height: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.sidebar-menu .header-arrow-dish-2 button svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
}
.sidebar-menu .white-header {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: space-between;
    padding: 8px;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 3000;
    color: rgb(0, 0, 0);
}
.sidebar-menu .header-arrow .left-arrow {
    font-size: 32px;
    height: 32px;
    color: currentcolor;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0px;
    touch-action: manipulation;
    line-height: 1;
    transform: scale3d(1, 1, 1);
}
.sidebar-menu .header-arrow-dish-2 .left-arrow {
    font-size: 32px;
    height: 32px;
    color: currentcolor;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0px;
    touch-action: manipulation;
    line-height: 1;
    transform: scale3d(1, 1, 1);
}
.sidebar-menu .header .header-logo {
    display: flex;
    margin-left: 60px;
    opacity: 0;
    pointer-events: none;
    transform: scale3d(0.5, 0.5, 1);
    transition: opacity 0.5s, transform 0.2s;
}
.sidebar-menu .header .header-logo img {
    height: 90px;
    width: 140px;
    flex-shrink: 0;
    object-fit: contain;
}
.sidebar-menu .header .search-cart a {
    cursor: pointer;
    text-decoration: none;
    height: 100%;
    font-size: 30px;
    height: 15px;
    color: currentColor;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    user-select: none;
    vertical-align: text-top;
    flex-shrink: 0;
    padding: 0;
    touch-action: manipulation;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.2s;
    -webkit-transition: opacity 0.5s, transform 0.2s;
    transition: opacity 0.5s, transform 0.2s;
}
.sidebar-menu .header .search-cart i {
    padding: 0 2px;
}
.sidebar-menu .header .search-cart a.btn-lang-ar {
    margin: -7px 0 0;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.search-cart a.btn-lang-ar {
    font-size: 32px;
    height: 44px;
    color: currentcolor;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0px;
    touch-action: manipulation;
    line-height: 1;
}
.search-cart a.btn-lang-ar span {
    opacity: 1 !important;
}
.search-cart .btn-lang-ar svg {
    height: 1em;
    width: 1em;
    fill: currentcolor;
}
.ar-icon,
.en-icon {
    opacity: 1 !important;
}
.sidebar-menu .header .search-cart .lang-btn-en a {
    height: auto;
    opacity: 1 !important;
    transform: scale3d(1, 1, 1) !important;
}
.search-cart .lang-btn-en {
    flex: 1 1 0%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
}
.search-cart .lang-btn-en .btn {
    font-size: 40px !important;
    height: 32px;
    color: rgb(255, 255, 255);
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0px;
    touch-action: manipulation;
    line-height: 1;
}
.search-cart .lang-btn-en .btn svg {
    height: 1em;
    width: 1em;
    fill: currentcolor;
}
.sidebar-menu .mobile-banner {
    display: none;
    flex-direction: column;
    margin: -48px 0 0px;
    width: 100%;
}
.sidebar-menu .mobile-banner .mob-ban {
    height: 256px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: inherit;
    /* background-image: url(../images/main-bg.png); */
}
.sidebar-menu .upper-part {
    flex-direction: column;
    flex: 1 1 0%;
    display: flex;
    min-height: 89vh;
}
.sidebar-menu .upper-part .details-banner {
    flex-direction: column;
    margin-top: -48px;
    display: flex;
}
.details-banner__center{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.details-banner__center img{
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.sidebar-menu .upper-part .details-banner .det-ban {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
}
.sidebar-menu .upper-part .details-banner .det-ban .carousel {
    width: 100%;
}
.sidebar-menu .upper-part .details-banner .det-ban .carousel img {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    object-fit: cover;
    max-height: 600px;
}
.sidebar-menu .upper-part .details-banner .ice-cream-detail {
    flex-direction: column;
    flex: 1 1 auto;
    align-items: flex-start;
    padding: 16px;
    display: flex;
    background-color: rgb(255, 255, 255);
}
.sidebar-menu .upper-part .details-banner .ice-cream-detail .heading {
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sidebar-menu .upper-part .details-banner .ice-cream-detail .heading h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: -0.4px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.sidebar-menu .upper-part .details-banner .ice-cream-detail .heading h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.4px;
    margin-top: 4px;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}
.sidebar-menu .upper-part .price-div {
    align-items: center;
    padding: 16px;
    justify-content: space-between;
    margin-top: 8px;
    display: flex;
    background-color: #fff;
}
.sidebar-menu .upper-part .price-div .price-para {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.2px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
}
.sidebar-menu .upper-part .price-div .price {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
}
.sidebar-menu .upper-part .flavour-option {
    padding: 16px;
    margin-top: 8px;
    background-color: #fff;
}
.sidebar-menu .upper-part .flavour-option .select-atleast {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.sidebar-menu .upper-part .flavour-option .select-atleast h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    margin-bottom: 4px;
    padding-right: 8px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.sidebar-menu .upper-part .flavour-option .select-atleast span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    border-radius: 12px;
    padding: 4px 8px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    transition: all 0.2s ease 0s;
}
.sidebar-menu .upper-part .flavour-option p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    padding-bottom: 8px;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}
.sidebar-menu .upper-part .flavour-option .flavors {
    padding-top: 8px;
    display: flex;
}
.optionPriceSection {
    text-align: right;
}
.sidebar-menu .upper-part .instruction {
    flex-direction: column;
    padding: 16px;
    margin-top: 8px;
    display: flex;
    background-color: #fff;
}
.sidebar-menu .upper-part .instruction textarea {
    border: none;
    border-bottom: 1px solid rgb(245, 245, 245);
    padding: 10px 0;
}
.sidebar-menu .upper-part .instruction textarea:focus {
    outline: none;
}
.counter {
    align-items: center;
    display: flex;
    padding: 16px;
    margin-top: 8px;
    background-color: #fff;
    justify-content: center;
}
.counter button {
    font-size: 24px;
    height: 40px;
    color: var(--primary-color);
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0px;
    touch-action: manipulation;
    line-height: 1;
}
.counter button:focus {
    outline: none;
}
.counter p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: 0.3px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    user-select: none;
    min-width: 40px;
    text-align: center;
    transition: all 0.2s ease 0s;
}
.sidebar-menu .mobile-banner .banner-logo {
    padding: 15px 15px 0;
    background: #ffffff;
    align-items: center;
    display: flex;
}
.sidebar-menu .mobile-banner .banner-logo img {
    flex-shrink: 0;
    object-fit: contain;
    width: 100px;
    height: 85px;
    margin-right: 16px;
}
.sidebar-menu .mobile-banner .banner-logo .headings {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sidebar-menu .mobile-banner .banner-logo .headings h1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    -webkit-letter-spacing: -0.4px;
    -moz-letter-spacing: -0.4px;
    -ms-letter-spacing: -0.4px;
    letter-spacing: -0.4px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.sidebar-menu .mobile-banner .banner-logo .headings h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    -webkit-letter-spacing: -0.2px;
    -moz-letter-spacing: -0.2px;
    -ms-letter-spacing: -0.2px;
    letter-spacing: -0.2px;
    color: hsl(0, 0%, 62%);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.sidebar-menu .delivery {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.sidebar-menu .delivery a {
    width: 50%;
}
.sidebar-menu .btn {
    font-size: 18px;
    font-weight: 500;
    /* height: 50px;
    width: 175px; */
}
.sidebar-menu .btn-delivery {
    /* background-color: var(--primary-color); */
    border-bottom: 1px solid #333;
    border-radius: 0;
    color: #1b0120;
    height: 50px;
    width: 100%;
}
.sidebar-menu .btn-pickup {
    /* background-color: #fff;
    border: 2px solid var(--primary-color); */
    border-radius: 0;
    color: #1b0120;
    height: 50px;
    width: 100%;
}
.sidebar-menu .btn-delivery:focus,
.sidebar-menu .btn-pickup:focus {
    box-shadow: none;
    outline: none;
}

.after-address {
    margin-top: 0;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 15px 0;
    display: flex;
    background-color: #ffffff;
}
.after-address .delivery-head {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-color: hsl(0, 0%, 96%);
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.after-address .area {
    padding-bottom: 16px;
    padding-top: 16px;
    border-color: hsl(0, 0%, 96%);
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.after-address .schedule {
    padding-top: 16px;
    border-color: hsl(0, 0%, 96%);
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.after-address .delivery-head h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    padding-right: 8px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}
.after-address a {
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: none;
    display: inline;
    background: transparent;
    cursor: pointer;
    appearance: none;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in;
    padding: 0;
    color: var(--primary-color);
}
.after-address a .switch-to {
    align-items: center;
    display: flex;
}
.after-address a .switch-to i {
    line-height: 0;
    margin-left: 8px;
    font-size: 24px;
    height: 24px;
    color: var(--primary-color);
    transform: scale3d(1, 1, 1);
}
.after-address p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 0;
    padding-right: 8px;
    color: hsl(0, 0%, 38%);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}

.sidebar-menu .search {
    position: relative;
}
.sidebar-menu .search span {
    left: 15px;
    position: absolute;
    top: 13px;
}
.sidebar-menu .search input {
    background-color: #dbdbdb;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px 0 40px;
    width: 100%;
}

/* index-2 css */
.food-menu {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.food-menu a:hover {
    text-decoration: none;
}
.food-menu .food-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.food-menu .food-item img {
    border-radius: 6px;
    height: 216px;
    object-fit: contain;
    width: 100%;
    transition: transform 450px;
}
.food-menu .food-item:hover img {
    transform: scale(1.05);
}
.food-menu .food-item span {
    font-size: 17px;
    text-transform:capitalize;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: -0.4px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.upper-part-dish-2 {
    background-color: #fff;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.upper-part-dish-2 .inner {
    padding: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
}
.upper-part-dish-2 .inner ul {
    padding: 8px 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 16px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.upper-part-dish-2 .inner ul li {
    padding: 8px;
    padding-bottom: 32px;
}
.upper-part-dish-2 .inner ul li a {
    cursor: pointer;
    text-decoration: none;
    flex-direction: column;
    height: 100%;
    display: flex;
}
.upper-part-dish-2 .inner ul li a .img-box {
    border-radius: 6px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.upper-part-dish-2 .inner ul li a .img-box img {
    border-radius: 6px;
    width: 100%;
    min-height: 216px;
    flex-shrink: 0;
    max-height: 216px;
    object-fit: contain;
}

.upper-part-dish-2 .inner ul li a .img-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.06);
}
.upper-part-dish-2 .inner ul li a p.heading {
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: -0.1px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 8px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.upper-part-dish-2 .inner ul li a p.price {
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: -0.1px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: 0;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}
.upper-part-dish-2 .inner ul li a button {
    border-radius: 4px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(219, 219, 219);
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 1.23;
    padding: 8px 16px;
    min-height: 37px;
    margin-top: 16px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in 0s;
    user-select: none;
}
.upper-part-dish-2 .inner ul li a button h4 {
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: -0.1px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
/* index-2 css */

.menu-upper-part {
    min-height:calc(100vh-20px);
    background-color: #fff;
    border-bottom: 1px solid rgb(220, 220, 219);
}
.menu-upper-part .powered {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    color: hsl(0, 0%, 60%);
    margin: 10px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    word-break: break-word;
}
.ice-cream-menu {
    background-color: #fff;
    margin-top: 8px;
}
.ice-cream-menu h3 {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-between;
    padding: 8px 8px 8px 0;
    position: sticky;
    top: 0;
    z-index: 1;
}
.ice-cream-menu h3:hover {
    opacity: 0.7;
}
.ice-cream-menu h3 span {
    font-size: 25px;
}
.ice-cream-menu .ice-cream-item {
    margin-bottom: 20px;
    position: relative;
}
.ice-cream-menu .ice-cream-item:last-child {
    margin: 0;
}
.ice-cream-menu .ice-cream-item.active::before {
    background-color: var(--primary-color);
    content: "";
    top: 0px;
    bottom: 0px;
    left: -15px;
    position: absolute;
    height: 100%;
    width: 4px;
}
.ice-cream-menu .ice-cream-item a {
    align-items: flex-start;
    /* background-color: #EBF9FC;
    border-radius: 10px; */
    border-bottom: 1px solid rgb(245, 245, 245);
    color: #1b0120;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
}
.ice-cream-menu .ice-cream-item a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.ice-cream-menu .ice-cream-item img {
    border-radius: 4px;
    height: 85px;
    width: 85px;
}
.ice-cream-menu .ice-cream-item h4 {
    font-size: 16px;
}
.rightToLeft .ice-cream-menu .ice-cream-item .ice-cream-div {
    margin-right: 10px;
}
.ice-cream-menu .ice-cream-item p {
    font-size: 13px;
}
.ice-cream-menu .ice-cream-item span {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
    padding: 0 4px 0 0;
}
.ice-cream-menu .ice-cream-item .addtocart {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    padding: 5px 8px;
    transition: all 0.2s ease-in 0s;
}
.ice-cream-menu .ice-cream-item a:hover .addtocart:hover {
    border: 1px solid #000;
}
.ice-cream-menu .ice-cream-item span i {
    line-height: 0;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 15px;
    height: 15px;
    color: var(--primary-color);
}
.order-div {
    bottom: 8px;
    min-height: 55px;
    position: sticky;
    z-index: 1;
}
.order-div .btn-order {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: var(--white-color) !important;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 37px;
    width: 100%;
}
.order-div .btn-order:focus {
    outline: none;
}
.order-div .btn-order.btn-review-order {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.order-div .btn-order.btn-review-order .count {
    align-items: center;
    background-color: var(--primary-color) light;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.order-div .btn-order.btn-review-order .amount {
    font-size: 14px;
}

/* Fixed Nav */
.sidebar-menu .product-nav {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    background-color: rgba(4, 4, 15, 0.4);
    width: 33.3%;
}
.sidebar-menu .product-nav .product-nav-header {
    padding: 8px 8px 8px 16px;
    z-index: 1000;
    border-bottom: 1px solid rgba(82, 82, 82, 0.1);
    border-top-color: rgba(82, 82, 82, 0.1);
    border-right-color: rgba(82, 82, 82, 0.1);
    border-left-color: rgba(82, 82, 82, 0.1);
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.sidebar-menu .product-nav .product-nav-header h1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    padding-right: 16px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sidebar-menu .product-nav .product-nav-header button {
    font-size: 32px;
    height: 32px;
    color: currentcolor;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0px;
    touch-action: manipulation;
    line-height: 1;
}
.sidebar-menu .product-nav .product-nav-header button svg {
    height: 1em;
    width: 1em;
    fill: currentcolor;
}
.sidebar-menu .product-nav ul {
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 32px);
    overflow: auto;
    flex-direction: column;
    display: flex;
    background-color: rgb(255, 255, 255);
    list-style: none;
}
.sidebar-menu .product-nav ul li {
    padding: 0px;
    position: relative;
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
    transition: color 0.25s ease-in 0s, opacity 0.25s ease-in 0s;
}
.sidebar-menu .product-nav ul li a:hover {
    text-decoration: none;
}
.sidebar-menu .product-nav ul li.active::before {
    content: "";
    top: 0px;
    bottom: 0px;
    position: absolute;
    height: 100%;
    width: 4px;
    background: var(--primary-color);
}
.sidebar-menu .product-nav ul li .products {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
    border-color: rgb(245, 245, 245);
}
.sidebar-menu .product-nav ul li .products h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.sidebar-menu .product-nav ul li .products span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}
/* Fixed Nav */

/* Search City */
.sidebar-menu .search-city-header {
    background-image: linear-gradient(#ffffff, #ffffff);
    justify-content: space-between;
    padding: 15px 0;
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 3000;
    align-items: center;
    height: 48px;
    flex: 0 0 auto;
    display: flex;
    color: #000000;
}
.sidebar-menu .search-city-header h1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: -0.4px;
    text-align: center;
    padding-left: 9%;
    padding-right: 9%;
    flex: 1 1 auto;
    align-items: center;
    color: inherit;
    position: absolute;
    left: 0px;
    right: 0px;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: opacity 0.5s ease 0s, transform 0.2s ease 0s;
}
.sidebar-menu .search-city-header a {
    color: #000;
    font-size: 32px;
    height: 32px;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    touch-action: manipulation;
    line-height: 0;
    transform: scale3d(1, 1, 1);
}
.sidebar-menu .search-city-header button svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
}
.sidebar-menu .delivery-tabs.nav-tabs {
    background-color: #fff;
    border: none;
    justify-content: center;
    padding: 20px 0;
}
.sidebar-menu .delivery-tabs.nav-tabs .nav-item .nav-link,
.sidebar-menu .delivery-tabs.nav-tabs .nav-item.show .nav-link,
.sidebar-menu .delivery-tabs.nav-tabs .nav-link.active {
    background: transparent;
    border: none;
    padding: 0;
}
.sidebar-menu .delivery-tabs.nav-tabs .nav-item .nav-link button:focus {
    box-shadow: none;
    outline: none;
}
.accordion {
    margin-top: 10px;
}
.accordion > .card .card-header {
    background-color: rgb(245, 245, 245);
    cursor: pointer;
    margin: 0;
}
.accordion > .card .card-header .card-title {
    font-weight: 600;
}

.rightToLeft .accordion .card-header:after{
    float: left;
}
.order-mode-card-body{
    padding:0px !important;
}
.no-data-in-search{
    width:100%;
    text-align:center;
    height: 100px;
    padding: 15px;
    box-shadow: 10px 10px 5px lightblue;
}
.rightToLeft .mystate li{
    padding-right: 20px !important;

}
.mystate li{
    padding-left: 20px !important;
    text-transform: capitalize;
}
.mystate li:hover{
    background-color: #f0f0f0;
}
.accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f106";
    float: right;
    font-size: 20px;
    font-weight: 600;
}
.accordion .card-header.collapsed:after {
    content: "\f107";
}
.accordion .card-body ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.accordion .card-body ul li {
    border-bottom: 1px solid rgb(245, 245, 245);
    cursor: pointer;
    padding: 10px 0;
    position: relative;
}
.accordion .card-body ul li::before {
    content: "";
    top: 0px;
    bottom: 0px;
    position: absolute;
    height: 100%;
    width: 4px;
}
.accordion .card-body ul li:last-child {
    border: none;
}
/* Search City */

/* Order */
.bg-white {
    padding: 0px;
    flex-direction: column;
    margin-top: 8px;
    display: flex;
    background-color: rgb(255, 255, 255);
    list-style: none;
}
.order-box {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
}
.delivery-info h5 {
    margin-bottom: 0;
    padding: 10px 15px 0px;
}
.delivery-info .time {
    padding: 15px;
    align-items: center;
    display: flex;
    position: relative;
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
    transition: color 0.25s ease-in 0s, opacity 0.25s ease-in 0s;
}
.delivery-info .time p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    margin-right: 16px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.delivery-info .time i {
    line-height: 0;
    margin-left: auto;
    font-size: 24px;
    height: 24px;
    color: #333;
    transform: scale3d(1, 1, 1);
}

.order-item h5 {
    margin-bottom: 0;
    padding: 10px 15px 0px;
}
.order-item .food-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0;
}
.order-item .counter-btns {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-bottom: 0px !important;
}
.order-item .counter-btns .counter {
    margin: 0;
    padding: 0;
}
.order-item .counter-btns .counter button {
    height: auto;
}
.order-item .counter-btns .btn-remove {
    border-radius: 4px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(219, 219, 219);
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 1.23;
    padding: 8px 16px;
    min-height: 32px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in 0s;
    user-select: none;
}

.promo-code h5 {
    margin-bottom: 0;
    padding: 10px 15px 0px;
}
.promo-code .enter-code {
    align-items: center;
    display: flex;
    padding: 15px;
}
.promo-code .enter-code input {
    flex: 1 1 auto;
    padding-right: 16px;
    margin-right: 15px;
    background: none;
    resize: none;
    padding-top: 4px;
    padding-bottom: 8px;
    display: block;
    width: 100%;
    border-top: none rgb(245, 245, 245);
    border-right: none rgb(245, 245, 245);
    border-left: none rgb(245, 245, 245);
    border-image: initial;
    border-radius: 0px;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
}
.promo-code .enter-code .btn-apply {
    border-radius: 4px;
    color: var(--primary-color);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(219, 219, 219);
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 1.23;
    padding: 8px 16px;
    min-height: 32px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in 0s;
    user-select: none;
}

.delivery-total h6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: -0.1px;
    color: rgb(153, 153, 153);
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
    padding: 15px 15px 0;
}
.delivery-total .total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.delivery-total .total h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: -0.4px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}
/* Order */

/* Checkout */
.checkout-box .card {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.checkout-box .card-header {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
}
.steps {
    display: flex;
    column-count: 3;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.steps .step {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #ccc;
    line-height: 0.1em;
    margin: 0px 5px 20px;
}
.steps .step.active {
    border-bottom: 2px solid #877cdf;
}
/* .steps .step span {
    padding: 10px 16px;
    border: 1px solid #877cdf;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 0px 0px #877cdf;
  }
  .steps .step.active span {
    background: #A98BF9;
    color: white;
    border: 1px solid #A98BF9;
  } */
.checkout-box .card-body {
    padding: 0 20px 15px;
    display: flex;
    justify-items: center;
}
.checkout-box .card-body .tabs {
    width: 100%;
    /* height: 100%;
    justify-content: center;
    display: flex;
    align-items: center; */
}
.checkout-box .card-body .tabs .tab {
    display: none;
}
.checkout-box .card-body .tabs .tab.active {
    display: block !important;
}
.checkout-box .card-body .contact-info .con-info {
    min-height: 81vh;
}
.checkout-box .card-body .contact-info .con-info.pickup-con-info {
    min-height: 85vh;
}
.checkout-box .card-body .contact-info input {
    background: none;
    resize: none;
    height: 45px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: hsl(0deg 1.37% 79.56%);
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
}
.checkout-box .card-body .contact-info input:focus {
    outline: none;
}
.checkout-box .card-body .map-icon {
    align-items: center;
    justify-content: center;
    display: flex;
}
.checkout-box .card-body .map-icon i {
    line-height: 0;
    font-size: 160px;
    height: 160px;
    color: var(--primary-color);
}
.area {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.area a {
    color: var(--primary-color);
}
.area .place {
    align-items: center;
    display: flex;
}
.area .place i {
    line-height: 0;
    margin-left: 8px;
    font-size: 24px;
    height: 24px;
    color: var(--primary-color);
    transform: scale3d(1, 1, 1);
}
.checkout-box .choose-unit {
    margin: 15px 0;
}
.checkout-box .choose-unit h5 {
    margin-bottom: 8px;
    color: rgb(153, 153, 153);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    pointer-events: none;
    transition: all 300ms ease 0s;
}
.checkout-box nav .nav-tabs {
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.checkout-box nav .nav-tabs .nav-item {
    padding: 4px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 4px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
}
.checkout-box nav .nav-tabs .nav-item.active {
    border: 2px solid #dd4b39;
}
.checkout-box nav .nav-tabs .nav-item.active i {
    color: #dd4b39;
}
.checkout-box nav .nav-tabs .nav-item.active p {
    color: #dd4b39;
}
.checkout-box nav .nav-tabs .nav-item i {
    line-height: 0;
    margin-bottom: 4px;
    font-size: 32px;
    height: 32px;
    color: var(--primary-color);
}
.checkout-box nav .nav-tabs .nav-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: -0.1px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
}
.checkout-box nav .nav-tabs .nav-item label {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 0;
}
.checkout-box nav .nav-tabs .nav-item label::before,
.checkout-box nav .nav-tabs .nav-item label::after {
    visibility: hidden;
}
.checkout-box .tab-content .input-box {
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.rightToLeft #myTabContent {
    text-align: right;
}
.rightToLeft .mystate {
    padding-right: 0%;
}
.checkout-box .tab-content .input-box input {
    background: none;
    resize: none;
    height: 45px;
    margin-bottom: 15px;
    padding: 10px 0;
    display: block;
    width: 100%;
    border-top: none rgb(245, 245, 245);
    border-right: none rgb(245, 245, 245);
    border-left: none rgb(245, 245, 245);
    border-image: initial;
    border-radius: 0px;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
}
.checkout-box .tab-content .input-box input:focus {
    outline: none;
}
.checkout-box .card-footer {
    background: transparent;
    padding: 0;
    border: none;
}

.checkout-box .card-body .payment-icon {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin-top: 0px;
    flex-shrink: 0;
    flex-direction: column;
    padding: 16px;
    display: flex;
    background-color: rgb(255, 255, 255);
}
.checkout-box .card-body .payment-icon i {
    line-height: 0;
    font-size: 160px;
    height: 160px;
    color: var(--primary-color);
}
.checkout-box .card-body .payment-icon h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    padding-bottom: 8px;
    color: rgb(0, 0, 0);
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
.checkout-box .card-body .payment-icon p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin: 0;
    padding-bottom: 16px;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}
.checkout-box .card-body .payment-option nav {
    min-height: 49vh;
}
.checkout-box .card-body .btn-submit {
    width: 100%;
    border-radius: 4px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(219, 219, 219);
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 1.23;
    padding: 8px 16px;
    min-height: 32px;
    margin-top: 24px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in 0s;
    user-select: none;
}

.order-n-delivery {
    background-color: #f1f1f1;
    flex-direction: column;
    flex: 1;
    display: flex;
}
.order-n-delivery ul {
    padding: 10px 10px 5px;
    flex-direction: column;
    margin: 8px 0 0;
    display: flex;
    background-color: rgb(255, 255, 255);
    list-style: none;
}
.order-n-delivery ul.order-items .order-item-div {
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
    transition: color 0.25s ease-in 0s, opacity 0.25s ease-in 0s;
}
.order-n-delivery ul.order-items .order-item-div h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    -webkit-letter-spacing: -0.4px;
    -moz-letter-spacing: -0.4px;
    -ms-letter-spacing: -0.4px;
    letter-spacing: -0.4px;
    padding-right: 8px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.order-n-delivery ul.order-items .order-item-div i {
    line-height: 0;
    margin-left: auto;
    padding-left: 8px;
    font-size: 24px;
    height: 24px;
    color: currentcolor;
    transform: scale3d(1, 1, 1);
}
.order-n-delivery ul.order-items li {
    display: flex;
    text-decoration: none;
    position: relative;
    cursor: auto;
    padding: 10px 0;
}
.order-n-delivery ul.order-items li span.count {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    flex-shrink: 0;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.order-n-delivery ul.order-items li span.amount {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    padding-right: 10px;
    flex-shrink: 0;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.order-n-delivery ul.order-items li .item {
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.order-n-delivery ul.order-items li .item .food-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    padding-right: 10px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0;
}
.order-n-delivery ul.order-items li .item .price {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    flex-shrink: 0;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0;
}

.order-n-delivery ul.delivery-info h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    -webkit-letter-spacing: -0.4px;
    -moz-letter-spacing: -0.4px;
    -ms-letter-spacing: -0.4px;
    letter-spacing: -0.4px;
    padding-right: 8px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.order-n-delivery ul.delivery-info li {
    padding: 10px 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    position: relative;
    border-top: 1px solid rgb(245, 245, 245);
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
    transition: color 0.25s ease-in 0s, opacity 0.25s ease-in 0s;
}
.order-n-delivery ul.delivery-info li:first-of-type {
    border-top: none;
}
.order-n-delivery ul.delivery-info li .i1 {
    line-height: 0;
    margin-right: 16px;
    font-size: 24px;
    height: 24px;
    color: currentcolor;
}
.order-n-delivery ul.delivery-info li .i2 {
    line-height: 0;
    margin-left: auto;
    font-size: 24px;
    height: 24px;
    color: currentcolor;
    transform: scale3d(1, 1, 1);
}
.order-n-delivery ul.delivery-info li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    margin: 0 16px 0 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.order-n-delivery ul.delivery-info li .info-div {
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-right: 16px;
    display: flex;
}
.order-n-delivery ul.delivery-info li .info-div .para-1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 4px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.order-n-delivery ul.delivery-info li .info-div .para-2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    margin-bottom: 0;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}

.order-n-delivery ul.payment-method li {
    padding: 10px 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    position: relative;
    border-top: 1px solid rgb(245, 245, 245);
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
    transition: color 0.25s ease-in 0s, opacity 0.25s ease-in 0s;
}
.order-n-delivery ul.payment-method li:first-of-type {
    border-top: none;
}
.order-n-delivery ul.payment-method h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    -webkit-letter-spacing: -0.4px;
    -moz-letter-spacing: -0.4px;
    -ms-letter-spacing: -0.4px;
    letter-spacing: -0.4px;
    padding-right: 8px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.order-n-delivery ul.payment-method li .i1 {
    line-height: 0;
    margin-right: 16px;
    font-size: 24px;
    height: 24px;
    color: currentcolor;
}
.order-n-delivery ul.payment-method .i2 {
    line-height: 0;
    margin-left: auto;
    font-size: 24px;
    height: 24px;
    color: currentcolor;
    transform: scale3d(1, 1, 1);
}
.order-n-delivery ul.payment-method li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    margin: 0 16px 0 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}

.order-n-delivery ul.delivery {
    margin: 8px 0 0;
}
.order-n-delivery ul.delivery li {
    padding: 10px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
    transition: color 0.25s ease-in 0s, opacity 0.25s ease-in 0s;
}
.order-n-delivery ul.delivery li .deli {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: -0.1px;
    color: rgb(153, 153, 153);
    overflow-wrap: break-word;
    word-break: break-word;
}
.order-n-delivery ul.delivery li h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}
/* Checkout */

/* Search */
.search-item {
    align-items: center;
    flex-shrink: 0;
    padding: 16px 0;
    position: sticky;
    top: 0px;
    z-index: 3000;
    display: flex;
    background-color: rgb(255, 255, 255);
}
.search-item input {
    flex: 1;
    resize: none;
    padding-top: 4px;
    padding-bottom: 8px;
    display: block;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: hsl(0, 0%, 96%);
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    border: none;
    border-radius: 8px;
    background: hsl(0, 0%, 96%);
    padding: 8px;
    -webkit-appearance: none;
    transition: all 0.2s ease 0s;
}
.search-item a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    overflow-wrap: break-word;
    word-break: break-word;
    border: none;
    display: inline;
    background: transparent;
    cursor: pointer;
    appearance: none;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in 0s;
    padding: 0px;
    margin-left: 16px;
    color: var(--primary-color);
}
.find-product {
    border-top: 1px solid rgb(245, 245, 245);
    padding: 0 0px 40px;
    flex-direction: column;
    margin-top: 0px;
    height: 100%;
    display: flex;
    background-color: rgb(255, 255, 255);
}
.find-product .find {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: 0.3px;
    margin: 15px 0 0;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.find-product .type {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin-top: 8px;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}
/* Search */

/* Branches */
.branch-name {
    height: 100%;
    flex-direction: column;
    display: flex;
    background-color: rgb(255, 255, 255);
}
.branch-name ul {
    padding: 16px 0px;
    flex-direction: column;
    margin: 8px 0 0;
    display: flex;
    background-color: rgb(255, 255, 255);
    list-style: none;
}
.branch-name ul li {
    padding: 15px 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid rgb(245, 245, 245);
    cursor: pointer;
    appearance: none;
    touch-action: manipulation;
    transition: color 0.25s ease-in 0s, opacity 0.25s ease-in 0s;
}
.branch-name ul li:first-of-type {
    border-top: none;
}
.branch-name ul li a {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.branch-name ul li h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin: 0;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.branch-name ul li i {
    line-height: 0;
    font-size: 32px;
    height: 32px;
    color: var(--primary-color);
}

.branch-details {
    flex-direction: column;
    display: flex;
    height: 86vh;
}
.branch-details .call-direction {
    margin-top: 0px;
    flex-direction: row;
    padding: 15px 0;
    display: flex;
    background-color: rgb(255, 255, 255);
}
.branch-details .call-direction a {
    flex: 1 1 0%;
    border-radius: 4px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(219, 219, 219);
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: -0.1px;
    line-height: 1.23;
    padding: 8px 16px;
    min-height: 32px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in 0s;
    user-select: none;
}

.branch-details .open-time {
    flex-direction: column;
    padding: 15px;
    margin-top: 8px;
    display: flex;
    background-color: rgb(255, 255, 255);
}
.branch-details .open-time p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin: 0;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
.branch-details .open-time p span.outer {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: rgba(40, 189, 80, 0.9);
    overflow-wrap: break-word;
    word-break: break-word;
}
.branch-details .open-time p span.inner {
    border: none;
    box-shadow: none;
    padding: 0px;
    background: currentcolor;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    transition: background 0.2s ease 0s;
}

.branch-details ul {
    padding: 0px;
    flex-direction: column;
    margin-top: 8px;
    display: flex;
    background-color: rgb(255, 255, 255);
    list-style: none;
    margin-bottom: 8px;
}
.branch-details ul li {
    padding: 15px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: auto;
}
.branch-details ul li p {
    font-size: 13px;
    line-height: 1.23;
    margin-bottom: 0;
    font-weight: 600;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}
/* Branches */

/* Order Status */
.order-status {
    height: 81vh;
}
.order-status .order-code {
    flex-direction: column;
    padding: 16px 0;
    margin-top: 8px;
    display: flex;
    background-color: #ffffff;
    height: 82vh;
    overflow-y: auto;
}
.order-status .order-code p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    color: hsl(0, 0%, 38%);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}
.order-status .order-code input {
    background: none;
    resize: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: hsl(0, 0%, 96%);
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
}
.order-status .order-code input:focus {
    outline: none;
}
.order-status .order-del {
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.order-status .order-del .order-id {
    display: flex;
    flex-direction: column;
}
.order-status .order-del .order-id h6 {
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}
.order-status .order-del .order-id h5 {
    border-bottom: 3px solid #01bf01;
    color: #01bf01;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.order-status .order-del .order-est {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.order-status .order-del .order-est h6 {
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}
.order-status .order-del .order-est h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.StepProgress {
    background-color: #fff;
    position: relative;
    padding: 45px 0 45px 45px;
    list-style: none;
}
.StepProgress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 55px;
    left: 15px;
    width: 10px;
    height: 70%;
    /* border-left: 2px solid #CCC; */
}
.StepProgress-item {
    position: relative;
    counter-increment: list;
}
.StepProgress-item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    top: 10px;
    width: 10px;
}
.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -42px;
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.StepProgress-item p {
    margin: 0;
}
.StepProgress-item p.top-bar {
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}
.StepProgress-item p.bottom-bar {
    font-size: 14px;
    font-weight: 500;
}
.StepProgress-item.is-done::before {
    border-left: 2px dashed var(--primary-color);
}
.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: var(--primary-color);
    text-align: center;
    border: 2px solid var(--primary-color);
    padding-top: 3px;
}
.StepProgress-item.current::before {
    /* border-left: 2px solid var(--primary-color); */
}
.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 0;
    width: 25px;
    height: 25px;
    top: 8px;
    left: -42px;
    font-size: 14px;
    text-align: center;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background-color: white;
}
.StepProgress-item.current p.top-bar {
    color: #000;
}
.StepProgress-item.current p.top-bar,
.StepProgress-item.current p.bottom-bar {
    font-weight: 700;
}
.StepProgress strong {
    display: block;
}
.restrau-detail {
    background-color: #fff;
    display: flex;
    padding: 50px 0;
}
.restrau-detail img {
    margin-right: 15px;
}
.restrau-detail .res-add p {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
/* Order Status  */

/* Time */
.delivery-box {
    background-color: #fff;
    min-height: 89vh;
    padding-top: 30px;
}
.date-box {

    margin-top: 24px;
    position: sticky;
    top: 46px;
    z-index: 1000;
    background-color: inherit;
    display: flex;
    flex-direction: row;
    border-top: 2px solid rgb(245, 245, 245);
    border-bottom: 2px solid rgb(245, 245, 245);
    border-image: initial;
    border-left: none;
    border-right: none;
}
@media (min-width: 576px) {

   
    .modal-dialog {
        max-width: 400px;
    }
    .rightToLeft .product__label {
        right: 266px;
    }
    .modal-dialog .modal-content {
        padding: 1rem;
    }
}

.modal-header .close {
    margin-top: -1.5rem;
    margin-left: initial;
}

.form-title {
    margin: -2rem 0rem 2rem;
}

.btn-round {
    border-radius: 3rem;
}

.delimiter {
    padding: 1rem;
}

.social-buttons .btn {
    margin: 0 0.5rem 1rem;
}

.signup-section {
    padding: 0.3rem 0rem;
}
.date-1 {
    display: flex;
    overflow-y: auto;
}

.date-box .date-1::-webkit-scrollbar {
    display: none;
}
.date-2 {
    display: inline-flex;
}
.date-label {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}
.date-label .label-div {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 68px;
    width: 108px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
}
.date-label .label-div.active {
    background-color: rgb(245, 245, 245);
}
.date-label .label-div input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.date-label .label-div p.date {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 0;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}
.date-label .label-div p.day {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    margin-bottom: 0;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    text-transform: capitalize;
    word-break: break-word;
}

.time-slot {
    margin-top: 16px;
    padding-top: 8px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
}
.time-slot-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    -webkit-letter-spacing: -0.2px;
    -moz-letter-spacing: -0.2px;
    -ms-letter-spacing: -0.2px;
    letter-spacing: -0.2px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.time-slot-label:first-of-type {
    padding-top: 0px;
}
.time-slot .time-slot-label input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
/* Time */

/* Thank You */
.thank-box {
    background-color: #fff;
    min-height: 88vh;
}
.thank-box .thank-you-image {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.thank-box .order-accepted {
    background-color: #01bf01;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
}
.thank-box .order-failed {
    background-color: #f5818f;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
}
.thank-box .order-accepted span {
    float: right;
    font-weight: 600;
}
.thank-box .your-order {
    color: #b0b0b0;
}
.thank-box .order-code {
    background-color: #ededed;
    border: 1px solid #cecece;
    border-radius: 4px;
    font-size: 1rem;
    margin: 10px 0 15px;
    padding: 8px 10px;
    text-transform: uppercase;
}
.thank-box .order-code .orderNo {
    color: #877cdf;
}
.thank-box .remember {
    background-color: #e2f3e2;
    color: #038103;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 10px 15px;
    width: 100%;
}
.thank-box .estimated-time {
    align-items: center;
    display: flex;
    font-size: 1.1rem;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}
.thank-box .steps .step {
    border-bottom: 4px solid #ccc;
}
.thank-box .steps .step.active {
    border-bottom: 4px solid #877cdf;
}
.thank-box .order-para {
    width: 100%;
}
.thank-box .btn-view-receipt {
    border: 2px solid #333;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
}
.thank-box .pickup {
    border-top: 1px solid #e7e7e7;
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-top: 20px;
    width: 100%;
}
.thank-box .location-box {
    border: 1px solid #cecece;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px 20px;
    width: 100%;
}
.thank-box .location-box .location-icon {
    align-items: center;
    display: flex;
}
.thank-box .location-box .location-icon .icon {
    align-items: center;
    border: 2px solid #6f6f6f;
    display: flex;
    font-size: 11px;
    height: 21px;
    justify-content: center;
    margin: 0 10px 0 0;
    transform: rotate(45deg);
    width: 21px;
}
.thank-box .location-box .location-icon .icon i {
    transform: rotate(-60deg);
}
.thank-box .location-box .location-icon .location {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
}
.thank-box .location-box a {
    color: #2196f3;
    font-weight: 500;
}
.thank-box .mask {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 33.3333%;
    z-index: 3001;
}
.thank-box .create-account {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: fixed;
    width: 33.3333%;
    z-index: 3002;
}
.rightToLeft .thank-box .create-account {
    right: 0;
}
.thank-box .create-account h5.create {
    margin-bottom: 30px;
}
.thank-box .create-account h5.enable {
    margin-bottom: 20px;
}
.thank-box .create-account p {
    align-items: center;
    display: flex;
    font-weight: 500;
}
.thank-box .create-account p span {
    width: 7%;
}
.thank-box .create-account .btn-create {
    background-color: #2196f3;
    color: #fff;
    height: 40px;
    margin-top: 30px;
    width: 100%;
}
/* Thank You */

/* Your Order */
.your-order {
    background-color: #fff;
    padding-top: 15px;
}
.your-order .your-order-box {
    border-bottom: 1px solid rgb(245, 245, 245);
    display: flex;
    padding: 15px 0;
    position: relative;
}
.your-order .your-order-box img {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: 50px;
    margin-right: 15px;
    padding: 10px;
    width: 50px;
}
.your-order .your-order-box .inner-order-box {
    width: 75%;
}
.your-order .your-order-box .inner-order-box h5 {
    margin: 0 0 5px;
}
.your-order .your-order-box .inner-order-box p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
}
.your-order .your-order-box .inner-order-box p.delivered {
    color: #02bb02;
}
.your-order .your-order-box .inner-order-box p.date,
.your-order .your-order-box .inner-order-box p.order-id {
    color: #a7a7a7;
}
.your-order .your-order-box .inner-order-box p.options {
    align-items: center;
    color: #eeb850;
    display: flex;
    justify-content: space-between;
}
.your-order .your-order-box .inner-order-box p.options span i {
    margin-right: 10px;
}
.your-order .your-order-box .angle {
    color: #ccc;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 25%;
}
.your-order .mask {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 33.3333%;
    z-index: 3001;
}
.your-order .delivery-location {
    background-color: #fff;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: fixed;
    width: 33.3333%;
    z-index: 3002;
}
.your-order .delivery-location h5 {
    margin: 0 0 20px;
}
.your-order .delivery-location .location-box {
    align-items: center;
    border-bottom: 1px solid rgb(245, 245, 245);
    display: flex;
    padding: 15px 0;
}
.your-order .delivery-location .location-box:last-child {
    border: none;
}
.your-order .delivery-location .location-box span {
    color: #666;
    font-size: 20px;
    margin-right: 15px;
}
.your-order .delivery-location .location-box .location {
    width: 90%;
}
.your-order .delivery-location .location-box p {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/* Your Order */
/* 404 Not Found */
.not-found {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 86vh;
    justify-content: center;
}
.not-found h3 {
    margin: 0 0 10px;
}
/* 404 Not Found */

.right-sidebar {
    left: 33.33%;
    position: fixed;
    right: 0;
    top: 0;
}

.right-sidebar .navbar-nav {
    align-items: center;
    position: absolute;
    top: 0px;
    z-index: 2000;
    padding: 8px;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.right-sidebar .navbar-nav .navbar {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    justify-content: center;
    display: flex;
}
.right-sidebar .navbar-nav .navbar .nav-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
    border: none;
    display: inline;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 0.2s ease-in;
    color: #ffffff;
    opacity: 0.7;
}
.right-sidebar .navbar-nav .navbar .nav-link.active {
    opacity: 1;
}
.right-sidebar .navbar-nav .dropdown {
    padding: 0 15px;
}
/* .right-sidebar .navbar-nav .dropdown.language {
    display: flex;
    justify-content: flex-end;
} */
.right-sidebar .navbar-nav .dropdown .btn-lang {
    /* border: 1px solid var(--primary-color);
    border-radius: 3px; */
    color: var(--white-color);
    /* height: 50px; */
    /* padding: 12px 16px;
    width: 106px; */
}
.right-sidebar .navbar-nav .lang-btn-ar {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 5px;
    top: 13px;
}
.right-sidebar .navbar-nav .lang-btn-ar .btn {
    font-size: 32px;
    height: 32px;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    touch-action: manipulation;
    line-height: 1;
}
.right-sidebar .navbar-nav .lang-btn-ar .btn svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
}
.right-sidebar .navbar-nav .lang-btn-en {
    flex: 1 1 0%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: none;
    left: 5px;
    position: absolute;
    top: 13px;
}
.right-sidebar .navbar-nav .lang-btn-en .btn {
    font-size: 32px;
    height: 32px;
    color: rgb(255, 255, 255);
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    appearance: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
    padding: 0px;
    touch-action: manipulation;
    line-height: 1;
}
.right-sidebar .navbar-nav .lang-btn-en .btn svg {
    height: 1em;
    width: 1em;
    fill: currentcolor;
}
.right-sidebar .navbar-nav .dropdown-menu {
    position: absolute;
    float: left;
}
.right-sidebar .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 1000;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.right-sidebar .mask img {
    margin-bottom: 15px;
}
.right-sidebar .mask h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}
.right-sidebar .mask p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: #ffffff;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

.right-sidebar .social-icons {
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 9999;
}
.right-sidebar .social-icons ul {
    display: inline;
    list-style: none;
}
.right-sidebar .social-icons ul li {
    display: inline-block;
    font-size: 20px;
    padding: 0 15px;
}
.right-sidebar .social-icons ul li a {
    color: #fff;
    height: 60px;
    width: 60px;
}
.right-sidebar .social-icons ul li a:hover {
    text-decoration: none;
}

.social-icons .fa {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.social-icons .fa:hover {
    opacity: 0.7;
}

.social-icons .fa-facebook {
    background: #3b5998;
    color: white;
}

.social-icons .fa-twitter {
    background: #55acee;
    color: white;
}

.social-icons .fa-google {
    background: #dd4b39;
    color: white;
}

.social-icons .fa-instagram {
    background: #125688;
    color: white;
}

.social-icons .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.sidebar .social-icons {
    display: block;
}
.sidebar .social-icons ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 0 0 17px;
}
.sidebar .social-icons ul li {
    display: inline-block;
    font-size: 20px;
    padding: 10px 15px;
}
.sidebar .social-icons ul li a {
    color: #000;
    height: 60px;
    width: 60px;
    padding: 0;
}
.sidebar .social-icons ul li a i {
    height: 60px;
    width: 60px;
}

/* Customize the label (the container) */
.containeFlavor {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containeFlavor input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
    right: -8px;
}

/* On mouse-over, add a grey background color */
.containeFlavor:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containeFlavor input:checked ~ .checkmark {
    background-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containeFlavor input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containeFlavor .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The sidebar menu */
.sidebar {
    box-shadow: 3px 0px 10px 0 #d0d0d0;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

/* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #999;
}

.sidebar .dropdown {
    padding: 20px 30px;
}
.sidebar .dropdown .btn-lang {
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    color: var(--primary-color);
    height: 50px;
    padding: 12px 16px;
    width: 106px;
}
.sidebar .dropdown-menu {
    position: absolute;
    float: left;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}
.footer-name {
    background-color: transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    -webkit-letter-spacing: -0.1px;
    -moz-letter-spacing: -0.1px;
    -ms-letter-spacing: -0.1px;
    letter-spacing: -0.1px;
    color: hsl(0, 0%, 60%);
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-decoration: none;
    text-decoration: none;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left 0.5s; /* If you want a transition effect */
    padding: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    visibility:hidden;

}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f87da9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Radio Button */
.res-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.res-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.res-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.res-container:hover input ~ .res-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.res-container input:checked ~ .res-checkmark {
    background-color: var(--primary-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.res-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.res-container input:checked ~ .res-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.res-container .res-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* Radio Button */
.rightToLeft .right-sidebar .navbar-nav .navbar .dropdown-menu .nav-link {
    display: block;
    text-align: right;
}
.rightToLeft .delivery-info .time i {
    margin-left: 0;
    margin-right: auto;
    transform: rotate(180deg);
}

.rightToLeft .sidebar-menu .mobile-banner .banner-logo .headings {
    text-align: right;
}
.product__descripation {
    inline-size: 22rem;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
    .rightToLeft .product__label {
        right: 266px;
    }
    .product__descripation {
        inline-size: 17rem;
    }
}

@media only screen and (max-width: 375) {
    .rightToLeft .product__label {
        right: 266px !important;
    }
    .product__descripation {
        inline-size: 17rem;
    }
}

@media only screen and (max-width: 991px) {
    .page-container--theme .modal-content{
        max-width: 100% !important;
    }
    .food-menu .food-item span {
        font-size: 20px;
    }
    .wrapper .col-lg-4 {
        padding: 0;
    }
    .sidebar-menu {
        padding: 0;
    }
    .sidebar-menu .upper-part .details-banner .det-ban .carousel img {
        height: 400px;
    }
    .sidebar-menu .header {
        display: flex;
    }
    .sidebar-menu .hamburger {
        display: flex;
    }
    .sidebar-menu .mobile-banner {
        display: flex;
    }
    .sidebar-menu .product-nav {
        width: 100%;
    }
    .ice-cream-menu h3 {
        padding: 8px 15px;
    }
    .order-div {
        padding: 0 15px;
        margin-top: 2rem;
    }
    .right-sidebar {
        display: none;
    }
    .delivery-box .delivery-time,
    .branch-name,
    .order-status .order-code,
    .find-product {
        padding: 0 15px;
    }
    .search-item {
        padding: 15px;
    }
    .after-address {
        padding: 15px;
    }
    .ice-cream-menu .ice-cream-item a {
        padding: 10px 15px;
    }
    .your-order {
        padding: 15px;
    }
    .thank-box .mask,
    .your-order .mask,
    .thank-box .create-account,
    .your-order .delivery-location {
        width: 100%;
    }
    .product__descripation {
        inline-size: 23rem;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 575px) {
    .food-menu .col-sm-6 {
        padding: 0 !important;
    }
    .branch-details .call-direction a {
        margin: 0 8px;
    }
    .checkout-box .card-body .contact-info .con-info {
        min-height: 75vh;
    }
    .checkout-box .card-body .contact-info .con-info.pickup-con-info {
        min-height: 81vh;
    }
    .checkout-box .card-body .payment-option nav {
        min-height: 45vh;
    }
    .thank-box {
        height: 104vh;
        padding: 0 15px;
    }
    .sidebar-menu .upper-part .details-banner .det-ban .carousel img {
        height: 400px;
    }
    .product__descripation {
        inline-size: 15rem;
    }
}

@media only screen and (max-width: 415px) {
}

.rightToLeft .ice-cream-menu .ice-cream-item,
.rightToLeft .sidebar-menu .upper-part,
.rightToLeft .find-product,
.rightToLeft .order-status,
.rightToLeft .order-box,
.rightToLeft .checkout-box,
.rightToLeft .delivery-time {
    text-align: right;
}
.rightToLeft .flavors {
    text-align: right;
}
.rightToLeft .flavors .option_name {
    padding-right: 23px;
    width: 200px;
}
.rightToLeft .optionPriceSection {
    text-align: left;
}
.rightToLeft .right-sidebar .navbar-nav .dropdown .btn-lang img {
    margin: 0 0 0 8px !important;
}
.rightToLeft .sidebar-menu .btn-pickup {
    border-radius: 5px 0 0 5px;
}
.rightToLeft .sidebar-menu .btn-delivery {
    border-radius: 0 5px 5px 0;
}
.rightToLeft .ice-cream-menu .ice-cream-item.active::before {
    left: auto;
}
.rightToLeft .ice-cream-menu .ice-cream-item h4 {
    display: flex;
}
.rightToLeft .ice-cream-menu .ice-cream-item span {
    padding: 0 0 0 4px;
}
.rightToLeft .sidebar-menu .product-nav {
    right: 0;
}
.rightToLeft .after-address a .switch-to i {
    margin: 0 8px 0 0;
    transform: rotate(180deg);
}
.rightToLeft .sidebar-menu .header-arrow .left-arrow,
.rightToLeft .sidebar-menu .search-city-header a {
    transform: rotate(180deg);
}
.rightToLeft .sidebar-menu .header-arrow-dish-2 .left-arrow,
.rightToLeft .sidebar-menu .search-city-header a {
    transform: rotate(180deg);
}
.rightToLeft .search-item a {
    margin: 0 16px 0 0;
}
.rightToLeft .time-slot {
    padding: 0 24px 0 0;
}
.rightToLeft .res-container {
    padding: 0 35px 0 0;
}
.rightToLeft .res-checkmark {
    right: 0;
}
.rightToLeft .StepProgress {
    padding: 45px 45px 45px 0;
}
.rightToLeft .StepProgress::before {
    right: 15px;
}
.rightToLeft .StepProgress-item::before {
    right: -30px;
}
.rightToLeft .StepProgress-item::after {
    right: -34px;
}
.rightToLeft [type="radio"]:checked,
.rightToLeft [type="radio"]:not(:checked) {
    right: -9999px;
}
.rightToLeft .right-sidebar .navbar-nav .lang-btn-ar {
    display: none;
}
.rightToLeft .right-sidebar .navbar-nav .lang-btn-en {
    display: flex;
}
.rightToLeft .search-cart .cart-icon {
    margin-left: 30px;
}
.rightToLeft .sidebar-menu .header .header-logo {
    margin: 0 60px 0 0;
}

.outofstock {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.23;
    letter-spacing: -0.1px;

    color: rgb(196, 33, 33);
    overflow-wrap: break-word;
    word-break: break-word;
}
/***************************loader*/
.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box;
}

.half-circle-spinner {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.half-circle-spinner .circle {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: calc(60px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: #ff1d5e;
    animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: #ff1d5e;
    animation: half-circle-spinner-animation 1s infinite alternate;
}
.slidizle {
    position: relative;
    overflow: hidden;
}
.slidizle-mob {
    height: 40vh;
}
.slidizle-big {
    height: 100vh;
}

.slidizle-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slidizle-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    display: none;
}

.slidizle-slide.active {
    display: block;
}

.slidizle-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.slidizle-navigation li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: white;
    opacity: 0.2;
    font-size: 1px;
    text-indent: -99999px;
    margin: 0 2px;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.slidizle-navigation li:hover,
.slidizle-navigation li.active {
    opacity: 1;
}

.slidizle-next,
.slidizle-previous {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 30;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.slidizle-next.disabled,
.slidizle-previous.disabled {
    opacity: 0.2;
    cursor: default;
}

.slidizle-next {
    right: 30px;
}

.slidizle-previous {
    left: 30px;
}

.slidizle-navigation .slider-navigation-item {
    width: 50px;
    height: 30px;
    background-size: cover;
    background-position: 50% 50%;
    border: 2px solid white;
}

.slidizle-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

/* line 83, ../sass/_slidizle.scss */

.loading .slidizle-loading {
    opacity: 0.8;
    pointer-events: auto;
}

.slider-progressbar {
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fbd665;
    z-index: 20;
}

.slider--animated .slidizle-content > .active ~ .slidizle-slide {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.slider--animated .slidizle-slide {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: -moz-transform 0.5s ease-in-out 0s;
    -o-transition: -o-transform 0.5s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 0.5s ease-in-out 0s;
    display: block !important;
}

.slider--animated .slidizle-slide.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
}

.slider--animated-up-down .slidizle-content > .active ~ .slidizle-slide {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.slider--animated-up-down .slidizle-slide {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: -moz-transform 0.5s ease-in-out 0s;
    -o-transition: -o-transform 0.5s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 0.5s ease-in-out 0s;
    display: block !important;
}

.slider--animated-up-down .slidizle-slide.active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.error-inline,
.help-inline {
    color: red;
    margin: 0%;
    font-size: 14px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
}
@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.slick-carousel {
    margin: 0 auto;
}

.slick-next::before,
.slick-prev::before {
    color: #000;
}

.relatedProducts {
    width: calc(100% - 10px);
    margin-top: -36px !important;
}

.relatedProducts h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    letter-spacing: -0.4px;
    text-align: center;
    padding-left: 9%;
    padding-right: 9%;
    flex: 1 1 auto;
    align-items: center;
    color: inherit;
}

.slick-carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
    width: 100%;
}

.ltr-13zwbt8 {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin-top: 0px;
    flex-shrink: 0;
    flex-direction: column;
    padding: 16px;
    display: flex;
    background-color: rgb(255, 255, 255);
}

.ltr-1h2xzl7 {
    line-height: 0;
    font-size: 160px;
    height: 160px;
    color: rgb(17, 17, 17);
}

.ltr-1ieammf {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: 0.3px;
    padding-bottom: 8px;
    color: rgb(0, 0, 0);
    overflow-wrap: break-word;
    word-break: break-word;
}

.ltr-qtvxxo {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    padding-bottom: 16px;
    color: rgb(97, 97, 97);
    overflow-wrap: break-word;
    word-break: break-word;
}

.btn-browse {
    background-color: #eeb850;
    color: #333;
}

/* p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
} */
.wallet-text-rwo {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    padding: 8px 15px;
}

.wallet-text-rwo p {
    margin: 0;
    padding-right: 10px;
}

.wallet-text-rwo .wallet-switchbtn label {
    margin: 0;
}

.wallet-balance-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0;
}

.wallet-balance-row h5 {
    padding: 0;
}

@media (min-width: 768px) {
    .wallet-balance-row {
        display: none;
    }
}


/* top menu */
.navigation-right-section{
    position: absolute;
    left: 48px;
    right: 48px;
    top: 18px;
    z-index: 10000;
}
@media (min-width: 992px) {
    .page-banner .navigation-right-section,.page-banner{
        display: none;
    }
}
@media (max-width: 991px) {
    .navigation-right-section{
        left: 18px;
        right: 18px;
    }
}
.menu-right-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-right-section a{
    color: #000;
}
.menu-right-section a:hover{
    text-decoration: none;
}
.navigation-item-list{
    list-style: none;
}
.navigation-item{
    background-color: #fff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    height: 44px;
    width: 44px;
    position: relative;
    justify-content: center;
}
.navigation-item-currency{
    width: 54px;
    text-align: center;
    border-radius: 0.5rem !important;
}
.cart-vlaue{
    position: absolute;
    top: 14px;
}
.cursor-pointer {
    cursor: pointer;
}
/* /popup */

.__sidebar-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.__sidebar {
  background: #fff;
  height: 100%;
  max-width: 100%;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
}

.__sidebar.show {
  transform: translateX(0);
}

[dir="rtl"] .__sidebar {
  margin-left: auto;
  margin-right: 0;
  transform: translateX(100%);
}

[dir="rtl"] .__sidebar.show {
  transform: translateX(0);
}

/* Logo & Header */
.__sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.__logo img {
  height: 40px;
}

.__close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.__sidebar-menu,
.__sidebar-auth {
  list-style: none;
  padding: 0;
  margin: 0;
}

.__sidebar-menu li, 
.__sidebar-auth li {
  border-bottom: 1px solid #f0f0f0;
}

.__sidebar-menu a,
.__sidebar-auth a {
  display: block;
  padding: 1rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  text-align: justify;
}

.__sidebar-menu a:hover,
.__sidebar-auth a:hover,
.__active {
  background-color: #f8f8f8;
}

/* Auth Icons */
.__icon {
  margin-right: 8px;
}

/* Currency & Social */
.__sidebar-section {
  padding: 1rem;
  border-top: 1px solid #eee;
}

.__section-title {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  margin-bottom: 0.5rem;
  text-align: justify;
  text-transform: capitalize;
}

.__currency-link {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.__flag-icon {
  width: 24px;
  margin-right: 10px;
}

.__social-icons {
  text-align: center;
  padding: 1rem;
}

.__icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.__icon-list img {
  width: 30px;
  height: 30px;
}
.__currency-select-dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    margin-top: 10px;
}


.empty-orders-box{
    width: 100%;
    position: absolute;
    top: 100%;
    transition: 0.5s;
}

.empty-orders-box .heading{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;

}

.page_empty_order_icon{
    margin: 1.25rem auto;
    width: 4.8125rem;
    height: 4.8125rem;
    border-radius: 50%;
    position: relative;
    background-color:#f2f2f2;
}

.page_empty_order_icon svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.list-unstyled{
    justify-content: space-between;
    align-items: center;
    padding:10px;
    cursor: pointer;
    transition: all ease-in-out 150ms;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.7);
}


.lang-button-yogi{
    display: flex;
}

.rightToLeft .search-cart{
    margin: -50px;
}

.list-unstyled li:hover {
    margin-top: -10px;  
    transform: translate(0, -8);
    text-shadow: 0px 16px 10px rgba(36, 101, 135, 0.3);
}

.rightToLeft .profilelist{
    margin-right: -50px;
}

#customer_currency{
    -webkit-appearance: none;
    -moz-appearance: none;
    border:0px;
   outline:0px;
    border: 0.2px;border-radius:4%; 
    font-weight: 600;
    cursor: pointer;
}

.page-container--theme .navigation-bar .nav-category::-webkit-scrollbar {
    display: none;
}

/* theme 5 */
.page-container--theme{
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    background-color: #fff;
}
@media (max-width: 991px) {
    .page-container--theme{
        margin-right: 0px;
        margin-left: 0px;
    }
}
.page-container--theme .truncate-line-1, .page-container--theme .truncate-line-2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-container--theme .truncate-line-1 {
    -webkit-line-clamp: 1;
}
.page-container--theme .truncate-line-2 {
    -webkit-line-clamp: 2;
}
.page-container--theme .border-b-10 {
    border-bottom: 10px solid rgb(245,245,245);
}
.page-container--theme .border-b-2 {
    border-bottom: 2px solid #f5f5f5;
}
.page-container--theme .mb-10 {
    margin-bottom: 10px;
}
.page-container--theme .py-5 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important;
}
.page-container--theme .px-4 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
.page-container--theme .pt-4 {
    padding-top: 1rem !important;
}
.page-container--theme .px-4 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
.page-container--theme .pl-4 {
    padding-left: 1rem!important;
}
.page-container--theme .rounded-md {
    border-radius: 0.375rem;
}
.page-container--theme .h-full {
    height: 100%;
}
.page-container--theme .w-full {
    width: 100%;
}
.page-container--theme .w-26 {
    width: 6.5rem;
}
.page-container--theme .fw-bold {
    font-weight: 700!important;
}
.page-container--theme .fw-semibold {
    font-weight: 500!important;
}
.page-container--theme .fw-extrabold {
    font-weight: 900!important;
}
.page-container--theme .flex{
    display: flex;
}
.page-container--theme .items-center {
    align-items: center;
}
.page-container--theme .px-3 {
    padding-left: 0.75rem!important;
    padding-right: 0.75rem!important;
}
.page-container--theme .font-12 {
    font-size: 12px!important;
}
.page-container--theme .mb-3 {
    margin-bottom: 0.75rem !important;
}
.page-container--theme .pt-3 {
    padding-top: 0.75rem !important;
}
.page-container--theme .block {
    display: block;
}
.page-container--theme .text-secondary {
    color: rgb(140,140,140);
}
.page-container--theme button {
    background-color: transparent;
    background-image: none;
    text-transform: none;
    border: 0;
    padding: 0;
}
.page-container--theme a, .page-container--theme a:hover {
    color: inherit;
    text-decoration: inherit;
}
.page-container--theme .bg-white-custom{
    background-color: #fff;
}
.page-container--theme .font-18 {
    font-size: 18px!important;
}
.page-container--theme .mx-4 {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}
.page-container--theme .modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}
/* Modal Content */
.page-container--theme .modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    min-width: 300px;
    max-width: 33.333333%;
    width: 100%;
    height: auto;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border: 0;
    border-radius: 0px;
}
.page-container--theme .close{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.page-container--theme .modal-header{
    padding: 1.3125rem 1.3125rem;
    background-color: #fff;
    border-bottom: 1px solid #f4f6f9;
    border-radius: 0.875rem 0.875rem 0 0;
    position: relative;
}
.page-container--theme .modal-body {
    padding: 2px 16px;
}
  
/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
/* outlet detail */
.page-container--theme .food-item-title {
    font-size: 1.25rem;
    text-transform: uppercase;
}
.page-container--theme .outlet-detail{
    position: relative;
}
.page-container--theme .outlet-detail__title{
    font-family: Nunito Sans,sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 4px;
}
.page-container--theme .outlet-detail__subtitle{
    margin-bottom: 0.75rem;
}
.page-container--theme .outlet-detail__info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-container--theme .outlet-detail__info-cel{
    flex-grow: 2;
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
}
/* service */
.page-container--theme .type-service{
    display: flex;
    font-size: .75rem;
    line-height: 1.5;
    align-items: center;
}
.page-container--theme .type-service__setting {
    width: calc(100% - 135px);
    flex-grow: 1;
    text-decoration: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.page-container--theme .type-service__change {
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
}
.page-container--theme .type-service__location{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.page-container--theme .type-service__arrow{
    min-width: 0.75rem;
    width: 0.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.page-container--theme .type-service__buttons{
    display: flex;
    flex-grow: 0;
    border: 1px solid var(--black-color);
    border-radius: 0.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.page-container--theme .type-service__button{
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1.5;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 1.75rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: var(--black-color);
    display: flex;
    align-items: center;
}
.page-container--theme .type-service__button--active, .page-container--theme .type-service__button--active:hover{
    background-color: var(--black-color);
    color: #fff;
}
/* navigation */
.page-container--theme .navigation-bar {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #fff;
}
.page-container--theme .navigation-bar::-webkit-scrollbar {
    display: none;
}

.page-container--theme .search-wrapper{
    padding: 1rem 1rem 0.25rem;
    background-color: #fff;
    position: relative;
}
.page-container--theme .search-input-field{
    width: 100%;
    padding: 0 1rem 0 2.5rem;
    border-radius: 30px;
    background: #fff;
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 5%);
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    height: 2.5rem;
    font-size: .875rem;
}
.page-container--theme .search-icone{
    left: 32px;
    top: 7px;
    bottom: 0;
    height: 100%;
    position: absolute;
    color: rgba(166,166,166);
}

/* nav category */
.page-container--theme .nav-category {
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
    overflow: auto;
}
.page-container--theme .nav-category__link{
    display: flex;
    align-items: center;
    height: 2rem;
    padding: 0 1rem 0 1rem;
    border-radius: 30px;
    white-space: nowrap;
    color: rgba(136,141,154);
    font-size: .75rem;
    line-height: 1.5;
    border: 1px solid #cbd5e0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    background-color: #fff;
    margin-left: 0.375rem;
}
.page-container--theme .nav-category__link.active{
    background-color:var(--black-color);
    color: #fff;
    border-color: var(--black-color);
}
.page-container--theme .nav-category__icon {
    color: rgba(136,141,154);
}
.page-container--theme .nav-category__icon.active {
    color: var(--black-color);
}
/* food item */
.page-container--theme .food-item{
    transition: background-color .3s ease-out;
    display: block;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
}
.page-container--theme .food-item--grid{
    flex: calc(50% - 0.5rem);
    max-width: 50%;
    padding: 1rem 0.125rem;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}
.page-container--theme .food-item--grid.food-item{
    margin-bottom: 1rem;
}

.page-container--theme .food-item--grid.food-item:focus .food-item__content, .page-container--theme .food-item--grid.food-item:hover .food-item__content {
    background-color: rgba(245,245,245);
}

.page-container--theme .food-item--grid .food-item__content{
    flex-direction: column-reverse;
    justify-content: flex-end;
    border-radius: 0.4375rem;
    transition: background-color .3s ease-out;
    padding: 0.5rem;
    border-style: none;
    height: 100%;
}
.page-container--theme .food-item__content {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(237,242,247)
}
.page-container--theme .food-item:last-child .food-item__content{
    border: none;
}
.page-container--theme .food-item__wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
}
.page-container--theme .food-item--grid .food-item__photo{
    overflow: hidden;
    border-radius: 0.4375rem;
    position: relative;
}
.page-container--theme .food-item--grid .food-item__photo--image{
    height: 44vw;
    max-height: 12.8rem;
    width: 100%;
}
.page-container--theme .food-item__photo--image {
    min-height: 5.5rem;
    position: relative;
    background-color: #f5f5f5;
    background-color: rgb(245,245,245);
    width: 6.5rem;
    max-height: 6.5rem;
    overflow: hidden;
}
.page-container--theme .food-item--grid .food-item__photo img{
    height: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-width: fit-content;
    width: auto;
    position: absolute;
}
.page-container--theme .food-item-heading{
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}
.page-container--theme .food-item__description{
    margin-bottom: 0.5rem;
    color: rgba(136,141,154);
}
.page-container--theme .food-item__price{
    font-weight: 500;
}
.page-container--theme .food-item--disabled {
    pointer-events: all!important;
    opacity: .5;
    cursor: not-allowed;
}
/* powered */
.page-container--theme .powered-by{
    text-align: center;
    padding: 1.25rem;
}
.page-container--theme .powered-by__link{
    border-radius: 1.875rem;
    padding: 0.75rem 1.25rem 1rem;
}
.page-container--theme .powered-by__icon {
    display: inline-block;
    margin: 0 0.25rem;
}
.page-container--theme .powered-by__text {
    color: #808080;
    vertical-align: middle;
}
/* rtl */
[dir="rtl"] .page-container--theme .outlet-detail, [dir="rtl"] .page-container--theme .type-service,   [dir="rtl"] .page-container--theme .food-item-title, [dir="rtl"] .page-container--theme .food-item__wrapper, [dir="rtl"] .basket-mode__view-drawer{
    text-align: right;
}
[dir="rtl"] .page-container--theme .search-input-field{
    padding: 0 2.5rem 0 1rem;
}
[dir="rtl"] .page-container--theme .search-icone{
    right: 32px;
}
[dir="rtl"] .page-container--theme .food-item__wrapper{

}
[dir="rtl"] .page-container--theme .pl-4 {
    padding-right: 1rem!important;
    padding-left: 0!important;
}


/* theme */
