/*
* Responsive CSS
*/

@media (max-width: 1024px) {}

/* ---- Start of max-width 992px CSS ---- */
@media ( max-width: 992px ) {
     h2{
        font-size: 26px;
        line-height: 35px;
    }
    .sm-padding{ padding: 15px; }
    .header-section .navbar-brand {
        height: 80px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .menu-btn,
    .js #mainmenu {
        display:none;
    }
    .js .slicknav_menu {
        display:block;
    }
    .sidebar-wrap{ padding: 0; }
    .promo-item h3{
    font-size: 16px;
    }
    .about-content h2{
        font-size: 26px;
        line-height: 35px;
    }
    .cta-content,
    .cta-btn{
        text-align: center!important;
    }
    .faq-item img{
        margin-bottom: 40px;
    }
    .header-right .menu-btn{
        margin-right: 60px;
    }
    .error-content{
        display: block;
    }
    .error-content .error-info{
        padding-left: 0;
        padding-top: 40px;
    }
    .cart-header{ display: none; }
}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 320px) and (max-width: 768px) {

    .right-panel{
        padding: 0;
    }
    .menu-item{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .menu-3-list li {
        margin-bottom: 10px;
    }
    .menu-item-title h5 {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
    }
    .menu-container .container-fluid{
        width: 100%;
    }

    .menu-heading{
        font-size: 28px;
    }
    .menu-item img{
        margin: 0;
    }
    .details p {
        margin: 5px 0 0;
        font-size: 16px;
        color: #686868;
        line-height: 25px;
    }
    .details h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}
.menu-container {
    background-color: #fff;
    padding: 30px 0 0;
    position: relative;
}
.menu-item-price h5{
    font-size: 12px;
}


    .contact-info-content h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .contact-info-list{
        padding: 20px;
    }
    .contact-us-form{
        padding: 20px;
    }
    #ads .row{
        padding: 10px;
    }
    #ads h4 {
    font-size: 28px;
    margin-bottom: 0;
}
#ads p {
    font-size: 16px;
    color: #000;
}
#ads::after{
    background-position: right;
    bottom: -74px;
    right: 0;
}

    .product-carousel-section::before{
        content: " ";
        position: absolute;
        width: 30%;
        height: 5%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right;
        left: 0;
    }
    .product-carousel-section::after{
        content: " ";
        position: absolute;
        width: 30%;
        height: 4%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right;
        top: 0px;
        right: 0;
    }
    .footer::before{
        content: " ";
        position: absolute;
        width: 40%;
        height: 15%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left;
        top: -50px;
        left: 0;
    }
    .testimonial-section::after{
        content: " ";
        position: absolute;
        width: 30%;
        height: 20%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right;
        bottom: -30px;
        right: 0;
    }
    #menus-list .order-bottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}
#menus-list .order-bottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}
.promo-section {
    padding: 0px 0 50px;
}
#menus-list .img img{
    display: none;
}
#menus-list .box h2{
    font-size: 26px;
}
#menus-list .order-top {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.mini-box{
    display: block;
    text-align: center;
}
.mini-box .left {
    width: 100%;
}
.mini-box .right{
    display: block;
}
.mini-box .right .center {
    width: 100%;
}
.mini-box .right .center p{
    margin-bottom: 10px;
}
.why-choose-us-three {
    padding: 40px 0 0;
}
.contact-now-box{
    display: none!important;
}

}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and ( max-width: 767px ) {
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
        line-height: 32px;
    }
    h3{
        font-size: 16px;
    }
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .section-heading h2{
        font-size: 24px;
        line-height: 32px;
    }
    .page-header{
        height: 250px;
    }
    .page-content h2 {
        font-size: 30px;
        margin: 0;
    }
    .error-content .error-info h2{
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 30px;
    }
    .error-content .error-info a{
        display: block;
    }
    .contact-form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
    .contact-info h2{
        line-height: 28px;
    }
    .sidebar-wrap{
        padding-left: 0;
    }
    .blog-single-content h2 a{
        font-size: 22px;
        line-height: 28px;
    }
    .blog-single-content h2{
        line-height: 28px;
    }
    blockquote p{
        line-height: 32px;
    }
    .about-content h2{
        font-size: 24px;
        line-height: 32px;
    }
    .about-img img{
        margin-top: 50px;
    }
    .cta-content,
    .cta-btn{
        text-align: center!important;
    }
    .cta-content h2{
        font-size: 28px;
    }
    .food-1,
    .food-2{
        display: none;
    }
    .faq-item{
    margin-bottom: 30px;
    }
}
/* ---- End of max-width 767px CSS ---- */


@media all and (min-width: 769px) and (max-width: 1024px){

    .menu-item-title h5{
        font-size: 16px;
    }
    .header-right{
        display: none;
    }
    .details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.details p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #686868;
}
.right-panel{
    padding: 0px;
}
.menu-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    border: 2px solid white;
}
.menu-container .container-fluid {
    width: 90%;
}

}


/* ---- Start of max-width 580px CSS ---- */
@media all and ( max-width: 580px ) {
    .subscribe-form{ width: 100%; }
    .counter-wrap .col-lg-4:first-child{
        margin-bottom: 50px;
    }
    .header-right .menu-btn{ display: none; }
}
/* ---- End of max-width 580px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and ( max-width: 420px ) {

}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and ( max-width: 380px ) {

}
/* ---- End of max-width 380px CSS ---- */
