@media only screen and (max-width: 1100px) {
    .menu {
        /* display: none; */
        height: 30px;
        /* width: calc(120% + 300px); */
    }

    .menu > div {
        overflow: scroll;
        /* overflow-y: hidden; */
        /* width: 1000px; */
        display: inline-block;
        white-space: nowrap;
        padding: 5px 0;
        height: max-content;
    }

    .menu > div > div{
        display: inline;
        width: max-content;
        margin: 0 0px;
        padding: 0 10px;
        border-left: 1px solid #094a34b6;
        /* border-bottom: 1px solid #094a34b6; */
        font-size: 13px;
    }

    .product-sec>div>div {
        width: 150px;
        height: 247px;
    }

    .product-img {
        height: 140px;
    }

    .product-info {
        height: 86px;
        padding: 10px 10px;
        font-size: 14px;
        /* background-color: #111822; */
    }

    .icheeta-footer {
        font-size: 48px !important;
    }

    .menu-footer {
        flex-direction: column;
        align-items: center;
        
    }

    .menu-footer > div {
        margin: 6px;
        padding: 2px;
        color: rgba(255, 255, 255, 0.863);
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.486);
        width: 160px;
        text-align: center;
    }

    .footer>div {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 40px);
        /* width: 600px; */
    }

    .product-open {
        flex-direction: column-reverse;
        border-radius: 21px;
    }

    .popen-info-card, .popen-images-card {
        width: 100%;
    }

    .popen-images-card{
        margin-top: 5px;
    }

    .main-img{
        height: calc(100% - 90px);
    }

    .all-img {
        height: 80px;
    }

    /* CHECKOUT */

    .checkout-container {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .checkout-form, .order-summary {
        width: calc(100% - 50px);
        margin-bottom: 20px !important;
    }

    .form-group input {
        font-size: 13px;
    }

    .payment-option label {
        font-size: 13px;
    }

    .order-item {
        font-size: 13px;
    }

    .order-total {
        font-size: 14px;
    }
}