/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.mainMenu.home li:nth-child(3) {
    margin-left: 320px;
}
.homeLogo img {
    max-height: 450px;
}
.breadCrumb .mainMenu li a {
    padding: 0px 10px;
    font-size: 16px;
}

.breadCrumb .mainMenu {
    padding-right: 130px;
}
.favorite .commonCardTxt {
    height: auto;
}

.favorite .cardPrice {
    position: initial;
    bottom: 0;
}
.coffe .commonCardTxt {
    height: auto;
}

.coffe .cardPrice {
    position: initial;
}

.coffe .commonCardImg {
    min-height: 400px;
}


}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainMenu.home li:nth-child(3) {
        margin-left: 100px;
    }
    
    .sideNav h4 {
        font-size: 15px;
    }
    
    .mainMenu.home {
        background: #00000078;
        padding: 15px 0px;
    }


    .innerLogo img {
        position: initial;
    }
    
    .innerLogo {
        text-align: center;
    }
    
    .about-left-img:after {
        width: 2200px;
    }
    
    .section3-about-area {
        overflow: hidden;
    }
    .cardPrice {
        position: initial;
        bottom: auto;
    }
    
    .commonCardTxt {
        height: auto;
    }
    .favorite .commonCardTxt {
        height: auto;
    }
    
    .favorite .cardPrice {
        position: initial;
        bottom: 0;
    }
    .coffe .commonCardTxt {
        height: auto;
    }
    
    .coffe .cardPrice {
        position: initial;
    }
    
    .coffe .commonCardImg {
        min-height: auto;
    }

    .portal-header h1 {
        font-size: 28px;
    }

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .mainMenu.home li:nth-child(3) {
        margin-left: 0;
    }
    
    .sideNav h4 {
        font-size: 12px;
    }
    
    .sideNav {
        padding: 10px;
    }
    
    .sideNav img {
        width: 40px;
    }
    
    .mainMenu.home {
        background: #00000096;
        padding: 10px 5px;
        text-align: center;
    }
    
    .mainMenu li a {
        font-size: 16px;
        padding: 5px 10px;
    }
    
    .mainMenu li a img {
        height: 16px;
    }
    
    .ingredientsLogo h1 {
        font-size: 40px;
    }
    
    .ingredientsLogo h1 img {
        display: none;
    }
    
    .footerGrid {display: block;text-align: center;}
    
    .privacyPolicy {
        padding: 12px 0px;
    }
    
    .privacyPolicy a {
        text-decoration: underline;
    }
    
    .copyright {
        border: none;
    }
  
    .responsive_menu {
        position: relative;
    }
    
    .slicknav_menu {
        position: absolute;
        right: 0;
        top: -54px;
        display: block;
        z-index: 2;
        width: 100%;
        background: #000000c2;
    }
    
    .mainMenu {
        display: none;
    }
    
    .slicknav_nav a {
        font-size: 27px;
        padding: 25px 10px;
    }
    
    .slicknav_nav a img {
        height: 26px;
    }
    
    .slicknav_nav li:last-child a {
        padding-top: 5px;
    }
    
    .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        background: none;
        width: auto;
        transition: .0s;
    }
    
    .slicknav_nav .slicknav_row:hover {
        background: #000000b5;
    }

.innerLogo img {
    position: initial;
    padding-bottom: 5px;
}

.innerLogo {
    text-align: center;
}

.about-left-img:after {
    width: 2200px;
}

.section3-about-area {
    overflow: hidden;
}
.innerHeaderTxt .homeAddress {
    font-size: 16px;
}

.innerHeaderTxt .homeAddress.right {
    padding-right: 27px;
}

.singleImg {
    margin: 20px 0px;
}

.section-singleBg {
    padding-top: 200px;
}
.cardPrice {
    position: initial;
    bottom: auto;
}

.commonCardTxt {
    height: auto;
}

.commonCard.style2 {
    padding-right: 0;
    border: none;
}

.fudgeBottom {
    padding-right: 0;
    border: none;
    margin: 30px 0px;
}

.fudgeBottomTxt {
    display: block;
}
.favorite .commonCardTxt {
    height: auto;
}

.favorite .cardPrice {
    position: initial;
    bottom: 0;
}

.coffe .commonCardTxt {
    height: auto;
}

.coffe .cardPrice {
    position: initial;
}

.coffe .commonCardImg {
    min-height: auto;
}
.portalGrif {
    display: block;
}


 }   
    
 
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 


}






















