@media (max-width: 667px) {
    header {
        padding: 0.7rem 0;
    }

    .mobile-menu-dropdown {        
        transition: width 0.8s; 
        background: var(--mobile-menu-bg-color);                
    }

        .mobile-menu-dropdown > .mobile-menu-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;   
            flex-wrap: wrap;  
            width: 90vw;
        }

    .mobile-menu-dropdown.expanded {
        width: 90vw;        
    }

        .mobile-menu-dropdown > .mobile-menu-wrapper .mobile-logo {
            flex-basis: 30%;
            padding: 0.7rem 0rem;   
        }

        .mobile-menu-dropdown > .mobile-menu-wrapper .mobile-logo a img {
            width: 100%;
        }

        .mobile-close {
            position: absolute;
            top: 5vw;
            left: 1rem;
        }

            .mobile-close a img {
                width: 80%;
            }

        ul.mobile-menu-items {
            flex-basis: 100%;
            list-style: none;
            margin: 0;
            padding: 1rem;
        }

            ul.mobile-menu-items li {
                padding: 1.4rem 0;
            }

            ul.mobile-menu-items li a {
                text-decoration: none;
                font-family: var(--barlow-font);
                font-weight: 500;
                font-size: 1.3rem;
                text-transform: uppercase;
                color: white;
            }

        .mobile-order-button {
            margin-bottom: 2.5rem;
        }

        .mobile-order-button a.generic-medium-red-button {
            margin: 0 1rem;
            font-size: 1.1rem;    
        }

        .mobile-social-buttons {
            margin: 0 1rem 3rem 1rem;
        }

            .mobile-social-buttons a.social-media img {
                width: 50px;
                height: 50px;
            }

            .mobile-social-buttons a.social-media:first-child {
                margin-right: 1rem;
            }

    #common-home .slideshow.swiper-viewport {
        height: 130vw;
    }

    #common-order .slideshow.swiper-viewport {
        height: 84vw;
    }

    #common-home .swiper-container, #common-order .swiper-container {
        height: 100%;        
    }

    #common-home .swiper-slide a img, .swiper-slide img, #common-home .swiper-slide a img {
        height: 100%;
        object-fit: cover;
    }

    #desktop-menu {
        display: none !important;
    }

    #mobile-menu {
        display: flex !important;
    }
    
    .mobile-menu-burger {
        position: absolute;
        top: 35%;
        left: 0.3rem;
        transform: translateY(-50%);        
    }

        .mobile-menu-burger a i {
            color: white;
            font-size: 1.5rem;
        }

    #common-home .slideshow-container {
        left: 56%;
        top: 64%;
    }

        #common-home .slideshow-info {
            width: 85%;        
        }

        .banner-title {
            font-size: 2.6rem;
            width: 50%;
        }

        .banner-description {
            font-size: 1.1rem;
            margin-top: 0.9rem;
        }

    .our-story-box {
        padding: 0 !important;
        margin-top: 2rem !important;
        margin-bottom: 2.1rem !important;
    }

        .our-story-box > .d-flex {
            flex-direction: column;
        }

        .our-story-box .d-flex > .w-50 {
            width: 100% !important;
        }

        .our-story-box .d-flex > .w-50:first-child {
            width: 88% !important;
            padding: 0 6% !important;
        }

        .our-story-subheader {
            margin-top: 0;
        }

        .our-story-title {
            font-size: 2.9rem;
            line-height: 3.5rem;
        }

        .our-story-short-desc {
            margin-top: 1rem;
        }

    #common-home .featured {
        margin-top: 1.8rem !important;
        padding: 0 1.5rem !important;
    }        

    #common-home .featured-header-flex > a{
        display: none;
    }

    #common-home .featured-flex {
        flex-direction: column;
        gap:0;
    }

        #common-home .featured-flex .featured-item {
            width: 100%;
            flex-basis: 100%;
        }

        #common-home .featured-item .caption {
            min-height: auto;
        }

    /* ORDER */
    #common-order .slideshow-info {
        width: 90%;
        padding: 0 5%;        
    }

        #common-order .banner-title {
            font-size: 2.4rem;
            width: 100%;
        }

        #common-order .banner-description {
            margin-top: 0.5rem;
            font-size: 1rem;
            line-height: 1.2rem;
            -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
        }

        #common-order .slideshow-container {
            top: 65%;
        }

    .category-showcase-box > .container {
        padding: 2.5rem 5% 1.5rem 5% !important
    }

    .category-flex {
        margin-top: 1rem !important;
    }

        .category-flex .category-item {
            flex-basis: 48%;
            width: 48%;            
        }

        .category-item a img {
            aspect-ratio: 1.71;
            object-fit: cover;
        }
        
    .featured.container, .order-menu.container {
        margin: 1.5rem 0 !important;
        padding: 0 4% !important;
    }        

        .featured-flex, .order-menu-flex {
            margin-top: 1rem !important;
            justify-content: space-between !important;
        }

        .featured-flex .featured-item, .order-menu-flex .order-menu-item {
            width: 48.5%;
            flex-basis: 48.5%;
        }

        .featured-item .caption, .order-menu-item .caption {
            min-height: 75px;
        }
       
        .featured-item .caption h4 {
            min-height: auto;            
        }
        
        .order-menu-item .caption h4 {
            min-height: 46px; 
        }

        .featured-item .caption h5, .order-menu-item .caption h5 {
            /*-webkit-line-clamp: 2; 
            line-clamp: 2; 
            -webkit-box-orient: vertical;
            display: -webkit-box;*/
            overflow: hidden;
            min-height: auto;
        }

        .read-more-less {
            color: var(--primary-color);
            font-family: var(--barlow-font);
            font-weight: 500;
            font-size: 0.75rem;
            text-decoration: none;
            padding-bottom: 0.5rem;
        }

    .cart-shortcut {
        border-bottom-right-radius: 0px;
        height: 65px;
        width: 88px;
        top: -1rem;        
        padding: 0 1rem;
    }        
        
        .cart-shortcut.expanded {
            border-bottom-right-radius: 30px;
        }

        .cart-shortcut.collapsed {
            padding: 0 1.3rem;
        }

        .cart-shortcut.collapsed .cart-shortcut-header .icon {
            display: block;
        }

        .cart-shortcut.collapsed .cart-shortcut-header .label {
            display: none;
        }

        .cart-shortcut.expanded .cart-shortcut-header .icon {
            display: none;
        }

        .cart-shortcut.expanded .cart-shortcut-header .label {
            display: block;
        }
        
        .cart-shortcut .cart-shortcut-header {
            align-items: center;            
        }

        .cart-shortcut.collapsed .cart-shortcut-header .cart-shortcut-count {
            font-size: 1rem;
        }

        .cart-shortcut.expanded .cart-shortcut-header a.cart-shortcut-close {
            color: var(--close-to-black-color);
            background: white;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cart-shortcut-buttons {
            top: 395px;
            width: 100%;
        }

        a.clear-cart, a.proceed {
            width: 48%;
        }

        .cart-shortcut-table tr th:nth-child(2) {
            width: 43% !important;
        }

        .cart-shortcut-table tr td.second-column {
            padding-left: 0.5rem !important;
        }

        .cart-shortcut-table tr td img {
            width: 40px;
            height: 40px;            
        }

        .cart-shortcut-item .info {
            text-decoration: none;
            flex-basis: calc(100% - 52px);
        }

    .quantity-box input[type=text] {
        width: 24px;
    }

    #pickerBar > .container {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

        .picker-item {
            width: 100%;
            padding-left: 0 !important;
            font-size: 1rem;
            padding-bottom: 1rem;
        }

        #changeDetailsBtn {
            margin-left: 0 !important;
            margin-top: 0;
            padding: 0.5rem 1.5rem;
            font-size: 1rem;
        }
    /* END ORDER */
    
    #branch-picker {
        width: 100%;
        height: 90vh;
        padding: 3.2rem 1.8rem;
    }

        .fancybox-toolbar {
            display: none;
        }

        #branch-picker h1 {
            font-size: 2.8rem;
        }

    .testimonials-container.container {
        width: 100% !important;
        padding: 0 0 1.5rem 0 !important;
    }

        .testimonials-container.container .subheader {
            padding: 0 1.5rem !important;
            font-size: 2.8rem;
        }

        .testimonials-container.container .owl-nav {
            top: 100%;
            height: 30px;
            z-index: 2;
        }

        .testimonials-container.container .owl-nav .owl-prev {
            left: 1rem;
        }

        .testimonials-container.container .owl-nav .owl-next {
            right: 1rem;
        }

    .branches-box {
        padding: 0 2rem !important;
    }

        .branches-flex {
            flex-direction: column;
        }

        .branches-flex .branch-item {
            flex-basis: 100%;
            margin-bottom: 1.2rem;
        }

    .generic-red-big-button, .generic-brown-big-button {
        font-size: 1.1rem;
        padding: 1.2rem 1.5rem
    }

    #setLocationBtn {
        margin-left: 0.5rem !important;
    }
 
    /* Checkout */
    .checkout-header, .information-header, .success-header, .failure-header {
        height: 66vw;        
    }

        .checkout-header > img, .information-header > img, .success-header > img, .failure-header > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .white-subheader {
            bottom: 4rem;
            left: 1.5rem;
        }

    .checkout-flex {
        padding-top: 0.3rem !important;
        margin-top: 1.5rem!important;        
    }

    .checkout-info-header {
        padding-left: 1rem !important;
        padding-right: 1rem !important;        
    }

        .checkout-flex .contact-info-flex, .checkout-flex .order-summary-flex {
            width: 100%;
        }

    .checkout-box {
        padding: 1rem !important;        
    }

        .checkout-box .form-flex .form-group {
            flex-basis: 100%;
        }

        .delivery-pickup-flex .item {
            flex-basis: 48%;
            margin-bottom: 1rem;
        }

        .delivery-pickup-flex {
            margin-bottom: 1rem;
        }

        .delivery-pickup-flex .item:first-child {
            flex-basis: 42%;        
        }

        #txtAddress1 {
            width: 100% !important;
        }

        #map {
            width: 100%;            
        }

        #address .form-flex {
            width: 100% !important;
        }

        .shipping-method-box .custom-select {
            flex-basis: 51%;            
        }

        .shipping-method-flex {
            justify-content: space-between;
        }

        #special_instructions .generic-text-area {
            width: 100%;
        }        

        #order-details {
            display: none;
            padding: 0;
            position: absolute;
            top: -1.5rem;
            left: 0;
            width: 100vw;
        }

        #close-order-details {
            display: block;
            position: absolute;
            right: 1rem;
            top: 0.5rem;
            background: var(--brown-text-color);
            border-radius: 50px;
            text-align: center;
            width: 30px;
            height: 30px;
            line-height: 2rem;
        }

            #close-order-details i {
                color: white;
                font-size: 1rem;
                
            }
        .order-summary-flex > .order-summary-title {
            background: var(--light-beige-color);
            padding: 2rem 1rem 1rem 1rem;
        }
        
        .order-summary-flex > .order-summary-buttons {
            display: none !important;
        }
        
        .order-summary-flex .checkout-box {
            margin-top: 0 !important;
            border-radius: 0;
            min-height: 180vh;
            border: none;
        }
        
        .order-summary-buttons-mobile {
            align-items: center;
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-top: 0.3rem !important;
            margin-left: auto !important;
            margin-right: auto !important;
            width: calc(100% - 2rem);            
            display: flex !important;
        }

        .order-summary-buttons-mobile .generic-light-brown-button, .order-summary-buttons-mobile .generic-orange-button.bigger {
            font-size: 0.8rem;
            padding: 0.6rem 1rem;
        }

        #paymentBtnMobile > img {
            width: 29px;
            transform: translateY(-1px);
        }

        .show-order-btn {
            display: block !important;
            text-align: center;
            text-transform: none;
            font-size: 0.8rem;
            width: calc(100% - 2rem) !important;
            margin: 0 auto;
        }

            .show-order-btn img {
                padding-right: 0.5rem;
            }

        tr.cart-discount > td:first-child {
            text-align: left !important;
        }

        tr.cart-discount > td:first-child > input {
            width: 92% !important;
        }

        tr.cart-discount > td:last-child {
            padding-left: 0 !important;
        }

        tr.cart-discount > td:last-child > a {
            padding: 0.4rem 1rem 0.5rem 1rem;
            font-size: 0.66rem;
        }

    .account-checkout-details .generic-subtitle {
        width: 100%;
        margin-bottom: 0.7rem;
    }

    .account-checkout-details > a.generic-red-button {
        margin-left: 0 !important;
    }
    
    .account-checkout-info {
        width: 90% !important;
    }

        .account-checkout-info .account-item {
            width: 48%;
        }
    /* End Checkout */

    .information-content {
        padding: 1.5rem;
    }

    /* Footer */
    .footer-flex {
        padding: 0 1rem;
    }

        .footer-content {
            margin-top: 2rem;
            margin-bottom: 2rem;
            width: 100%;
        }

        .social-media img {
            width: 34px;
            height: 34px;
        }

        .copyright-text {
            text-align: left !important;
            margin: 2rem 0 0 0;
            width: 100%;
        }
        
    footer .terms-flex {
        justify-content: start;
        flex-direction: column;
    }
    /* End Footer */

    #account-forgotten, #account-password {
        margin-top: 0 !important;
    }

    .success-box {
        padding: 0.8rem 1rem !important;
        border-radius: 0;
        margin-top: 0 !important;
    }

    .success-summary {
        width: 100% !important;        
    }

    .success-fulfillment {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-top: 1.5rem !important;
    }

        .success-padding {
            padding-left: 0.5rem !important;
        }

    .custom-alert {
        width: 100vw;
        padding: 2.5rem 3rem;
    }

        .custom-alert-title {
            font-size: 2.4rem;
        }
}