.menu-body {
    background: #000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0px;
    min-height: 400px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.menu-wrap {
    width: 100%;
    float: left;
}
.myorderTotal {
    content: attr(order-total);
    position: absolute;
    z-index: 52;
    background: #047931;
    color: #fff;
    margin-top: -90px;
    right: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    display: none;
}
.promo-section {
    width: calc(100% - 20px);
    height: 100px;
    margin-left: 10px;
    background: #fff;
    float: left;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    overflow-x: scroll;
}
.image-wr {
    height: 80px;
    float: left;
    width: 100%;
}
.promo-title {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0px;
    float: left;
}
.image-wr img {
    object-fit: cover;
}
.promo-section::before,
.promo-section::after {
    position: absolute;
    display: inline-flex;
    width: auto;
    padding: 5px 5px;
    overflow: hidden;
    background: rgb(255, 0, 0, 1);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    animation-delay: 500ms;
    animation: animateSpecial 300ms ease-in-out infinite;
}
@keyframes animateSpecial {
    0% {
        scale: 1 1;
    }
    50% {
        scale: 1.1 1.1;
    }
    100% {
        scale: 1 1;
    }
}
.promo-section::before {
    content: "SPECIAL OFFER";
}
.promo-section::after {
    content: ">";
    right: 0px;
    display: none;
}
.wrap-promo {
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: -1;
}
.showtotal .myorderTotal {
    display: block;
}
.wOrderButton {
    padding: 10px 10px;
    background: #13863d;
    width: calc(50% - 40px);
    margin: 10px 25%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.4);
    color: #fff;
    overflow: hidden;
    float: left;
    height: auto;
}
.order-sum-wrap {
    width: calc(98% - 10px);
    float: left;
    padding: 5px;
    margin-left: 1%;
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    user-select: none;
}
.order-summary-title {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-style: italic;
}
.order-item-row {
    display: grid;
    grid-template-columns: 50% 5% 15% 20% 10%;
    padding: 10px 5px;
}
.order-item-row div:nth-child(4) {
    text-align: right;
}
.order-row {
    text-align: center;
}
button {
    all: unset;
    border: 0px;
    height: 23px;
    padding: 5px 0px;
    float: left;
    width: 99%;
}
.top-row {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    padding: 2px 5px;
}
.top-title {
    overflow: hidden;
}
.top-row > div {
    display: flex;
    float: left;
    align-items: center;
}
.top-row > div:first-child {
    justify-content: left;
}
.item-row {
    padding: 15px 5px;
    float: left;
    width: calc(100% - 10px);
    background: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}
.item-wrap {
    display: grid;
    grid-template-columns: 60% 10% 30%;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.item-wrap > div {
    display: flex;
    justify-items: center;
}
.item-wrap > div:last-child {
    justify-content: right;
}
.item-wrap > div:nth-child(2) {
    font-size: 1vh;
}
.clickToAdd::after {
    content: "Tap To Add";
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 50;
    padding: 5px 5px;
    color: #fff;
    margin-top: -10px;
    width: 60px;
    margin-left: -20px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2);
    border-radius: 2px;
    font-size: 1.2vh;
}
.clickToAdd {
    position: relative;
}
.item-row:hover {
    background: #eee;
}
.items-wrapper {
    padding: 10px 5px;
    user-select: none;
}
.pur-panel {
    display: grid;
    grid-template-columns: 50px 70px 50px 1fr;
    float: left;
    padding: 0px;
    padding: 0px 5px;
    width: calc(100% - 10px);
    gap: 5px;
    overflow: hidden;
    transition: height ease-in-out 300ms;
}
button:disabled {
    opacity: 0.3;
}
.pur-wrap {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 0px;
    transition: height ease-in-out 300ms;
}
.pur-panel > div {
    float: left;
    overflow: hidden;
}
.pur-panel > div button {
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: normal;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 1.5vh;
}
.expanded ~ .pur-wrap {
    height: 50px;
}
.i-qty {
    height: 23px;
}
#backBtn {
    display: flex;
    width: 90%;
    height: 70%;
    border-radius: 5px;
    font-size: 2vh;
    align-items: center;
    justify-content: center;
    user-select: none;
    padding: 2px 10px;
}
.notify-wrap {
    height: 0px;
    width: 100%;
    background: #fff;
    position: absolute;
}
.wait-loader {
    display: flex;
    position: absolute;
    z-index: 100;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(96% - 20px);
    margin-left: 2%;
    border-radius: 4px;
    box-shadow: 0px 0px 50px rgb(0, 0, 0, 0.4);
    padding: 10px 10px;
    background: #fff;
    transition: transforn ease-in-out 500ms;
}
.slideDown {
    animation-name: slide_down;
    animation-duration: 1000ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.fadeOut {
    animation-name: fade_out;
    animation-duration: 1000ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.loadinf {
    width: 100%;
    float: left;
    text-align: center;
}
.forpin::after {
    position: absolute;
    content: " ";
    top: 0px;
    left: 0px;
    background: #000;
    height: 100%;
}
.viewbtn,
.cancelbtn {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.viewbtn {
    background: #047931;
    color: #fff;
}
.pop-row {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    padding: 10px 0px;
}
.pop-row #passcode {
    border: 1px solid #ddd;
    padding: 10px 5px;
    border-radius: 5px;
    width: 98%;
}
.mini-title {
    width: 100%;
    float: left;
    text-align: center;
}
.c-title {
    font-size: 14px;
}
.warning {
    color: #f00;
    font-weight: bold;
    font-size: 10px;
}
.cancelbtn {
    background: #444;
    color: #fff;
}
.c-image {
    width: 100%;
    float: left;
    border: 1xp solid #f00;
}
.menuTab {
    font-weight: 400;
}
.menu-content {
    display: grid;
    grid-template-rows: 50px 1fr 50px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-row {
    overflow-y: scroll;
    box-shadow: inset 0px 10px 10px rgb(0, 0, 0, 0.4);
}
.menu-content > div:first-child,
.menu-content > div:last-child {
    background: #eee;
    box-shadow: 0px 0px 2px rgb(0, 0, 0, 0.2);
}
.bottom-row {
    display: flex;
    box-shadow: -30px 0px 30px rgb(0, 0, 0, 0.9);
}
.bottom-row > div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
[hidden] {
    display: none !important;
}
.mCatTab {
    display: grid;
    grid-template-rows: 1fr 20px;
    width: 100%;
    overflow: hidden;
    float: left;
    background: #fff;
    border-radius: 5px;
    min-height: 150px;
    transition: transform 500ms ease-in-out, box-shadow 500ms ease-in-out;
}
.mCatTab > div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1.5vh;
    font-weight: bold;
}
.mCatTab:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 10px #000;
}
.mCatTab > div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.t-title {
    padding: 3px 5px;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 1.6vh;
    display: flex;
    flex-direction: row;
}
.line_qty {
    padding: 0px 5px;
}
.addToCart {
    padding-left: 10px;
    padding-right: 10px;
}
.title {
    font-weight: bold;
}
@media screen and (max-width: 680px) {
    .display_category_wrap {
        width: calc(100% - 20px);
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 10px 10px;
        gap: 10px;
        float: left;
    }

    @keyframes fade_out {
        0% {
            opacity: 1;
            transform: translateY(120%);
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes slide_down {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(200%);
        }
        100% {
            transform: translateY(120%);
        }
    }
}
@media screen and (min-width: 680px) {
    .display_category_wrap {
        width: calc(100% - 20px);
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 10px 10px;
        gap: 10px;
        float: left;
    }
    .wait-loader {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: calc(36% - 20px);
        margin-left: 32%;
        border-radius: 4px;
        box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.2);
        padding: 10px 10px;
        background: #fff;
        transition: transforn ease-in-out 500ms;
    }

    @keyframes fade_out {
        0% {
            opacity: 1;
            transform: translateY(50%);
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes slide_down {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(50%);
        }
    }
}
