body {
font-family: PostGrotesk-Regular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  }


.fm-header{
    background:#34363a;
    color:#fff;
    padding-top: 200px;
    padding-bottom:200px;
    background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/files/fm-header.jpg?v=11639114087673918703);
    background-repeat:no-repeat;
    background-position: 100% 0%;
        background-size: 50% auto;
}

.cg-faq h4{
  font-size: 22px;
      font-family: "Post Grotesk Medium";
      color:#fff;
      margin-bottom: 15px;
}

.cg-faq strong{

      font-family: "Post Grotesk Medium";

}


.market-block{
  padding-bottom:25px;
  margin-bottom: 25px;
  border-bottom:1px solid rgba(255,255,255,0.4);
}

.collapse .market-block:last-child{
  border-bottom: 0px;
  margin-bottom: 0;
}

.fm-btn{
  display: inline-block;
  border-radius:5px;
  padding:10px 30px;
  border:1px solid #fff;
  color:#fff !important;
  text-decoration: none !important;
    font-family: "Post Grotesk Medium";
    margin-top:0 !important;
}

.fm-btn:hover{
  background:#fff;
  color:#4f5947 !important;

}

.fm-parallax{
background-attachment: fixed;
height: 70vh;
background-size: 100% auto;
background-repeat: no-repeat;
}

.fade-overlay{
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
position:absolute;
bottom:0px;
left:0px;
width: 100%;
padding:20px;

}

.fm-content-overlay {
  background: #34363a;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}

.season-block:hover .fm-content-overlay  {
  opacity: 1;
}

.fm-fade-in {
  position: absolute;
  padding:0 20px;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fm-fade-in p{
color:#fff;
font-size:24px;
line-height: normal;
}

.season-block:hover .fm-fade-in {
  opacity: 1;
    top: 20px;
}


.season-slider h2 {
    color: #33363b;
    font-size: 48px;
    font-family: "Post Grotesk Medium";
    line-height: normal;
  }

.season-block h5{
  color:#fff;
    font-family: "Post Grotesk Medium";
  font-size: 42px;

}

.fm-markets .store-tab, .fm-markets .store-collapse{
      color:#fff !important;
}
.fm-markets.cg-faq .store-tab, .fm-markets.cg-faq .store-collapse {
    border-bottom-color: #e9e5e0 !important;
  }

.fm-markets{
    background:#34363a !important;
    color:#fff;
    padding-top:50px;
    padding-bottom:50px;
}

.fm-garden h2{
  color:#33363b !important;
}

.fm-garden.cg-faq .store-tab, .fm-garden.cg-faq .store-collapse{
  border-bottom-color:#33363b !important;
}

.cg-faq .store-collapse a{
  margin-top:initial;
}

.fm-garden .store-tab, .fm-garden .store-collapse p, .fm-garden .store-collapse h4{
    color:#33363b !important;
}

.fm-garden .market-block{
  border-bottom-color:#33363b !important;
}

.fm-garden .fm-btn{
    color:#33363b !important;
    border-color:#33363b !important;
}

.fm-garden .fm-btn:hover{
    background:#33363b !important;
    color:#fff !important;
}

.fm-garden{
  background:#e9e5e0 !important;
  color:#000;
  padding-top:50px;
  padding-bottom:50px;
}

.fm-half-right{
  margin-bottom:50px;
}

.fm-markets h2{
  color:#fff;
  font-size: 48px;
      font-family: "Post Grotesk Medium";
}

.fm-markets p{
    color:#fff;
    font-size: 24px;
    line-height: normal;

}
.xtra-pad{
  padding:0 45px;
}

.fm-img{
  padding:0;
}

.fm-half .container{
  background-color:#e9e5e0;


}

.fm-header h1{
    color:#fff;
      font-family: "Post Grotesk Medium";
    font-size: 72px;
    line-height: normal;
}

.fm-header p{
    color:#fff;
    font-size: 24px;
    line-height: normal;
}

.fm-half h2{
    color:#33363b;
    font-size: 48px;
        font-family: "Post Grotesk Medium";
    line-height: normal;
    margin-bottom: 20px;
}

.fm-half p{
    color:#33363b;
    font-size: 24px;
    line-height: normal;
}

.fm-half a{
    color:#33363b;
    font-size: 24px;
    line-height: normal;
    font-family: "Post Grotesk Medium";
}


.free-gift-tab{
color:#fff;
  font-family: "Post Grotesk Medium";
  display:inline-block;
  background:#7b856c;
  border-radius:3px;
 padding: 3px 5px;
  }


  .ms__multishipping-cart .cart-item__discount{
display:none;

  }

  .cg-products{
    background:#fff;
    padding-top: 50px;
    padding-bottom:20px;
  }

  .gift-details{
    padding:25px;

  }

  .gift-details p{
    font-family: "Post Grotesk Medium";
      font-size: 18px;
        color:#33363b;
        margin-bottom:25px;
  }

  .gift-details p span{
    font-family: "Post Grotesk Regular";
      font-size: 12px;
  }

  .gift-details .gift-btn{
    width:100%;
    text-align:center;
    padding:15px 35px;
    border-radius:10px;
      background:#33363b;
      color:#fff !important;
          font-family: "Post Grotesk Medium";
                font-size: 20px  !important;
  }

    .gift-details h4{
  font-family: "Post Grotesk Medium";
  color:#33363b;
  font-size: 24px;
  margin-bottom: 10px;
  min-height:50px;
    }

  .product-gift-card{
    background:#eae6e1;
    border-radius:15px;
    overflow: hidden;
    margin-bottom:30px;
  }

  .cg-contact{
    padding-top: 75px;
    padding-bottom: 75px;
    background:#e9e5e0;
    color:#e9e5e0;
  }

  .cg-contact h2{
    color:#33363b;
    font-family: "Post Grotesk Medium";
    font-size: 48px;
  }
.cg-contact input[type=text], .cg-contact input[type=email] {
  min-height: 55px;
  margin-bottom: 12px;
  color:#33363b !important;
}
.cg-contact input:focus{
background: #e9e5e0;
}

.cg-contact textarea{
margin-bottom:0px;
padding-top:10px;
  color:#33363b !important;
}

  .cg-contact input, .cg-contact textarea{
    border:1px solid #33363b !important;
    border-radius: 10px;
    background: #e9e5e0;
    font-size:18px;
  }

  .cg-contact .btn--secondary{
     width:100%;
     background:#33363b;
     height:55px;
         font-family: "Post Grotesk Medium";
         font-size:22px;
     border-radius: 10px !important;
     margin-top:9px;
   }

   .cg-contact .btn--secondary:hover{

    color:#fff !important;
    }

  .cg-contact input::placeholder, .cg-contact textarea::placeholder{
color:#33363b !important;

  }

  .cg-faq .store-expand{
  margin-top:0;
}

    .cg-faq{
      padding-top: 75px;
      padding-bottom: 75px;
      background:#4f5947;
    }

.cg-header{
background:#e9e5e0;
padding-top: 150px;
padding-bottom: 150px;

}

.cg-values{
  background:#4f5947;
  padding-top:75px;
  padding-bottom:75px;
  color:#e9e5e0;

}
.cg-faq .store-tab{
padding-bottom: 25px;
padding-top: 25px;
padding-right: 20px;
}

.cg-faq .store-expand {

    position: absolute;
    right: 20px;
  }

  .cg-faq .store-contract {

      position: absolute;
      right: 20px;
    }

    .store-tab[aria-expanded="false"] .store-contract{
      display:none !important;
    }

    .store-tab[aria-expanded="true"] .store-expand{
      display:none !important;
    }


.cg-faq .store-collapse strong{
  font-family: "Post Grotesk Medium";
  margin-bottom:5px;
}


.cg-img{
  text-align: center;
}
.cg-keydate{
  clear:both;
  overflow: visible;
padding-right:30px;
    margin-top:30px;
  overflow: auto;
}
.cg-keydate p{
font-size:30px;
line-height: normal;
color:#34363a;
margin-bottom: 0
}
.cg-keydate .cg-date p{
  margin-bottom:0;
  line-height: normal;
}

.cg-dates h2{
text-align:center;
color:#34363a;
  font-family: "Post Grotesk Medium";
  font-size:48px;
}
.cg-date{
  float:left;
  border-right:2px solid #34363a;
  padding-right:15px;
  margin-right: 15px;

}

.cg-keydate .cg-date p{
color:#34363a;
  font-family: "Post Grotesk Medium";
  font-size: 30px;
  text-align: center;
  line-height: 0.9;
}
.cg-date p span{
font-size:54px;
}

.cg-header img{
max-height:262px;


}

.cg-value{
  text-align: center;
}
.cg-value img{
  max-height: 170px;
}

.cg-dates{
  background:#e9e5e0;
  padding-top:70px;
  padding-bottom:70px;
}

.cg-value h3{
  font-family: "Post Grotesk Medium";
  font-size: 30px;
  margin-top: 35px;
  line-height: normal;
    color:#e9e5e0;
}

.cg-foryou h2{
  font-family: "Post Grotesk Medium";
    color:#e9e5e0;
    font-size:48px;
    text-align:center;
    border-bottom:1px solid #e9e5e0;
    padding-bottom: 40px;
}

.cg-faq h2{
  font-family: "Post Grotesk Medium";
    color:#e9e5e0;
    font-size:48px;

}

.fm-markets.cg-faq .store-tab, .fm-garden.cg-faq .store-tab{
  font-size:30px;
}

.cg-faq .store-tab{
  font-size:24px;
  font-family: "Post Grotesk Medium";
}

.cg-faq .store-tab, .cg-faq .store-collapse{
  border-bottom-color: #e9e5e0 !important;
}

.cg-faq .store-tab, .cg-faq .store-collapse p{
    color:#e9e5e0;
    line-height: normal;


}
 .store-collapse p{
line-height: 1.5;
}
.cg-foryou h3{
  font-family: "Post Grotesk Medium";
    color:#e9e5e0;
    font-size:30px;
    text-align:center;
}

.cg-download{
  display: inline-block;
  width:100%;
  background:#e9e5e0;
  border-radius:8px;
  padding: 15px 35px;
  font-size: 24px;
  color:#4f5947 !important;
}

.cg-foryou p{
  color:#e9e5e0;
  font-size:24px;
  line-height: normal;
}

.cg-foryou{
  background:#4f5947;
  text-align:center;
  padding-top:50px;
  padding-bottom:50px;
  color:#e9e5e0;
}

.cg-values h2{
  font-family: "Post Grotesk Medium";
  font-size: 48px;
  margin-bottom: 40px;
  line-height: normal;
    color:#e9e5e0;
}

.cg-header h1{
  color:#34363a !important;
    font-family: "Post Grotesk Medium";
    font-size: 72px;
    line-height: normal;
}


#ms__toggle-box{
margin-bottom:15px;
display:none !important;
}
.jdgm-rev__buyer-badge {
    color: #000 !important;
    background-color: #e9e9e9 !important;
}

.jdgm-rev__title {
margin-bottom:5px !important;
}

.jdgm-rev__content{
padding-bottom:10px;
}

.ms__content-box{
min-height:auto !important;
}


.cart-attribute__field input[type=checkbox] {
    margin-right: 3px;

}
.ms__multishipping-shipping .breadcrumb__item{
color:#000 !important;
}



.jdgm-rev__author{
font-weight:normal;
color:#000;
}
.jdgm-rev-widg__sort-wrapper{
display:none;
}
.jdgm-rev__timestamp+.jdgm-rev__br {
    padding-bottom: 5px;
    }

.jdgm-rev__actions{
font-weight: normal;
    color: #000;
}

.jdgm-rev__content{
padding-top: 10px;
}

.jdgm-rev {

    padding-top: 25px !important;

    }
.jdgm-rev-widg__summary-text{
font-size:18px;
}

.jdgm-rev__actions{
display:none;
}

.jdgm-widget .jdgm-review-search.jdgm-review-search{
display:none !important;
}

.jdgm-form{
font-size:18px;
}
.jdgm-form input{
border-radius: 5px;
}
.cart-attribute__field label{
  margin-right: 0;
}

.jdgm-write-rev-link, .jdgm-submit-rev{
font-size:18px;
border-radius:5px;
padding:10px 35px !important;
}

.jdgm-write-rev-link:hover{
color:#fff;
background:#000;
}

.ms__add-shipping-address{
border-radius:5px !important;
padding: 15px 35px;
    margin-left: 15px;
}

.ms__cart-remove{
font-size:15px;
}
.ms__btn{
border-radius:5px;
}

.ms__text-right, .cart__subtotal{
font-size:18px;
}

.ms__fields{
margin-top:15px !important;
}

.ms__item-title a, .ms__line {
    font-size: 18px;
    color:#000;
    }

#ms__toggle-box.christmas-gifts-only{
display: inline-block !important;
}

.ms__cart-page1 #ms__toggle-box{
margin-top:15px;
  display: inline-block !important;
}

#ms__toggle-box label{
  color:#000;
}

.ms__shadow-box{
box-shadow:none !important;
margin-bottom:0 !important;
}

#ms__toggle-box input[type=checkbox] {
  accent-color: black;
}

  .jdgm-prev-badge__text{
    margin-left:5px !important;
  }

  div#ZoomyWishlistPage{
    float:none !important;
    padding-bottom:30px;
  }

  .product-page-info .light-grey{
    border-color:#f5f5f5 !important;
  }

  .jdgm-preview-badge .jdgm-star.jdgm--off {
    color: #ccc !important;
  }



.product-page-info__price{
  margin-top:20px;
}



.jdgm-prev-badge__text {

    color: #000 !important;
  }
.stock-avail{
  margin-bottom:0;
}

  .order-number #hulk-reorder-details{
display:none;
  }

  .order-num #hulk-reorder-list{
display:none;
  }

  .new-reorder-function .hulk_tooltiptext{
display:none;
  }

  .new-quick-reorder{
width:48%;
  }

  .hulk_reorder_button{
border-width:1px !important;
width:100%;
  }

.hulk_tooltiptext{
display:none !important;
  }

  .hulkapps .hulk_pop_up .hulk_modal-content .hulk_btn{
font-size:16px;
  }

  .hulk_reorder_order_detail_page{
margin:0 !important;
width:100%;
text-align:center;
font-size:18px !important;
  }

.note--error:before{
  display:none !important;
}
.note{
 margin-top:0 !important;
  line-height:normal !important;
  padding:0 15px;

}

.note li{
  font-size:15px;
}

.note ul:not(.list-unstyled) li::before{
display:none !important;

}

.note ul:not(.list-unstyled) li{
padding-left:0;

}

.note--error{
  background-color:#c2272d !important;
}

.snacks-reasons{
  padding-top:70px;
  padding-bottom:70px;
  background: linear-gradient(to left, #F4F0E2 50%, #FFF 50%);
  border-bottom:1px solid #f5f5f5;
}

.snacks-features{
    border-bottom:1px solid #f5f5f5;
}
.snacks-reasons p {
    font-size: 24px;
  line-height:normal;
}

.template-cart .slick-slide{
  height:auto !important;
}

.reasons{
  background:#F4F0E2;
      padding: 0 65px;
}

.reasoning{
  padding: 0 100px 0 30px;
}

.reasons p{
  font-family: 'Caveat Bold';
    font-size: 48px !important;
   margin-bottom:20px;
  line-height:normal;

}
.snacks-reasons h2{
    font-family: "Post Grotesk Medium";
    font-size: 48px;
    margin-bottom: 40px;
    line-height: normal;
}

.also-available-text{
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:10px;
    margin-top:15px;
  border-top:1px solid #f5f5f5;
  padding-top:15px;
}
.also-available-product{
  max-width:20%;
  padding:10px;
  text-align:center;

}

.also-available-product p{
  margin-bottom:0;
}

.also-available{
  padding-right:5px;
  padding-left:5px;
  margin-bottom:10px;
  padding-bottom:15px;

}

.also-available-product img{
   border:1px solid #fff;
  margin-bottom:5px;
}



.also-available-product img:hover{
  border:1px solid #000;
}

.also-available-product img{
  width:100%;
  height:auto;
  border-radius:5px;
}

.also-available-product:first-child img{
  border:1px solid #000;
}

.snacks-faq{
  margin-bottom:50px;
  padding-top:30px;
  border-top:1px solid #f5f5f5;
}
.snacks-faq li{
  font-size:18px !important;
  color:#000 !important;
}
.snacks-faq .store-tab{
line-height: 1;
    padding-top:20px;
  padding-bottom:20px;
}
.snacks-faq ul{
  margin-bottom:25px;
  padding-left:20px !important;
}
.snacks-faq .store-collapse{
  padding-bottom:15px
}

.snacks-faq .store-collapse a{
  margin-top:0;
}
.snacks-process, .snacks-sizes {
  padding-top:15px;
  padding-bottom:50px;
}
.snacks-works{
background:#4c5b47;
}

  .snacks-works h2,  .snacks-works p,  .snacks-works h3{
color:#fff !important;
}

.snacks-faq .store-expand{
  margin-top:0;
}

.snacks-process h2, .select-snacks{
      font-family: "Post Grotesk Medium";
  font-size:48px;
  margin-bottom:40px !important;
  text-align:center;
  line-height:normal;
}

.gf-snack-subscriptions{
  border-top:1px solid #f5f5f5;
}

.snacks-process img, .snacks-sizes img {
  max-width:300px;
  width:100%;
}

.snacks-sizes img {
 margin-bottom:25px;
}

.goodfor-usps h3{
    font-family: "Post Grotesk Medium";
  font-size:30px;
}

.goodfor-usps p{
  font-size:24px;
  color:#000;
  line-height:1.5;
}

.goodfor-usps p span{
    font-family: "Post Grotesk Medium";
}



.snack-testiomonial{
background:#4c5b47;
}

.ingredients-fixed h4, .recipe-method-text h4{
     font-family: "Post Grotesk Medium";
  margin-bottom:10px;
}

.homepage-video-banner{
  width:100%;
  overflow:hidden;
  position:relative;

}

#companysnacking_signup .success_message{
  color:#fff;
  text-align:center;
}

.jdgm-histogram__bar-content{
  background:#7b856c !important;
}

.jdgm-rev-widg__title{
  font-size:30px !important;
  margin-bottom:20px !important;
}

.jdgm-histogram__row{
  font-size:15px;
}

.jdgm-rev__title{
  color:#000 !important;
  font-weight:normal;
   margin-bottom:10px;
   font-family: "Post Grotesk Medium";
  font-size:20px !important;
}

.jdgm-rev__body p{
   font-size:18px;
}

.jdgm-all-reviews-widget, .jdgm-rev-widg{
  border:0px !important;
  padding:0 !important;
}
.snack-testiomonial{
  text-align:center;
    padding-top:80px;
  padding-bottom:70px;
  font-size:24px;
  line-height:1;
  border-top:1px solid #f5f5f5;
  border-bottom:1px solid #f5f5f5;
}


.snack-quote{
   font-family: 'Caveat Bold';
  font-size:54px !important;
  margin-bottom:25px;
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
  color:#fff;



}

.video-banner{
  position:absolute;
  width:100%;
      height: 100%;
    overflow: hidden;
}

.homepage-video-banner video{
  width:100%;
}






.owl-scrollbar {
    margin-top: 20px;
    border-radius: 10px;
    height: 5px;
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
    position: relative;
}

.owl-scrollbar .owl-scroll-handle {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: -5px;
    left: -1px;
}

.cs-top input:focus, .cs-top textarea:focus{
  background:none;
  border:1px solid #fff;
  color:#fff;
}

.owl-scrollbar .owl-scroll-progress {
    background: #000;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.caveat{
     font-family: 'Caveat Bold';
  font-size:40px;
  color:#fff;
    text-align:center;
}


.menu__level-01:not([data-mobile-level]){
  min-height:auto;
}
.promo-box-container{
  padding-bottom:40px;
  height:100%;
}

.promo-box-container a{
  height:100%;
}

.collection-promo-box{
  height:100%;
  text-align:center;
  padding:20px;
  color:#fff;
  background:#000;
  background-size:100% auto !important;
  background-repeat:no-repeat !important;
  background-position:top;
}



.collection-promo-box h4{
  color:#fff;
  font-size:24px;
  font-family: "Post Grotesk Medium";
  margin-bottom:12px;
  margin-top:15px;
}

.collection-promo-box p{
  color:#fff;
  font-size:18px;
  line-height:normal;
  margin-bottom:12px;

}

.collection-promo-box .promolink{
  color:#fff;
  font-size:18px;
  display:inline-block;
  border-bottom:1px solid #fff;
  padding-bottom:2px;
  margin-bottom:0
}




.back-no-tabs{
  padding:20px;
}

.recipe-method img{
  width:100%;
}

.recipe-author{

  font-size:15px !important;
}

.recipe-author a, .recipe-author span {
  font-family: "Post Grotesk Medium";

}

.recipe-block{
  width:100%;
}
.recipe-nav{
  margin-bottom:25px;

}



.gf-recipe-search input{
  font-size:18px;
  border:1px solid #000;
    padding:10px 25px;
    border-radius:30px;
  color:#000;
}

.gf-recipe-search button{
  position:absolute;
  right:30px;
  top:11px;
  border:0px;
  padding:0;
  margin-top:0;
  background:none;
  line-height:1;
  height:auto;
  font-size:20px;

}

.recipe-filters a{

    font-size:18px;
  border:1px solid #000;
  display:inline-block;
  margin-right:12px;
  padding:10px 25px;
  border-radius:20px;
}

.recipe-filters a:hover{
  background:#000;
  color:#fff;
}


.pdf-recipe{
  font-size:18px;
  color:#000;
  margin-bottom:10px;
   font-family: "Post Grotesk Medium";
}

.recipe-author-card{
  font-size:15px;
    font-family: "Post Grotesk Medium";
  color:#000;
}

.pdf-recipe:before{
   display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: transparent url('https://cdn.shopify.com/s/files/1/0076/4339/8229/files/download.svg?v=1651714634') no-repeat;
  background-size:100% 100%;
  margin-right:5px;
  margin-bottom: -3px;
}

.featured-recipe-img img{
  border-radius:10px;
}

.recipe-dietry{
  margin-top:25px;
}
.recipe-dietry img{
  height:60px;
  width:auto;
  margin-right:40px
}
.ingredients-fixed p strong{
  font-family: "Post Grotesk Medium";
  font-size:20px;
  font-weight:normal;
}

.featured-recipe{
  background:#f5f5f5;
}
.ingredients-fixed{
position: -webkit-sticky;
    position: sticky;
    top: 100px;
  padding-right:40px;
}

.recipe-info{

}

.recipe-images p{
  font-size:13px !important;
  margin-bottom:15px !important;
}

.ingredients-fixed ul{
 list-style-type:none;
  margin-bottom:35px;
}

.ingredients-fixed ul li:before{
display:none;
}

.ingredients-fixed li{
  font-size:18px;
  color:#000;
  padding-left:0 !important;
  margin-bottom:18px !important;
  margin-left:20px;
}

.featured-recipe-img{
  padding-right:25px;

}
.recent-recipes{
  background:#f5f5f5;
  padding-top:50px;
  padding-bottom:50px;

}

.recipe-method-text{
  padding-right:40px;
}


.recent-recipes h2{
  font-size:36px;
        font-family: "Post Grotesk Medium";
  text-align:center;
  margin-bottom:40px;
}
.recent-recipes h3 a{
        font-family: "Post Grotesk Medium";

}

.recipe-ingredients p{
line-height:1.5;
}
.recipe-ingredients br{
  margin-bottom:15px;
}

.recipe-ingredients a{
  margin-left:-20px;
}
.recipe-ingredients a:before{
   display: inline-block;
    content: "";
    width: 15px;
    height: 17px;
 background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/bag.png?v=12343458411600477881657139464);
  background-size:100% 100%;
  margin-right:5px;
  margin-bottom: -2px;
}



.recipe-method{
  line-height:1.5;
}

.recipe-ingredients h2, .recipe-method h2{
  font-size:36px;
   font-family: "Post Grotesk Medium";
  border-bottom:1px solid #000;
  display:inline-block;
   padding-bottom:20px;
  margin-bottom:20px;
}

.recipe-info .cooktime{

   display:inline-block;
   margin-bottom: 0px;

}

.recipe-tag{
  padding-right: 15px;
  border-right:1px solid #000;
   font-family: "Post Grotesk Medium";
  margin-right:15px;
}

.recipe-tag:last-child{
  border-right:0px;
}

.recipe-info .serves{


  font-size: 18px;
    color: #000;
    margin-bottom: 0px;
  display:inline-block;
}

.recipe-intro{
  background:#f5f5f5;
  padding-top:40px;
  padding-bottom:40px;
}

.recipe-body{
  padding-top:50px;
  padding-bottom:50px;
}

.recipe-description{

  font-size:18px;
  color:#000;
  line-height:1.4;

}
.recipe-description p{

  color:#000;

}

.recipe-intro h1{
  font-size:42px;
   font-family: "Post Grotesk Medium";
line-height:normal;
  margin-bottom:5px;
}
.recipe-body p, .recipe-intro p{
  font-size:18px;
}
.recipe-page-img img{
  border-radius: 20px 20px 0 0;
}

.feat-recipe-container{
  padding:0 40px;
}

.featured-recipe .container{
width:100%;
}

.feat-recipe-img img{
   border-radius: 0px 20px 20px 0px;
}

.feat-recipe-img .rimage{
  background:none !important;
}

.feat-recipe-img{
  padding-right:0;
}

.featured-recipe{
  margin-top:30px;
  margin-bottom:50px;
   text-align:center;
  border-radius:20px;
}

.view-recipe-btn{
  border-radius:30px;
  padding:12px 35px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
}

.view-recipe-btn:hover{
  color:#fff;
  background:#000;
}

.rotw{
  font-size:18px;
  color:#000;
}

.gf-recipe-post{

    background: #D6C8B3;
  border-radius:20px;
  height:100%;
}

.recipe-desc{
  font-size:18px;
  color:#000;
  line-height:1.5;
      margin-bottom: 25px;
}

.gf-recipe-post .rimage {

    background: none !important;
}

.recipe-page-title{
  margin-bottom:30px;
}

.cooktime{
  font-size:18px;
  color:#000;
  margin-bottom:15px;
}

.featured-recipe-title{
   font-family: "Post Grotesk Medium";
  font-size:48px;
  line-height:normal;
  margin-bottom:20px;
}

.recipe-page-title{
  text-align:center;
      font-family: "Post Grotesk Medium";
  font-size:36px;
}

.gf-recipe-title{
  margin-bottom:10px !important;
}

.gf-recipe-mb{
 margin-bottom:25px;
}


.gf-recipe-post .rimage__img{
  opacity:1 !important;
}

.gf-recipe-title a{

    font-size: 26px;
    margin-bottom: 0px;
    font-family: "Post Grotesk Medium";
    line-height: 1.3;

}

.gf-recipe-btn{
      font-size: 18px;
    text-decoration: underline !important;
}

.gf-recipe-details {
    padding: 20px 30px;

}

.promobox__text-line-01{
  position:absolute;
  top: 50%;
    transform: translateY(-50%);

}

.kpb_storelist img{
  width:45px;
  height:59px;
}

.card-container {
	position: relative;

}
.card-container .front, .card-container .back {
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
      -webkit-backface-visibility: hidden; /* Safari */
   display: flex;
	overflow: hidden;
	transition: transform .9s;
  border-radius: 20px 20px 0 0;
}




.card-container .back {
	transform: rotateY(180deg);
  background:#B5A990;
  width:100%;
  height:600px;


}

  .recipe-ingredients p {
   margin-bottom:15px;
    }

.back input[type=radio]{
  margin:0 !important;
}

.back label{
  width:50%;
  text-align:center;
  padding:15px 0;
  float:left;
    margin: 0;
  font-size:16px;
  cursor:pointer !important;
}

.content2{
  height:100%;
}

.second-tab, .content2{
  background:#d7c8b3;
}

.back .tab{
  clear:both;
  padding:20px;

}

.card-container .back ul{
 list-style: none;

}

.card-container .back li{
  border-left:1px solid rgba(255,255,255,0.3);
  padding-left:20px;
  color:#fff;
  font-size:16px;
  padding-bottom:5px;
}


.card-container .back li a{

  color:#fff;
   transition: all 0.3s ease;
}

.card-container .back li a:hover{

  margin-left:5px;
}


.category-block:hover .front{
	transform: rotateY(-180deg);
}
.category-block:hover .back{
	transform: rotateY(0deg);
}

.card-container {
	perspective: 1000px;

}

.back input { display: none; }
.back input + label { display: inline-block }
.back input ~ .tab { display: none }

.back #gf-tab1 ~ .tab.content1,
.back #gf-tab2:checked ~ .tab.content2 { display: block !important; }
.back #gf-tab2:checked ~ .tab.content1 { display: none !important; }


.menu-feature-block a{
  margin-bottom:15px;
}

.menu-feature-block{

  position:absolute;
    right: 40px;
    top: 40px;

}

.block-feature:hover img{
  opacity:0.6;

}

.block-feature img{
  opacity:0.8;
  border-radius:10px;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
}

.block-feature{
  position:relative;
  border-radius:10px;
  background:#000;
}

.block-feature p{
    position:absolute;
  top: 50%;
    transform: translateY(-50%);
  color:#fff;
  font-size:22px;
  width:100%;
  text-align:center;
}
.promobox .image-animation {
  border-radius:10px;
  background:#000;

}
.promobox{
  position:relative;
}

.promobox img{
  opacity:0.8;
}

.promobox img:hover{
  opacity:0.8 !important;
}

.promobox a:hover{
  text-decoration:none !important;
}

.promobox__text-line-01 p{

  color:#fff;
  font-size:24px;
}

.gf-prod-insta .container{
  border-top:1px solid #e5e5e5;
  padding-top:50px;
  padding-bottom:50px;
}

 .gf-prod-insta .eapps-instagram-feed-posts-item{
      border-radius:15px !important;
    }

.gf-prod-insta .eapps-instagram-feed-posts-item-text{
    font-family: PostGrotesk-Regular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size:18px !important;
}


.gf-prod-insta h3{
  font-size:30px;
  margin-bottom:25px;
}

.black-text h2,.black-text p   {
  color:#000 !important;
}

.black-text .slider-btn {
  color:#000 !important;
  border-color:#000 !important;
}

.black-text .slider-btn:hover {
    color:#fff !important;
  background:#000 !important;

}


	#recipe-slider .owl-stage {
		display: flex;
	}
	#recipe-slider .owl-item {
		display: flex;
		flex: 1 0 auto;
	}


/* .gf_product_right .product-page-info__details-buttons{

  display:none !important;
} */

.gf-accordian {
    cursor: pointer;
    width: 100%;
    text-align: left;
	border-top:1px solid #000;
    transition: 0.4s;
  padding-top:15px;
  padding-bottom:15px;
  margin-bottom:0px !important;
  }

.product-page__tabs .panel:last-of-type {
  border-bottom:1px solid #000;
}


.product-page__tabs .rte__table-wrapper{
  margin-bottom:15px;
}
 .tabs__content p {
    margin-bottom: 15px;
}

 .tabs__content h3{
   margin-bottom:15px;
 }


  .gf-accordian:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .gf-active:after {
    content: "\2212";
  }

  .product-page__tabs .panel {
    padding: 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

  }


.recipe-block{
  background:#D6C8B3;
  border-radius:20px;
}
.menu__megamenu{
  background:#f5f5f5;
}



.success_message div{
  font-size:22px;
  margin-bottom:10px;
}
.store-tab{
  cursor:pointer;
}

.category-carousel .owl-carousel .owl-nav button.owl-prev, .category-carousel .owl-carousel .owl-nav button.owl-next {
color:#000!important;
  font-size:40px;
  height:50px;
}

.category-carousel .owl-carousel .owl-nav button.owl-prev:hover, .category-carousel .owl-carousel .owl-nav button.owl-next:hover {
background:#fff;
}

.category-carousel .owl-carousel .owl-nav button.owl-prev:focus, .category-carousel .owl-carousel .owl-nav button.owl-next:focus {
 outline:none !important;
}


.category-carousel .owl-carousel .owl-nav button.owl-prev{
     position: absolute;
    top: 50%;
    left: -35px;
}

.category-carousel .owl-carousel .owl-nav button.owl-next {
      position: absolute;
    top: 50%;
    right: -35px;
}


.recipe-carousel .owl-carousel .owl-nav button.owl-prev, .recipe-carousel .owl-carousel .owl-nav button.owl-next {
  color:#fff !important;
  font-size:40px;
    height:50px;
}

.recipe-carousel .owl-carousel .owl-nav button.owl-prev:hover, .recipe-carousel .owl-carousel .owl-nav button.owl-next:hover {
  background:#BDB19B !important;
  color:#fff;
}

.recipe-carousel .owl-carousel .owl-nav button.owl-prev:focus, .recipe-carousel .owl-carousel .owl-nav button.owl-next:focus {
  outline:none !important;
}

.recipe-carousel .owl-carousel .owl-nav button.owl-prev{
     position: absolute;
    top: 45%;
    left: -35px;
}

.recipe-carousel .owl-carousel .owl-nav button.owl-next {
      position: absolute;
    top: 45%;
    right: -35px;
}

.recipe-carousel .hp-center-title h3, .recipe-carousel .hp-center-title p{
  color:#fff;
}

.shop-instagram{
 border-top:1px solid #eee;
}

.delivery-promotion{
  background:#4B5A3B;
  padding:15px;
  margin-bottom:20px;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;

}

.gf-mailchimp{
  text-align:center;

}

.kl-form .klaviyo-form{
 margin-left:auto;
  margin-right:auto;
}

.video-wrapper{
  width:100%;
}

.store-collapse{
  border-bottom: 1px solid #000 !important;
}

.delivery-promotion h3{
  color:#fff;
  margin-bottom:0;

}

.plastic-free-text{
  padding:0 50px;
}

.recipe-img img{
    border-radius:20px 20px 0 0;
}

.shop-instagram .hp-center-title p{
   font-family: 'Caveat Bold';
  font-size:30px;
}


.recipe-link{
  font-size:18px;
  text-decoration:underline !important;
}

.tel-num{
   font-family: "Post Grotesk Medium";
  margin-top:20px;
}

.recipe-details{
  padding:20px 30px;
}

#recipe-slider{
  margin-top:40px;
}

.recipe-details h5{
  font-size:26px;
  margin-bottom:10px;
  font-family: "Post Grotesk Medium";
  line-height:1.3;

}

.category-block {
  padding-top:10px;
  display:block;
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.recipe-carousel{
  background:#BDB19B;
}

.featured-products .carousel__item form, .featured-products .carousel__item .zoomywishid{


  display:none !important;
}

.featured-products .carousel__item  h4, .featured-products .carousel__item .price{
  font-size:24px;
   font-family: 'PostGrotesk-Regular';
}

.featured-products-carousel {
  margin-top:40px;
}

.featured-products-carousel .slick-dots{
  display:none !important;
}


.category-block h5 {
  font-size:26px;
  font-family: 'PostGrotesk-Regular';
}
.category-block img{
  border-radius:20px 20px 0 0;
}

.section-plastic-free{
  background:#4B5A3B;
  color:#fff;
}

.section-plastic-free h3{
  color:#fff;
  line-height:1.2;
}

.shop-feed-insta{
  margin-top:40px;
}

.shop-instagram .eapps-instagram-feed-posts-item-text{
    font-family: PostGrotesk-Regular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size:18px !important;
}





.hp-separator{
  height:2px;
  max-width:320px;
  width:100%;
    background:#fff;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  margin-bottom:30px;
  display:block;
}

.hp-center-title{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


.shop-instagram .hp-separator, .featured-products .hp-separator{
  background:#000;
}
.hp-center-title p{
    font-size:24px;
}

.why-video .hp-separator{
  background:#fff;
}

.why-video{
  background:#BDB19B;
  text-align:center;
}

.why-video h3{
  color:#fff;

}

.why-video p{
  color:#fff;


}

.hp-btn{
  font-size:18px;
  padding:15px 50px;
  border-radius:5px;
}

.fyp-img{
  margin-right:25px;
}

.gf-white-btn{
  background:#fff;
  color:#4B5A3B;
}

.our-stores td{
  vertical-align:top;
}

.store-collapse{
  padding-top:25px;
  padding-bottom:25px;
}

.store-collapse p{
  font-size:18px;


}

.stores-head{
  margin-bottom:40px;
}


.store-times p{
  margin-bottom:5px;
}
.store-collapse a{
  font-size:18px;
  margin-top:20px;
  text-decoration:underline;
}

.store-tab{
  font-size:30px;
  width:100%;
  padding-bottom:15px;
  padding-top:15px;
  border-bottom:1px solid #000;
}
.store-tab img{
  width:45px;
  margin-right:15px;
}

.store-img{
  width:125px;
  margin-right:20px;

}


.store-img img{
 border-radius:50%;
  width:100%;
}

.video-wrapper{
  margin-top:40px;
}

.hp-section{
  padding-top:75px;
  padding-bottom:75px;
}

.section-plastic-free{
    padding-top:0px !important;
  padding-bottom:0px !important;
  background-repeat:no-repeat;
}
.fill-your-pantry p{
  color:#fff;
  line-height:1.4;
  font-size:18px;
}

.fill-your-pantry h4{
  color:#fff;
  margin-top:10px;
  font-size:30px;
  margin-bottom: 15px;
}

.fyp-feature{
  clear:both;
  margin-bottom:35px;
      display: inline-block;
}

.hp-section h3{

font-family: "Post Grotesk Medium";
    font-size: 54px;

}

.hp-section h4{

font-family: "Post Grotesk Medium";
    font-size: 36px;

}


.fill-your-pantry{
  background:#4B5A3B;
}

.fyp-img{
  width:111px;
  float:left;
}

.fyp-img img{
  width:100%;
}

.fill-your-pantry h3{
  color:#fff;
font-family: "Post Grotesk Medium";
    font-size: 54px;
    line-height: 1;
}

.fill-your-pantry h3 span{
  font-family: "Caveat Bold";
  font-size:72px;
}

.gf-subscribe-box input{
  border-radius:5px;
  font-size:18px;
  height:auto !important;
  padding:15px;
}

 .gf-subscribe-btn button{
   background:#7B856C;
   color:#fff;
   font-size:18px;
     border-radius:5px;
   padding:15px 60px;
   	border: none;
       -webkit-appearance: none;
    -moz-appearance: none;
 }

 .gf-subscribe-btn button:hover{
  background:#96A481;
 }

.main-footer li a {
  display: inline-block;
  font-size:18px;
  position: relative;
  line-height:normal;
}

.main-footer li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.main-footer li a:hover:after {
  width: 100%;
  left: 0;
}

.main-footer{
  background:#4b5a3b;
  color:#fff;
  padding-top:75px;
  padding-bottom:50px;
}

.sub-footer{
  background:#7b856c;
    font-size:18px;
}

.main-footer p{
  color:#fff;
  font-size:22px;
  line-height:normal;
}

.sub-footer p{
  color:#fff;
  font-size:18px;
}


.main-footer h3{
  color:#fff;
  font-family: "Post Grotesk Medium";
  font-size:54px;
  line-height:1;
}
.main-footer h4{
  color:#fff;
    font-family: "Post Grotesk Medium";
  font-size:18px;
  text-transform:uppercase;
}
 .footer-social{
   margin-top:30px;
 }

.footer-social-link{
  background:#4b5a3b;
  color:#fff;
  width:25px;
  height:25px;
  border-radius:50%;
    padding:0px;
  margin-right:10px;
}

.social-follow{
/*   float:left; */
  margin-right:15px;
  margin-top:10px;
  margin-bottom:15px;
}



.footer-social-link:hover{
/*   background:#96A481; */

}



.main-footer li{
 margin-bottom:13px;

}
.main-footer a, .sub-footer a {
  color:#fff !important;
}

.sub-footer{
  padding-top:20px;
}

#test #shopify-section-footer{
  display:none;
}


.main-footer ul{
 list-style-type:none;
}

.template-index .carousel__head{
  display:none;
}


.template-index  .carousel .border-top{
    display:none;

}
.conversion-info img{
  width:60px;
  margin-right:7px;
}

.full-width-container{
  width:100%;
}

.flash-sale{
  width:100%;

}

.flash-sale img{
  width:100%;

}

.conversion-info{
  color:#000;
  font-size:15px;
  margin-bottom:20px;
  background:#f5f5f5;
  padding:12px;
  text-align:center;
  border-radius:5px;
}

#delivery-and-click-amp-collect .gf-subscription-process h2{
font-size:48px;
      margin-bottom: 25px;
}

 .mobile-only-title{
     text-align:center;
    }

.clc-btn{
  margin-top:10px;
  margin-bottom:0;
}


.gf-steps sup{

    top: -0.7em;
  font-size:50%;
}

#delivery-and-click-amp-collect .hiw-icons h2{
  text-transform:none;

}

.xmas-delivery{
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}

.blk-btn{
  color:#fff !important;
  background:#000;
  padding:15px 35px;
  border-radius:5px;
  display:inline-block;
  font-size:24px;
  margin-top:15px;
}



#delivery-and-click-amp-collect .gf-subscription-process p{
  font-size:28px;
  line-height:normal;
}


.rct_order-details__row--shipping .rct_order-details__row__left__description .rct_text--small{
  display:none;
}

.tree-box h3, .tree-box p{
  text-align:left;
  width:100%;
}

#MainContent{
  min-height:calc(100vh - 300px);
}

.productcard-e-giftcard .js-product-button-add-to-cart, .productcard-e-giftcard .input-quantity{
display:none !important;
}



.rct_subscription__info{
 padding-bottom:20px;
}

.cart-bk-btn{
  border-radius:5px;
  padding:12px 35px
}

.slideout-panel{
  will-change: initial !important;
}

.rct_choices__item {

    color: #000 !important;
    font-size: 15px !important;

}

.rct_button{
  border-radius:3px !important;
}

.recharge-te p, .rct_sidebar p{
  margin: 10px 0;
}

.recharge-te strong, .rct_sidebar strong{
 font-size:16px !important;
}

#rc_login h5{
  font-size:18px;
  margin-bottom:20px;
}

.rc_layout #customer_tab_content .col-md-offset-3{
  max-width:100%;
  flex:100%;
  margin-bottom:40px;
}


.rc_form__group .button{
    padding:12px 40px;
  border-radius:5px;
}
.rc_header-settings__description p{
  font-size:16px;
  max-width:600px;
  line-height:1.5;
  margin-left:auto;
  margin-right:auto;
}

.rc_form__group{
   max-width:450px;
  margin-left:auto;
  margin-right:auto;
}

.rc_title-bar__title h2{
  margin-bottom:25px;
}

.rc_logo{
  display:none !important;
}

.rc_title-bar{
  margin-top:40px;
}

#rc_login {
    margin-top: 30px !important;
    padding-top: 25px;
    border-top: 1px solid #f5f5f5;

}

#rc_login a{
  font-size:18px;
  border:1px solid #000;
  padding:10px 40px;
  border-radius:5px;
}
#e-gift-card .product-page-info__quantity {
  display:none !important;
}

.riseai-btn{
      padding: 16px 16px;
}

#e-gift-card .product-page-info__details-buttons{
    display:none !important;
}

#e-gift-card .hidebtn{
    display:none;
}

#e-gift-card .product-page-info .GiftWizard-gift-button{
    display:initial !important;
}

.carousel-products .GiftWizard-gift-button{
  display:none !important;
}

#e-gift-card #ZlistWishlist{
  display:none;
}

#e-gift-card .carousel__item .js-product-button-add-to-cart{
  display:initial;
}

.hide-link{
  display:none !important;
}

.subscription-filters .input-checkbox span{
  color:#000;
  font-size:18px;
  background:#f5f5f5;
  border-radius:20px;
  padding:10px 25px;

}

.subscription-filters .input-checkbox input:checked~span {
    color: #fff;
     background:#3e3e3e;
}

.subscription-filters  {
  margin-bottom:40px;

}

.subscription-filters .input-checkbox input+span{
 display:none !important;
}

#gift-cards .page-header-banner .overlay-black-2{
background:transparent;
}

.gc-contact-btn{
  background:#fff !important;
  padding:15px 85px;
   -webkit-appearance: none;
    -moz-appearance: none;
  border: none;
  color:#BEB09A;
  display:inline-block;
  margin-left: auto;
  margin-right:auto;
}

.cs-contact-btn{
  background:#fff !important;
  padding:15px 85px;
   -webkit-appearance: none;
    -moz-appearance: none;
  border: none;
  border-radius:50px !important;
  color:#BEB09A;
  display:inline-block;
  margin-bottom:0;

}

.cs-top form{
  margin-bottom:0;
}

.cs-top img, .cs-btm img{
  border-radius:20px;
}

.gc-intro{
  margin-top:75px;
}


html.Rise-popup-opened .display-text, body.Rise-popup-opened .display-text{
   font-family: PostGrotesk-Regular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}


.recharge-te *, .rct_sidebar *{
     font-family: PostGrotesk-Regular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-weight:normal !important;
  letter-spacing: normal  !important;
  font-size:15px;
}

.gc-intro h2{
  font-size:48px;
  line-height:normal;
  text-align:center;
  text-transform:lowercase;
}

.gift-card-contact .g-recaptcha {
  margin-top:0 !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: inline-block;

}

.cs-top .g-recaptcha {
  margin-top:0 !important;

    display: inline-block;

}

.cs-top h2{
  font-size:42px;
  line-height:1;
  color:#fff;
  margin-bottom:20px;
  text-align:center;

}

.cs-btm .gf-subscription-process h2 {
    font-size: 44px;
}

.cs-top p{
  font-size:20px;
  color:#fff;
  line-height:normal;
  margin-bottom:25px;
  max-width:700px;
    text-align:center;

}

.gc-feature-2{
  margin-top:100px;
}

.giftcard-btn{
  display:inline-block;
  background:#000;
  color:#fff !important;
  padding:15px 55px;
  font-size:20px;
  border-radius:50px;
  margin-top:30px;


}

.gift-card-contact{
  background:#BEB09A;
  padding-top:75px;
  padding-bottom:75px;

}

.cs-top .col-md-6, .cs-btm .col-md-6  {
  padding:0 50px;
}

.cs-top{
  background:#7b856c;
  padding-top:75px;
  padding-bottom:75px;

}

.gift-card-contact input, .gift-card-contact textarea{
  background:transparent;
  border-radius:5px;
  border-color:#fff;
  font-size:18px;
  color:#000;

}

.cs-top input, .cs-top textarea{
  background:transparent;
  border-radius:5px;
  border-color:#fff;
  font-size:18px;
  color:#fff;
   margin-bottom:15px;
}

.cs-contact-btn{
  color:#000 !important;
}

.gift-card-contact input::placeholder, .gift-card-contact textarea::placeholder {
  color:#fff;
}

.cs-top input::placeholder, .cs-top textarea::placeholder {
  color:#fff;
}
.rct_button{
  font-size:18px !important;
  padding:15px 30px !important;
  height:auto !important;
  border-radius:5px !important;
}


.cg-title-bar{
  color:#fff;
  text-align:center;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.cg-title-bar h2{
  font-size:64px;
  text-transform:lowercase;
  color:#fff;

}

.cg-title-bar p{
  font-size:24px;
  color:#fff;
  line-height:normal;
  margin-bottom:45px;
  max-width:700px;
    margin-left:auto;
  margin-right:auto;
}



.rct_navigation__item:before{
  display:none !important;
}


.hide-tomit #tomit_inventory_list{
  display:none;

}

.add-btm-margin{
margin-bottom:10px !important;
  margin-top:20px !important;
}

.btn--status:not([data-button-status=added]) [data-button-content=added]{
  font-size:18px !important;
}


.subscription-form{
  flex-direction:column;
}

.sub-order-1{
  order:1;

}


.sub-order-2{
  order:2;
}

.sub-order-3{
  order:3;
}

.subscription-form .rc-container-wrapper{
  order:4;
}

.sub-order-5{
  order:5;
}

.sub-order-1 .product-options__section{
   margin-bottom:10px !important;
}

.breadcrumbs li:not(:first-child)::before {
    content: '/' !important;
    padding-left: 3px;
    padding-right: 3px;

}

.collection-control__sort-by .right-0{
  display:none;
}

.btn--secondary{
  border-radius:5px;
}

.product-options--type-page label, .product-page-info__quantity label {
    text-transform: none;
    font-size: 15px;
}

.rc-template__legacy-radio .rc-radio{
  padding:0 !important;
}

.select i{
  display:none;
}

select{

  border-radius: 4px;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/select-arrow.png?v=83962420946917749161657139555) 96% / 15% no-repeat #fff;
    background-size: 10px;
    background-repeat: no-repeat;


}




.rct_navigation__item{
  padding-left:0 !imporatnt;
}

.rct_navigation{

  border-top:0 !important;
}
.recharge-te{
  background:#fff !important;
}

.rct_navigation__desktop {

border-bottom: 1px solid #D6D6D6;

}

.rct_content{
   font-family: PostGrotesk-Regular,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}
a.rct_navigation__item__link{
    color: #141414 !important;
letter-spacing:normal;
    font-size: 18px;
  font-weight:normal;
  padding:0 !important;
      margin-right: 20px;
    font-family: PostGrotesk-Regular,Helvetica Neue,Helvetica,Arial,sans-serif !important;


}

/* .rct_content{
  width:100% !important;
  max-width:1600px;
} */

a.rct_navigation__item__link--active{
  font-weight:normal !important;
}
.gf-snack-banner-mobile{
  width:100%
}

.gf-snack-banner-mobile img{
  width:100%
}

.recharge-inteval{
  list-style-type:none !important;
  margin-top:7px;
}

.subscription-tabs-container{
  text-align:center;
  margin-bottom:70px;

}

.subscription-tabs{


  margin-left:auto;
  margin-right:auto;


}

.subscription-tabs a{
    color: #000;
    font-size: 18px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 10px 25px;
  margin-right:5px;
  margin-left:5px;


}

.subscription-tabs a:hover{
color:#fff;
  background:#000;
}

.subscription-tabs a.active{
  color:#fff;
  background:#000;
}




.gf-snack-subscriptions select{
  border-radius:4px;
  font-size:16px;
  color:#000;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/select-arrow.png?v=83962420946917749161657139555) 96% / 15% no-repeat #fff;
  background-size: 10px;
  background-repeat:no-repeat;
}

.gf-snack-subscriptions .rc_container_wrapper{
  max-height:55px;
}

.input-quantity--type-01 [data-control]{
    border-radius:4px;
}


.gf-snack-subscriptions .js-product-button-add-to-cart{
   border-radius:4px;
}

.subscription-variants{
  margin-bottom:10px !important;
}

.input-quantity input[type=number]{
    border-radius:4px;
  font-size:16px;
  color:#000;
}


.gf-snack-subscriptions .collection-control{
  display:none;
}
.gf-snack-subscriptions .goodfor-usps{
  margin-top:0px;
}



.rc_popup{
  display:none !important;
}

.gf-subscription-process{
  text-align:center;

}

.gf-steps{

}

.snack-start{
  color:#000 !important;
  font-size:30px;
  border:1px solid #000;
  padding:25px 25px;
  border-radius:10px;
}

.snack-start:hover{
  color:#fff !important;
  background:#000;
}

.gf-subscription-process h2{
  font-size:64px;
  line-height:1;
}

.gf-subscription-process h3{
  font-size:28px;
      margin-bottom: 15px;
  font-weight:bold;
  line-height:normal;

}

.gf-line-break{
  background:#000;
  width:3px;
  display:inline-block;
  height:35px;
  margin-top:0px;
  margin-bottom:10px;

}

.gf-subscription-process p{
  font-size:24px;
  color:#000;

}

.gf-subscription-process{
  margin-top:100px;
   margin-bottom:100px;
}

.gf-snack-subscriptions  .rc-template__legacy-radio .rc-radio{
  padding:0;
}

.gf-snack-header{
    background-color:#c9c8cd;
 background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/files/snacking-bg-4.jpg?v=13235463975643066660);
     background-repeat:no-repeat;
  background-position:center right;

}


.gf-snack-header .container{


 padding-top:200px;
   padding-bottom:200px;
  color:#000;



}

.gf-snack-header h1{
  color:#000 !important;
  font-size:60px;
  line-height:1;
  margin-bottom:25px;
     font-family: "Post Grotesk Medium";
  font-weight:normal;

}


.gf-snack-header p{
  color:#000 !important;
  font-size:30px;
  line-height:1.2 !important;

}


.hiw-icons img{
  max-width:200px;
}

.hiw-icons{
  text-align:center;
  margin-top:100px;
}

#e-gift-card #inventoryLocationInformation{
  display:none !important;

}

.hiw-icons h2{
  font-size:48px;
  text-transform:lowercase;
   display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hiw-icons h2:before,
.hiw-icons h2:after {
    content: '';
    border-top: 2px solid #000;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.hiw-icons h2:after {
    margin: 0 0 0 20px;
}

.hiw-carousel .owl-carousel{
  border-bottom:0px;
}

.more-faq{
  text-align:right;
  margin-top:30px;
}

.more-faq a{
      background-color: #000;
    border-color: #000;
    font-size: 18px;
    padding: 10px 50px;
    line-height: normal;
  display:inline-block;
  color:#fff;
  border-radius:5px;
}


.hiw-carousel h2{
    font-size:48px;
  text-align:center;
  text-transform:lowercase;
  margin-bottom:60px;
}

.hiw-carousel{
  padding-top:100px;
  padding-bottom:100px;
}
.hiw-carousel h5{
  font-size:24px;
}


.hiw-carousel .item{
  text-align:center;
}
.hiw-carousel p{
  font-size:18px;
  line-height:1.5;
}

.hiw-icons h4{
  max-width:350px;
  margin-left:auto;
  margin-right:auto;
  font-size:24px;
  margin-top:20px;
  line-height:1.5;
}


.goodfor-usps{
  text-align:center;
  margin-top:60px;
}

.goodfor-usps h2{
  margin-bottom:0;
}

.template-index .product-collection__title h4{
  height:auto;
  min-height:auto;
}

.menu-PantryStarterBoxes{
  font-weight:bold !important;
}

#invest-in-goodfor .btn--secondary{
 font-size:18px;
  padding: 15px 30px;
}

/* Wishlist styles */

.zooomypwishmsg, .zooomywishmsg {
  cursor:pointer;
}
.zooomyloginrequest{
display: none;
}

.zooomyloginrequest a span{
  text-decoration:underline;
}


.hiw-carousel .owl-theme .owl-dots .owl-dot.active span, .hiw-carousel .owl-theme .owl-dots .owl-dot:hover span{
  background:#000 !important;
}

.hiw-carousel .owl-theme .owl-dots{
  text-align:center !important;
}

.shoppinglist-container .notloggedmsg{
  text-align:center;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  font-size:18px;
  margin-bottom:30px;
  line-height:normal;
}

.zooomyloginrequest{
  width:100%;
  text-align:center;
  font-size:18px;
  border:0px !important;
  padding:12px !important;
}


#zloginrequestclose{
  display:none !important;
}
.wl-login-btns{
  text-align:center;
}

.wl-login-btns a{
  display:inline-block;
padding: 13px 40px;
  font-size:18px;
  color:#fff;
  background:#000;
    border:1px solid #000  !important;
}

.ca-btn-wl{
    color:#000 !important;
  background:#fff  !important;

  margin-left:10px;
}

.rct_card{
  box-shadow:none !important;
  border:1px solid #D9D9D9;
}

.ca-btn-wl:hover{
    color:#fff !important;
  background:#000  !important;

}

.recharge-te strong, .rct_sidebar strong{
    font-weight:normal !important;
}


.recharge-te a, .rct_sidebar a{
  font-weight:normal !important;
}

#ZoomyWishlistPage .zmsg{
font-size:48px;
  margin-top: 50px;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  line-height:normal;
  margin-bottom:20px !Important;
}
.zoptionbox{
  margin: 5px 0px !important;
}

.shoppinglist-container{
min-height: 70vh;
}

#ZoomyWishlistPage a{
  font-size:18px;
}

 .mobile-logout{

    margin-bottom:10px;
  }

.zbodyinfo select{
  margin-bottom:0px;
  color:#000;
  font-size:15px;
   -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
  background: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/dropdown.png?v=174364631730017963141657139477) no-repeat;
  background-size: 10px 6px;
  background-position: right 10px center;

}

.removefromwishlist{
  background:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/delete.png?v=18176327269605236431657139475) no-repeat !important;
  width:20px !important;
  height:20px !important;
  background-size:contain !important;
  color: rgba(255,255,255,0) !important;
  outline:none !important;
  cursor:pointer !important;
}

.zopencartlink{
  outline:none !important;
  border-radius:5px !important;
}


.zbodytitle {
  text-align:left;
  font-size:18px !important;
    color:#000;
  margin-bottom:15px;
}

.zbodytitle a{

  font-size:18px !important;
    color:#000;
}

.green-box{
  background:#4c5a39;
}

.zprice{
  text-align:left;
  font-size:18px;
  color:#000;
  margin-bottom:10px;
}

.ZoomyWishlistPageGrid{
  width:18% !important;
  border:0px !important;
  padding:0 !important;
  text-align:left !important;
  margin: 40px 1% !important;
}

#ZoomyWishlistPage li img{
  max-height:100% !important;
  margin-bottom:20px !important;
}

#wishlist_page_product_text{
  display:none !important;
}

.zbodyaction .zopencartlink{
  display:initial !important;
  font-size:18px !important;
  padding: 14px 10px !important;
  cursor:pointer;
}

#goodfor-wholefoods-refillery .zoomywishid{
  display:none !important;
}

p.zooomywishmsg .fa{
  padding:0 !important;
}

.zooomyloginrequest{
  background:#000 !important;

}

.zoomywishidheart{
  width:auto !important;
  position:absolute !important;
  right:0;
  margin-top: -50px;

}

.zoomywishidheart .zooomywishmsg .fa{
color:#000 !important;
}

.zooomyloginrequest a{
  color:#fff !important;;
}

#div#ZlistWishlist{
  margin:5px 0 !important;
}

.emptymsg{

 display:none;
}


/* End of wishlist styles */

.normal-bullet{
border-bottom: 0px !important;
  color:#000 !important;
  padding:0 !important;
  font-size:18px;
  list-style-type:initial !important;
  margin-left:15px;
}



.featured-btn{
  color:#000;
  border:1px solid #000;
  padding: 10px 25px;
    font-size: 18px;
  border-radius:5px;
}



.featured-half-2{
  text-align:right;
}

.featured-btn:hover{
   color:#fff;
  background:#000;
}

#account #MainContent{
  min-height: calc(100vh - 305px);

}

.searchblog-btn{
  margin-top:15px;
  border-radius:5px;
}

.pantry-essentials-badge{
  width:60px;
  height:60px;
  background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/pantry-staples-badge.png?v=117127472120828912191657139531);
    background-size:contain;
}

.limited-badge{
  width:60px;
  height:60px;
  background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/limited-badge.png?v=182225867626529781511657139516);
    background-size:contain;
}

.low-price-badge{
  width:60px;
  height:60px;
  background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/low-price-badge.png?v=140217550093189286951657139517);
    background-size:contain;
}

.template-product .product-page-gallery .low-price-badge{
  width:100px;
  height:100px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;

}


.sale-badge{
  width:60px;
  height:60px;
  background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/sale-badge.png?v=60480103204799647191657139545);
    background-size:contain;
}

.template-product .product-page-gallery .sale-badge{
  width:100px;
  height:100px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;

}

.fifty-percent-badge{
  width:60px;
  height:60px;
   background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/50percent-badge.png?v=69109272851278709261657139463);
    background-size:contain;
}

.template-product .product-page-gallery .fifty-percent-badge{
  width:100px;
  height:100px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;

}

.thirty-percent-badge{
  width:60px;
  height:60px;
  background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/30percent-badge.png?v=166494842114461812991657139463);
    background-size:contain;
}

.template-product .product-page-gallery .thirty-percent-badge{
  width:100px;
  height:100px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;

}

.twenty-percent-badge{
  width:60px;
  height:60px;
  background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/20percent-badge.png?v=145286045151311521451657139462);
    background-size:contain;
}

.template-product .product-page-gallery .twenty-percent-badge{
  width:100px;
  height:100px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;

}



.pantry-essentials-range img{
  width:160px;
  margin-bottom:15px;
}

.product-image__overlay-top-right{
  transform:none !important;
  opacity:1 !important;
}


.past-orders-nav a{
  border-bottom:1px solid #fff;
}

.past-orders-nav a:hover{
  border-bottom:1px solid #000;
}
.hover-white:hover{
  color:#fff !important;
}

.table-account-history--page th:first-child{
  width:90px;
  min-width:90px;
}

.default-label{
      background: #B4C0AB;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
  margin-bottom:20px !important;

}

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
      background-color:#fff !important;
    }

.small-black{
  font-size:16px !important;
}

.courier-post img{
  width:200px;
  margin-bottom:15px;
}

#AddressNewForm label{
  font-size:16px;
  margin-bottom:5px;
  color:#9B9B9B;
}

#AddressNewForm input{
  font-size:18px;
  color:#000;

}

#AddressNewForm select{
  font-size:18px;
  color:#000;
}

.editaddress select{
  font-size:18px;
  color:#000;
}

.editaddress label{
  font-size:16px;
  margin-bottom:5px;
  color:#9B9B9B;
}

.editaddress input{
   font-size:18px;
  color:#000;
}

.addresspage-btn {
  font-size:18px !important;
  padding:13px 40px;
}

.past-orders-nav{
  border-bottom:1px solid #D6D6D6;
  margin-bottom:35px;
}

.address-btn{
  font-size:18px;
  padding: 13px 40px;
  border-radius:5px !important;

}

.add-new-address-btn{
   font-size:18px;
  padding: 13px 40px;
  margin-bottom:30px;
  border-radius:5px !important;
}

.table-account-addresses td:first-child{
  color:#000;
  font-size:18px;
}

.table-account-addresses td{
  padding:0 !important;
}

.table-account-addresses td:first-child{
  width:100% !important;
    padding-top:0 !important;
    padding-bottom:10px !important;
}

.address-block{
  border:1px solid #D9D9D9;
  padding:30px;

}

.table-account-addresses td:first-child{
  text-transform:none !important
}

.checkout-btn{
  padding-top:15px;
  padding-bottom:15px;
}

.continue-shop, .update-cart, .checkout-btn{
  font-size:18px;
}

.continue-shop .icon, .update-cart .icon{
  width:25px !important;
  min-height:25px !important;
  min-width:25px !important;
}

.small-grey{
      font-size: 16px !important;
    color: #959595 !important;
}

.past-orders-nav a{
  color: #141414;
  margin-right:60px;
  padding: 15px 0px;
  font-size:18px;
}

.reorder-section{
  border-bottom:1px solid #F0F0F0;
  margin-bottom:25px;

}

.tracking-section{
  text-align:center;
   border-bottom:1px solid #F0F0F0;
  margin-bottom:25px;
  padding-bottom:25px;
}

.billing-section{
   border-bottom:1px solid #F0F0F0;
  margin-bottom:25px;

}


.past-order-image img{
  width:75px;
  height:75px;
  border:1px solid #ECECEC;
}

.login input{
  font-size:18px;
  color:#000;

}

.prev-order-address p{
    font-size:18px;
  line-height:1.5;
}

.prev-order-details{
  font-size:18px;
}

.prev-order-title{
  font-size:16px !important;
  color:#959595;
  margin-bottom:10px;
}

.order-number{
  font-size:36px;
}

.tabs[data-type=horizontal] .tabs__slider{
  margin-left:0 !important;
  margin-right:0 !important;

}

.prev-order-details{
  background:#B4C0AB;
  color:#fff;
  text-transform:uppercase;
  font-size:12px !important;
  letter-spacing:1px;
  padding:3px 10px;
  border-radius:3px;
  display:inline-block;
}

.past-order .view-order-btn, .past-order .reorder-btn {
  width:100%;
  margin-right:0px;

}

.view-order-btn{
  color:#fff !important;
  background:#000;
  padding:13px 20px;
width: 48%;
    text-align: center;
  font-size:18px;
  border:0px !important;
  cursor:pointer;
  margin-right:10px;
  border-radius:5px;
}


.reorder-btn{
  border:1px solid #000;
  padding:13px 40px;
  width: 48%;
    text-align: center;
  font-size:18px;
    border-radius:5px;
}

.reorder-btn:hover{
    color:#fff !important;
  background:#000;
}

.table-account-history td:first-child a{
  text-decoration:none !important;
}

.responsive-table td{
  height:auto;
  padding: 20px 15px!important;

}


.table-account-history td{
  font-size:18px;
  border-bottom:1px solid  #F0F0F0 !important

}
.responsive-table td{
  border-top:0px !important;
}

.table-account-history th{
  text-transform:none !important;
  font-size:16px !important;
  color:#959595;
}

.tabs__btn{
  letter-spacing:normal !important;
  font-size:18px;
}

.tabs[data-type="horizontal"] .tabs__btn.active, .tabs[data-type="horizontal"] .tabs__btn:hover{
  border-right: 0px !important;
    border-left: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid #000 !important;
}

.tabs[data-type=horizontal] .tabs__btn {
    padding: 15px 0px !important;
  margin-right:60px;
}

.tabs[data-type=horizontal] .tabs__btn{
  text-transform:none !important;
}

.account-title{
  font-size:36px;
}

.login .label-required::after{
  display:none;
}

.login input::placeholder {
  color: #acacac;
}


.new-block{
  width:100%;
}


.hide-6097303601333 .tomit_inventory_list #tomit_inventory_list,
.hide-6097306026165 .tomit_inventory_list #tomit_inventory_list,
.hide-6097307631797 .tomit_inventory_list #tomit_inventory_list

{
  display:none !important;
}


.carousel-products #inventoryLocationInformation{

   display:none !important;
}


/* Homepage Slider */

/* .owl-carousel{
  border-bottom:1px solid #f5f5f5;
} */

.owl-theme .owl-dots{

  text-align:left !important;
  max-width:1620px;
  width:95%;
  margin-left:auto;
  margin-right:auto;
position:absolute;
left: 0;
  bottom: 20px;
  right: 0;
  padding:0 15px;


}

.owl-dot:focus{
  outline:0px !important;
}



.gf-home-slide{
  height:650px;
  color:#fff;
    background-size:auto 100%;
  background-size:cover;
  background-position:center center;
background-repeat:no-repeat;

}

.shop-instagram .eapps-instagram-feed-posts-item{
  border-radius:10px;
}

.bg-gradient{
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  height:350px;
  position:absolute;
  bottom:0;
  width:100%;
}

.gf-home-slide .row{
  height:100%;
}

.sb-secondary{
  margin-left:10px;
}

.sb-primary{
  background:#fff;
  color:#000 !important;
  border-color:#fff !important;
}

.hp-slider-btns .sb-primary{

  color:#000 !important;
}

.vcenter{

    justify-content: center;
display: flex;
align-items: center;


}

.vbottom{
padding-bottom:50px;
    justify-content: center;
    display: flex;
    align-items: end;
  -webkit-justify-content: flex-end;
align-items: flex-end;
-webkit-align-items: flex-end;
}
.slide-offer-box{
width:100%;


}

.gf-home-slide .container{
  height:100%;
}

.gf-home-slide h2{
 font-size:72px;
  line-height:1.1;
      font-family: "Post Grotesk Medium";
  color:#fff;
  margin-bottom: 20px;

}

.gf-home-slide p{
  color:#fff;
    font-size:24px;
  line-height:1.2;
}

.slider-terms{
  font-size:14px !important;
  margin-top:40px;

}

.slide-img img{
  width:100%;

}

.slider-btn{
 border:1px solid #fff;
 color:#fff !important;
  display:inline-block;
  padding:15px 35px;
  font-size:20px;
margin-top:10px;
  border-radius:5px;
}

.slider-btn:hover{
 background:#fff;
  color:#000 !important;
}

.gf-home-slide .green-text h2{
  color:#4c5a39
}



.gf-home-slide .green-text p{
  color:#4c5a39
}
.gf-home-slide .green-text .slider-btn{
color:#4c5a39 !important; border-color:#4c5a39
}

.gf-home-slide .green-text .slider-btn:hover{
background-color:#4c5a39 !important;
  color:#fff !important;
}


.gf-home-slide .black-text h2{
  color:#000;
}


.gf-home-slide .black-text p{
  color:#000
}
.gf-home-slide .black-text .slider-btn{
color:#000 !important; border-color:#000
}

.gf-home-slide .black-text .slider-btn:hover{
background-color:#000 !important;
  color:#fff !important;
}

@media only screen and (max-width: 1120px) {
  .header__btn-search span{
    display:none;
  }
}


@media only screen and (min-width: 1921px) {
.gf-home-slide{

  background-size:cover;



}
}


@media only screen and (min-width: 768px) {
  .slide-img img{
  display:none !important;
}

  .gf_product_right .product-page-info__sku{
    display:none;
  }

  .slide-mobile-bg{
    display:none;
  }
  .desktopno{
    display:none;
  }

  .flash-sale-mobile{
display:none;

}
  .mobile-logout{
  display:none;

  }

   #delivery-and-click-amp-collect .header-center-box h1 br{
    display:none;
  }

  .rct_content {
    width: 95% !important;
    margin: 0 auto;
    padding: 36px 15px !important;
    max-width:1650px !important;
  }

  .rct_navigation__item__link--active{
    border-bottom:1px solid #000;
  }

  .rct_navigation{
     padding-left:15px;
    padding-right:15px;
    margin-top:10px;
  }

  .rct_navigation__desktop{
    max-width:1620px !important;
    width:95% !important;

    display:initial !important;
  }
  .rct_navigation__item{
     padding-left:0px !important;
    margin-bottom:0px !important;
    margin-right:50px !important;
    margin-left:0px !important;
  }
    .rct_navigation__item a{
   padding-bottom:15px !important;
    }

  .gf-snack-banner-mobile{
    display:none;
  }

  .gf-home-slide .green-text  .slide-img img{
    display:block !important;
  }


}



.full-green{
  background:#4c5a39;
  text-align:center;
}

.full-green img{
max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}




/* Pop up elfsight */

#admin-bar-iframe, #preview-bar-iframe{
  display:initial !important;
}


.eapp-popup-content-banner{
      flex-grow: 0.7 !important;
}

.eapp-popup-block-variation-form-row:not(:last-child){
  padding-bottom:0px !important;
}

.eapp-popup-content-blocks-container-component.eapp-popup-content-blocks-container-paddings-medium{
  padding:25px 40px !important;

}

.eapp-popup-block-variation-separator-component::before{
  margin-top:20px;
  margin-bottom:20px;
}

.eapp-popup-block-variation-text-component a{
  margin-top:10px;
}

.eapp-popup-content-blocks-container-item{
  margin-top:12px !important;
}

.eapp-popup-block-variation-form-field-component input[type=text]{
  margin-bottom:0px;
}


.eapp-popup-block-variation-text-component #mc_embed_signup form{
  padding:0;
  margin-bottom:0;
}

.eapp-popup-block-variation-text-component #mc_embed_signup input{
  border-radius:0;
  border-top-width:0px;
  border-right-width:0px;
  border-left-width:0px;
  border-bottom-color:#979797;
}

.eapp-popup-block-variation-text-component #mc_embed_signup .mc-field-group input{
  text-indent:0;
      font-family: PostGrotesk-Regular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size:16px;
  color:#9F9F9F;
}

.eapp-popup-block-variation-text-component #mc_embed_signup .button{
  background-color:#000;
     font-family: PostGrotesk-Regular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size:16px;
  height:auto;
  padding:5px 50px;
}


.eapp-popup-block-variation-text-component #mc_embed_signup .mc-field-group{
  min-height:auto;
  padding-bottom:0px;
}




/* collapse */


.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


/* end of collapse */

.lifetime-bottles-colours{
  width:19%;
  border:1px solid #eee;
  padding:5px;
  margin-right:1%;
}

.lifetime-bottles-colours:hover{
  border:1px solid #000;

}

.lifetime-bottles-colours img{

}



/* new careers page */

html [type="button"] {
-webkit-appearance: none !important;
-webkit-border-radius: 0;
}

.careers-intro .rte{
  font-size:18px;
  line-height:1.5;
}
.careers-intro{
  padding:75px 0;
  max-width:1200px !important;
}


#careers-how-to-apply li{
  font-size:18px;
  color:#403836;;
}

#careers-how-to-apply li::before {
display: inline-block;
background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/tick.png?v=10004777247791414661657139564);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: -16px;
    width: 15px;
    height: 15px;
    border-radius: 0;
    background-color: #fff;

}

#myUL {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

#myUL li {
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 0;
}

#myUL li:before {
    display:none;
}

.collapse {
    border-bottom: 1px solid #e3e3e3;
}

.inner-role-desc {
    margin-bottom: 20px;
}

.inner-role-desc li {
    border-bottom: 0px !important;
    padding: 5px 0 !important;
  margin-bottom:4px !important;
  color:#403836;
  list-style-type:disc;
  font-size:18px;
}

#myUL li a {
    margin-top: -1px; /* Prevent double borders */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
}

.card {
    border: 0px;
    border-radius: 0px;
}

.position-name-tab {
    color: #000 !important;
    font-size: 30px !important;
  cursor:pointer;
}

.vcenter-item {
    display: flex;
    align-items: center;
}
.role-description-tab {
    width: auto;
  cursor:pointer;

}

#myUL .card-body p{
  font-size:18px;
  line-height:1.5;

}

.career-table-head {
    padding: 5px 0 !important;
}

.career-table-head p {

    font-weight: bold;
    margin-bottom: 15px !important;
    display: inline-block !important;
    color: #000;
    font-size: 16px;
}

.location-tab,
.contract-type-tab {
    color: #a0a0a0 !important;

}

.card-body {
    padding: 30px 0;
}

.how-to-apply-btn {
    background: #000;
    color: #fff !important;
    margin-top: 10px;
    padding: 15px 45px;
    display: inline-block;
  font-size:18px;
  border-radius:5px;
}

.how-to-apply-btn:hover {
    color: #fff;
    text-decoration: none;
}

.careers-positions-container{
  background:#FBFBFB;
  padding:50px 0;

}

#careers-how-to-apply{
  padding:75px 0;
}

#careers-how-to-apply h2{
  font-size:44px;
  margin-bottom:20px;
}

#careers-how-to-apply p{
  font-size:18px;
  line-height:1.5;
}


/* End of new careers page */


#online-shopping-voucher #inventoryLocationInformation{
 display:none !important;
}

.loader__spinner{
display:none !important;
}

.pagination .btn[disabled]{
  display:none;
}

.gf-weekly-offer h2{
  max-width:450px;
}

.pagination .mt-35{
  margin-top:5px !important;
}

.pagination .btn--secondary{
  font-size:18px;
  padding: 15px 0px;
    width: 100%;
  color:#000;
  background:#fff;
  border:1px solid #000;
  margin: 0 10px;
}

.pagination .btn--secondary:hover{
  color:#fff;
  background:#000;

}
.pagination .btn--secondary span{
  color:#000;
}
.pagination .btn--secondary:hover span{
  color:#fff;
}

.friends-page .std-btn {
    margin-bottom: 30px;
}

.popup-subscription{
border-radius: 20px;
    border: 2px solid #000;

}

.popup-subscription p{

font-size: 15px;
    line-height: normal;

}

.popup-navigation__menu .menu__item--has-children i{
 position:relative;
}

.popup-subscription__content{
  max-width:100% !important;
      padding: 10px 20px;

}



.popup-navigation__menu .menu__item--has-children i .icon{
position: absolute;
top: 50%;
  right:0px;
bottom: 50%;
transform: translate(-50%, -50%);
}

.popup-account__authorized h5{
  text-transform: initial !important;

}

  .faq-h2 {
      margin-bottom: 15px !important;
      margin-top: 45px !important
  }

  #storePickupApp .checkoutMethod {
      cursor: pointer
  }

  .css-only-modal .red-small {
      font-size: 12px;
      color: #ab4039
  }

  .shop-food {
      background-image: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/food1.jpg?31434);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #2f1d13;
      min-height: 300px
  }

  .shop-merch {
      background-image: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/lifestyle.jpg?v=63439125950852383621657139515);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left center;
      background-color: #6f6b6d;
      min-height: 300px
  }

  .shop-food,
  .shop-merch {
      padding: 0 50px
  }

  .shop-food h1,
  .shop-merch h1 {
      color: #fff;
      margin-bottom: 15px
  }

  .popup__bg.visible {
      opacity: .7
  }

  .page-header-video h1 {
      color: #fff;
      font-size: 60px;
      line-height: normal;
      margin-bottom: 0;
      text-align: left;
      margin-bottom: 100px;
      padding: 0 20px
  }

  .page-header-video .btn-outline {
      display: inline-block;
      margin: 0;
      max-width: initial;
      line-height: normal;
      width: 48%
  }

  .hp_largelink {
      display: block
  }

  .hp_viewall {
      color: #fff !important;
      font-size: 18px;
    display:inline-block;
  }

  .cart__items .flex-column a {
      font-size: 18px;
      margin-bottom: 10px
  }

  .hp_viewall:after {
      content: "";
      display: block;
      height: 1px;
      background: #fff;
      transition: .3s ease 0s, left .3s ease 0s;
      width: 0
  }

  .hp_viewall:hover:after {
      width: 100%;
      left: 0
  }

  .with-label input {
      float: none;
      width: 100% !important
  }

  .with-label {
      float: left;
      width: 49%
  }

  .current-positions {
      background: #f2f2f2
  }

  .current-positions h2 {
      margin-bottom: 31px;
      border-bottom: 2px solid rgba(40, 40, 40, .5);
      padding-bottom: 45px
  }

  #careers .max960 p {
      margin-bottom: 10px
  }

  .current-positions .job {
      align-items: center;
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px;
      margin-bottom: 25px;
      line-height: 1
  }

  .template-blog .breadcrumbs {
      max-width: 1480px;
      margin-left: auto;
      margin-right: auto
  }

  .current-positions .job h3 {
      font-size: 18px;
      font-weight: 400;
      color: #000;
      margin: 0;
      margin-right: 20px;
      float: left
  }

  .job_details {
      padding-top: 5px
  }

  .current-positions .job span {
      margin-right: 20px;
      opacity: .6;
      font-size: 15px
  }

  .article__body img {
      width: 100%;
      height: auto
  }

  .article__body .rte a {
      text-decoration: underline
  }

  .menu__megamenu .container {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 1400px
  }

  #goodfor-wholefoods-refillery .carousel__head {
      display: none !important
  }

  #goodfor-wholefoods-refillery .carousel .border-top {
      display: none !important
  }

  #goodfor-wholefoods-refillery .carousel {
      max-width: 1509px;
      margin-left: auto;
      margin-right: auto
  }

  .menu__megamenu .menu__item {
      padding-left: 0;
      padding-right: 0
  }

  .menu__megamenu .menu__list--styled .menu__item:hover{
  background:#f5f5f5 !important;
}

  .menu__megamenu .menu__title span {
      font-size: 20px !important;
      margin-bottom: 5px;


  }

.menu__megamenu  .menu__item--has-children{
/*   border-right:1px solid #beaf9a; */
}

  .menu__list--styled .menu__item:hover {
      background-color: #fff !important
  }

  .menu__list--styled .menu__item span {
      display: inline-block;
      font-size: 16px !important
  }

  .menu__list--styled .menu__item span:after {
      content: "";
      display: block;
      height: 1px;
      background: #000;
      transition: .3s ease 0s, left .3s ease 0s;
      width: 0
  }

  .menu__list--styled .menu__item span:hover:after {
      width: 100%;
      left: 0
  }

  .collections-menu__list label {
      margin-top: 15px !important;
      margin-bottom: 5px !important
  }

  .product-collection__button-add-to-cart .btn:disabled {
      background: #fff !important;
      border: 0 !important;
      color: #000 !important;
      opacity: 1;
      font-size: 18px
  }

  .menu__item>a:visited,
  .menu__list--styled .menu__item>a:active {
      color: #141414 !important
  }

  .menu__list--styled .menu__item>a:link {
      color: #141414 !important;
      margin-bottom: 10px
  }

  /* .gf_product_left .product-page-info .gf_offers {
      display: none
  } */

  /* .gf_product_right .product-page-info__price .price {
      display: none
  } */

  .gf_product_left .product-page-info__sku {
      display: none
  }

  .gf_product_left .product-page-info__title {
      display: none
  }

  .gf_underline {
      border-bottom: 1px solid #000
  }

  #account label {
      font-size: 18px;
      margin-bottom: 5px
  }

  .product-options__value.disabled::after,
  .product-options__value.disabled::before {
      display: none !important
  }

  .gf_account_info {
      margin-top: 50px;
      text-align: center;
      max-width: 600px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 30px
  }

  .gf_account_info p {
      font-size: 18px;
      text-align: center;
      line-height: 1.5
  }

  .gf_account_info h2 {
      margin-bottom: 20px !important
  }

  .gf_account h1 {
      font-size: 32px !important
  }

  .gf_account {
      padding: 0 30px
  }

  #delivery-information p strong {
      font-weight: 700
  }

  .goodfor_btn {
      display: inline-block;
      color: #fff !important;
      font-size: 18px;
      background: #000;
      padding: 10px 40px;
      margin-top: 10px
  }

  #rewards p {
      font-size: 18px;
      line-height: 1.5
  }

  .faqs__head {
      font-size: 18px !important;
      margin-top: 10px;
      margin-bottom: 10px !important
  }

  .gf-link {
      color: #fff;
      margin-bottom: 12px;
      display: inline-block;
      line-height: 1.5
  }

  .gf-link:after {
      content: "";
      display: block;
      height: 1px;
      background: #000;
      transition: .3s ease 0s, left .3s ease 0s;
      width: 0
  }

  .gf-link:hover:after {
      width: 100%;
      left: 0
  }

  .gf-link:hover {
      text-decoration: none
  }

  .footer__border {
      border-width: 0 !important
  }

  .template-index .promobox__plate::before {
      bottom: 7px !important
  }

  .carousel-brands img {
      max-height: 100px !important
  }

  .homepage_trees {
      background-image: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/planting.jpg?31434);
      height: 450px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
  }

  .promobox__border {
      border-width: 0 !important
  }

  .gf-center-box {
      margin-top: 150px
  }

  .gf-center-box p {
      color: #fff;
      font-size: 30px;
      letter-spacing: 1px;
      line-height: 1.5
  }

  .gf_home_intro {
      font-size: 22px;
      text-align: center;
      max-width: 720px;
      margin-top: 40px;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5
  }

  .franchise_apply input {
      width: 49%;
      float: left
  }

  .mr2percent {
      margin-right: 2%
  }

  .bottle_banner {
      max-width: 930px !important;
      padding-top: 50px;
      padding-bottom: 50px
  }

  .franchise_apply {
      max-width: 930px !important;
      padding-top: 50px;
      padding-bottom: 50px
  }

  .bottle_banner .row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: none;
      margin: 0;
      padding: 0
  }

  .gf_blk {
      color: #141414
  }

  .gf_hide {
      display: none !important
  }

  .product-collection__button-quick-view {
      display: none !important
  }

  .popup-account__login h5 {
      font-size: 20px !important;
      padding-bottom: 10px
  }

  .bottle {
      padding: 0;
      width: 160px;
      position: relative
  }

  .popup-cart__free-shipping .py-3 {
      padding-bottom: 6px !important
  }

  #faq h1 {
      padding-left: 40px;
      padding-right: 40px
  }

  .free-shipping {
      background: #4e4e4e
  }

  .free-shipping__progress {
      background: #b4c0ab
  }

  .product-cart__title h3 {
      font-size: 15px
  }

  .popup-cart__head h5 {
      font-size: 20px;
      letter-spacing: normal;
      padding-bottom: 10px
  }

  .popup-account__login .btn--secondary {
      font-size: 18px;
      padding: 15px 0
  }

  #popup_customer_login .btn--secondary {
      font-size: 18px;
      padding: 15px 0
  }

  .popup-cart .btn--full,
  .popup-cart .btn--secondary {
      font-size: 18px;
      padding: 15px 0
  }

  .bottle .text {
      padding: 0;
      top: 89px;
      left: 18px;
      position: absolute
  }

  .bottle .text p {
      font-size: 18px
  }

  .franchise_apply p {
      font-size: 18px;
      line-height: 1.5
  }

  .franchise_apply .h2 {
      margin-bottom: 20px
  }

  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  select {
      height: 45px
  }

  #account .btn--secondary {
      background-color: #141414;
      border-color: #141414;
      font-size: 18px;
      padding: 10px 50px;
      line-height: normal;
    color:#fff;
  }

  #account .btn--secondary:hover {
      color: #fff !important
  }

  .franchise_apply .btn--secondary {
      background-color: #141414;
      border-color: #141414;
      font-size: 18px;
      padding: 10px 50px;
      line-height: normal
  }

  .template-article .btn--secondary {
      background-color: #141414;
      border-color: #141414;
      font-size: 18px;
      padding: 10px 50px;
      line-height: normal
  }

  .template-article .blog-sidebar {
      padding-top: 25px
  }

  #contact .btn--secondary {
      background-color: #141414;
      border-color: #141414;
      font-size: 18px;
      padding: 10px 50px;
      line-height: normal
  }

  .franchise_apply .btn--secondary:hover {
      background-color: #000;
      color: #fff
  }

  #contact .btn--secondary:hover {
      background-color: #000;
      color: #fff
  }

  .bottle_banner p {
      font-size: 18px;
      line-height: 1.5
  }

  .product-page-gallery--centered {
      max-width: none !important
  }

  .tabs[data-type=mobile] .tabs__body {
      border: 0 !important
  }

  table.nutritional_information {
      color: #000 !important;
      width: 100%
  }

  table.nutritional_information thead {
      background: #ccc
  }

  table.nutritional_information td {
      padding: 5px 12px;
      font-size: 14px
  }

  table.nutritional_information tbody {
      background: #eaeaea
  }

  table.nutritional_information tbody tr:nth-child(2n) {
      background: #ddd
  }

  ol:not(.list-unstyled) li p {
      display: inline
  }

  ul:not(.list-unstyled) li p {
      display: inline
  }

  ul:not(.list-unstyled) li {
      margin-bottom: 10px
  }

  ol:not(.list-unstyled) li {
      margin-bottom: 10px
  }

  ol:not(.list-unstyled) li::before {
      font-size: 17px
  }

  .pagination__prev .btn {
      line-height: normal;
      padding: 8px 16px
  }

  .pagination__prev a {
      font-size: 18px !important
  }

  #shopify-section-blog-sidebar {
      padding: 0 15px
  }

  .popup-navigation .menu__megamenu .menu__title span {
      font-size: 18px !important;
      margin-bottom: auto !important
  }

  .extra-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 50px
  }

  .product-instore-only {
      display: none
  }

  .product-instore-only p {
      color: #000;
      margin-bottom: 0;
      font-size: 14px
  }

  .instore-only .product-instore-only {
      display: inline-block !important;
      background: #f2f2f2;
      padding: 5px 15px;
      margin-top: 13px
  }

  .instore-only .product-page-info__button-add-to-cart,
  .instore-only .product-page-info__quantity {
      display: none !important
  }

  .instore-only .product-collection__button-add-to-cart {
      display: none !important
  }

  .instore-only .product-collection__quantity .input-quantity {
      display: none !important
  }

  .kpb_storelist {
      margin-bottom: 40px
  }

  .closest-store-btn .btn-outline {
      width: 100%;
      margin-top: 15px
  }

  .blogcats-main-container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .page-header-video h1 {
      padding: 0 20px
  }

  .hp-find-closest-store {
      margin-left: 40px;
      margin-right: 40px
  }

  .friends-page h3 {
      margin-top: 30px;
      margin-bottom: 15px
  }

  .friends-page {
      padding-top: 50px;
      padding-bottom: 50px
  }

  .std-btn {
      background-color: #141414;
      border-color: #141414;
      font-size: 18px;
      color: #fff !important;
      font-weight: 700;
      padding: 10px 50px;
      line-height: normal;
      margin-top: 10px;
    	text-align:center;
  }

  #other-legendary-companies li {
      color: #403836;
      font-size: 18px
  }

  .collection-instore-only {
      text-align: center;
      width: 100%;
      font-size: 18px;

      padding: 13px 10px;
      border: 1px solid #000
  }

  .collection-instore-only p {
      margin-bottom: 0
  }

  .template-cart #tomit_inventory_list {
      margin-top: 10px
  }

  #inventoryLocationInformation {
      margin-top: 10px
  }

  #inventoryLocationInformation ul:not(.list-unstyled) li::before {
      display: none
  }

  .tomit_inventory_list ul:not(.list-unstyled) li::before {
      display: none
  }

  #inventoryLocationInformation li {
      margin-bottom: 0 !important
  }

  .tomit_inventory_list ul:not(.list-unstyled) li {
      margin-bottom: 0;
      line-height: 1.3
  }

  #inventoryLocationInformation ul:not(.list-unstyled) li,
  .tomit_inventory_list ul:not(.list-unstyled) li {
      padding-left: 0
  }

  .tomitInStock {
      color: #799d59
  }

  .tomiOutOfStock {
      color: #9e0000
  }

  .product-page__sidebar--left {
      border-right: 0 !important
  }

  .template-product .collection-sidebar__navigation {
      width: 100%;
      margin-top: 0
  }

  .collections-menu__arrow {
      margin-left: auto !important
  }

  .popup-navigation {
      background: #fff
  }

  .rimage__img--contain {
      object-fit: initial !important
  }

  .collection-control__sort-by {
      border: 1px solid #a6a6a6;
      font-size: 18px;
      color: #141414;
    border-radius:5px;
  }

  .collection-control__sort-by .right-0 {
      right: 10px !important
  }

  .collection-control__sort-by .align-items-center {
      padding: 3px 15px
  }

  .collection-control__sort-by .dropdown {
      border: 1px solid #a6a6a6;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important
  }

  .collection-control__information {
      font-size: 18px;
      color: #141414;
      padding-top: 15px
  }

  .gf_collection_title h1 {
      border-bottom: 1px solid #c1c1c1;
      font-size: 36px;
      padding-bottom: 20px;
      margin-top: 20px
  }

  .collection-sidebar {
      padding-right: 60px
  }

  .about_btm {
      background-color: #f2f2f2
  }

  .trees_btm {
      background-color: #f2f2f2
  }

  .trees_btm .max1140 {
      padding-top: 50px;
      padding-bottom: 50px
  }

  .trees_btm p {
      font-size: 24px;
      line-height: normal;
      margin-top: 30px
  }

  .trees_btm img {
      max-width: 250px;
      float: right
  }

  .about_btm a {
      width: 100%
  }

  .about_btm .p-2 {
      padding: 15px !important
  }

  #contact .max1140 {
      padding-top: 70px;
      padding-bottom: 70px
  }

  .btn {
      text-transform: none !important
  }

  .kpb_branch a {
      border-bottom: 1px solid #000;
      padding-bottom: 4px;
      margin-top: 15px
  }

  .getintouch p {
      line-height: 1.5
  }

  .kpb_storelist .col-md-4{
      padding: 20px;
      border-right: 1px solid #e7e7e7
  }
 .kpb_storelist .col-md-12{
      padding: 20px;
   background-color: #f5f5f5;

  }

  .kpb_storelist .col-md-4 img, .kpb_storelist .col-md-12 img {
      float: left;

  }

.comingsoonstore{
  margin-bottom:0;
}

  .norightborder {
      border-right: 0 !important
  }

  .nobottomborder {
      border-bottom: 0 !important
  }

  .kpb_branch {
      float: left;
      margin-left: 20px
  }

  .kpb_branch p {
      margin-bottom: 10px
  }

  .kpb_branch h3 {
      margin-bottom: 10px
  }

  .kpb_branch h5 {
      margin-top: 30px;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 10px
  }

  #map {
      height: 500px;
      width: 100%
  }

  .template-login .newsletter-oxidar {
      display: none !important
  }

  .template-blog .post {
      position: relative
  }

  .popup-cart {
      width: 320px
  }

  .login .container {
      max-width: 1140px !important
  }

  .gf-custom {
      color: #fff;
      display: table-cell;
      width: 100%;
      height: 100%;
      line-height: normal
  }

  .gf-custom a {
      padding: 0 10px;
      font-size: 24px;
      color: #fff;
      margin: 0;
      display: inline-block;
      width: 100%;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  .btn--secondary i {
      display: none !important
  }

  p {
      color: #403836
  }

  .article label {
      color: #141414;
      font-size: 17px;
      margin-bottom: 15px
  }

  .article .h5 {
      font-size: 20px;
      line-height: normal
  }

  #comment_form {
      padding-bottom: 80px
  }

  #comment_form .h4 {
      font-size: 24px !important
  }

  .article ul {
      margin-left: 0 !important
  }

  .blog-sidebar li {
      border-bottom: 1px solid #ccc;
      color: #403836;
      font-size: 18px;
      padding-bottom: 10px;
      padding-top: 12px
  }

  .blog-sidebar li a {
      color: #403836 !important;
      font-size: 18px !important;
      padding-bottom: 0 !important
  }

  .blog-sidebar .h5 {
      font-size: 24px;
      padding-bottom: 20px;
      line-height: 21px;
      letter-spacing: normal
  }

  .blogs .rimage {
      padding-top: 100% !important;
      background: #000
  }

  .blog-body .rimage__img {
      height: auto !important;
      opacity: .8
  }

  .template-article .rte p {
      font-size: 17px;
      line-height: 1.5
  }

  .template-article .newsletter-oxidar {
      display: none !important
  }

  .template-cart .newsletter-oxidar {
      display: none !important
  }

  .template-blog .newsletter-oxidar {
      display: none !important
  }

  .template-page .newsletter-oxidar {
      display: none !important
  }

  .popup-account {
      width: 320px
  }

  #create-account .missing_anything {
      display: none !important
  }

  .template-index .missing_anything {
      display: none !important
  }

  .missing_anything h5 {
      font-size: 30px;
      line-height: 1.4em;
      letter-spacing: normal
  }

  .missing_anything p {
      color: #403836;
      font-size: 18px;
      line-height: 1.5
  }

  .footer__subscription {
      margin-left: auto;
      margin-right: 0
  }

  .gf_blur_comp {
      width: 100%;
      height: 100%;
      float: left;
      overflow: hidden;
      position: relative;
      transition: ease-in-out .55s;
      background: #000
  }

  .p-2 {
      padding: .5rem !important
  }

  .gf_blur_comp img {
      width: 100%;
      height: 100%;
      opacity: .8;
      transition: ease-in-out .55s
  }

  .gf_blur_comp img:hover {
      -webkit-filter: blur(10px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
      transform: scale(1.03)
  }

  .gf_text h3 {
      margin-top: 0;
      margin-left: 0;
      text-align: center;
      font-size: 24px;
      color: #fff;
      margin-bottom: 0
  }

  .gf_text {
      width: 100%;
      text-align: center;
      height: auto;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block
  }

  strong {
      font-weight: 400
  }

  .template-article strong,
  .template-product strong {
      font-weight: 600
  }

  .gf_blur_comp:hover>a .gf_text:after {
      width: 100%;
      background: #fff
  }

  .free-shipping-header span {
      border-right: 1px solid;
      margin-left: 16px;
      font-size: 9px;
      padding-top: 6px
  }

  .free-shipping-header {
      display: inline;
      color: #403836
  }

  .fm-image-map{
    padding: 25px;
  }

  .max1200 {
      margin: auto;
      max-width: 1200px !important
  }

  .max1400 {
      margin: auto;
      max-width: 1400px !important
  }

  .max1140 {
      max-width: 1140px !important;
      padding-top: 80px;
      padding-bottom: 80px;
      color: #403836;
      font-size: 18px
  }

  .max960 {
      max-width: 960px !important;
      padding-top: 80px;
      padding-bottom: 80px;
      color: #403836;
      font-size: 18px
  }

  .max960 p {
      font-size: 18px !important
  }

  .max900 {
      max-width: 900px !important;
      padding-top: 80px;
      padding-bottom: 80px;
      color: #403836;
      font-size: 18px
  }

  .max900 .rte {
      line-height: 1.5 !important
  }

  .product-collection__button-quick-view-mobile {
      display: none !important
  }

  .max900 .rte p {
      color: #403836;
      font-size: 18px
  }

  .overlay-black-2 {
      background: rgba(0, 0, 0, .35);
      color: #fff;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center
  }

/*   .template-index .product-collection__price {
      display: none !important
  } */

  .template-index .carousel__item form {
      display: none !important
  }

  .header-center-box {
      text-align: center;
      padding-top: 300px;
      padding-bottom: 300px
  }

  .header-center-box h1 {
      color: #fff;
line-height:normal;
      letter-spacing: normal;
      Font-size: 54px
  }

  .footer__subscription input[type=email] {
      border-color: #fff;
      height: 50px
  }

  .footer__subscription .btn {
      background-color: #000 !important;
      color: #fff !important
  }

  .collection-list-text {
      padding-top: 60px;
      padding-bottom: 100px;
      max-width: 750px;
      margin: auto;
      line-height: 1.5
  }

  .page-header-banner {
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover
  }

  .promobox__text-line-02 {
      display: none !important
  }

  .promobox__plate::before {
      background: rgba(0, 0, 0, .2) !important;
      bottom: 3px
  }

  .promobox__plate {
      min-height: 100%;
      bottom: 0;
      left: 0;
      right: 0
  }

  .promobox__text-line-01 {
      letter-spacing: normal;
      color: #fff;
      font-size: 30px
  }

  .text-uppercase {
      text-transform: none !important
  }

  .collections-menu__item .input-checkbox {
      color: #000 !important
  }

  .layer-navigation__head h5 {
      line-height: normal !important;
      margin-bottom: 15px !important
  }

  .collections-menu__item {
      padding: 12px 12px 4px !important
  }

  .collections-menu__button .d-block {
      display: none !important
  }

  .collections-menu__button .ml-auto {
      display: none !important
  }

  .collection-sidebar__navigation {
      margin-top: 15px
  }

  .product-collection__button-add-to-cart button {
      background-color: #000 !important;
      height: 45px;
    border-radius:5px;
  }

  .collections-menu {
      border-top: 1px solid #c1c1c1;
      border-left: 1px solid #c1c1c1;
      border-right: 1px solid #c1c1c1
  }

  .collections-menu__item {
      border-bottom: 1px solid #c1c1c1;
      font-size: 18px;
      padding-top: 5px;
      padding-bottom: 5px
  }

  .layer-navigation__head h5 {
      font-size: 28px;
      letter-spacing: normal
  }

  .product-options__value--text {
      height: 35px
  }

  .product-collection__button-add-to-cart button .btn__text {
      color: #fff !important
  }

  .product-collection__button-add-to-cart button .btn__icon {
      display: none
  }

  .btn--animated .btn__text {
      transform: none !important;
      text-transform: none !important;
      font-size: 18px !important;
      letter-spacing: normal !important
  }

  .btn--animated:hover .btn__icon,
  .btn--animated:hover .btn__text {
      transform: none !important
  }


 .four-variants .product-options__value {
      width: 23%;
    border-radius:3px;
  }


  .product-options__value {
      width: 32%;
    border-radius:3px;
  }

  .product-collection__title h4 {
      font-size: 18px;
      line-height: normal;
      margin-bottom: 10px !important;
      min-height: 45px
  }

  .product-options--type-collection .product-options__value--large-text {
      min-height: 35px !important
  }

  .container {
      max-width: 1650px;
      width: 95%
  }

  .breadcrumbs {
      margin-top: 50px !important
  }

  .breadcrumbs span {
      font-size: 15px !important;
      color: #777 !important
  }

  .breadcrumbs a {
      font-size: 15px !important;
      color: #000 !important
  }

  .product-collection__button-add-to-cart {
      width: 100% !important
  }

  .product-collection__button-add-to-cart .btn {
      width: 100% !important
  }

  .menu__item i.d-none {
      margin-top: 5px
  }

  .product-options__value:not(:last-child) {
      margin-right: 2% !important
  }

  .goodfor_topbar {
      background: #455237;
      border-bottom: 1px solid #dedede;
      text-align: right;
      color: #fff;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px
  }

  .goodfor_topbar a {
      margin-left: 10px;
    color:#fff !important;
  }

  .header__content header__content--sticky {
      opacity: 1 !important
  }

  .header__line-top {
      padding-top: 15px !important;
      padding-bottom: 15px !important
  }

  .menu__panel .menu__item a span {
      text-transform: none !important;
      letter-spacing: normal;
      font-size: 18px
  }

  .footer a,
  .footer a:active,
  .footer a:link,
  .footer a:visited {
      color: #efe8e8;
      font-size: 18px;
      margin-right: 10px;
      margin-left: 10px
  }

  .footer a:hover {
      color: #fff
  }

  .header__border {
      border-bottom: 1px solid #c1c1c1 !important
  }

  .footer__section-btn {
      display: none !important
  }

  .footer__subscription h5 {
      font-size: 30px;
      line-height: 1.4em;
      letter-spacing: normal
  }

  .footer .icon {
      color: #fff !important;
      fill: #fff !important
  }

  .oxidar-copyright {
      background-color: #000;
      padding-bottom: 20px !important;
      padding-top: 20px !important
  }

  .footer__social-media {
      float: right !important
  }

  .menu__item {
      padding-left: 5px;
      padding-right: 5px
  }

  .footer__copyright p {
      text-align: left;
      color: #efe8e8;
      font-size: 16px
  }

  .product-page-info__title h1 {
      font-size: 30px !important;
      line-height:normal;
  }

  .carousel-products .carousel__title {
      font-size: 30px
  }

  .newsletter-oxidar {
      background: #f2f2f2 url('https://cdn.shopify.com/s/files/1/0076/4339/8229/t/53/assets/gf-backing_bc2b55ce.svg?v=1648671201') no-repeat 50%;
      padding: 20px 0
  }

  .footer-menu-oxidar {
      background-color: #1b1b1b;
      padding-top: 25px;
      padding-bottom: 25px
  }

  .footer-menu-oxidar .py-lg-0 {
      float: left !important
  }

  .footer-menu-oxidar h5 {
      display: none !important
  }

  .page-header-video .fillWidth {
      position: relative;
      width: 100%;
      height: 100%;
      height: 100vh;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: -99
  }

  .max960 h2 {
      margin-bottom: 30px !important
  }

  .header-center-box h1 {
      margin-bottom: 0
  }

  .btn-outline {
      border: 1px solid #fff;
      color: #fff !important;
      padding: 9px 16px;
      font-size: 16px;
    border-radius:5px;
      display: block;
      max-width: 180px;
      margin: auto;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out
  }

  .btn-outline:hover {
      background: #fff;
      color: #000 !important
  }

  .page-header-video {
      position: relative;
      height: 100%;
      height: calc(100% + 64px);
      padding-bottom: 0;
      overflow: hidden
  }

  .overlay-black {
      background: rgba(0, 0, 0, .3);
      color: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center
  }

  .center-box {
      display: table-cell;
      vertical-align: middle
  }

  .page-header-video img {
      width: 80px;
      margin-bottom: 20px;
      float: left;
      margin-right: 20px
  }

  .hp-find-closest-store {
      clear: both;
      text-align: left;
      margin-top: 200px;
      width: 250px
  }

  .hp-find-closest-store p {
      color: #fff;
      font-size: 30px;
      line-height: normal
  }

  .h-100 {
      height: 100% !important
  }

  .w-100 {
      width: 100% !important
  }

  .d-table {
      display: table !important
  }

  @media (max-width:1025px) {
      .footer__social-media-mobile {
          display: none
      }
      .footer__social-media {
          float: none !important
      }

      .oxidar-copyright .py-40 {
          padding-top: 0 !important;
          padding-bottom: 0 !important
      }
      .oxidar-copyright .mt-25 {
          margin-top: 0 !important
      }
      .footer__social-media {
          margin-top: 20px
      }
  }

  @media (min-width:1025px) {

    .gf-rel{
  position:relative;
}
    .menu__megamenu .menu__item--has-children {
  border-left:1px solid #beaf9a;
  padding-left:20px;
}

    .menu-gift-cards{
      background:#4c5a3a;
      border-radius:20px;
     margin-left:10px;
    }

    .menu-corporate-gifts{
      background:#4f5947;
      border-radius:20px;
     margin-left:10px;
    }

     .menu-corporate-gifts  span{
     color:#fff !important;

     }

      .menu__megamenu .menu__title span {

    font-family: "Post Grotesk Medium";

  }

    .menu-company-snacking{
      background: #414042;
    border-radius: 20px;
    margin-left: 10px;
}

       .menu-company-snacking  span{
     color:#fff !important;

     }

    .menu-company-snacking:hover{
       background:#545256;
    }

     .menu-gift-cards:hover{
       background:#53623f;
     }
     .menu-gift-cards span{
     color:#fff !important;

     }
      .social-media .icon-social-facebook {
          width: 10px !important;
          min-width: 10px !important
      }
      .social-media .icon {
          width: 18px;
          min-width: 18px
      }


.btn {
  font-size:18px;

}
  }

  @media screen and (max-width:1600px) {
      .header-center-box {
          padding-top: 225px;
          padding-bottom: 225px
      }
      .collection-sidebar {
          padding-right: 30px
      }
      .hp-find-closest-store {
          margin-top: 125px
      }
      .page-header-video h1 {
          margin-bottom: 75px
      }
  }

  @media screen and (max-width:1440px) {
      .hp-find-closest-store {
          margin-top: 125px
      }
      .page-header-video h1 {
          margin-bottom: 50px
      }
      .header-center-box {
          padding-top: 200px;
          padding-bottom: 200px
      }
      ,
      .gf-packaging-home,
      .gf-trees-home {
          padding: 150px 50px !important
      }
      .page-header-video h1 {
          font-size: 54px
      }
      #goodfor-wholefoods-refillery .mb-100 {
          margin-bottom: 70px !important
      }
      #goodfor-wholefoods-refillery .list-collections {
          margin-bottom: 0 !important
      }
      .homepage_trees {
          background-image: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/planting-3.jpg?31434);
          height: 300px
      }
      .gf-center-box {
          margin-top: 75px
      }
  }

  @media screen and (max-width:1280px) {
      .hp-find-closest-store {
          margin-top: 125px
      }

    .gf-home-slide {
    height: 400px;
    }

    .gf-home-slide h2{
      font-size:54px;
    }

    .gf-home-slide p{

      font-size:20px;
    }

    .slider-btn {
    border: 1px solid #fff;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 10px;
    }
      .page-header-video h1 {
          margin-bottom: 50px
      }
      .header-center-box {
          padding-top: 150px;
          padding-bottom: 150px
      }
      .gf_home_intro {
          margin-top: 5px;
          margin-bottom: 10px
      }
      #goodfor-wholefoods-refillery .mb-60 {
          margin-bottom: 30px !important
      }
      .gf-packaging-home,
      .gf-trees-home,
      .shop-food,
      .shop-merch {
          padding: 100px 50px !important
      }
      .max1140,
      .max900,
      .max960 {
          padding-top: 60px;
          padding-bottom: 60px
      }
      .kpb_branch p {
          margin-bottom: 5px;
          font-size: 15px
      }
      #contact .max1140 {
          padding-top: 40px;
          padding-bottom: 40px
      }
  }

  @media screen and (max-width:1259px) {
      .gf-packaging-home,
      .gf-trees-home,
      .shop-food,
      .shop-merch {
          min-height: 350px !important
      }
      .extra-container {
          padding: 0 30px !important
      }
      .gf-packaging-home h2,
      .gf-trees-home h2 {
          font-size: 26px
      }
      .product-page__sidebar {
          display: none !important
      }
  }

  @media screen and (max-width:1024px) {
      .hp-find-closest-store {
          margin-top: 125px
      }
      .page-header-video h1 {
          margin-bottom: 20px
      }




      .collections__body {
          flex: 0 0 100%;
          max-width: 100%
      }
      .breadcrumbs {
          margin-top: 30px !important
      }
      .newsletter-oxidar {
          padding: 40px 0
      }
      .collection-sidebar {
          padding-right: 0
      }
      .popup-sidebar__content {
          padding-top: 0
      }
      .search__result {
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important
      }
      .search__result .col-12 {
          padding-left: 0;
          padding-right: 0
      }
  }

  @media screen and (max-width:1024px) {
      .gf_product_right .product-page-info .gf_offers {
          display: initial
      }

    .menu__megamenu .menu-feature-block{
      display:none;
    }

    .menu-feature-block{
      position:relative !important;
      right: auto;
    top: auto;
    }
    .block-feature p{
      font-size:18px;
    }

    .block-feature, .block-feature img {

    border-radius: 5px
    }

      .gf_product_right .product-page-info__price .price {
          display: initial
      }

    .gf-home-slide h2{
      font-size:36px;
       margin-bottom:10px;
    }

    .slider-btn{
      font-size:16px;
      margin-top:0px;
    }

    .owl-theme .owl-dots{
      bottom:10px;
    }
    .gf-home-slide{
      height:300px;
    }

    .gf-home-slide p {
    font-size: 18px;
      margin-bottom:10px;
    }

     /* .gf_product_right .product-page-info{
          display: none !important
      } */

/*       .gf_product_left {
          display: none !important
      } */
      #goodfor-wholefoods-refillery .mb-100 {
          margin-bottom: 50px !important
      }
      #goodfor-wholefoods-refillery .mb-45 {
          margin-bottom: 25px !important
      }
      .promobox__text-line-01 {
          font-size: 24px
      }
      .page-header-video h1 {
          font-size: 48px
      }
  }

  @media screen and (max-width:1023px) {
      .footer-menu-oxidar .py-lg-0 {
          width: 100%
      }

      .fm-header{
        background-image:none;
      }

    .recipe-method-text{
      padding-left:0;
    }

    .featured-recipe-img{
  padding-right:0px;

}
    .ingredients-fixed{
padding-right:0;
    position: relative !important;
    top: auto;
}
      .hp-find-closest-store {
          margin-top: 200px;
          width: 90%;
          margin-left: 0;
          margin-right: 0
      }
      .page-header-video img {
          width: 45px;
        margin-right:10px;
      }
      .page-header-video h1 {
          margin-bottom: 20px;
          width: 90%;
          padding: 0 0 !important;
          margin-left: auto;
          margin-right: auto
      }
      .kpb_storelist .col-md-4 {
          border-right: 0;
          border-bottom: 1px solid #e7e7e7;
          padding: 30px 20px
      }
      #contact .max1140 {
          padding-top: 10px;
          padding-bottom: 10px
      }
      .norightborder {
          border-bottom: 0 !important
      }
      .bottle_banner {
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 40px;
          padding-bottom: 40px
      }
      .franchise_apply {
          padding-top: 40px;
          padding-bottom: 40px
      }
      .gf_mobileno {
          display: none
      }
      .shop-food h1,
      .shop-merch h1 {
          font-size: 30px;
          margin-bottom: 5px
      }
      .gf_home_intro {
          max-width: 600px
      }
      .gf-packaging-home,
      .gf-trees-home,
      .shop-food,
      .shop-merch {
          padding: 75px 50px !important
      }
      h2 {
          line-height: 1.5;
          font-size: 24px;
          margin-bottom: 20px
      }
      .gf-packaging-home h2,
      .gf-trees-home h2 {
          font-size: 20px
      }
      .max1140,
      .max900,
      .max960 {
          padding-top: 60px;
          padding-bottom: 60px;
          padding-left: 20px;
          padding-right: 20px
      }
      .collections {
          padding: 0 15px
      }
      .footer__copyright p {
          text-align: center
      }
      .product-page {
          padding: 0 15px
      }
      .collection-list-text {
          padding-top: 30px;
          padding-bottom: 60px;
          max-width: 710px;
          padding-left: 30px;
          padding-right: 30px;
          margin: auto;
          line-height: 1.5;
          font-size: 16px;
          font-weight: 400
      }
      .header-center-box {
          padding-top: 100px;
          padding-bottom: 100px
      }
      .trees_btm p {
          text-align: center
      }
      .trees-img {
          text-align: center
      }
      .trees-img img {
          float: none
      }
      .getintouch {
          padding-top: 30px
      }
      .page-header-video h1 {
          font-size: 36px
      }
      .gf-search-btn {
          display: none !important
      }
  }

  @media screen and (max-width:767px) {

      .mobile-hide{
    display:none;
  }

  .fm-markets.cg-faq .store-tab, .fm-garden.cg-faq .store-tab {
    font-size: 22px;
  }

  .season-slider .container{
    padding-right:0;
  }

  #market-store .container{
    padding-left:25px;
    padding-right:25px;
  }

  .fm-header{
    padding-top: 25px;
      padding-bottom: 25px;
  }
  .season-block h5 {
margin-bottom:0;
    font-size: 30px;
  }

  .fm-half h2 {
margin-top:10px;
    font-size: 30px;
  }

  .fm-half-left .container{
    padding-top:25px;
  }

  .fm-half-right {
    margin-bottom: 0px;
  }

  .bbm{
    border-bottom: 1px solid #34363a;
    padding-bottom: 15px!important;
    margin-bottom: 15px;
  }


.fm-parallax {
    background-attachment: initial;
    height: 250px;
  }

  .fm-markets p, .fm-garden p{
    margin-bottom:10px;
  }

  .fm-btn{
    margin-top:10px !important;
  }

  .season-slider{
    padding-top:25px !important;
    padding-bottom:25px !important;
  }

  .fm-half a {
    color: #33363b;
    font-size: 18px;
  }

  .fm-half-right .container{
    padding-bottom:25px;
  }

  .fm-tomatoes{
    display:none;
  }

  .fm-half p {
    font-size: 18px;
  }

  .fm-img {
    padding: 0px 10px 10px 10px;
}

  .season-slider h2 {

    font-size: 30px;
  }

  .xtra-pad {
    padding: 0 0;
  }

  .fm-header h1 {
margin-bottom: 10px;
    font-size: 36px;
  }

#christmas-gifts  .container{
    padding-left:20px;
    padding-right:20px;
  }

  .gift-details .gift-btn{
    border-radius:5px;
  }

  .gift-details h4 {
    font-size: 18px;
    min-height:72px;
  }

  .gift-details {
    padding: 15px;
  }
  .gift-details .gift-btn{
    font-size:16px !important;
  }

  .cg-keydate{
  overflow:visible;
  }

  .gift-details p span {

    font-size: 10px;
  }

  .gift-details p {

    margin-bottom: 15px;
  }

  .cg-contact h2 {

    font-size: 36px;
  }
  .cg-contact {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .cg-faq .store-tab {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .cg-faq .store-tab {
    font-size: 18px;
  }

  .cg-faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cg-faq h2{
    font-size:36px;
    margin-bottom:10px;
    line-height: normal;
  }



  .product-gift-card {
    margin-bottom: 20px;
  }

  .cg-value h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .cg-values{

    padding-top: 30px;
    padding-bottom: 20px;
  }

.cg-dates {

    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cg-foryou h2{
    font-size: 36px;
    line-height: normal;
          padding-bottom: 20px;
  }
  .cg-foryou p {

    font-size: 18px;
  }

  .cg-foryou h3 {
    margin-top:20px;
    font-size: 24px;
    margin-bottom:10px;
  }

  .cg-download {
    width: auto;
    padding: 15px 45px;
    font-size: 20px;
  }



.cg-dates h2 {

font-size: 36px;
line-height: normal;
text-align:left;
margin-bottom:0;
}

.cg-keydate p{
  font-size:18px;
}
.cg-keydate .cg-date p{
font-size: 22px;
}

.cg-date p span {
    font-size: 36px;
  }



.cg-keydate{
  padding-right: 0px;
}

  .cg-values h2{
font-size: 36px;
text-align:center;
  }

  .cg-products {

    padding-top: 30px;
    padding-bottom: 20px;
  }

  .product-gift-card {
    border-radius:10px;
  }
  .gift-details .gift-btn{
    padding:10px 10px;
  }

    .cg-header {
      padding-left: 30px;
      padding-right: 30px;
      padding-top:50px;
      padding-bottom:50px;
    }

  .cg-header h1{
    text-align: center;
    font-size: 36px;
  }

    .product-page-info__title h1{
      font-size:24px !important;
    }

    .also-available{

  border-bottom:1px solid #f5f5f5;
    }

    .past-orders-nav a {
    color: #141414;
    margin-right: 60px;
    padding: 5px 0px
    }

    .also-available-text{
      text-align:center;
        border-top:1px solid #f5f5f5;
        padding-top:15px;
        margin-top:10px;
    }

    .also-available{
      border-bottom:0;

    }

    .template-product .breadcrumbs{
      display:none;
    }

    .template-product #tomit_inventory_list{
      text-align:center;
    }

    .stock-avail{
        display:none;
      }

      .desktop-only{
        display:none;
      }

    .gf_product_right  .product-page-info__title, .gf_product_right .product-page-info__details{
        display:none !important;
      }

    .jdgm-prev-badge{
      text-align:center;
    }

      .gf-home-slide{
    background-image:none !important;
    background-position:top center;
    }

    .slide-mobile-bg{


   height: 100%;
    position: absolute;
    width: 100%;
    background-size: 100% auto;
      background-position:center;
    }

     .product-image__overlay-top{
      padding:0 !important;
    }


    .card-container:hover .front {
	transform: rotateY(0deg);
}


    .card-container {
    perspective: none;
    }


    .card-container .back {
	display:none;
      transform:none !important;


}



    .low-price-badge, .sale-badge, .fifty-percent-badge, .thirty-percent-badge, .twenty-percent-badge {
  width:50px;
  height:50px;

}


.template-product .product-page-gallery .low-price-badge, .template-product .product-page-gallery .sale-badge, .template-product .product-page-gallery .fifty-percent-badge, .template-product .product-page-gallery .thirty-percent-badge, .template-product .product-page-gallery .twenty-percent-badge {
  width:80px;
  height:80px;

}




.hp-find-closest-store {
          margin-top: 50px;
        margin-left:auto;
        margin-right:auto;
      }


    .cs-top .col-md-6, .cs-btm .col-md-6  {
  padding:0 20px;
}

    .cs-btm{

      padding-bottom: 35px;

    }

    .cs-btm .gf-subscription-process h2{
      font-size:30px;
    }

    .cs-top h2 {
    font-size: 30px;
      margin-top:20px;
      margin-bottom:10px;
    }

    .cs-top p {
    font-size: 18px;
    }

.cs-top{
  background:#7b856c;
  padding-top:25px;
  padding-bottom:25px;

}

    .recipe-filters a{
      font-size:15px;
      padding: 5px 12px;
      margin-right:2px;
    }
      .recipe-filters{
    text-align: center;
      }

    .recipe-search-container{
      display:none;
    }

    .collection-promo-box .promolink{
      font-size:15px;
    }

    .collection-promo-box{
      padding:10px;
    }

    .collection-promo-box h4 {
      font-size:18px;
          margin-bottom: 5px;
      margin-top:5px;
    }
    .collection-promo-box p {
   margin-bottom:10px;
    font-size: 15px;
    }

    .recipe-body {
    padding-top: 20px;
    padding-bottom: 30px;
    }

    .recipe-body p, .recipe-intro p{
        margin-bottom:15px;
    }

    .ingredients-fixed ul{

  margin-bottom:20px;
}

      .recipe-ingredients, .recipe-method {

    margin-bottom: 10px;
    }

    .recent-recipes h2 {
    font-size: 24px;
    margin-bottom: 20px;
    }

    .recent-recipes h3{
      font-size:18px;
      line-height: normal;
    }


    .recent-recipes .col-6{
      margin-bottom:15px;
    }
    .recipe-body p, .recipe-intro p {
    font-size: 16px;
    }

    .recent-recipes {

    padding: 25px 10px;

    }

    .recipe-ingredients h2, .recipe-method h2 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    }

    .recipe-intro{
      padding-left:10px;
      padding-right:10px;
    }

    .recipe-article{
      padding:0 10px;
    }

    .bg-gradient{
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    }

    #category-slider{
      padding-left:20px;
    }

    .product-page__tabs.mb-40{
      margin-bottom:0 !important;
    }

    .tabs__content h3 {
      font-size:21px;
    }
    .gf-accordian {

    padding-top: 12px;
    padding-bottom: 12px;
    }


    .fyp-text h4{
      font-size:16px !important;
    }

    .gf-subscribe-box input{
      margin-bottom:12px !important;
    }


    .gf-subscribe-btn button{
      font-size:16px;
      padding:12px 40px;
    }
    .store-collapse p {
    font-size: 16px;
    }
    .store-collapse a {
    font-size: 16px;
    margin-top: 15px;
    }

    .store-expand {
    margin-top: 10px;
    }

    #recipe-slider {
    margin-top: 10px;
    }




    .hp-center-title p {
    font-size: 18px;
    }
    .recipe-img img{
          border-radius: 10px 10px 0 0;
    }


    .recipe-details h5{
      font-size:18px;
    }

    .recipe-block{
      border-radius:10px;
    }

    .recipe-link {
    font-size: 15px;
    }

    .recipe-details {
    padding: 10px 15px;

    }
    .fyp-feature {
   text-align:center;
    margin-bottom: 0 !important;
    }

    .fill-your-pantry p{
      display:none;
    }

    .hp-section h4{
      font-size:15px;
    }
    .hp-section h3 {

    margin-bottom: 15px;
    }

    .featured-products{

   padding-bottom:0px !important;
    }

    .featured-products .carousel__item h4, .featured-products .carousel__item .price {
      font-size:16px;
    }
    .featured-products-carousel {
    margin-top: 15px;
    }

    .recipe-details h5{
      margin-bottom:5px;
    }

    .fyp-img{
      float:none;
      margin-right:0;
      text-align:center;
      width:100%;
    }

     .fyp-img img{
       width:90px;
     }

    .hp-section h3 {
      font-size:30px;
    }

    .hp-separator {
    height: 2px;
    max-width: 130px;
    margin-top: 0px;
    margin-bottom: 15px;

    }

    .fill-your-pantry h3{
      font-size:30px;
      text-align:center;
    }

    .fill-your-pantry h3 span {
    font-family: "Caveat Bold";
    font-size: 40px;
    }

    .fill-your-pantry .gf-white-btn{
      display:none;
    }

    .store-tab{
      font-size:22px;
    }

    .store-tab img {
    width: 30px;
    margin-right: 5px;
    }

    .our-stores h4{
      display:none;
    }

    .stores-head{
      margin-bottom:0;
    }

    .category-block{
      padding-top:0px;
    }
    .section-plastic-free{
       padding-top:0px !important;
    }

    .plastic-free-text{
      padding: 20px 15px 0;
      text-align:center;
    }

    .hp-btn {
    font-size: 16px;
    padding: 12px 40px;
    }

    .hp-section {
    padding-top: 30px;
    padding-bottom: 30px;

    }
    .category-block img {
    border-radius: 10px 10px 0 0;
    }
    .category-block h5{
      font-size:18px;
      margin-bottom:10px;
    }

    .conversion-info{
      text-align:center;
    }

    .blk-btn{
      font-size:18px;
      padding:12px 30px;
      margin-top:0;
    }

    .rct_button{
  font-size:16px !important;
  padding:12px 30px !important;
  height:auto !important;
  border-radius:3px !important;
}


.sub-account-title{
  padding-left:20px;
  padding-right:20px;
}

    .totals-table{
width: 100% !important;
    margin-right: auto !important;
    margin-left: 0 !important;

}


    .past-order-totals{
      margin-top:0px !important;
       margin-bottom:20px !important;
    }


.past-order-totals td{
  padding:15px 0px !important;
  border-bottom-width:0px !important;

}

    .view-order-btn, .reorder-btn{
  padding: 13px 20px;
      font-size:15px;


    }

    .responsive-table-row td:last-child{
      border-bottom:1px solid #F0F0F0 !important;
      padding-bottom:15px  !important;
      margin-bottom: 15px;
    }

    .account-title{
      margin-bottom:20px !important;
      font-size:30px;
      margin-top: 15px!important;
    }


    .past-orders-nav a{
      font-size:15px;
    }


       .view-order-btn{
         margin-right:5px;
       }


    .career-table-head{
      display:none;
    }

    .friends-page .std-btn{
      margin-bottom:30px;
    }

    .position-name-tab {

    font-size: 24px !important;
      margin-bottom:10px;


    }

    .card-body{
          padding: 10px 0;
    }

    .card-body p{

        margin-bottom: 10px;

    }

    .inner-role-desc li{
      font-size:15px;
      margin-bottom:0;
    }

    #careers-how-to-apply li{
      font-size:15px;
    }

    #careers-how-to-apply p{
      font-size:15px;
    }

    #careers-how-to-apply{
      padding:30px 10px;
    }

    #careers-how-to-apply h2{
      font-size:30px;
      margin-bottom: 5px;
    }


    .how-to-apply-btn {

    width: 100%;
    text-align: center;


    }

    #myUL .card-body p{
      font-size:15px;
    }

    .role-description-tab{
          margin-top: 10px !important;
    }


    .careers-intro{
      padding: 40px 20px;

    }

    .careers-intro .rte {
    font-size: 15px;
    line-height: 1.5;

    }

    .careers-positions-container {
    padding: 20px 10px;

    }

    #myUL li {

    padding: 15px 0;

    }

    .careers-intro h1{
      font-size:30px;
      margin-bottom:15px;
    }


      .css-only-modal-btn {
          width: 100%
      }
      .css-only-modal {
          padding: 15px !important;
          text-align: center !important
      }
      .css-only-modal h2 {
          text-align: left;
          margin-bottom: 10px !important
      }
      .cut-off {
          display: none
      }
      .page-header-video h1 {
          font-size: 24px
      }
      .collection-instore-only {
          margin-top: 45px;
          padding: 11px 2px
      }
      .collection-instore-only p {
          font-size: 18px
      }
      .gf-weekly-offer .offer-terms {
          right: 20px;
          margin-top: 20px
      }
      .gf-weekly-offer h1 {
          font-size: 30px !important;
          line-height: 36px !important
      }
      .gf-weekly-offer h2 {
          font-size: 20px
      }
      .hp-find-closest-store p {
          font-size: 24px
      }
      .with-label {
          width: 100%
      }
      .shop-food {
          margin-bottom: 20px
      }
      .shop-food,
      .shop-merch {
          min-height: 150px !important
      }
      ,
      .gf-packaging-home,
      .gf-trees-home {
          padding: 50px 30px !important;
          min-height: 200px !important
      }
      .extra-container {
          padding: 20px 30px !important
      }
      #goodfor-wholefoods-refillery .mb-100 {
          margin-bottom: 30px !important
      }
      .homepage_trees {
          height: 200px
      }
      #goodfor-wholefoods-refillery .mb-90 {
          margin-bottom: 55px !important
      }
      #goodfor-wholefoods-refillery .mt-35 {
          margin-top: 5px !important
      }
      #goodfor-wholefoods-refillery #shopify-section-1557115834313 .mb-45 {
          margin-bottom: 0 !important
      }
      .gf-center-box {
          margin-top: 40px
      }
      #goodfor-wholefoods-refillery .mb-60 {
          margin-bottom: 0 !important
      }
      .gf-packaging-home,
      .gf-trees-home,
      .shop-food,
      .shop-merch {
          padding: 50px 30px !important;
          text-align: left
      }
      #careers textarea,
      #franchise textarea {
          margin-bottom: 5px
      }
      .current-positions .job h3 {
          float: none
      }
      .promobox__plate {
          position: relative !important
      }
      .footer__subscription h5 {
          font-size: 20px
      }
      .list-collections {
          margin-bottom: 0 !important
      }
      .gf-center-box {
          margin-top: 80px
      }
      .gf-center-box p {
          color: #fff;
          font-size: 18px;
          letter-spacing: normal
      }
      .homepage_trees {
          height: 300px
      }
      .gf_home_intro {
          padding-left: 20px;
          padding-right: 20px;
          font-size: 16px;
          margin-top: 0;
          margin-bottom: 0
      }
      #map {
          height: 380px
      }
      #contact p {
          font-size: 15px !important
      }
      .kpb_branch h3 {
          font-size: 20px !important
      }
      .kpb_branch h5 {
          margin-top: 10px;
          font-weight: 700;
          font-size: 15px;
          margin-bottom: 10px
      }
      #contact .btn--secondary {
          width: 100%
      }
      .kpb_branch a {
          font-size: 15px;
          margin-top: 10px
      }
      .max960 p {
          font-size: 15px !important
      }
      .template-article .rte p {
          font-size: 15px
      }
      .article__body h1 {
          font-size: 30px;
          line-height: normal
      }
      #rewards p,
      #terms-and-conditions p {
          font-size: 15px
      }
      #delivery-information .rte p {
          font-size: 15px !important
      }
      #delivery-information h1,
      #terms-and-conditions h1 {
          font-size: 36px;
          margin-bottom: 20px;
          line-height: normal
      }
      .max900 .rte p {
          font-size: 15px
      }
      #terms-and-conditions h3 {
          font-size: 18px
      }
      #faq h1 {
          padding-left: 0;
          padding-right: 0;
          font-size: 36px;
          margin-bottom: 20px;
          line-height: normal
      }
      .blog-body .post {
          margin-bottom: 0 !important
      }
      .blog-body .rimage__img {
          opacity: .7
      }
      .gf-custom a {
          font-size: 18px
      }
      .max1400 {
          padding-left: 20px;
          padding-right: 20px
      }
      .max1140,
      .max900,
      .max960 {
          padding-top: 30px;
          padding-bottom: 30px;
          padding-left: 20px;
          padding-right: 20px
      }
      .gf_collection_title h1 {
          font-size: 30px;
          margin-top: 10px
      }
      .goodfor_topbar {
          font-size: 12px !important
      }
      .breadcrumbs a,
      .breadcrumbs span {
          font-size: 12px !important
      }
      .product-collection__button-add-to-cart button {
          height: 40px
      }
      .btn {
          min-height: 40px !important
      }
      .product-collection__title h4 {
          font-size: 15px;
          margin-bottom: 5px !important
      }
      .header-center-box {
          padding-top: 75px;
          padding-bottom: 75px
      }
      .container {
          width: 100%
      }
      .header-center-box h1 {
          font-size: 36px
      }
      .list-collections {
          padding: 0 10px
      }
      .promobox__plate:before {
          background: 0 0 !important
      }
      .promobox__text-line-01 {
          color: #141414;
          font-size: 18px;
          line-height: normal
      }
      .newsletter-oxidar {
          padding: 40px 20px
      }
      .bottle_banner {
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 30px;
          padding-bottom: 30px
      }
      .bottle {
          margin-top: 15px;
          margin-bottom: 15px;
          margin-left: auto;
          margin-right: auto
      }
      .franchise_apply {
          padding-top: 30px;
          padding-bottom: 30px
      }
      .franchise_apply .btn--secondary {
          width: 100%
      }
      .franchise_apply .textarea {
          margin-bottom: 0
      }
  }

 @media screen and (max-width:1400px) {

   .category-block h5, .recipe-details h5 {
    font-size: 24px;
   }

   .gf-home-slide h2{
       font-size: 54px;
     margin-bottom:15px;
   }
   .hp-section h4 {
    font-size: 30px;
   }

   .featured-products .carousel__item h4, .featured-products .carousel__item .price{
     font-size:20px;
   }


   .hp-section h3 {

    font-size: 42px;
   }

   .hp-section{
     padding-top:75px;
     padding-bottom:75px;
   }
 }

 @media screen and (max-width:1199px) {
     .category-block h5, .recipe-details h5 {
    font-size: 18px;
   }

   .recipe-details h5{

  min-height:50px;
}

   .main-footer p {
    color: #fff;
    font-size: 18px;
   }

   .main-footer h3{
     font-size:42px;
   }

   .hp-section h3{
     font-size:36px;
   }

   .hp-separator {
margin-top:25px;
     margin-bottom:20px;
    max-width: 200px;
   }

   .fyp-feature {

    margin-bottom: 25px;

   }
   .fill-your-pantry p {

    font-size: 16px;
}

   .hp-section h4{
     font-size:24px;
   }

   .fill-your-pantry h3 span {
    font-family: "Caveat Bold";
    font-size: 50px;
   }

      .hp-section{
     padding-top:40px;
     padding-bottom:40px;
   }
 }

  @media screen and (max-width:330px) {
      .page-header-video h1 {
          font-size: 21px
      }
      @media screen and (max-width:375px) {
          .kpb_storelist .col-md-4 img {
              display: none
          }
          .kpb_branch {
              margin-left: 0
          }
          .getintouch {
              padding-top: 20px
          }
      }
  }

  .pagination__page {
      font-size: 18px;
      border-left: 1px solid #d3ced2;
      border-top: 1px solid #d3ced2;
      border-bottom: 1px solid #d3ced2;
      padding: 11px 10px 10px 10px !important
  }

  #shopify-section-1557883686703 h4 {
      font-size: 36px;
      margin-bottom: 50px !important
  }

  .pagination .current {
      background: #ebe9eb
  }

  .pagination__next {
      padding-left: 7px !important;
      border-left: 1px solid #d3ced2
  }

  .pagination__next a {
      font-size: 18px !important;
      line-height: normal
  }

  .gf-blog-search input,
  .home-search input {
      font-size: 18px
  }

  .footer__subscription input[type=email] {
      background-color: #000;
      height: auto !important;
      border-top: 0;
      border-bottom-color: #434343;
      border-left: 0;
      border-right: 0;
      padding: 0 !important;
      font-size: 16px
  }

  .footer__subscription input[type=email]:focus {
      background-color: #000
  }

  .footer__subscription .btn {
      font-size: 16px;
      color: #fff;
      border: 1px solid #fff !important;
      margin-left: 20px;
    border-radius:4px;
  }

  .product-collection__button-add-to-cart .btn span {
      font-size: 18px !important
  }

  .pagination__next .btn {
      line-height: normal;
      padding: 8px 16px
  }

  .header__btn-search span {
      font-size: 18px;
      margin-right: 10px
  }

  .product-page-info__button-add-to-cart .btn {
      padding-top: 15px;
      padding-bottom: 15px
  }

  .label--sale {
      background-color: #b4c0ab;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      padding: 15px 8px;
      font-size: 18px
  }

  .product-page-info__price-sale-details {
      color: #b22c2c;
      font-size: 14px
  }

  .packaging-bg {
      background-image: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/packaging-bg.jpg?v=91268537976815196681657139530);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover
  }

  .packaging-info {
      background: #b4c0ab;
      padding: 150px 50px
  }

  .packaging-info h2 {
      color: #fff;
      text-align: center
  }

  .missing_anything {
      text-align: center
  }

  .hp_btn_holders {
      margin-top: 20px
  }

  .hp_btn_holders button {
      float: left
  }

  .hp_btn_container {
      display: inherit;
      margin-left: auto;
      margin-right: auto
  }

  .gf-packaging-home {
      background-image: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/packaging.jpg?v=25454035377490096691657139530);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center;
      text-align: center;
      background-color: #8e868c;
      padding: 0 50px;
      min-height: 400px
  }

  .gf-trees-home {
      background-image: url(//cdn.shopify.com/s/files/1/0076/4339/8229/t/61/assets/tree-planting-bg-2.jpg?31434);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom;
      text-align: center;
      background-color: #8e868c;
      padding: 0 50px;
      min-height: 400px
  }

  .gf-weekly-offer {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-color: #8e868c;
      padding: 0 50px;
      min-height: 300px
  }

  .gf-weekly-offer .offer-terms {
      color: #fff;
      position: absolute;
      right: 40px
  }

  .gf-weekly-offer h1 {
      font-size: 48px;
      line-height: 48px;
      margin-bottom: 0
  }

  .gf-trees-home .extra-container {
      max-width: 1650px;
      width: 95%;
      padding: 0 75px
  }

  .gf-trees-home .btn-outline {
      margin: initial
  }

  .gf-weekly-offer .btn-outline {
      margin: initial;
      text-align: center
  }

  .gf-weekly-offer .btn-outline:hover {
     color:#000 !important;
  }

  .gf-weekly-offer h1 {
      color: #fff
  }

  .gf-packaging-home h2,
  .gf-trees-home h2 {
      color: #fff;
      line-height: 1.2;
      margin-bottom: 25px;
      text-align: left
  }

  .gf-weekly-offer h2 {
      color: #fff;
      line-height: 1.2;
      margin-bottom: 20px;
      text-align: left;
      font-size: 24px;
      margin-top: 10px
  }

  .hp_btn_holders .btn-outline {
      margin-left: 2%;
      margin-right: 0;
      float: left
  }

  .packaging-info .btn-outline {
      text-align: center
  }

  #blog .blog-search-container .btn {
      margin-top: 20px
  }
.totals-table{
width: auto;
    margin-right: 30px;
    margin-left: auto;

}

.past-order-totals {
  margin-top:15px;
}

.past-order-totals td{
  padding:15px 30px;
  font-size:15px;
  color:#000;
}

.past-order-total{
   font-size:18px !important;
}

  .packaging-inner {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  .blog-search-container {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 25px;
      width: 90%
  }

  .blog-search-container .btn {
      background-color: transparent !important;
      line-height: normal;
      border: 1px solid #fff !important;
      color: #fff !important;
      padding: 9px 16px !important;
      font-size: 16px !important;
      width: 50%
  }

  .blog-search-container .btn:hover {
      background-color: #fff !important;
      color: #000 !important;
  }

  .blog-search-result-title {
      font-size: 18px;
      margin-top: 15px
  }

  @media (min-width:768px) {

    .mobile-only{
      display:none;
    }
    .past-order-table td span{
     display:none;
    }
    .mobile-only-title{
      display:none;
    }

    .subscription-tab-mobile {
    display:none;

    }
    .rct_navigation{
      border-bottom:0px !important;
    }



  }

  @media (max-width:767px) {

    .snacks-process h2, .select-snacks{

  font-size:36px;
  margin-bottom:20px !important;
}

.cg-contact .btn--secondary {

    height: 45px;
border-radius:5px;
    font-size: 20px;
  }

    .snacks-reasons{
      background: #fff !important;
      padding-top:40px;
      padding-bottom:0;
    }

    .snacks-reasons h2{
      font-size:36px;
      margin-bottom:30px;
      text-align:center;
    }
    .reasoning{
    padding: 0px 25px 30px 25px;

    }



.snacks-reasons p {
    font-size: 18px;
  text-align:center;
}

    .reasons p {
   line-height:1.2;
    font-size: 30px !important;
    margin-bottom: 20px;
      text-align:center;
    }
    .reasons{
       padding: 30px 25px 30px 25px;
    }

    .also-available-product {
    max-width: 25%;
    padding: 5px;


    }
    .product-options__value{
    text-align: center;
    line-height: 1;
  }

    .snacks-faq {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    }
    .snacks-faq ul {
    margin-bottom: 15px;
    }

   .snacks-faq .store-collapse p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    }

       .snacks-process, .snacks-sizes {
  padding-top:10px;
  padding-bottom:30px;
      padding-left:15px;
          padding-left:15px;
}

.snacks-process img, .snacks-sizes img {
  max-width:200px;

}

.snacks-sizes img {
 margin-bottom:15px;
}

.goodfor-usps h3{
  margin-bottom:10px;
  font-size:24px;
}

.goodfor-usps p{
margin-bottom:0;
  font-size:18px
}

.goodfor-usps p span{
    font-family: "Post Grotesk Medium";
}


    .featured-recipe-title{

      font-size:24px;

  }

    .snack-testiomonial{

  font-size:18px;

}

      .snack-quote{

  font-size:36px !important;

}

    .snack-testiomonial{
padding-top:50px;
      padding-bottom:40px;

    }


    .gf-snack-header .container{
      background-image:none;
      padding-top:0;
      padding-bottom:0;
    }

    .homepage-video-banner video{
      height:100%;
      width:auto;
    }

   #company-snacking .snack-process-img{
      display:none;
    }

    .gf-snack-header{

  background-image:url(//cdn.shopify.com/s/files/1/0076/4339/8229/files/company-snacks-mobile.jpg?v=1251958422825619361);
      background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;

    }

    .cs-contact-btn{
      width:100%;
    }

    .caveat{
      font-size:30px;
      margin-bottom:20px;
    }

    .subscription-tabs a{
      min-width:auto;
      font-size:15px;
          padding: 5px 15px;
      margin-right:5px;
      margin-left:0px;
      margin-bottom:10px;
    }

    .menu-feature-block{
      padding:0 20px;
      margin-top:30px;
    }

    .pdf-recipe{
      font-size:16px;
    }

    .recipe-dietry img {
    height: 40px;
    width: auto;
    margin-right: 25px;
      margin-bottom:10px;
    }

    .recipe-dietry {
    margin-top: 20px;
      padding-bottom:15px;

    }
    .recipe-ingredients p {
   margin-bottom:10px;
    }

       .ingredients-fixed p strong {

    font-size: 18px;

       }

    .ingredients-fixed li{
      font-size:16px;
      margin-bottom: 10px !important;
    }
    .recipe-info{
      margin-top:15px;
    }

    .recipe-tag{
      font-size:18px !important;
   display:block !important;
      margin-bottom:10px !important;
    padding-right: 0;
    border-right: 0;
    }


    .template-index   .gf-slide-2 .black-text .slider-btn{
   background:#fff  !important;
       color:#000 !important;
      border-color:#fff !important;
    }



    .recipe-description{
      font-size:16px;
    }

    .featured-recipe-img {

    margin-bottom: 15px;
    }
    .recipe-intro h1 {
    font-size: 30px;
      margin-bottom:5px;
    }

    .recipe-intro{

    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 10px;
    }

    .recipe-page-title {
    margin-bottom: 20px;
    }

    .featured-recipe{
     margin-bottom:20px;
    margin-top: 20px;
   }


    .rotw{
      margin-bottom:10px;
    }

    .feat-recipe-img img {
    border-radius: 20px 20px 0px 0px;
    }


    .feat-recipe-img {

    padding-left: 0;

    }
    .recipe-desc{
      display:none;
    }

    .feat-recipe-container {
    padding: 20px 20px;

    }

.recipe-page-title {

    font-size: 24px;
}

    .cooktime{
  font-size:16px;
  margin-bottom:10px;
}

    .mobileno{
      display:none;
    }
    .gf-recipe-title{
      margin-bottom:10px !important;
    }

    .recipe-blog .pagination{
    margin-right:0;
      margin-left:0;
  }
    .gf-recipe-post {

    border-radius: 12px;
    }

    .recipe-page-img img {
    border-radius: 12px 12px 0 0;

    }

    .recipe-blog .col-sm-6{
      padding-left:7px;
      padding-right:7px;
    }

    .gf-recipe-btn {
    font-size: 16px;
    }

    .gf-recipe-mb {
    margin-bottom: 14px;
    }
    .recipe-blog{
      padding:0 20px;
    }

    .gf-recipe-details {
    padding: 15px 15px 15px 15px;
    }

    .gf-recipe-title a{
      Font-size:18px;
    }

     .gf-prod-insta .eapps-instagram-feed-posts-item{
      border-radius:5px !important;
    }

    .gf-prod-insta .container{
      padding-top:25px;
      padding-bottom:35px;
      padding-left:25px;
      padding-right:25px;
    }

    .gf-prod-insta h3 span{
     display:none;
    }



    .hp-slider-btns{
      bottom:40px;
      position:absolute;
    }

    #recipe-slider{
     padding-left:20px;
    }

    .free-shipping-header{
      font-size:12px;
      font-weight:normal;
    }

    .goodfor_topbar{
      text-align:center;
      padding-top:5px;
      padding-bottom:5px;
    }

    .goodfor_topbar #customer_login_link{
      display:none;
    }

    .free-shipping-header span {
      display:none;
    }

    .tb-secondary{
      display:none;
    }


  .menu__megamenu .menu a:visited{
      color:#000 !important;
    }
    .recipe-carousel .container{
       padding-left:0;
      padding-right:0;
    }

    .recipe-carousel .hp-center-title{
        padding-left:15px;
      padding-right:15px;
    }

    .category-carousel .container{
      padding-left:0;
      padding-right:0;
    }

    .success_message div{
  font-size:18px;
  margin-bottom:10px;
}


    .store-img {
    width: 90px;
    }
    .hp-section h4 {
    line-height: 1.2;
    }

    .t-padding{
      padding-top:20px;
    }

    .shop-feed-insta{
      margin-top:10px;
      padding:0 15px;
    }

    .shop-instagram .eapps-instagram-feed-posts-item{
      border-radius:5px !important;
    }

    .video-wrapper{
      margin-top:0;
      padding:0 15px;
    }

    .shop-instagram .hp-center-title p {
    font-size: 24px;
    }

    .video-overlay-play-button {
    padding: 10px calc(50% - 25px);
    }
    .main-footer p{
    line-height: 1.4;
    }

    .main-footer p, .gf-subscribe-box input, .gf-subscribe-box button{
      font-size:18px;
    }

    .social-follow{
      margin-top:7px;
    }

    .main-footer h4{
       font-size:16px;
    }

     .sub-footer p{
      margin-bottom:12px;


    }



    .sub-footer {
      padding-bottom:8px;
    }

    .plastic-free-text{
      padding-bottom:20px;
    }

    .footer-social-link{
      width:20px;
      height:20px;
    }

    .main-footer h4{
      margin-bottom:10px;
    }

    .main-footer form{
      border-bottom:1px solid #6A775D;
      padding-bottom:20px;
    }

    .footer-social{
      border-top:1px solid #6A775D;
      padding-top:15px;
      margin-top: 15px;
    }

    .main-footer li {
    margin-bottom: 3px;
    }

    .main-footer li a{
      color:#fff !important;
    }

    .main-footer h3{
      font-size:36px;
      margin-bottom:10px;
    }


    .main-footer{
      padding-top:40px;
      padding-bottom:15px;
    }

    .gc-intro h2 {
    font-size: 24px;
    }

    .flash-sale{
display:none;

}

    .riseai-btn {
    padding: 10px 16px;
      margin-bottom:20px;
    }

    .gf-home-slide .black-text p br{
      display:none;
    }

    #delivery-and-click-amp-collect .gf-subscription-process h2{
font-size:30px;
      margin-bottom: 20px;
}

    .black-bg .vcenter{
  background:#000 !important;
}

        .gold-bg .vcenter{
  background:#bdaf99 !important;
}

    .rct_navigation{
      margin-bottom:20px;
    }

    .giftcard-btn{
      font-size:18px;
      margin-top:20px;
      padding: 12px 35px;
    }

    .gc-feature-2{
      margin-top:30px;
    }
    .cg-title-bar p{
      margin-bottom:25px;
    }



    .cg-title-bar h2 {
    font-size: 36px;

    }

    .gift-card-contact{
      padding-top:35px;
      padding-bottom:35px;
    }

    .cg-title-bar p{
      font-size:18px;
    }

    .gc-intro {
    margin-top: 35px;

    }
    .featured-btn{

    display:none;
}
        .subscription-tabs {
      font-size:18px;

        }


.subscription-tab-desktop {
    display:none;

    }
    .snack-process-img{
      margin-bottom:25px;
    }

    .gf-subscription-process h2{
      font-size:36px;
    }

    .gf-line-break {
    width: 2px;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

    .gf-subscription-process {
    margin-top: 30px;
    margin-bottom: 20px;
    }


    .gf-subscription-process p {
    font-size: 18px;
    line-height: normal;

    }


.gf-subscription-process h3 {
    font-size: 18px;
    margin-bottom: 5px;

}

    .snack-start{

    font-size: 20px;
    padding: 15px;
    }

    .gf-snack-header p{
      font-size:18px;
    }

    .gf-snack-header {
padding-top: 30px;
    padding-bottom: 350px;
      text-align:center;
          background-size: 100% auto;
    background-position: bottom center;


    }

    .gf-snack-header h1{
      font-size:36px;
      margin-bottom: 20px;
      font-size: 38px;
    margin-bottom: 15px;
    line-height: 1.1;
    }



    .hiw-carousel .owl-theme .owl-dots {
    bottom: -15px;

    }

    .hiw-carousel h5 {
    font-size: 18px;
    }

     .hiw-carousel p {
    font-size: 15px;
    }



    .hiw-carousel h2 {
    font-size: 24px;
      margin-bottom:30px;

    }

    .hiw-carousel {
    padding-top: 40px;
    padding-bottom: 40px;

    }

    .hiw-carousel .owl-stage{
      background:#fff;
    }

    .more-faq{
      text-align:center;
    }

    .hiw-icons img {
    max-width: 150px;
    }

    .hiw-icons h2{
      font-size:24px;
      line-height:normal;
    }

    .gf-subscription-process h3 br{
      display:none;
    }

    #delivery-and-click-amp-collect .gf-subscription-process p{
      font-size:18px;
      margin-bottom:5px;
    }

    .hiw-icons h4{
        font-size:18px;

    }

    .hiw-icons {

    margin-top: 30px;
    }




    .goodfor-usps{
      margin-top:30px;
    }

    .goodfor-usps h2{
      max-width:300px;
      margin-left:auto;
      margin-right:auto;
      line-height:normal;
    }

    #ZoomyWishlistPage{
      margin-top:10px;
    }

    #ZoomyWishlistPage .ZoomyWishlistPageGrid {
    width: 48% !important;

    }

    .zbodyinfo select{
      height:40px;
    }

    .zbodytitle a{
      font-size:15px !important;
      min-height:34px;
    }

.zopencartlink {
    margin: 5px auto !important;

    }


    .zbodyaction .zopencartlink {

    font-size: 16px !important;
    padding: 12px 10px !important;


    }

    .ZoomyWishlistPageGrid {

    margin: 10px 1% !important;

    }

    .wl-login-btns a{
      width:100%;
      margin-bottom:10px;


    }

    .ca-btn-wl{
      margin-left:0;
    }


    #ZoomyWishlistPage .zmsg{
      font-size:30px;
    }

.featured-half-1, .featured-half-2{
  text-align:center;
}


/*     .gf-home-slide{
  background-image:none !important;
} */

    .pantry-essentials-badge{
  width:50px;
      height:50px;
}

    .product-image__overlay-top-right {

    position: absolute;
    right: 0;
    top: 0;
    }

    #AddressNewForm h2,  #AddressNewForm h4{
      font-size:24px !important;
      margin-bottom:20px !important;
      margin-top:10px !important;
      padding-top:0 !important;
    }
    .fullwidth-mobi{
      width:100%;
    }
    .add-new-address-btn{
      font-size:16px !important;
      padding:10px 25px;
    }

    .address-block{
      padding:20px;
    }
    .order-num{
      padding-bottom:15px;
	font-size:18px !important;
    }

    .address-btn{
      font-size:16px !important;
      padding: 10px 0px;

    width: 48%;
    }

    .table-account-addresses td:last-child{
      border-bottom-width:0px !important;
      padding-bottom:7px !important;
    }

    .past-order .mb-30{
      margin-bottom:0 !important;
    }

    .mobile-product-title{
      font-size:13px !important;
    }

    .order-number{
      font-size:30px;
      margin-bottom:20px !important;
    }

    .table-account-history td{

      font-size:15px;
    }
    .table-account-history th{
      display:none;
    }

    .smaller-details{
      font-size:15px !important;
    }

    .table-account-history td{
      padding:5px 0 !important;
      border-bottom-color:#fff !important;
    }

        .table-account-history td{
     display: block;
  clear:both;

        }
    .past-orders-nav a{
      margin-right:15px;
    }

    .hide-mobile{
      display:none !important;
    }




    .no-br br{

      display:none;
    }
  .black-box{
    background:#000;
    display:initial;
  }




     .orange-box{
    background:#b26729;
    display:initial;
  }

  .gf-home-slide .row{

    margin-left:0;
    margin-right:0;
}

  .slide-img{
    padding:0;
  }

  .gf-home-slide p{

    font-size:24px;
    margin-bottom:5px;

}
 .gf-home-slide .container{
  padding-left: 0px;
    padding-right: 0px;
}

  .slider-btn{

  padding:12px 35px;
  font-size:16px;
    margin-top:10px;


}

    .sb-secondary {
    margin-left: 5px;
    }

  .gf-home-slide{
    height:500px;
    background-position:bottom center;
    background-size:100% auto;
  }



  .owl-theme .owl-dots {

    bottom: 10px;
  }



    .vbottom{
      padding-bottom:30px;
 position: absolute;
    bottom: 0;
    }

.gf-home-slide .vbottom{
  height:100%;
  align-items:start;
 top: 25px;
  bottom:auto;
  padding:0 15px;

}


  .gf-home-slide h2{
    font-size:42px;
    line-height:1;
    margin-bottom:10px;
  }
  .slide-offer-box{
/*   padding: 20px 15px 50px; */

  }

  .gf-home-slide .green-text .vcenter{
    background-color:#4c5a39;
  }

  .gf-home-slide .green-text h2{
  color:#fff
}

.gf-home-slide .green-text p{
  color:#fff
}
.gf-home-slide .green-text .slider-btn{
color:#fff !important; border-color:#fff
}


      .gf-home-slide .black-text .vcenter{
    background-color:#4c5a3a;
  }

  .gf-home-slide .black-text h2{
  color:#fff
}

.gf-home-slide .black-text p{
  color:#fff
}
.gf-home-slide .black-text .slider-btn{
color:#fff !important; border-color:#fff
}








    .eapp-popup-block-variation-text-component #mc_embed_signup .mc-field-group{
      width:100%;
    }

    .eapp-popup-control-close-component.jsx-937572831 {
    top: 5px;
    right: 5px;
    }

    .eapp-popup-content-blocks-container-component.eapp-popup-content-blocks-container-paddings-medium {
    padding: 15px 20px !important;
    }

    .eapp-popup-block-variation-title-component.jsx-4167594262{
      font-size:24px !important;
    }

    .eapp-popup-block-variation-title-component.jsx-176968256{
        font-size:24px !important;
    }

    .eapp-popup-content-blocks-container-item {
    margin-top: 5px !important;
    }

    .eapp-popup-block-variation-text-component #mc_embed_signup .button{
      width:100%;
    }



    .menu__item {
      padding-left: 10px;
      padding-right: 0;
  }
      .packaging-info {
          background: #b4c0ab;
          padding: 50px 50px
      }
      .modal-option-1 {
          padding: 15px !important
      }
      .hp_btn_holders .btn-outline {
          margin-left: 0;
          margin-right: 0;
          float: none;
          width: 100%;
          max-width: 100%;
          margin-top: 15px
      }
      .css-only-modal h3 {
          margin-bottom: 5px !important;
          font-size: 20px
      }
      .footer__subscription .btn {
          margin-left: 0
      }
      .footer__subscription input[type=email] {
          font-size: 14px;
          padding-bottom: 10px !important;
          margin-top: 10px;
          margin-bottom: 15px !important;
          text-align: center
      }
      .footer__copyright {
          margin-top: 30px
      }
      .hp_btn_container .btn {
          width: 100%
      }
      #shopify-section-1557883686703 h4 {
          font-size: 24px;
          margin-bottom: 20px !important
      }
      .packaging-bg {
          display: none
      }
  }

  #css-only-modals {
      position: fixed;
      pointer-events: none;
      left: 0;
      top: 0;

      right: 0;
      bottom: 0;
      z-index: 10000000;
      text-align: center;
      white-space: nowrap;
      height: 100%
  }

  #css-only-modals:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -.25em
  }

  .css-only-modal-check {
      pointer-events: auto
  }

  .css-only-modal-check:checked~.css-only-modal {
      opacity: 1;
      pointer-events: auto
  }

  .modal-option-1 {
      padding: 20px;
      border: dashed 2px #000;
      border-radius: 25px;
      margin-bottom: 20px;
      flex: 1;
      display: flex;
      flex-direction: column
  }

  .flx-1 {
      display: flex
  }

  .css-only-modal {
      max-width: 600px;

      width: 90%;
      background: #fff;
      z-index: 1;
      display: inline-block;
      position: relative;
      pointer-events: auto;
      padding: 25px 40px;
      text-align: right;
      border-radius: 24px;
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      pointer-events: none
  }

  .css-only-modal h2 {
      text-align: left;
      margin-bottom: 25px
  }

  .css-only-modal h3 {
      text-align: left;
      margin-bottom: 15px
  }

  .css-only-modal p {
      text-align: left;
      font-size: 16px;
      margin-bottom: 10px;
      line-height: normal
  }

  .css-only-modal-close {
      position: absolute;
      top: 25px;
      right: 25px
  }

  .css-only-modal-check {
      display: none
  }

  .css-only-modal-btn {
      border-radius: 0;
      margin-right: 5px
  }

  .css-only-modal-check:checked~#screen-shade {
      opacity: .5;
      pointer-events: auto
  }

  #screen-shade {
      opacity: 0;
      background: #000;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      pointer-events: none;
      transition: opacity .8s
  }
