/** Shopify CDN: Minification failed

Line 1747:2 "oveflow" is not a known CSS property
Line 2410:19 Expected ")" to end URL token
Line 2415:19 Expected ")" to end URL token
Line 2420:19 Expected ")" to end URL token

**/
:root{
  --green: #26725e;
  --darkgreen:  #084535;
  --grey: #636466;
  --medgrey: #e6e6e6;
  --lightgrey: hsla(0, 0%, 90.2%, 0.3);
  --gold: #dea702;
  --darkgold: #c79500;
}


/* Animation Styles */
.fade-in{
 opacity: 0;
 transition: all .4s ease-out;
}

.fade-in.animate-in{
  opacity: 1;
}


.slide-up{
  position: relative;
  bottom: -30px;
  transition: all .4s ease-out;
}

.slide-up.animate-in{
  bottom: 0;
}



/* Announcement Bar */
.AnnouncementBar{
display: none;
}

.AnnouncementBar__Content.Heading{
font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
   letter-spacing: 0.25px;
}


.AnnouncementBar__Wrapper{
padding: 8px 20px;
}

/* Header */

.Header{
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.Header__LogoImage{
display: inline-block;
  vertical-align: middle;
}


.Header__LogoText{
  width: auto;
  height: 27px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 10px 20px !important;
}

.Icon--account, .Icon--cart-desktop, .Icon--cart {
  color: var(--grey);
  transition: all .1s linear;
}


a:hover .Icon--account, a:hover .Icon--cart-desktop, a:hover .Icon--cart{
  color: var(--darkgreen);
}


.Header__LinkSpacer:after{
display: none;
}

.main-nav-link{
font-size: 15px;
  transition: all .1s linear;
  font-weight: 400;
}
 

 
.main-nav-link:hover{
  color: var(--darkgreen);
}

.main-nav-link{
 padding: 10px 0;
 display: inline-block;
}



.nav-folder .main-nav-link{
    color: var(--gold);
    font-size: 17px;
    text-align: center;
    letter-spacing: .025px;
    text-transform: capitalize;
    font-weight: 600;
      display: inline-block;
      position: relative;
}
 
.nav-folder .main-nav-link:before{
  content: "";
  width: 0;
  position: absolute;
  bottom: 9px;
  display: block;
  background-color: var(--gold);
  height: 2px;
  transition: all .2s ease-out;
}


.nav-folder .main-nav-link:hover:before{
  width: 100%;
}
   

.DropdownMenu .Link{
  text-align: center;
  border-bottom: 1px solid var(--medgrey);
  padding: 15px 40px;
  font-size: 15px;
  white-space: nowrap;
}

.DropdownMenu .Linklist__Item:last-child .Link{
  border-bottom: none;
}

.DropdownMenu .Link:hover{
  background-color: var(--lightgrey);
  color: var(--green) !important;
}

.nav-folder .DropdownMenu{
  padding: 0;
  transform: translateX(-48px);
}

.DropdownMenu .Linklist__Item{
  margin-bottom: 0;
}


.DropdownMenu .Link svg{
  position: relative;
  height: auto;
  left: 50%;
  transform: translateX(-50%) !important;
  top: auto;
  display: block;
  width: 120px;
}


.DropdownMenu .Linklist__Item:last-child svg{
width: 150px;
}

@media screen and (min-width: 1140px){
  .Header__FlexItem--fill.nav-wrapper{
    justify-content: space-between;
  }

  .Header__MainNav {
    margin-right: 30px;
  }

  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 14px;
    margin-left: 14px;
  }

  .HorizontalList--spacingExtraLoose{
    margin-left: -14px;
    margin-right: -14px;
  }

}


@media screen and (max-width: 600px){
  .Header__LogoText{
    height: 24px;
  }
}

    
/* Mega Menu */
.MegaMenu__Item.Image_Items{
  max-width: 900px !important;
  width: 100% !important; 
  min-width: auto !important;
  justify-content: center;
  margin: 0 !important;
  text-align: center;
}
    
.MegaMenu__Item.Image_Items .MegaMenu__Push--shrink{
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
 
.MegaMenu__Item.Image_Items .MegaMenu__PushImageWrapper{
  margin-bottom: 10px !important;
}
    
.MegaMenu__Item.Image_Items  .MegaMenu__PushSubHeading{
  text-transform: uppercase;
  color: var(--green);
    font-size: 16px !important;
    margin-bottom: 10px;
    font-weight: 600;
    transition: color .1s linear;
}
    
.MegaMenu__Item.Image_Items .MegaMenu__Push--shrink:hover .MegaMenu__PushSubHeading{
  color: var(--darkgreen);
}
    
/* Mobile Nav */
.SidebarMenu__Nav .Link,
.SidebarMenu__Nav .Collapsible__Button {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
    
.SidebarMenu__Nav button.Collapsible__Button{
  color: var(--gold);
  font-weight: 600;
}

.SidebarMenu__Nav .Link:hover,
.SidebarMenu__Nav .Collapsible__Button:hover {
  color: var(--darkgreen) !important;
}

.SidebarMenu__Nav .Collapsible__Button svg {
  width: 120px;
  position: relative;
  height: auto;
  top: auto;
  display: block;
}

.SidebarMenu__Nav .Collapsible__Inner .Collapsible:last-child .Collapsible__Button svg {
  width: 160px;
}

#sidebar-menu .Drawer__Container{
  padding: 0;
}

.SidebarMenu .Collapsible{
border-color: var(--medgrey);
  padding: 0 30px;
}

.SidebarMenu .Collapsible .Collapsible{
padding: 0;
}

.SidebarMenu__Nav--secondary{
padding: 0 30px;
}

.SidebarMenu .Drawer__Footer{
background-color: var(--green);
color: #fff;
}

.SidebarMenu .Drawer__Footer .Link:hover{
color: rgba(255,255,255,.75);
}

/* Cart drawer */
#sidebar-cart{
  z-index: 1000;
}

#sidebar-cart .Drawer__Title{
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

/* Footer */

.Footer__Block--text .Rte a{
color: #fff;
  text-decoration-color: var(--green);
}

.Footer__Block--text .Rte a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer-logo{
padding-bottom: 30px;
  max-width: 280px;
}

.Footer__Block--text p{
line-height: 1.5;
font-weight: 700;
font-size: 17px;
  letter-spacing: 1px;
}

.Footer__Block--text p:not(:last-child){
margin-bottom: 34px !important;
}


.Footer__Block--links a{
  font-size: 15px;
}

.Footer__Block--links a:hover{
  text-decoration: underline;
}

.Footer__Block--links .Linklist__Item{
  margin-bottom: 10px;
}

#footer-newsletter .Form__Alert.Alert--success{
  color: #fff;
  background-color: transparent;
  padding-left: 0;
}



.Footer__Block--newsletter .Footer__Title{
  font-size: 21px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}



#footer-newsletter .Button--secondary{

  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
}




#footer-newsletter input[type="email"]{
  border-radius: 3px;
  background-color: #fff;
  color: var(--grey);
  font-size: 14px;
}


#footer-newsletter input[type="email"]::placeholder{
color: var(--grey) !important;
opacity: 1;
}

#footer-newsletter input[type="email"]::-ms-input-placeholder{
color: var(--grey) !important;
opacity: 1;
}


.footer-social-credits{
display: flex;
  flex-flow: column;
  padding-top: 40px;
  align-content: center;
  padding-bottom: 3px;
}

.footer-social-credits ul{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-social-credits .HorizontalList__Item{
margin-left: 4px;
margin-right: 4px;}

.footer-social-credits .HorizontalList__Item .Link{
font-size: 30px;
  line-height: 1;
}

.footer-social-credits .HorizontalList__Item .Link:hover{
color: rgba(255,255,255, .75)
}

.Footer__Copyright{
      color: #052c22;
    font-size: 12px;
  padding-top: 24px;
}

#back_to_top{
font-size: 12px;
  display: block;
  padding-left: 15px;
  padding-top: 24px;
}

.back-to-top-wrap{
margin-left: auto;
}

@media screen and (max-width: 640px){
  .Footer__Copyright, .Footer__Social, .Footer__Title,
  .Footer__Block--links .Linklist__Item, .Footer__Block--text{
  text-align: center;
}

  .footer-logo{
    margin: 0 auto;
  }

  #footer-newsletter .Button--secondary, .back-to-top-wrap{
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 641px){

  .Footer__Inner{
    margin-left: -20px;
    margin-right: -20px;
  }

  .Footer__Block{
  padding-left: 20px;
  padding-right: 20px;
  }


  .Footer__Block--text, .Footer__Block--links{
    flex-basis: 50%;
  }

  .Footer__Block--newsletter{

    flex-basis: 100%;
    padding-right: 40px;
  }

  #footer-newsletter .Button--secondary{
    margin-top: 0;
    margin-left: 10px;
  }

  #footer-newsletter{
  display: flex;
  }

  .footer-social-credits{
   flex-flow: row wrap;
  }

  .Footer__Copyright{
    margin-left: auto;
  }

}

@media screen and (min-width: 730px){
 .back-to-top-wrap{
   margin-left: 0;
 }
}

@media screen and (min-width: 1140px){

  .Footer__Inner{
    margin-left: -20px;
    margin-right: -20px;
  }

  .Footer__Block--text{
    flex-basis: 25%;
    max-width: 280px;
  }

  .Footer__Block--links{
    flex-basis: 20%;
  }

  .Footer{
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .Footer__Block--newsletter{

    flex-basis: 55%;
    padding-left: 0;
    padding-right: 49px;
    display: flex;
    flex-flow: column;
  }
  .footer-social-credits{
    margin-top: auto;
  }

  .back-to-top-wrap{
   margin-left: auto;
 }
}

@media screen and (min-width: 1300px){
  .back-to-top-wrap{
   margin-left: 0;
 }
}


/* Homepage */

#section-slideshow .Heading{
  max-width: 50%;
}


@media screen and (max-width: 770px){
  #section-slideshow .Heading{
    font-size: 35px;
  }
}

@media screen and (max-width: 640px){
  #section-slideshow .Heading{
   max-width: 75%;
  }
}


/* Home Order Options */

.Home-Order-Options{
 padding-top: 85px;
  padding-bottom: 100px;
}

.Home-Order-Options .order-header{
  text-align: center;
  }

.Home-Order-Options  .order-list{
    width: 90%;
    margin: 0 auto;
  }

.Home-Order-Options  .order-list-inner{
    margin: 0 auto;
    padding-top: 85px;
    display: flex;
    margin-left:  -8px;
    margin-right: -8px;
  }

.Home-Order-Options  .order-item{
    flex: 0 0 33.33%;
    padding: 8px;
    cursor: pointer;
  }

.Home-Order-Options  .order-item:hover .order-item-wrap{
    box-shadow: 0 0 20px 0 rgba(99, 100, 102, 0.4);
  }

.Home-Order-Options  .order-item:hover .Button--primary{
   background-color: var(--darkgreen);
  }

.Home-Order-Options  .order-item-wrap{
    box-shadow: 0 0 15px 0 rgba(99, 100, 102, 0.25);
    padding: 0px 20px 20px;
    border-radius: 3px;
   transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #fff;
  }

.Home-Order-Options  .order-item img{
      width: 100%;
  }

.Home-Order-Options  .Button--full{
    display: block;
  }

.Home-Order-Options  h3:first-child{
    margin-bottom: 10px;
  }



@media screen and (max-width: 1080px){

  .Home-Order-Options
    .order-list-inner{
       flex-flow: row wrap;
      justify-content: center;
  }

.Home-Order-Options  .order-item{
      flex: 0 0 50%;
      margin-bottom: 30px;
    }

  .Home-Order-Options    h3:first-child{
        margin-bottom: 30px;
      }

}


@media screen and (max-width: 600px){

    .Home-Order-Options{

     padding-top: 60px;
  padding-bottom: 60px;
}

.Home-Order-Options    .order-item{
      flex: 0 0 100%;
      margin-bottom: 30px;
    }

  .Home-Order-Options      h3:first-child{
        margin-bottom: 30px;
      }



}

/* Home About */

.Home-About{
  background-color: var(--lightgrey);
  padding: 150px 0;
}

.Home-About  .about-wrap{
    width: 90%;
    margin: 0 auto;
    display: flex;
  }

.Home-About  .content-col,
.Home-About  .image-col{
    flex: 0 0 50%;
  }

.Home-About  .image-col{
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
  }

.Home-About  .image-wrap{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding-bottom: 100%;
    width: 90%;
    height: 0;
    overflow: hidden;
  }

.Home-About  .content{
    z-index: 2;
    position: relative;
  }

.Home-About  .image-col img,
.Home-About  .image-wrap img{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
  }

.Home-About  .content-col{
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding-left: 50px;
  }

.Home-About  .desc{
    width: 80%;
    margin-bottom: 30px;
  }

.Home-About  .Heading{
    margin-bottom: 20px;
  }


@media screen and (max-width: 1140px){


  .Home-About .about-wrap{
      width: 100%;
   }

  .Home-About .desc{
    width: 100%;
   }
}

@media screen and (max-width: 800px){

.Home-About  .about-wrap{
    flex-flow: row wrap;
    width: 80%;
  }

.Home-About   .content-col,
  .Home-About .image-col{
    flex: 0 0 100%;
  }

.Home-About   .image-col{
    padding-bottom: 100%;
   }


.Home-About   .content-col{
    padding-left: 0;
     padding-top: 40px;
   }
  
.Home-About   .content{
     position: absolute;
    padding-top: 40px;
  
   }

  .Home-About .image-wrap{
    position: relative;
   }


}

@media screen and (max-width: 600px){
 .Home-About{
    padding: 60px 0;
  }

.Home-About  .about-wrap{
    flex-flow: row wrap;
    width: 90%;
  }
  
  .Home-About   .content{
     position: relative;
    padding-top: 40px;
  
   }

  .Home-About .image-wrap{
    position: absolute;
   }

}


/* Testimonials */
.Testimonials-Section{
  padding: 0;
  position: relative;
}


 .Testimonials-Section .source{
    font-family: Zonapro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
   line-height: 1.3;
 }

.Testimonials-Section    .flickity-prev-next-button{
     top: 50%;
      border-radius: 3px;
      transform: translateY(-50%);
    }

.Testimonials-Section  .flickity-prev-next-button.next {
    right: 15px;
  }
.Testimonials-Section  .flickity-prev-next-button.previous {
    left: 15px;
  }

.Testimonials-Section  .u-h4 p{
    font-size: 21px !important;
    line-height: 30px;
  }

.Testimonials-Section  .background-left{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
  }

.Testimonials-Section  .background-left img{
    height: 100%;
    width: auto;
  }

.Testimonials-Section  .background-right{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    text-align: right;
  }

.Testimonials-Section   .background-right img{
    height: 100%;
    width: auto;
  }

.Testimonials-Section  .Container{
    padding: 80px 24px;
  }

.Testimonials-Section  .Testimonial__Content{
      max-width: 60%;
  }

.Testimonials-Section  .Carousel__Cell.after-load{
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

.Testimonials-Section  .flickity-slider {
    display: flex;
    align-items: center;
  }



@media screen and (max-width: 1200px){
   .Testimonial__Content{
      max-width: 55%;
  }
}


@media screen and (max-width: 1000px){


  .Testimonials-Section  .background-left,
  .Testimonials-Section.background-right{
      opacity: .2;
    }

  .Testimonials-Section   .Testimonial__Content{
      max-width: 100%;
      padding-left: 40px;
       padding-right: 40px;
    }

.Testimonials-Section  h4.Heading{
      font-size: 20px;
  }
}


@media screen and (max-width: 600px){



  .Testimonials-Section   h4.Heading{
      font-size: 18px;
  }

  .Testimonials-Section  .source{
    font-size: 12px;
    }

.Testimonials-Section    .background-left{
      display: none;
    }

  .Testimonials-Section    .flickity-prev-next-button.next {
    right: 5px;
        width: 30px;
        height: 30px;
  }

.Testimonials-Section  .flickity-prev-next-button.previous {
    left: 5px;
        width: 30px;
        height: 30px;
  }

  .Testimonials-Section   .Testimonial__Content{

      padding-left: 20px;
       padding-right: 20px;
    }

}


/* Instagram */
 .ooo-instagram{
 padding: 150px 0 !important;
}


.ooo-instagram .ooo-instagram-header h2{
    text-align: center;
   margin-bottom: 15px;
  font-size: 35px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
 }

.ooo-instagram .ooo-instagram-header  p, 
    .ooo-instagram .ooo-instagram-header  p a{
   color: var(--gold) !important;
   font-weight: 400;
   text-align: center;
       letter-spacing: 2px;
   font-size: 14px;
     text-decoration: none !important;
 }

    @media screen and (max-width: 640px){
      .ooo-instagram{
       padding: 60px 0 !important; 
      }
      
      .ooo-instagram .ooo-instagram-header h2{

        font-size: 25px !important;}
    }



/* Subpage Header */
.PageHeader{
  background-color: var(--green);
  margin: 0;
  padding: 50px 0;
  overflow: hidden;
}

.PageHeader  .Heading{
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
  }

.PageHeader  .left-lime,
.PageHeader  .right-lime{
    position: absolute;
    width: 250px;
    top: 0;
    height: 100%;
  }

  .PageHeader  .left-lime  img,
    .PageHeader  .right-lime  img{
    position: absolute;
      top: 40%;
      transform: translateY(-50%) rotate(45deg);

    }


.PageHeader  .right-lime{
    right: 0;
  }


@media screen and (max-width: 600px){
 .PageHeader{
 padding: 40px 0;
}

 .PageHeader   .left-lime,
  .PageHeader .right-lime{
     width: 25%;
 }
}

/* About Page */
.template-page  .Home-Order-Options{
  background-color: var(--lightgrey);
}

.About{
  padding: 100px 0;
}

 .About .u-h3{
    line-height: 36px !important;
  }

.About  .wrap{
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 100px;
  }

.About  .wrap.group_3{
    padding-bottom: 0;
  }

.About  img{
   border-radius: 3px;
  }

.About  .col{
    flex: 0 0 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }


.About  .group_2{
   flex-flow: row-reverse;
 }

.About .group_2   .image-col{
      padding-left: 50px;
    }

.About .group_2    .content-col{
      padding-right: 50px;

  }

.About  .group_1 .image-col,
.About .group_3 .image-col{

      padding-right: 50px;
    }

.About  .group_1    .content-col,
.About  .group_3    .content-col{
      padding-left: 50px;
}




@media screen and (max-width: 1000px){

  .About .wrap{
     flex-flow: column;
   }

  .About .group_1 .image-col,
  .About .group_2 .image-col,
  .About .group_3 .image-col{
      padding: 0 0 50px 0;
     }

     .About .group_1 .content-col,
     .About .group_2 .content-col,
     .About .group_3 .content-col{
        padding: 0;
      }

}

@media screen and (max-width: 600px){
  .About{
   padding: 60px 0;
 }

    .About  .wrap.group_1,
      .About .wrap.group_2{
        padding-bottom: 60px;
    }

   .About  .group_1 .image-col,
     .About .group_2 .image-col,
       .About .group_3 .image-col{
      padding: 0 0 30px 0;
  }

}

/* Covid */

.Covid{
  padding: 100px 0;
}

.Covid  .Container{
    width: 90%;
    margin: 0 auto;
  }

.Covid  .Heading{
    text-align: center;

  }


.Covid  .separator{
    height: 1px;
    background-color: var(--medgrey);
    margin: 100px 0;
  }

.Covid  .listing{
    list-style-position: outside;
  }

.Covid  .list-item{
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-left: 12px;
  }


 @media screen and (max-width: 600px){
   .Covid{
      padding: 60px 0;
    }

  .Covid   .Container{
       width: 100%;
     }

  .Covid   .separator{
       margin: 60px 0;
     }

  .Covid   .listing{
      padding: 0 20px;
     }

 }

/* Press */
.Press{
  padding: 100px 0 40px 0;
}

.Press  .Container{
     max-width: 95%;
  }

  .Press  .press-list{
   display: flex;
    flex-flow: row wrap;
  }

.Press   .press-item{
   flex: 0 0 25%;
    padding: 0 8px 60px 8px;
  }

.Press   .press-item    a{
      display: block;
      text-align: center;
    }

.Press   .press-item    .Heading{
     padding-top: 14px;
    }

  .Press   .press-item  .date{
      font-weight: 700;
      font-size: 15px;
    }

  .Press   .press-item  .desc{
     font-size: 15px;
     line-height: 20px
    }

  .Press   .press-item  .press-image{
      border-radius: 3px;
      overflow: hidden;
      padding-bottom: 100%;
      position: relative;
    }

    .Press   .press-item  .press-image    img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;

      }


@media screen and (max-width: 1000px){


   .Press .Container{
    max-width: 100%;
   }

   .Press  .press-item{
   flex: 0 0 33.33%;
  }

}


@media screen and (max-width: 600px){


   .Press  .press-item{
   flex: 0 0 50%;

 }
}

@media screen and (max-width: 480px){
 .Press{
   padding: 60px 0 0 0;
 }

.Press  .press-item{
   flex: 0 0 100%;
  }

}


/* Contact */
.contact-map{
  margin-bottom: -10px;
}

.Contact{
  padding: 100px 0 ;
}

.Contact  .wrap{
   display: flex;
    flex-flow: row wrap;
  }

.Contact  .col{
    flex: 0 0 50%;
  }

.Contact  .separator{
   height: 1px;
    background-color: var(--medgrey);
    margin: 40px 0;
  }

.Contact  .content-col{
    padding-right: 60px;
  }

.Contact  h2{
    margin-top: 0;
  }


@media screen and (max-width: 800px){
 .Contact{
   padding: 60px 0;

}

.Contact  .col{
    flex: 0 0 100%;
  }

.Contact   .content-col{
     padding-right: 0;
     padding-bottom: 60px;
   }

}

/* Contact Form */
.Contact input[type="text"], .Contact input[type="email"], .Contact input[type="phone"]{
    height: 50px;
    margin-bottom: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 90.2%, 0.3);
    border-radius: 3px;
    background-color: rgba(99, 100, 102, 0.1);
    color: var(--grey);
    font-size: 15px;
    letter-spacing: 0px;
}

.Contact .Form--spacingTight .Form__Item {
    margin-bottom: 13px;

}

.Contact textarea{
  min-height: 240px;
    margin-bottom: 12px;
    padding-top: 10px;
    border-style: none;
    border-width: 1px;
    border-color: var(--grey);
    border-radius: 3px;
    background-color: rgba(99, 100, 102, 0.1);
    color: var(--grey);
    font-size: 15px;
}

.Contact .Form__Input:not(:placeholder-shown) ~ .Form__FloatingLabel{
  background-color: var(--green);
  color: #fff;
}


/* Product Detail */
@media screen and (min-width: 1000px){
  .Product{
      margin-top: 80px;
  }
}



.Product .Product__SlideItem{
 border-radius: 3px;
 overflow: hidden;
}


.Product .Product__SlideItem img{
  width: auto !important;
  height: auto !important;
  max-width: none;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Product .ProductMeta__Description img{
  display: none;
}

/* Blog */
.Blog
   .Container{
    padding-top: 40px;
   }
    
 .Blog_Wrapper{
   display: grid;
   grid-template-columns: .75fr 3fr;
   grid-column-gap: 30px;
 }
  


.Blog  .Blog__TagList{
      text-align: left;
    padding-bottom: 50px;
  position: sticky;
  top: 130px;
  }
    
 .Blog .Blog__TagList li{
    display: block;
 }

.Blog .Blog__TagList    .Link--primary{
      color: var(--grey);
      font-weight: 300;
      font-size: 15px;
    }

.Blog .Blog__TagList    .Link--primary:hover{
      color: var(--green);
    }

  .Blog .Blog__TagList .Link--primary.is-active {
    color: var(--gold);
    }




.Blog  .ArticleItem__Content{
   margin: 0;
  }

.Blog  .Article__Date{
    color: var(--grey);
    font-weight: 400;
  }

.Blog  .ArticleItem__Title{
   margin-bottom: 0;
  }

.Blog  .ArticleItem__ImageWrapper{
    border-radius: 3px;
  }
    
@media screen and (max-width: 640px){
  .Blog_Wrapper{
   grid-template-columns: 1fr;
 }
    

.Blog  .Blog__TagList{
      text-align: center;
  }
    
 .Blog .Blog__TagList li{
    display: inline-block;
 } 
}
    

/* Blog POst */
.Article
 .Article__Wrapper{
  padding-top: 85px;
 }



.recipe-back-link{

  text-transform: uppercase;
  color: var(--green) !important;
  text-decoration: none !important;
}


  .recipe-back-link:hover{
    color: var(--darkgreen) !important;
  }

.recipe-back-link  svg{
    position: relative;
    top: -1px;
  }


/* Nationwide Shipping */
.Nationwide{
  padding: 100px 0;
}

.Nationwide  .Container{
    width: 90%;
    margin: 0 auto;
  }

.Nationwide  .Heading{
    text-align: center;
  }

.Nationwide  .step-wrap{
   display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
    padding-top: 30px;
  }

.Nationwide  .step-item{
    flex: 0 0 25%;
  }

.Nationwide  .bundles-wrap{
    padding: 75px 40px;
    background-color: var(--lightgrey);
    border-radius: 3px;
  }

.Nationwide  .buttons-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

  }

.Nationwide  .Button{
   margin: 5px;
  }

.Nationwide  .Button > span{
    display: block;
  }

.Nationwide  .Button .maintext{
    font-size: 27px;
    font-weight: 700;
  }

.Nationwide  h4{
    padding-top: 30px;
    color: var(--green);
    margin-bottom: 10px;
  }

.Nationwide  .desc{

    color: var(--grey);
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
  }


@media screen and (max-width: 900px){


.Nationwide    .Container{
     width: 100%;
    }


.Nationwide   .step-item{
    flex: 0 0 30%;
  }

}


@media screen and (max-width: 800px){

  .Nationwide     .step-item{
    flex: 0 0 50%;
         padding: 20px;
      }

  .Nationwide  .step-wrap{
     flex-flow: row wrap;
      justify-content: center;
     padding-bottom: 20px;
     padding-top: 10px;

    }

}


@media screen and (max-width: 600px){
 .Nationwide{
    padding: 60px 0;
  }


  .Nationwide  .step-item{
      flex: 0 0 90%;
      padding-bottom: 40px;
    }

}


/* FAQ*/
@media screen and (min-width: 641px){
  .FAQ-page .PageLayout__Section.Main{
   margin-left: 40px;
  }
}

.FAQ-page .PageLayout__Section--secondary {
    flex-basis: 220px;
    max-width: 220px;
}

.Faq__Item[aria-expanded="true"] .Faq__Icon,
.Faq__Item[aria-expanded="true"] .Faq__Question{
  color: var(--green);
}



/* Menu page */

.Collection-description{
  padding: 100px 0 60px 0;
}
 
.Collection-description .button-group{
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
    

.Collection-description .Container{
   padding-bottom: 60px;
  border-bottom: 1px solid var(--medgrey);
  text-align: center;
  width: 85%;
  padding-left: 0;
    padding-right: 0;
}

.Collection-description .Heading{
  max-width: 800px;
    margin: 0 auto;
}

.CollectionMain{
  width: 90%;
  margin: 0 auto;

}
    
.Collection-description p{
	font-weight: 400;
  font-size: 23px;
  line-height: 1.73;
}


.CollectionFilters  .u-h6{
    font-family: Poppins,sans-serif;
    font-weight: 400;
      font-size: 15px;
    padding: 10px 0;

  }

.CollectionFilters  .Linklist__Item .Link{
    font-size: 15px;
  }

.CollectionFilters  .Button{
   margin-top: 30px;
  }

 @media screen and (max-width: 600px){

   .Collection-description .button-group{
     grid-template-columns: 1fr;
   }
 }


.MenuItem  .AspectRatio > img{
  height: 100% !important;
  width: auto !important;
  max-width: none;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.MenuItem  .AspectRatio{
overflow: hidden;
  border-radius: 3px;
}

.MenuItem .MenuItem-lightboxcontent{
display: none;
}


.MenuItem .ProductItem__Title{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  max-width: 80%;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
}


.product-lightbox{
  position: fixed;
  width: 100vw;
  height: 0;
  oveflow: hidden;
  background-color: rgba(5, 44, 34, 0.65);
  z-index: -1;
  top: 0;
  left: 0;
}

.product-lightbox.open{
   z-index: 100;
  height: 100vh;
}

.product-lightbox-inner{
  width: 80%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  background-color: #fff;
  position: absolute;
  max-height: 90vh;
  overflow-y: scroll;
 -ms-overflow-style: none;
  scrollbar-width: none;

  padding: 40px;
}

.product-lightbox-inner  .close-x{
    position: absolute;
    top: 10px;
    right: 20px;
    color: var(--green);
  }



.product-lightbox-inner::-webkit-scrollbar {
  display: none;
}


 .MenuItem-lightboxcontent img{
   width: 100%;

  }

.product-lightbox-content{
  display: flex;
  justify-content: space-between;
}

.product-lightbox-content .img-wrap{
    flex: 0 0 47%;
 }

.product-lightbox-content  .img-wrap .AspectRatio{
    border-radius: 3px;
   overflow: hidden;
  }

.product-lightbox-content  .img-wrap img{
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }

.product-lightbox-content  .MenuItem-lightboxcontent{
    flex: 0 0 47%;
  }


.product-lightbox-content .MenuItem-lightboxcontent img{
    display: none;

  }

.product-lightbox-content  .desc{
    font-size: 15px;
  }

.product-lightbox-content   .Heading{
    margin-bottom: 20px;
   }

.product-lightbox-content  .icons{
    display: flex;
    padding: 20px 0 30px 0;

  }

.product-lightbox-content  .icons .menu-icon{
   flex: 0 0 20%;
    width: 5%;
    margin-right: 5%;

  }

.product-lightbox-content  .Button{
    font-weight: 700;
    font-size: 13px;
}

.product-lightbox-content  .nutrition_link{
    display: block;
    color: var(--green);

    font-weight: 700;
    font-size: 15px;
    transition: all .1s linear;
  }

.product-lightbox-content  .nutrition_link:hover{
    color: var(--darkgreen);
  }

.product-lightbox-content  .nutrition_link .Icon{
    top: -3px;
    position: relative;
    left: 5px;
  }

.product-lightbox-content  .nutrition_link .Icon--minus{
    display: none;
  }


.product-lightbox-content  .nutrition_link.open .Icon--minus{
  display: inline-block;
  }


.product-lightbox-content  .nutrition_link.open .Icon--plus{
  display: none;
  }

#shopify-section-menu-order-options{
background-color: var(--lightgrey);
}

#shopify-section-menu-order-options .order-list-inner{
  padding-top: 15px;
}

@media screen and (max-width: 1000px){
  .Collection-description .Container{
    padding-bottom: 0;
    border-bottom: none;
  }

  .CollectionMain{
  width: 100%;
  }
}


@media screen and (max-width: 700px){
  .product-lightbox-content{
    flex-flow: row wrap;
  }

  .product-lightbox-content   .img-wrap{
      padding-bottom: 20px;
       flex: 0 0 100%;
     }

  .product-lightbox-content  .MenuItem-lightboxcontent{
      padding-bottom: 40px;
      flex: 0 0 100%;
    }

}


@media screen and (max-width: 600px){
  .Collection-description{
  padding: 60px 0;
  }

  .product-lightbox-inner{
    padding: 40px 30px 30px 30px;
  }

  .product-lightbox-content .icons .menu-icon{
      height: 60px;
  }

}


/* Account pages */
.Account-header .SectionHeader__Description{
color: #fff;
}

.Account-wrap{
padding-top: 60px;
  padding-bottom: 100px;
}

.Account-wrap .PageLayout{
padding-top: 60px;
}

@media screen and (max-width: 600px){
 .Account-wrap{
   padding-top: 0px;
   padding-bottom: 100px;
 }
}


/* Cart */
.Cart__NoteButton, .Cart__Taxes{
font-size: 15px;
}



.template-cart  #continue-shopping-btn{
    display: block;
    color: var(--green);

    font-weight: 700;
    font-size: 15px;
    transition: all .1s linear;
  }

.template-cart  #continue-shopping-btn:hover{
      color: var(--darkgreen);
    }

.template-cart  #continue-shopping-btn .Icon{
    top: -3px;
    position: relative;
    padding-right: 5px;
  }


/* In-Store Pick-Up */

.Pick-Up .u-h4{
    line-height: 1.4;
   margin-bottom: 30px;
 }

.Pick-Up  .desc{
   font-size: 15px;
  }


/* LA Delivery */

.Delivery-Info   .separator{
    height: 1px;
    background-color: var(--medgrey);
    margin: 100px 0;
     width: 80%;
     margin: 0 auto;
  }

/* Location Search */
.Location-Search{
  padding: 0 0 100px 0;
}

.Location-Search  .u-h3{
    line-height: 36px;
  }

.Location-Search  .wrap{
    width: 80%;
    margin: 0 auto;
  }

.Location-Search  .Heading{
   text-align: center;
    padding-bottom: 30px;
  }

.Location-Search  .location-wrap{
    padding: 60px 30px;
    text-align: center;
    background-color: var(--lightgrey);
  }

.Location-Search  .search-text{
    padding-bottom: 30px;
  }

.Location-Search  .search-text,
.Location-Search .search-box,
.Location-Search .unavailable,
.Location-Search .search-error{
    max-width: 760px;
    margin: 0 auto;
  }

.Location-Search  .unavailable{
    padding-top: 30px;
    display: none;
    color: var(--green);
  }

.Location-Search  .search-error{
    padding-top: 10px;
    color: var(--darkgold);
  }


.search-box{
  display: flex;
}

.search-box input[type="text"]{
   flex: 1 1 auto;
  border-radius: 3px;
  background-color: #fff;
  color: var(--grey);
  font-size: 14px;
  }


.search-box  input[type="text"]::placeholder{
  color: var(--grey) !important;
  opacity: 1;
  }

.search-box  input[type="text"]::-ms-input-placeholder{
  color: var(--grey) !important;
  opacity: 1;
  }

.search-box  .Button{
    margin-top: 0;
    margin-left: 10px;
    width: 140px;
  }


#zipcodes{
display: none;
}

#shopify-section-zipcodes + #shopify-section-custom-featured-collections-delivery{
display: none;
}

@media screen and (max-width: 600px){
  .Location-Search{
    padding: 60px 0;
  }
}

/* Order Section */
.Order-Section{
padding-bottom: 100px;
}

.Order-Section  .ProductForm__AddToCart{
    margin: 0 auto;
  }


@media screen and (max-width: 600px){
.Order-Section{
  padding-bottom: 60px;
}

  .search-box{
    flex-flow: column;
  }

  .search-box   .Button{
      margin-top: 20px;
      margin-left: 0;
    }

}

  .Order-Section .Button--primary.product-link{
		margin-top: 75px;
  }

/* Bundle Page */
#bdlr__bundle-widget{
  padding-top: 85px !important;
  padding-bottom: 85px !important;
  width: 90% !important;
  margin: 0 auto;
}

#bdlr__bundle-widget  .bdlr__products--title h1{
    color: var(--darkgreen);

    font-weight: 700;
    font-size: 45px;
  }

#bdlr__bundle-widget  .product-card .bdlr__product--qty{
      position: static;
    transform: translate(0px, 0px);
    opacity: 1;
    margin-top: 10px;
  }

#bdlr__bundle-widget  .bdlr__product--title{

    color: var(--darkgreen);
    font-weight: 700;

  }

#bdlr__bundle-widget  .bdlr__product--image-wrap{
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 3px;
  }

#bdlr__bundle-widget  .bdlr__product--image-wrap img{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: fill;
    max-width: none;
  }

#bdlr__bundle-widget  .bdlr__product--qty-view{
    color: var(--green);
    border: 1px solid var(--green);
    border-radius: 3px;
    font-size: 11px;

    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
  }

#bdlr__bundle-widget  .bdlr__product--qty-view:hover{
    color: #fff;
   background-color: var(--green);
  }

#bdlr__bundle-widget  .product-card{
    display: flex;
    flex-flow: column;
  }


#bdlr__bundle-widget    .bdlr__product--title{
      order: 1;
    }

#bdlr__bundle-widget    .bdlr__product--qty{
      order: 2;
    }

#bdlr__bundle-widget  #bdlr__summary-checkout--create-bundle,
#bdlr__bundle-widget .enoble_modal-actions .btn-primary{
    color: #fff;
    background-color: var(--green);
    border-radius: 3px;
    font-weight: 400;

    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 17px;
    width: auto !important;
    font-size: 15px;
  }

#bdlr__bundle-widget   #bdlr__summary-checkout--create-bundle:hover,
#bdlr__bundle-widget .enoble_modal-actions .btn-primary:hover{
     background-color: var(--darkgreen)
   }

  #bdlr__bundle-widget .bdlr__summary-checkout--disclaimer{
  color: #b30000;
  }

#bdlr__bundle-widget  .bdlr___summary--title,
#bdlr__bundle-widget .bdlr___summary-items strong{
    color: var(--darkgreen);
    font-size: 25px;

  }

#bdlr__bundle-widget   .bdlr___summary-items--container{
  border: 1px solid var(--medgrey);
  padding: 20px;
  margin-bottom: 30px;
}

#bdlr__bundle-widget  .bdlr__products--inner{
    height: auto !important;
    position: relative !important;
  }


.enoble_modal{
  background-color: rgba(5, 44, 34, 0.65) !important;
}

.enoble_modal  .enoble_modal-product-image{
    border-radius: 3px;
    overflow: hidden;
    max-width: none !important;
  }

.enoble_modal  .enoble_modal-body{
  padding-top: 20px;
  padding-bottom: 10px;
}

.enoble_modal .enoble_modal-title{
  color: var(--darkgreen);
  font-weight: 700;

  font-size: 30px;
  margin-bottom: 15px !important;
  margin-top: 15px !important;

}



.enoble_modal  .enoble_modal-inner{
  padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 3px;
  }

.enoble_modal  .enoble_modal-close{
      position: relative !important;
    right: -30px;
    display: block;
  }



.bundler-modal-open .shopify-section--header{
z-index: -1;
}

.bdlr-toast.bdlr-notify{
  display: none;
}

@media screen and (max-width: 768px){
  #bdlr__bundle-widget{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
      width: 100% !important;
  }

  #bdlr__bundle-widget  .bdlr__products--title{
    text-align: center;
  }

  #bdlr__bundle-widget  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

  #bdlr__bundle-widget .bdlr__bundle-widget--container{
  flex-flow:  column-reverse !important;
}

#bdlr-summary{
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}


}


/* Recipe App */
#rk_parent{
clear: both;
}

#rk_parent .rk_sunny .rk_container .rk_meta{
font-weight: 400 !important;
}

#rk_parent .rk_sunny .rk_container .rk_image img{
  border-radius: 3px;
}

#rk_parent .rk_sunny .rk_container{
  max-width: 100% !important;
}

#rk_parent .rk_sunny .rk_container ul, #rk_parent .rk_sunny .rk_container li, #rk_parent .rk_sunny .rk_container p, #rk_parent .rk_sunny .rk_container a {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

#rk_parent .rk_sunny .rk_container .rk_image {
    padding-left: 60px !important;
}

@media screen and (max-width: 600px){
 #rk_parent .rk_sunny .rk_container .rk_image {
    padding-left: 0 !important;
}
}


/* Announcement bar close x */
.announce-close{
position: absolute;
  right: 10px;
  top: 7px;
}


/* Popup */

.NewsletterPopup{
width: 100vw;
height: 100vh;
top: 0;
left: 0;
background-color: rgba(0,0,0,.5);
max-width: 100%;
}

.NewsletterPopup-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 390px;
background: #26725e;
color: #fff;
text-align: center;
box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  padding: 40px;
  transform: translate(-50%, -50%);
  width: 100%;

}


/* Store Pickup Icons */
.shippingIcon svg, .deliveryIcon svg, .pickupIcon svg{
opacity: 0;
}

.shippingIcon{
background: url({{ 'shipping.png' | asset_img_url: '150x' }}) center center no-repeat;
  background-size: contain !important;
}

.deliveryIcon{
background: url({{ 'local-delivery.png' | asset_img_url: '150x' }}) center center no-repeat;
  background-size: contain !important;
}

.pickupIcon{
background: url({{ 'store-pickup.png' | asset_img_url: '150x' }}) center center no-repeat;
  background-size: contain !important;
}

    
/* Premade Boxes */
.Premade-Boxes-Content.Container {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  width: 85%;
}
    
.Premade-Boxes-Content .PageContent{
  color: var(--darkgreen);
    margin-bottom: 50px;
}
    
.Premade-Boxes-Section{
  padding: 30px 0 100px 0;
  
}
    
.Premade-Boxes-Section .ProductForm__AddToCart{
  margin: 0 auto;
}
    
    
.PremadeBox-Prices{
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
    
.PremadeBox-Prices .Price--highlight{
  color: #b80900;
  padding-left: 10px;
}
    
.Premade-Boxes-Section .product-item-includes{
  font-size: 14px;
  font-weight: 600;
}
    
.Premade-Boxes-Section .product-item-desc{
  font-size: 14px;
}
    
    
@media screen and (max-width: 600px){
  .Premade-Boxes-Section{
    padding: 20px 0 60px 0;
  }
}
    
    
/*  Nationwide Popup */
 
.ShipNationwide-Popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 100;
}

.ShipNationwide-PopupBlanket{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
   
.ShipNationwide-PopupInner{
  width: 90%;
  max-width: 600px;
  padding: 50px 30px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
    
.ShipNationwide-PopupInner .box-wrap{
  display: flex; 
  flex-flow: row wrap;
  justify-content: center;
}
    
.ShipNationwide-PopupInner .box-type{
  flex: 0 0 230px;
  padding: 15px;
}
    
.ShipNationwide-PopupInner .box-title{
  font-size: 16px;
  font-weight: 600;
  color: var(--green);
  text-align: center;
  margin-top: 15px;
    text-transform: uppercase;
    display: block;
}
    
.ShipNationwide-PopupInner .Heading{
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}
    
 
@media screen and (max-width: 600px){
  
  .ShipNationwide-PopupInner .Heading{
    font-size: 25px; 
  }
  
  .ShipNationwide-PopupInner{
    padding: 20px 0; 
    width: calc(100% - 60px);
  }
}
    
@media screen and (max-width: 480px){
  
  .ShipNationwide-PopupInner .box-type{
  flex: 0 0 200px;
    
  }
  
}

/* tablist */
@media screen and (max-width: 900px){
  .SectionHeader__TabList{
    white-space: normal;
  }
}

@media screen and (max-width: 480px){
  .SectionHeader__TabList .TabList__Item{
    display: block;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
  }
}