/*header*/
 .site-nav .site-nav__item:nth-of-type(1){
     background-color: white;
     border-radius: 28px;
     border: 0;
 }
.site-nav .site-nav__item:nth-of-type(1) .site-nav__link{
    border: 2px solid white;
   color: #4d3422;
    border-radius: 20px;
    padding: 10px 15px 10px 20px;
}
.site-nav .site-nav__item:nth-of-type(1) .site-nav__link:hover{
    border-radius: 0;
    border: none;
}
#MenuParent-1:hover .site-nav .site-nav__item:nth-of-type(1) .site-nav__link:hover{
    border-radius: 0;
    border: none;
}
#MenuParent-1 li a{
    color: white !important;
    font-weight: 600 !important;
}
#MenuParent-1 li a:hover{
    color: var(--lightbrown-color) !important;
}
.fe-header-container {
    display: flex;
    justify-content: space-between;
    font-family: "Big Sky",sans-serif;
    background-color: #4d3422;
    align-items: center;
    height: 125px;
    font-size: 21px;
    color: #FFFFFF;
}
.fe-header-container .fe-menu-list-parent{
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.logo-wrapper{
    text-align: center;
    flex-basis: 20%;
}
.logo-wrapper img{
    max-width: 250px;
}
.fe-header-container ul{
    margin: 0;
    list-style-type:none;
}
.fe-header-container ul li{
    margin: auto;
}
input.menu-child{
    display: none;
}
.fe-menu-child{
    max-height: 0;
    overflow: hidden;
}

.menu-child:checked ~ .fe-menu-child{
    max-height: 200px;
    transition: all ease 1s;
}
input.menu-grandchild{
    display: none;
}
.grandchild{
    max-height: 0;
    overflow: hidden;
}

.menu-grandchild:checked ~ .grandchild{
    max-height: 200px;
    transition: all ease 1s;
}
.parent-li{
    position: relative;
}
.fe-menu-child{
    position: absolute;
    bottom: -100%;
    right: 0;
}
.child-li{
    position: relative;
}
.grandchild{position: absolute;
}
/*end header*/
/*hero homepage*/

/*end hero*/
/*badge homepage*/
.containerCompromise{
    padding-top: 50px;
    text-align: center;
    margin: auto;
}
.headingContainer{
    margin: auto;
    width: 69%;
}
.containerCompromise h2 {
    font-size: 65px;
    color: #4E3524;
    max-width: 75%;
    margin: 20px auto;
    line-height: 1;
    font-family: "Montserrat Bold", sans-serif;
}
.compromiseImgContainer{
    margin: 5% auto;
    font-family: "Big Sky", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comp-divider{
    margin: auto;
    width: 90%;
}
.badgeContainer img {
    margin-bottom: 20px;
}
.badgeContainer p {
    color: #4E3524;
    font-size: 20px;
}
.badgeContainer{
    text-align: center;
    min-width: 95px;
    width: 245px;
    height: 205px;
}
@media (max-width: 1520px) {
    .headingContainer{
        width:80%;
    }
}
@media (max-width: 1200px) {
    .containerCompromise h2{
        font-size: 50px;
    }
}
@media (max-width: 800px) {
    .headingContainer h2{
        font-size: 50px;
    }
    .compromiseImgContainer{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .headingContainer{
        width: 100%;
    }
    .badgeContainer{
        width: 75px;
        height: auto;
    }
    .badgeContainer img{
        max-width: 70%;
    }
    .badgeContainer p{
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .headingContainer h2{
        font-size: 31px;
    }
    .badgeContainer{
        height: 140px;
    }
}
/* end home badges */
/* bar offers */

/* end bar offers */
/* home reviews swiper*/

/* end home reviews swiper */
/*about us home*/

/* end about us home */
/* give banner */
.BannerContainer .customBtn{
    color: white;
    border: 2px solid white;
    margin-top: 20px;
    font-size: 40px;
    padding: 15px 35px;
    background-color: #EE4A42;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    font-family: "Montserrat Bold", sans-serif;
}
.BannerContainer{
    text-align: center;
    padding: 5%;
    color: white;
    background: #EE4A42;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.BannerContainer h2 {
    font-size: 70px;
    font-family: "Montserrat Bold", sans-serif;
    color: white;
    margin-bottom: 30px;
}
.bannerText{
    width: 60%;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    flex-direction: column;
}
.bannerText p {
    font-size: 20px;
    font-family:"Montserrat Regular",sans-serif;
}
.bannerText .first-p{
    margin-bottom: 30px;
}
.subHeading h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: white;
}
@media (max-width: 700px) {
    .BannerContainer h2{
        font-size: 30px ;
    }
    .BannerContainer h3{
        font-size: 20px ;
    }
    .BannerContainer .customBtn{
        font-size: 20px;
        padding: 10px 25px;
        width: 200px;
    }
    .bannerText{
        width: 100%;
    }
}
/* end give banner */
/* faq home */
.faq-parent-wrapper{
    margin: auto;
}
.faq-p-wrap{
    max-height: 0;
    transition: all 0.3s;
    border-top: 2px solid transparent;
    overflow: hidden;
}
.faq-p-wrap p{
    padding-bottom: 10px;
}
.faq-item-wrapper {
    position: relative;
    border: 2px solid #4E3524;
    border-radius: 35px;
    margin-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
}
.faq-item-wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.faq-item-wrapper h3 {
    font-size: 17px;
    font-family: "Montserrat Bold", sans-serif;
    font-weight: 400;
    color: #4E3524;
}
.faq-item-wrapper label {
    cursor: pointer;
    font-style: normal;
}
.faq-item-wrapper label {
    position: relative;
    display: block;
}
.faq-item-wrapper label::before {
    content: "+";
    position: absolute;
    display: flex;
    letter-spacing: initial;
    align-items: center;
    color: #4E3524;
    height: 100%;
    right: -10px;
}
.faq-item-wrapper input[type="checkbox"]:checked ~ h3 label::before {
    content: "−";
}
.faq-item-wrapper p {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 0;
}
.faq-item-wrapper input[type="checkbox"]:checked ~ h3 ~ .faq-p-wrap {
    transition: all 1s;
    max-height: 2000px;
    border-top: 1px solid #4E3524;
}
/*.faq-item-wrapper input[type="checkbox"]:checked ~ p {
    color: #4E3524;
    font-family: "Montserrat Regular", sans-serif;
    font-weight: 200;
    padding-top: 20px;
    margin-bottom: 20px;
}*/
.faq-item-wrapper input[type="checkbox"]{
    font-style: normal;
}
.faq-heading{
    margin: 20px 0 20px 0;
    color: #4E3524;
}
.faq-wrapper-heading{
    font-size: 50px;
    font-family: "Montserrat Bold", sans-serif;
    margin: 40px auto;
    text-align: center;
    color: #4E3524;
}
@media (max-width: 600px) {
    .faq-wrapper-heading{
        font-size: 30px;
    }
}
.all-faqs-link{
    font-size: 24px;
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
    margin: auto;
    font-weight: 700;
    color: var(--brown-color);
    text-align: center;
}
/* end faq home */
/* footer */
.footer-wrap-outer{
    position: relative;
    background-color: #4d3422;
}

.footer-container-fe{
    display: flex;
    position: relative;
    padding: 50px 0;
    flex-wrap: wrap;
}
.footer-container-fe h2{
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Big Sky", sans-serif;
    font-size: 25px;
    font-weight: 500;
}
.footer-container-fe p{
    color: #a3968d;
    font-size: 15px;
}
.footer-container-fe a{
    color: #a3968d;
    font-size: 15px;
    display: block;
}
.footer-container-fe span{
    color: #FFFFFF;
    font-weight: bold;
}
#follow-ftr{
    font-weight: bold;
    color: #694f37;
}
.footer-item{
    flex:1;
}
.footer-news{
    flex-grow: 2;
}
.footer-abt{
    flex-grow: 0;
    flex-basis: 15%;
}
.footer-divider{
    position: absolute;
    top: -17px;
}
.ftr-menu-wrap{
    padding-left: 10%;
}
.footer-contact a{
    width: 20px;
}
.footer-contact a:last-of-type{
    width: 11px;
}
.footer-soci-cont{
    display: flex;
}
.footer-form-wrap {
    position: relative;
}
.footer-form-wrap input{
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid white;
    padding-left: 0;
    font-style: normal;
}
.footer-form-wrap input::placeholder{
    color: #a3968d;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.footer-form-wrap button {
    position: absolute;
    right: 0;
    border: 2px solid white;
    font-weight: bold;
    border-radius: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    padding: 6px 20px;
}
.footer-form-wrap  input, select, textarea{
    color: white;
}
.contact-form:focus-visible{
    border: none;
}
.priv-poli-wrap{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.priv-poli-wrap a{
    padding-right: 20px;
}
@media (max-width: 900px) {
    .footer-news{
        flex-basis: 100%;
        padding-top: 20px;
    }
    .footer-abt{
        flex-basis: 20%;
    }
}
@media (max-width: 600px) {
    .footer-abt{
        flex-basis: 50%;
    }
    .footer-contact{
        flex-basis: 100%;
    }
    .ftr-menu-wrap{
        padding-left: 0;
    }
}
/* end footer */
/* collection faq */

/* image with text */
.KetoTextContainer{
    height: 100%;
    padding: 10% 10%;
    width: 50%;
    background-color: #FFC900;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.KetoContainer{
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}
.KetoContainer h2{
    font-size: 65px;
    color: #4E3524;
    text-align: center;
    margin-bottom: 30px;
    max-width: 85%;
    line-height: 1.2;
    font-weight: 700;
}
.KetoContainer p{
    color: #4E3524;
    max-width: 81%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 1100px) {
    .KetoTextContainer h2{
        font-size: 45px;
        max-width: 100%;
    }
    .KetoContainer p{
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    .KetoContainer{
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    .KetoTextContainer{
        width: 100%;
    }
    .KetoImageContainer{
        width: 100%;
        height: 500px;
    }
}
@media (max-width: 600px) {
    .KetoTextContainer h2{
        font-size: 35px;
    }
}
/* end image with text */
.text-half h1 {
    font-family: "Montserrat Regular", sans-serif;
}
.insta-wrapper-fe img{
    max-width: 60px;
}
#follow-ftr{
    color: white;
}
.top_bar_fe ul .acc_text{
    display: none;
}
.fe-login-wrap h1{
    color: var(--brown-color) !important;
}
.fe-login-wrap h2{
    color: var(--brown-color) !important;
}
.fe-login-wrap input{
    color: var(--brown-color);
    border-color: var(--brown-color);
}
.fe-login-wrap a{
    color: var(--brown-color);
}
.fe-login-wrap .btn{
    color: var(--brown-color);
    background-color: var(--blue-color);
    transition: all 0.3s;
    border: none;
}
.fe-login-wrap button:hover{
    color: var(--brown-color);
    background-color: var(--blue-color);
    opacity: 0.7;
}
.fe-register h1{
    color: var(--brown-color);
}
.fe-register input{
    color: var(--brown-color);
    border-color: var(--brown-color);
}
.fe-register a{
    color: var(--brown-color);
}
.fe-register .btn{
    color: var(--brown-color);
    background-color: var(--blue-color);
    transition: all 0.3s;
    border: none;
}
.fe-register button:hover{
    color: var(--brown-color);
    background-color: var(--blue-color);
    opacity: 0.7;
}
#hero_collection-hero-protein-cookies .collection-additional-line{
    font-weight: normal;
}
.review{
    min-height: 625px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider-helper{
    padding: 80px 0;
}
.fe-product-desc-subwrap{
    display: flex;
    align-items: baseline;
}
.faq-p-wrap p{
    color: var(--brown-color);
}
.Product_Media_Gallery #product-active-slide{
    height: auto !important;
    padding: 8.5% 0;
}

.ing-fe{
    cursor: pointer;
    color: var(--brown-color);
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    margin-left: 5%;
}
.Reviews_Wrapper{
    white-space: nowrap;
}
.grid-uniform .grid-product__wrapper{
    align-content: flex-end;
}
.headingContainer{
    width: 100%;
}
/*.grid-product__title{
    display: flex;
}
.grid-product__title a{
    margin: auto;
}*/

.tm-fe-hero{
    font-size: 25px;
    vertical-align: top;
    font-weight: 900 !important;
}
@media screen and (min-width: 591px){
    .grid-product__title{
        min-height: 93px;
    }
}
    .product-single__title {
        font-size: 1.8em;
    }
@media (max-width: 740px){
.fe-product-desc-subwrap{
    display: block;
}
    .ing-fe{
        margin-right: 5%;
        margin-left: 0;
    }
}
@media (max-width: 600px){
    .review{
        min-height: 510px;
    }
    .Product_Media_Gallery #product-active-slide{
        padding:0;
    }
    .product-single__description{
        margin: 0;
    }
}
@media (min-width: 800px){
    .site-nav li:first-of-type{
        margin-right: 15px;
    }
}
@media (max-width: 400px){
    .next-hero{
        bottom: 6.5%;
    }
    .prev-hero{
        bottom: 6.5%;
    }
}
@media (max-width: 360px){
    #hero_162023243443a1e644 .fe-text-content{
        margin: 23px auto;
    }
}
.stamped-container{
    color:#483829 !important;
}
.stamped-container ul.stamped-tabs li{
    color:#483829 !important;
}
.stamped-summary-actions-newreview{
    color:#483829 !important;
}
.footer-form-wrap input, select, textarea {
    color: #483829;
}