/*======================================================
    Media Query
=======================================================*/
/* max-width 1024px */
@media (max-width: 1200px) {
    .hero-section .hero-img{
        right: -280px;
    }
    .scrollable-menu-container {
        top: 14.5%;
}
.payment-info{
    width: 280px;
}
}

/* max-width 992px */
@media (max-width: 992px) {
    .padding{ padding: 60px 0; }
    .sm-padding{ padding: 15px; }
    p br{ display: none; }
    span br{ display: none; }
    .default-btn{ padding: 0 30px; }
    .section-heading h2{
        font-size: 32px;
        line-height: 42px;
    }
    .section-heading br{display: inherit;}
    .contact-section .contact-form .form-group{margin-bottom: 0;}
    .contact-section .contact-form .form-control.massege {
        height: inherit;
        margin: 15px 0 20px;
    }
    .footer-section .col-lg-3:nth-child(2) .footer-widget{padding-left: 0;}
    .content-info h3{ font-size: 16px; }
    .product-thumb .order-btn{ padding: 0 20px;}
    .content-section{ padding: 60px 0; }
    .content-img-holder > img {
        transform: scale(1.3) translateY(25px) translateX(90px);
    }
    .content-img-holder .sale{ left: 10px; }
    .banner-content h2,
    .content-info h2,
    .delivery-info h2,
    .about-info h2{ font-size: 32px; }
    .banner-content h3{
        font-size: 22px;
        line-height: 26px;
    }
    .footer-widget,
    .booking-form{ margin: 0; }
    
    .hero-content p br{ display: block; }
    .hero-section .hero-img{
        width: 75%;
        right: -20%;
        top: 50px;
    }
    .hero-section{ overflow: hidden; }
    .hero-content h1{font-size: 52px; }
    .hero-img .sale{display: none; }
    
    .delivery-girl{ display: none ; }
    .content-section.delivery .content-info{ text-align: center; }
    .content-section.delivery .order-content{ justify-content: center; }
    .contact-form{ padding: 0; }
    .about-section.inner{ margin-top: 0; }
    .content-img img{margin-top: 50px;}
    .primary-header .header-logo{max-width: 135px; }
    .cart-header{display: none;}
    
}

/* max-width 768px */
@media all and (max-width: 767px) {
    .padding{ padding: 60px 0; }
    .xs-padding{ padding: 15px; }
    p br{ display: none; }
    .about-info{
        text-align: center;
        margin-top: 40px; 
    }
    .content-img-holder > img {
        transform: scale(1.3) translateY(60px) translateX(0);
    }
    .content-info{ text-align: center; }
    .check-list li{ justify-content: center; }
    .order-content{ margin-bottom: 40px; }
    .banner-wrapper > div,
    .banner-wrapper .row > div:first-child{padding-bottom: 10px;}
    .banner-wrapper .row > div:last-child {
        margin-top: 10px;
    }
    .hero-section{
        height: auto;
        padding: 100px 0 50px 0;
    }
    .hero-section .hero-img{
        position: relative;
        width: 100%;
        height: 250px;
        top: 0;
        right: auto;
    }
    .hero-content{ text-align: center; }
    .hero-content h1{
        font-size: 48px;
        line-height: 58px;
    }
    .hero-content p br{ display: none; } 
    
    .contact-form{ margin-top: 40px; }
    .booking-form .booking-form-group,
    .contact-form-group{
        grid-template-columns: 1fr;
    }
    .booking-form .booking-form-group > div:last-child,
    .contact-form-group .form-field.message {
        grid-column-end: inherit;
    }
    .content-section.delivery .content-info {
        padding: 0 0;
        margin-top: 20px;
    }
    .page-header .bg-shape{ bottom: -2px; }
    .page-header-content p br{display: none;}
    .accordion-button{ font-size: 16px; }
    .primary-header .header-logo {
        max-width: 120px;
    }
    .cart-display{
        display: flex;
    }
    .heading-wrap{display: block;}
    .food-details-thumb{margin: 0;}
    .product-description .nav.tab-navigation{ gap: 15px; }
    .tab-content .tab-pane.description{ padding: 20px }
    .review .comment-list > li,
    .review .comment-list{
        grid-template-columns: 1fr;
    }
    .checkout-form-wrap{ padding: 30px 15px; }
    .main-slider .slider-caption.big{ justify-content: center; line-height: 38px; }
}
@media all and (max-width: 768px) {
    .menu-item{
        width: 38%;
    }
    .cart-display{
        display: flex;
    }
    .sub-category .sale{
        padding: 5px 5px;
    }
    .food-icon .default-btn{
        display: flex !important;
        left: 180px;
    }
    .custom-size{
        padding: 0 7px;
    }
    .custom-sm-layout{
        flex-direction: column-reverse;
    }
    .header-logo img{
        padding: 8px;
    }
    .center-2{
        display: flex;
        justify-content: center;
    }
    .footer-widget h3{
        display: block;
        text-align: center;
    }
    .center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
   
    /* .product-thumb .order-btn{
        visibility:visible ;
        opacity: 1;
    } */
    
    .scrollable-menu-container {
        top: 17.5%;
}
    .item-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .item-wrapper .l-row{
        justify-content: center;
        align-items: center;
    }
    .order-flex{
        /* margin-top: 75px; */
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .order-info-head{
        width: 100%;
    }
    .order-info-head-2{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .payment-info{
        width: 100%;
    }
    .order-info-head{
        padding: 10px;
    }
    .order-info-head-2{
        padding: 10px;
    }
}

/* max-width 580px */
@media all and (max-width: 580px) {
    #scrollup {
        bottom: 70px;
        right: 20px;
    }
    .cart-display{
        display: flex;
    }
    .scrollable-menu-container {
        top: 0;
}
.livebits-subcart{
    width: 86%;
    left: 6%;
    height: 74px;
    font-size: 23px;
}
}


/* max-width 420px */
@media all and (max-width: 425px) {
    .section-heading p br{ display: none; }
    .about-info h2,
    .content-info h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .food-menu-filter li{ margin: 5px;}
    
    .item-wrapper{
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .cart-display{
        display: flex;
    }
    .item-wrapper .menu-item{
        width: 50%;
    }
    .cart-btn{
        width: 102px;
    }
    .sub-category .sale{
        padding: 5px 1px;
    }
    .cart-btn-2{
        width: 125px;
    }
    .sub-category{
        margin-right: 10px;
        gap: 3px;
    }
    .l-row{
        gap: 5px;
    }
    
.custom-sm-style{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
}

/* max-width 320px */
@media (max-width: 320px) {
    .item-wrapper .menu-item{
        width: 50%;
    }
    .item-wrapper .l-row{
        gap: 5px;
    }
    .cart-display{
        display: flex;
    }
    .cart-btn-2{
        width: 120px;
    }
    .custom-size{
        padding: 0 0px;
    }
    .sub-category {
        margin-right: 9px;
        gap: 3px;
}

}

