@media screen and (max-width: 991px) {
    :root {
        --main_width: 567px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --main_width: 100%;
    }

    .resturant_logo {
        display: none !important;
    }

    .card_product {
        flex-direction: column !important;
        -webkit-flex-direction: column !important; /* دعم iOS */
    }

    .product_title {
        font-size: 18px;
    }

    .product_content {
        font-size: 14px;
    }

    .product_price {
        font-size: 20px;
    }

    .product_image {
        min-width: 115px;
        max-width: 130px;
        min-height: 115px;
        max-height: 130px;
    }
}

@media screen and (max-width: 600px) {
    .aside_WedgetTitle {
        font-size: 17px;
    }

    .btn_default {
        font-size: 13px;
        padding: 13px 10px;
        -webkit-tap-highlight-color: transparent; /* يمنع وميض اللمس */
    }

    .nav_item {
        font-size: 12px;
    }

    .btn_default i,
    .btn_default {
        line-height: 0.7rem;
    }

    .banner_logo {
        max-width: 120px;
        padding: 10px;
        margin-bottom: 13px;
    }

    .cate_info {
        min-width: 100px !important;
    }

    .cate_image {
        height: 70px;
    }

    .cate_name {
        font-size: 14px;
    }

    .product_title {
        font-size: 15px;
    }

    .product_price strong,
    .product_price {
        font-size: 17px;
    }

    .product_content {
        font-size: 12px;
    }

    .product_image {
        min-width: 100px;
        max-width: 120px;
        min-height: 100px;
        max-height: 120px;
    }

    .btn_product {
        width: 30px;
        height: 30px;
        font-size: 16px;
        -webkit-tap-highlight-color: transparent;
    }

    .proDet_content {
        font-size: 13px;
    }

    .cartItem_title {
        font-size: 17px;
    }
    .orderItem_title{
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .card_product {
        flex-direction: row !important;
        -webkit-flex-direction: row !important;
    }
}
