#logo {
    padding: 5px 0;
}

.slide-readmore {
    display: none;
}

.scroll-fixed #logo img {
    max-height: 5.7rem;
}

.breadcrumbs {
    position: relative;
}
 
.cat-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .cat-image > img {
        width: 100%;
    }

#search-by-category .search-ajax {
    width: 100%;
    max-width: 100%;
}


#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    display: flex;
    flex-wrap: wrap;
    max-height: 40rem;
}

#search-by-category .search-ajax li {
    flex-basis: 20%;
    width: 20% !important;
}

.overlay {
    z-index: 98;
    background: #000;
    opacity: 0.5;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.popup {
    display: none;
    width: 90vw;
    height: 90vh;
    position: fixed;
    background: #FFF;
    z-index: 99;
    box-shadow: 2px 1px 14px 3px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 1px 14px 3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 1px 14px 3px rgba(0,0,0,0.75);
    border-radius: 16px;
    top: 5vh;
    left: 5vw;
}

    .popup-flex {
        display: flex;        
    }

    .popup-flex .map-container {
        flex-basis: 65%;
        padding: 2rem;
        height: 90vh;
    }

        .popup-flex .map-container #myMap {
            width: 100%;
            height: 85%;
        }

    .popup-flex #pickerform {
        flex-basis: 35%;
        padding: 2rem 2rem 2rem 0.5rem;
    }

    .popup-close {
        position: absolute;
        right: 1.5rem;
        top: 0.5rem;
    }

        #mapform input[type=text], .popup-flex #pickerform input[type=text] {
            padding: 0.3rem 1rem;
            width: 100%;
            border-radius: 10px;
            border: 1px solid gray;
            color: gray;
            font-size: 1.1rem;
        }

        #pickerform h3 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-top: 1rem;
        }

        label.selected-label {
            margin-top: 1rem;
        }

        #mapform label.selected-label {
            margin-left: 2vw;
        }
       
        #mapform .ui.input {
            margin-left: 2vw;
            margin-right: 2vw;
        }

        .readonly-address {
            background: #CCC;
        }

        #button-add-address {
            position: absolute;
            right: 1vw;
            bottom: 3vh;
        }

        #button-select-address-selector, #button-payment-address-selector {
            padding: 0.4rem 3rem;
            text-transform: none;
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        span.shipping-selected-address, span.payment-selected-address {
            display: block;            
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }

.information-information-about .breadcrumbs {
    background: url(../image/background.jpg) no-repeat !important;
    overflow: hidden;
}

    .about-us-left-image {
        position: absolute;
        top: -35px;
        left: 0;
    }

        .about-us-left-image img {
            height: 300px;
        }

    .about-us-right-image {
        position: absolute;
        top: -35px;
        right: 0;
    }

        .about-us-right-image img {
            height: 300px;
        }

.information-information-about .block-title {
    margin-top: 0;
}        

.about-us-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5rem;
}

    .about-us-flex div.about-us-logo {
        flex-basis: 28%;        
        margin: 0 auto;
    }

        .about-us-flex div.about-us-logo img {
            width: 95%;
        }

    .about-us-flex div.details {
        flex-basis: 68%;
    }

        .about-us-flex div.details p.info {
            font-size: 1.3rem;
            padding-bottom: 1.5rem;
        }
    
.cooking-guide-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}        

    .cooking-guide-flex .cooking-image {
        flex-basis: 28%;
        margin: 0 auto;
    }

        .cooking-guide-flex .cooking-image img {
            width: 96%;
        }

    .cooking-guide-flex .cooking-details {
        flex-basis: 60%;
    }

    .cooking-details .block-title {
        margin-top: 2rem;
    }

    .cooking-details .best-for {
        list-style: none;
        text-align: center;
        padding: 0;
        margin-bottom: 5rem;
    }

    .cooking-details .best-for li {
        text-transform: uppercase;
        padding: 0.5rem 0;
    }

    .cooking-details h3 {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .cooking-details p.instructions {
        margin-top: 2rem;
        margin-bottom: 100px;        
        line-height: 200%;
        padding-left: 1.5rem;        
    }

    .box-large-image .col-large-image, .box-large-image .col-muti-items {
        width: 45%;
    }

    .box-large-image .list-style .product-item {
        margin-bottom: 20px;
    }

    .box-large-image .product-thumb:nth-child(3n+3) .list-style .product-item {
        margin-bottom: 5px;
    }

    .product-tabs-section {
        padding: 0 10px;
    }

    .testimonials-full {
        background: none;        
    }

    .testimonials-full .container {        
        background: url('../image/testi-bg-1.png') no-repeat;
        background-size: 180px;
        background-position: 30px 50px;
        position: relative;
    }

    /*.testimonials-full .container:after {
        display: block;
        position: absolute;
        width: 180px;
        height: 180px;
        background: url('../image/testi-bg-2.png') no-repeat;
        background-size: 180px;
        top: 50px;
        right: 30px;
    }*/
        
    #top {
        display: none;
    }

    .policy-block .col {
        width: 50%;
    }

.featured-categories-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
}

.special-categories-module .category-content {
    margin-bottom: 4rem;
}

.special-categories-module .category-content .caption {
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
}

.special-categories-module .category-content h4 a {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
}

/* MOBILE */
@media all
and (min-width : 320px)
and (max-width : 767px) {
    .cat-image {
        transform: scale(0.8);
    }

    #logo {
        margin-left: 30px;
    }

    .special-categories-module .category-content {
        flex-basis: 47%;
    }

}

@media all
and (min-width : 320px)
and (max-width: 1199px) {
    #logo {
        margin-left: 30px;
    }

    .countdown-static .countdown-content{
        padding: 0;
        margin-bottom: 20px;
    }

    .box-large-image .col-large-image {
        width: 100%;
    }

    .box-larg-image .col-multi-items {
        padding: 0 20px;
    }

    .box-large-image .col-muti-items {
        width: 100%;
        /*margin: 0 auto;*/
    }

    .popup {
        width: 95vw;
        left: 2.5vw;
        height: 85vh;
        top: 2.5vh;
        overflow: auto; 
    }

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

    .popup-flex .map-container {
        height: auto;
        padding: 1rem;
    }

    .popup-flex .map-container #myMap {
        height: 40vh;
    }

    #mapform label.selected-label {
        margin-left: 4vw;
    }
   
    #mapform .ui.input {
        margin-left: 4vw;
        margin-right: 4vw;
    }

    .popup-flex .map-container {
        flex-basis: 100%;
    }

    .popup-flex #pickerform {
        flex-basis: 100%;
        padding: 1rem;
    }

    #pickerform h3 {
        margin-top: 1rem;
        font-size: 1.1rem;        
    }

    #pickerform label.selected-label {
        margin-top: 0.2rem;
    }

    #showHideMapBtn {
        font-size: 1rem;
        margin-left: 1.5rem;
        padding: 0.5rem 3rem;
        margin-top: 1rem;
    }
    
    #button-add-address {
        position: initial;
        margin-bottom: 2rem;
        margin-top: 2rem;
        font-size: 1.2rem;
        padding: 0.8rem 3rem;
    }

    .box-setting > .dropdown-menu {
        right: -3rem;
    }

    .header-welcome {
        display: none;
    }

    .dropdown-menu .language {
        display: none;
    }
}

@media all
and (min-width : 768px)
and (max-width: 820px) {
    .box-large-image {
        display: flex;
    }

    .box-large-image .col-large-image {
        width: 45%;
    }

    .box-large-image .col-muti-items {
        width: 50%;
    }

    .featured-product-slide {
        height: auto;
    }

    .featured-product-slide .list-style .product-item .image {
        width: 34.5%;
    }


}

@media all
and (min-width : 801px)
and (max-width: 820px) {
    .featured-product-slide .list-style .product-item .image {
        width: 32.3%;
    }

}
