#main_menu_list .add-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 0;
    font-size: 13px;
    font-weight: 500 !important;
    cursor: pointer;
    border: 1px solid var(--whitee7);
    width: 85px;
    height: 35px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1px 3px var(--black-shadows1f);
    background-color: var(--white);
}

.fixed-bottom {
    z-index: 9 !important;
}

/*for variant only*/
.product_Cart .add-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500 !important;
    cursor: pointer;
    border: 1px solid var(--colore7e);
    width: 85px;
    height: 35px;
    box-shadow: 0 1px 3px var(--shdow1f);
    background-color: var(--white);
}

#main_menu_list .product-counter {
    align-items: center;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 0;
    font-size: 13px;
    font-weight: 500 !important;
    cursor: pointer;
    border: 1px solid var(--colore7e);
    width: 85px;
    height: 35px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1px 3px var(--shdow1f);
    background-color: var(--white);
    box-shadow: 0 1px 3px var(--shdow1f);
}

#main_menu_list .product-counter input:first-child {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px !important;
    border-radius: 6px 0 0 6px;
    padding-inline-start: 8px !important;
    background-color: transparent !important;
}

#main_menu_list .product-counter input {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700 !important;
    width: 100px;
    border: none;
    background: var(--white);
    color: var(--current);
}

#main_menu_list .product-counter input:nth-child(2) {
    flex: 1 1;
    word-wrap: normal;
    border-radius: 0;
    width: 35px;
    text-align: center;
    border: none;
    background: var(--white);
    color: var(--current);
}

#main_menu_list .product-counter input:nth-child(3) {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px !important;
    border-radius: 0 6px 6px 0;
    padding-inline-start: 8px !important;
    background-color: transparent !important;
}

#main_menu_list .product-counter input:focus {
    outline: none;
}

#main_menu_list .product-counter .minus {
    width: 22px;
    border-radius: 6px 0 0 6px;
    border: none;
    background: var(--white);
    color: var(--current);
}

#main_menu_list .product-counter .plus {
    width: 22px;
    border-radius: 0 6px 6px 0;
    border: 0;
    background: var(--white);
    color: var(--current);
}

#main_menu_list .display-variant-count-btn,
#main_menu_list .display-add-on-count-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 0;
    font-size: 13px;
    font-weight: 500 !important;
    cursor: pointer;
    border: 1px solid var(--whitee7);
    background-color: var(--white);
    width: 85px;
    height: 35px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1px 3px var(--black-shadows1f);
}

#main_menu_list .product-group .menu-items-inner-container .img_out_product {
    height: 0 !important;
}

#main_menu_list .without_product_img .add-quantity {
    bottom: -50% !important;
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
}

#OrderTypeModal .view-cart-action.active,
#OrderTypeModal .view-cart-action:hover,
#LoginModal .view-cart-action:hover {
    background-color: var(--current);
    color: var(--white);
}

/* validation */
label.error {
    color: red !important;
    font-size: 14px !important;
    margin-bottom: 0;
}

.error-ajax {
    color: red !important;
    font-size: 14px !important;
    margin-bottom: 0;
}

.cart_order_type_btn.active,
.side_cart_checkout_btn {
    background-color: var(--current) !important;
    color: var(--bg-main) !important;
}

.cart_order_type_btn:hover,
.side_cart_checkout_btn:hover {
    background-color: var(--bg-main) !important;
    color: var(--current) !important;
}

/*out stoke btn*/
.out-stoke-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 0;
    cursor: not-allowed;
    border: 1px solid var(--whitee7);
    width: 90px;
    height: 40px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1px 3px var(--black-shadows);
    background-color: var(--white);
}

.out-stoke-btn .out-stoke-text {
    font-size: 11px;
    line-height: 15px;
    opacity: 0.6;
    font-weight: 500;
    cursor: not-allowed !important;
    text-align: center;
}

/*variant and add on model*/
#variantListModal #variantListModalLabel,
#addOnListModal #addOnListModalLabel {
    font-size: 16px !important;
    font-weight: 600 !important;
}

#variantListModal .modal-footer,
#addOnListModal .modal-footer {
    box-shadow: 0px 0px 10px var(--color29) !important;
    z-index: 1 !important;
}

#variantListModal .modal-footer .view-cart-action,
#addOnListModal .modal-footer .view-cart-action {
    padding: 6px 16px !important;
    font-size: 14px !important;
}

del {
    text-decoration: line-through;
    color: var(--primary);
    font-size: 13px;
}

.menu-list-wrapper {
    position: relative;
    top: 20px;
    width: 200px;
}

.fixed_menu {
    position: fixed;
    top: 65px;
    width: 200px;
    z-index: 1;
}

.category-name {
    color: var(--current) !important;
}

.menu-listing a.active span,
.menu-listing a:hover span {
    color: var(--bg-main) !important;
    filter: invert(1) !important;
}

.menu-list-web {
    height: calc(100vh - 115px) !important;
}

.menu-list {
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: calc(100vh - 145px) !important;
}

/* Webkit browsers */
/* Webkit browsers (like Chrome, Safari, Edge) */
.menu-list::-webkit-scrollbar {
    width: 1px;
    /* Set scrollbar width in pixels */
}

.menu-list::-webkit-scrollbar-track {
    background: transparent;
    /* Optional: background of scrollbar track */
}

.menu-list::-webkit-scrollbar-thumb {
    background-color: var(--bg-main);
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Optional: rounded corners */
}

@media screen and (max-width: 814px) {
    .coupon_wrapper .item {
        width: calc((100vw - 3vw * 2) * (1 / 2.2) - 20px * (1 / 2.2 + 1));
    }
}

@media screen and (max-width: 500px) {
    .coupon_wrapper .item {
        width: calc(100vw * (1 / 1.2) - 20px);
        padding: 10px 5px;
        margin: 3px;
    }
}

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

@media screen and (max-width: 767px) {
    .coupon_slider {
        margin-bottom: 5px !important;
    }

    .d-xss-block {
        display: block !important;
    }

    #toggleSwitch {
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .category-title .title {
        padding-top: 15px !important;
    }

    .browser-default {
        margin-bottom: 8px;
    }

    #addOnListModal .modal_description {
        margin-top: 0 !important;
    }

    #addOnListModal .modal_title {
        margin-bottom: 3px !important;
    }

    #addOnListModal .item_discription_main .item_name {
        max-width: 60% !important;
        word-break: break-all;
    }

    #addOnListModal .item_discription_main .item_price {
        max-width: 40% !important;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .fixed_menu {
        width: 140px;
    }

    .menu-list-wrapper {
        width: 140px;
    }

    .page-wrapper {
        padding-top: 40px;
    }

    .product-group .menu-items-inner-container .store-menu-product-item-wrap .item .details {
        display: flex;
    }

    .product-group .menu-items-inner-container .product-img-wrap {
        height: 60px;
    }

    .d-xss-block {
        display: block !important;
    }

    #toggleSwitch {
        justify-content: flex-start !important;
        padding-top: 0 !important;
    }

    #toggleSwitch .d-flex {
        gap: 5px;
    }

    .coupon_wrapper .coupon_detail .coupon_detail_item {
        min-height: 250px;
    }

    .product-group .menu-items-inner-container .product-img-wrap {
        height: 65px;
    }
}

@media(max-width:991px) {
    .product-group .menu-items-inner-container {
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) {
    .coupon_wrapper .coupon_detail .coupon_detail_item {
        min-height: 250px;
    }

    .product-group .menu-items-inner-container .store-menu-product-item-wrap .item .details {
        display: flex;
    }

    .page-wrapper {
        padding-top: 25px;
    }

    .product-group .menu-items-inner-container .product-img-wrap {
        height: 65px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .coupon_wrapper .coupon_detail .coupon_detail_item {
        min-height: 236px;
    }

    .product-group .menu-items-inner-container .store-menu-product-item-wrap .item .details {
        display: flex;
    }

}

@media(min-width:992px) and (max-width:1199px) {
    .product-group .menu-items-inner-container .product-img-wrap {
        height: 65px !important;
    }
}

@media(min-width:1367px) {
    .coupon_wrapper .coupon_detail .coupon_detail_item {
        min-height: 230px;
    }
}

.menu-category-items .product-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.menu-category-items .product-group .store-menu-product-item-wrap .item {
    width: 80% !important;
    float: left !important;
}

.menu-category-items .product-group .store-menu-product-item-wrap .item_img {
    width: 20% !important;
    float: right !important;
}

.product-group .menu-items-inner-container .product-img-wrap {
    height: 75px;
}

.product-group .menu-items-inner-container .store-menu-product-item-wrap {
    gap: 15px;
}

.store-menu-product-item-wrap .item .menu-item-desc-container .menu-item-description {
    word-break: break-word;
    margin-right: 0;
}

.category-title .title {
    margin-bottom: 0 !important;
}

.product-group .menu-items-inner-container {
    border-bottom: none;
    box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
    margin: 3px;
    border-radius: 10px;
    padding: 5px 5px 16px 5px;
}

.menu-category-items .product-group {
    border-radius: 0;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.product-group .no-image-padding {
    padding-bottom: 0;
    padding-right: 10px;
}

#menu-categories-products .category-title .title {
    border-bottom: 2px dotted;
    width: max-content;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    padding-right: 0;
}

.sub-category-heading {
    color: var(--current);
    margin-left: 0;
    margin-bottom: 10px;
}

@media(max-width:1023px) {
    .menu-category-items .product-group {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .product-group .menu-items-inner-container .store-menu-product-item-wrap .item .details {
        display: flex;
    }

    .menu-category-items .product-group .store-menu-product-item-wrap .item {
        width: 85% !important;
        float: left !important;
    }

    .menu-category-items .product-group .store-menu-product-item-wrap .item_img {
        width: 15% !important;
        float: right !important;
    }

    .product-group .menu-items-inner-container .product-img-wrap {
        height: 80px !important;
    }
}

@media (max-width: 767px) {
    .menu-category-items .product-group .store-menu-product-item-wrap .item {
        width: 75% !important;
        float: left !important;
        margin-right: 10px !important;
    }

    .menu-category-items .product-group .store-menu-product-item-wrap .item_img {
        width: 25% !important;
        float: right !important;
    }

    .product-group .menu-items-inner-container {
        padding: 8px 0 15px !important;
    }
}