input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
    box-shadow: none !important;
    outline: 0 !important;
    border: 1px solid rgb(220, 218, 218) !important;
}

* {
    scroll-behavior: smooth;
}

.search-container {
    margin-top: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 15.5vh;
    /* height: 85px; */
    height: 70px;
    background: rgb(250, 250, 250);
    z-index: 100;
}

.search-container input {
    width: 100%;
    border: 1px solid lightgray !important;
    height: 50px;
    margin-top: 15px;
    float: left;
    border-radius: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.nav-icon_container {
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

button:hover,
button:focus,
button:active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.mid .nav-icon_container a {
    color: rgb(79, 79, 79);
    cursor: pointer;
}

.left {
    position: sticky;
    color: white;
    top: 120px;
    margin-top: 20px;
    height: calc(100vh - 130px);
}

.mid {
    position: sticky;
    width: 100%;
    height: 100%;
}

.right {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    right: 0;
}

.coupon-text {
    font-weight: 500;
    font-size: 13px;
}
#apply-coupon:focus,
#apply-coupon:hover {
    background: rgb(228, 85, 53) !important;
}

#search_submenus {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#search_submenus:hover,
#search_submenus:focus {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
}

.search-dropdown {
    min-height: 30px;
    position: absolute;
    display: none;
    top: 50px;
    background: rgb(255, 255, 255);
    color: black;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 5px;
    z-index: 1000;
    width: 92%;
    margin: 0 4%;
}
.search-dropdown li {
    color: rgb(92, 91, 91);
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    padding: 0 10px;
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid rgb(213, 211, 211);
}
.search-dropdown a {
    color: rgb(92, 91, 91);
    padding: 0 10px;
}

.search-dropdown li:hover {
    cursor: pointer;
    background: rgb(245, 241, 241);
}
.right .stick-me {
    position: sticky;
    box-shadow: 0px 0px 4px #707375;
    background: white;
    top: 120px;
    max-height: calc(100vh - 100px);
    padding: 15px;
    padding-top: 0px;
}

.swal2-popup .swal2-styled {
    margin-top: 10px !important;
    font-size: 14px;
    min-height: 35px;
    min-width: 90px;
}

.swal2-success-fix {
    display: none;
}

.swal2-popup {
    display: flex;
    flex-direction: column !important;
    justify-content: space-around;
}

.swal2-popup.swal2-toast .swal2-content {
    font-size: 14px;
    text-align: center !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin-top: 5px;
    max-width: 100%;
    font-size: 16px;
    text-align: center !important;
    /* text-align: left; */
}

.left h3 {
    font-size: 11.5px;
    overflow: hidden;
    color: rgb(53, 53, 53);
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.left .nav-icon_container {
    font-weight: 400;
    border-left: 1px solid rgba(167, 166, 166, 0.667);
}

.nav-icon_container p {
    font-size: 14px;
}

.nav-icon_container span {
    font-size: 13px;
    line-height: 1.6;
}

.left .nav-icon_container:hover {
    border-left: 2px solid rgb(242, 94, 61);
}

.left .nav-icon_container:hover h3 {
    font-weight: bold;
    color: rgb(242, 94, 61);
}

.mid .nav-icon_container {
    background: white;
    min-height: 90px;
    width: 97%;
    display: flex;
    flex-direction: column;
    padding: 12px 30px;
    box-shadow: 0px 0px 4px 0px #b8adad;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin: 10px 5px;
    color: rgb(79, 79, 79);
}

.description {
    display: flex;
    flex-direction: column;
}

.mid .nav-icon_container a {
    width: 100%;
    line-height: 1 !important;
}

.mid .nav-icon_container a p {
    font-weight: 600;
}

.menu-heading .btn-link {
    font-weight: 600 !important;
    font-size: 24px;
    color: rgb(79, 79, 79);
    font-family: "Roboto Condensed", sans-serif;
}

.modal .btn-primary,
.modal .btn-secondary {
    max-height: 50px;
    height: 37px;
    font-size: 13px !important;
    max-width: 210px;
    float: right !important;
    min-width: 60px;
    font-weight: 600;
    color: white;
    background: rgb(242, 94, 61);
    border: 0;
}
.modal .btn-secondary {
    float: left !important;
    background: rgb(36, 34, 34);
}
b {
    font-weight: bold !important;
}

.modal .btn-primary:hover,
.modal .btn-primary:focus,
.modal .btn-primary:active {
    color: white;
    background: rgb(242, 94, 61) !important;
    border: 0;
}

.modal .get-addon-btn:hover,
.modal .get-addon-btn:focus,
.modal .get-addon-btn:active {
    color: white;
    background: rgb(106, 160, 53) !important;
    border: 0;
}

.mid .btn-primary {
    position: relative;
    float: right;
    height: 37px;
    width: fit-content !important;
    padding: 0 20px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13.5px;
    color: rgb(79, 79, 79);
    background: transparent;
    border: 1px solid rgb(79, 79, 79);
}
.mid .btn-primary:hover {
    border: 1px solid rgb(79, 79, 79) !important;
}
#coupon_code {
    display: block;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    transition: #ced4da 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fa-plus-circle {
    margin-top: 3px;
    font-size: 16px;
}

.order-info h3 {
    margin-bottom: 2px;
    font-size: 12px;
}

.list-group-item {
    font-size: 13px;
}
.group-name-basket h3 {
    color: rgb(248, 96, 62);
}
.special-group-separator {
    margin: 3px 20px;
    padding: 0;
}

.left .title {
    font-size: 18px;
}

.active-menu {
    border-left: 2px solid rgb(242, 94, 61) !important;
}

.active-h3 {
    font-weight: 600 !important;
    color: rgb(242, 94, 61) !important;
}

.mid .btn-primary:hover,
.mid .btn-primary:active,
.mid .btn-primary:focus {
    background-color: rgb(36, 34, 34) !important;
    color: white !important;
    border: 0;
}

.menu-heading {
    line-height: 1;
    font-size: 23px;
}

.submenu-container {
    padding-top: 5px;
}

.card {
    border: 0;
}

.menu-body {
    font-family: "Roboto", sans-serif;
    padding-top: 5%;
    background: rgb(250, 250, 250);
}

.right .delivery-options {
    background: rgb(36, 34, 34);
    background-blend-mode: screen;
    border-radius: 30px;
    min-height: 47px;
    line-height: 1.3;
    display: flex;
    padding: 0px;
    color: white;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* The container */
.delivery-options .container,
.modal-delivery-options .container {
    display: block;
    position: relative;
    padding-left: 35px;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-delivery-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-delivery-options .collection,
.modal-delivery-options .delivery {
    background: rgb(240, 238, 238);
    width: 100%;
    padding: 5px;
    border-radius: 7px;
    margin: 1px;
}
#changeOrderType .item-detail-container {
    background: rgb(240, 238, 238);
    width: 100%;
    padding: 10px 10px 3px;
    font-weight: bolder;
    border-radius: 7px;
    margin: 1px;
}
#item-timing-detail {
    font-weight: 500;
    font-size: 12.6px;
}

/* Hide the browser's default radio button */
.delivery-options .container input,
.modal-delivery-options .container input {
    position: absolute;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.delivery-options .checkmark,
.modal-delivery-options .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border: 2px solid var(--light);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.delivery-options .container:hover input ~ .checkmark,
.modal-delivery-options .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.delivery-options .container input:checked ~ .checkmark,
.modal-delivery-options .container input:checked ~ .checkmark {
    background-color: var(--light);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.delivery-options .checkmark:after,
.modal-delivery-options .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.delivery-options .container input:checked ~ .checkmark:after,
.modal-delivery-options .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.delivery-options .container .checkmark:after,
.modal-delivery-options .container .checkmark:after {
    left: 7px;
    top: 3.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delivery,
.collection {
    cursor: pointer;
    padding-top: 7px;
}

.cash-tick,
.card-tick {
    display: none;
}

.active i {
    display: inline-block;
}

.active {
    min-height: 47px;
    margin: 0 !important;
    background: rgb(248, 96, 62);
    border-radius: 30px;
}

.heading-color-change {
    color: rgb(248, 96, 62) !important;
}

.right .card-title {
    font-size: 20px;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
}

#checkout-btn,
#payment-btn-mbl,
#final-checkout-btn-mbl {
    margin-bottom: 2px;
    border: 0;
}

#payment-btn-mbl,
#final-checkout-btn-mbl {
    display: none;
    background-color: var(--light);
    color: rgb(36, 34, 34);
}

.coupon-container {
    display: none;
}

.delivery-details {
    display: none;
}

.card-link {
    width: 100%;
    background: rgb(242, 94, 61);
    font-weight: 600;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    color: white !important;
    font-size: 14px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-link:hover {
    color: white;
}

.extra-info {
    height: 60px;
    line-height: 1.4;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    align-items: center;
    font-weight: 600;
    color: rgb(242, 94, 61);
    background: #e2e6e9;
    margin-bottom: 15px;
    border-radius: 5px;
}

.exclamation-icon {
    font-size: 20px;
}

.submenu-subcontainer > div:nth-child(odd) {
    background-color: rgb(255, 250, 253);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(242, 94, 61) !important;
}

.mCSB_draggerRail {
    height: 80vh !important;
}

.bottom-cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgb(36, 34, 34);
    display: none;
    color: white;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.down-icon {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    display: none;
}

.down-icon i {
    color: rgb(248, 96, 62);
}

.bottom-cart .card-title {
    font-size: 15px;
}

.bottom-cart ul {
    display: flex;

    padding: 0;
    margin: 0;
    margin-right: 10px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.bottom-cart .list-group-item {
    width: 120px;
    text-align: center;
    border-radius: 2px;
    max-width: 200px;
    padding: 0 !important;
}

.bottom-cart .list-group-item h3 {
    font-size: 10px;
    font-weight: bold;
    color: rgb(36, 34, 34);
    margin: 0;

    padding: 8px !important;
}

.modal-header {
    background: rgb(242, 94, 61);
    color: white;
    border: 0;
    border-radius: 0;
}

.close {
    color: white;
    opacity: 1;
}

.close:hover {
    color: white;
    opacity: 1;
}

.modal .modal-dialog .modal-content {
    border-radius: 0 !important;
    border: 0;
}

.modal-body {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.modal .modal-footer {
    margin: 0;
    padding: 0;
}

.modal label {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

#service_charges_container {
    display: none;
}

.basket-empty-msg {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: rgb(113, 115, 118);
}

.modal .addon-price {
    font-size: 13px;
    font-weight: 600;
}

.submenu-price {
    font-size: 16px;
}

.modal .modal-title,
.modal h5 {
    font-weight: bold;
    margin-bottom: 0;
    display: inline;
    line-height: 1;
    padding-bottom: 0;
}

.modal h6 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 16px;
    font-weight: bold;
}

.loader-container {
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    margin: 20px 0;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid rgb(242, 94, 61);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.addon-textarea {
    border: 1px solid lightgray !important;
    font-size: 13px;
    box-shadow: 1px 1px 5px 1px #ededed;
    margin: 10px 0;
    padding: 10px;
    width: 50vw;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* The container */
#addonModal .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#addonModal .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#addonModal .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid rgb(242, 94, 61);
}

/* On mouse-over, add a grey background color */
#addonModal .container:hover input ~ .checkmark {
    background-color: rgba(242, 94, 61, 0.638);
}

/* When the checkbox is checked, add a blue background */
#addonModal .container input:checked ~ .checkmark {
    background-color: rgb(242, 94, 61);
}

/* Create the checkmark/indicator (hidden when not checked) */
#addonModal .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#addonModal .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#addonModal .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#addonModal .addon-options {
    height: 40vh;
    padding: 10px 0;
    overflow-y: auto;
}

#addonModal .addon-options .label-container {
    padding-top: 10px;
    border-bottom: 1px solid lightgray;
}
.dynamic-addons {
    width: 100%;
}
.back-addon-btn {
    width: 80px !important;
}
.get-addon-btn {
    float: right;
    background: rgb(106, 160, 53) !important;
}

.main-item {
    padding: 6px 10px;
    cursor: pointer;
    border-top: 1px solid lightgray;
}

.quantity-icons {
    padding-right: 5px;
}

.quantity-icons i {
    padding: 5px;
    color: white;
    background-color: rgb(72, 138, 7);
    /* font-size: 10px; */
    font-size: 20px;
}

.delivery-charges-container,
.service_charges_container {
    display: none;
}
.after-discount-container {
    border-top: 1px dashed rgb(242, 94, 61) !important;
    border-bottom: 1px dashed rgb(242, 94, 61) !important;
    padding: 10px 0 !important;
}

.total-calc {
    display: flex;
    flex-direction: column;
    align-items: right !important;
    justify-content: right !important;
}

.fa-minus {
    background-color: rgb(242, 94, 61) !important;
}

.ordered-items-container {
    height: 25vh;
    padding: 0;
    margin: 0px;
}
.total-calc {
    min-height: 20vh;
}

.total-calc h3 {
    font-weight: bold;
    padding: 2.5px 0;
}

.main-item:first-of-type {
    border-top: none !important;
}

.main-item h3 {
    font-weight: bold;
    font-size: 12px !important;
}

.ordered-items h3 {
    font-size: 12px;
}

.individual-addon {
    margin-left: 40px;
}

.item-addons {
    margin-top: 5px;
    margin-left: 58px;
}

.panel-heading {
    border-top-left-radius: 1px;
    padding: 8px 20px;
    font-weight: bold;
    border-top-right-radius: 1px;
}

.panel-body {
    margin: 20px auto;
}

.panel-body div {
    margin-bottom: 2px;
}

.panel-body input {
    font-size: 13px;
    height: 30px;
    width: 100%;
    border-radius: 0;
}
.panel-body textarea {
    font-size: 13px;
    border-radius: 0;
}

.panel-body strong {
    font-size: 13px !important;
}
body.swal2-toast-shown > .swal2-container.swal2-center {
    width: 98vw;
}
:root {
    --background: #e5ffb3;
    --background-accent: #dbf8a3;
    --background-accent-2: #bde66e;
    --light: #92de34;
    --dark: #72ca25;
    --text: #025600;
}

.checkout-container {
    display: none;
    min-height: 85vh;
    background-color: white;
    box-shadow: 0px 0px 4px #707375;
    margin: 10px 20px;
    padding: 10px;
}

.payment-options {
    cursor: pointer;
    outline: none;
    display: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
    width: 253px;
    margin: 0 5px;
    height: 45px;
    font-size: 13px;
    font-weight: 600;
    color: rgb(36, 34, 34);
    border: 1px solid rgb(220, 216, 216);
}

.payment-options.active,
#payment-btn,
#final-checkout-btn {
    background-color: var(--light);
    border: 2px solid var(--light);
    color: rgb(36, 34, 34) !important;
    font-size: 13px;
    font-weight: 600;
}

#payment-btn {
    display: none;
}

#payment-btn,
#final-checkout-btn {
    height: 38px;
    margin-bottom: 15px;
}

#payment-btn:focus,
#final-checkout-btn:focus,
#payment-btn:active,
#final-checkout-btn:active {
    background-color: var(--dark);
    border: 2px solid var(--dark);
}

.payment-options:hover {
    background: var(--dark);
}

.payment-options-container {
    display: flex;
    justify-content: center;
}

.error {
    font-family: "Poppins", sans-serif;
    color: rgb(242, 94, 61);
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}

.no-item-error,
.min-value-error,
.no-item-error {
    font-size: 11px !important;
    line-height: 1.3;
}

@keyframes background {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 400px 0;
    }
}

.panel {
    border-radius: 1px;
}

.panel-info > .panel-heading {
    color: white;
    border-color: #999;
}

.wrapper {
    background: #f7f7f7;
}

.panel-info > .panel-heading {
    background: rgb(242, 94, 61) !important;
}

.swal-wide {
    width: 440px !important;
    /* height: 225px; */
    /* height: 250px; */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swal2-toast {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 769px) {
    .search-container {
        margin-top: 0px;
        /* top: 10vh; */
        top: 8vh;
    }
    .checkout-container {
        margin: 0;
        height: fit-content;
    }

    .right,
    .right .stick-me {
        position: static;
        height: fit-content;
        margin-bottom: 70px;
    }

    .mid,
    .left,
    .right,
    .right-container {
        margin: 0;
        padding: 0 !important;
    }

    .right-container,
    .right,
    .stick-me {
        margin-bottom: 30px;
    }

    .left {
        display: none;
    }

    .menu-heading .btn-link {
        font-size: 20px;
    }

    .down-icon {
        display: inline-block;
    }

    .submenu-container {
        padding: 0px;
        margin: 0;
    }

    .menu-heading {
        border-bottom: 1px solid lightgray;
        padding: 7px 0;
        cursor: pointer;
    }

    .bottom-cart {
        display: flex;
    }
}

@media screen and (max-width: 429px) {
    .payment-options {
        margin: 2px;
        width: 90%;
    }

    .payment-options-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .submenu-subcontainer .nav-icon_container {
        padding: 20px;
    }
}


.addons-qty::-webkit-outer-spin-button,
.addons-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.addon-qty-inputfield {
    background-color: white !important;
}