/** Shopify CDN: Minification failed

Line 359:12 Expected ":"
Line 878:12 Expected ":"
Line 1979:12 Expected ":"
Line 3730:0 Unexpected "}"
Line 4106:8 Expected ":"

**/
/* GLOBAL
font-family: "TTTrailers-Bold";

*/

.bg-color-style-1, .section_bg_1{
background-color: #A0E2BA;
}
.bg-color-style-2, .section_bg_2{
background-color: #FBCFC5;
}
.bg-color-style-3, .section_bg_3{
background-color: #DFE9D2;
}

.bg-color-style-4, .section_bg_4{
background-color: #FBF6EC;
}

.ac-content.no-top-padding{
padding-top:0;
}

.ac-content.tall_padding{
  
  padding-top: 164px;
  padding-bottom: 244px;

}

.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.page-subfooter{
background-color: #FBF6EC;
  
}

.page-subfooter .ac-content{
text-align:center;
  max-width: 720px;
  color: #838383;
}






.headline-120 {
  font-family: "TTTrailers-Bold";
  font-style: normal;
  font-weight: 110;
  font-size: 120px;
  line-height: 110px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.headline-72 {
  font-family: "TTTrailers-Bold";
  font-style: normal;
  font-weight: 110;
  font-size: 72px;
  line-height: 68px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.headline-56 {
  font-family: "TTTrailers-Bold";
  font-style: normal;
  font-weight: 110;
  font-size: 56px;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.headline-36 {
  font-family: "TTTrailers-Bold";
  font-style: normal;
  font-weight: 110;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

.headline-36-normal {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 45px;
}

.headline-24 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

.headline-20 {
  font-style: normal;
 font-weight: 500;
font-size: 20px;
line-height: 30px;
  color:#000;
}


.body-20 {
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #000000;
}

.body-20.semibold{
  font-weight: 600;
}


.body-18 {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #000000;
}

.body-18.semibold{
  font-weight: 600;
}

.body-16 {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
}

.body-16.semibold{
  font-weight: 600;
}

.body-14 {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #000000;
}

.body-14.semibold{
  font-weight: 600;
}




    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {

.headline-120 {

font-size: 96px;
line-height: 96px;
}

  .page-subfooter .ac-content{
  
  padding-top: 0;
  }



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

.headline-120 {

font-size: 82px;
line-height: 82px;
}
  
.headline-72 {

font-size: 60px;
line-height: 60px;
}
  
  
  

}
@media (max-width:575px) {
.headline-56 {
font-weight: 110;
font-size: 42px;
line-height: 38px;
}
  
  .headline-120 {

font-size: 64px;
line-height: 64px;
}
  
  .headline-72 {

font-size: 52px;
line-height: 52px;
}
  
  
  

}
@media (max-width:350px) {}







.ac-content {
position: relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;
width:100%;
height:auto;
max-width: 1440px;
margin:0px auto;
padding:100px 25px 100px 25px;
}


/* page backgrounds */

 #page-wrap-content{
  background: #FBF6EC
}

/* BUTTONS */

.btn{

  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

btn:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}


a.btn{
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

a.btn:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}


a.btn.menu-btn{

border:1px solid #000;
  background-color: transparent;
  width: 85%;
  margin-left:auto;
  margin-right: auto;
}

a.btn.menu-btn:hover{
background-color: #11FF6D;
  

}


a.button.outline{

 border:1px solid rgba(0,0,0,1);
background-color: transparent;
  color: #000000;
  font-weight: 600;
font-size: 16px;
line-height: 24px;
  transition: .3s ease;
  position:relative;
z-index:2;
}

a.button.outline::before{
content: '';
  position:absolute;
    height:calc(100% + 6px);
  width:calc(100% + 6px);
  border:6px solid #BDF4D1;
  top:-3px;
  left:-3px;
  border-radius:50px;
  transition.3s ease;
  opacity:0;

}

a.button.outline:hover:before{
 
   opacity:0;
}


a.button.outline:hover{
 background-color: #11ff6d;
 border:1px solid rgba(0,0,0,0);
}







/* END GLOBAL */



/* TOOLBAR */


.ac-toolbar.toolbar-container .toolbar{
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
  width: 100%;
  height: 123px;
}

.nav-container.container {

width: 100%;
}

.ac-toolbar.toolbar-container .toolbar .toolbar-center{

  width: 100%;
}

.ac-toolbar.toolbar-container .toolbar button.close-search{
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  top: 25px;
  z-index: 2;
  width: 40px;
  height: 45px;
}


.ac-toolbar.toolbar-container {
    background-color: #fff;
    color: #f4f2e9;
    position: fixed;
    z-index: 101;
    top: 0;
  	height: 123px;
    width: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition:.3s ease;
    -o-transition:.3s ease;
    transition:.3s ease;
}
.ac-toolbar.toolbar-container.reveal{
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.main-search__form input{
border: 1px solid #000000;
  border-radius: 33px;
  height:45px;
  width:476px;
  padding-left: 40px;
}

.main-search__form button{

	background-color: transparent;
  right: initial;
  left: 0;
}

.main-search__form button svg, .main-search__form button svg g{
fill: #000;
}


.search-reveal-toggle{
background-color: transparent;
  border: none;
  padding:0;
  height: 55px;
    line-height: 55px;
    width: 44px;
    display: inline-block;
    text-align: center;
}


.search-reveal-toggle:hover{
  background-color: transparent;
}


.search-reveal-toggle svg{
  height: 20px;
  width: 20px;
}


.main-search .main_search__popup{
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  border: none;
  top: calc(100% - 14px);
}

.main-search .main-search-result{
  border-bottom:0;
}

.main-search .main-search-result::last-child{
 border-bottom: 1px solid #e2e2e2;
}



.main-search .main-search-result .image-cont{
  width:64px;
  height: 64px;
  border:1px solid #00AE42;
  border-radius: 6px;
  overflow: hidden;
    
}


.main-search .main-search-result .product-block__title{
color: #000;
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
}


.main-search .main-search-result .product-info .product-price{
  font-weight: 400;
font-size: 14px;
line-height: 20px;
  opacity:.5;
}


.main-search .all-results-container{
  width: 100%;
  position: relative;
}

.main-search .main-search__results-all-link{
  text-align:left;
  color: #000;
  font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
}

.main-search .main-search__results-all-link.btn:hover{
	transform: scale(1);
}

.main-search .main-search__results-all-link svg{
      position: absolute;
    right: 20px;
    top: 3px;
}


.main-search .main-search__results-all-link.btn svg{
	width:20px;
  height: 16px;
}

.main-search .main-search__footer-buttons .main-search__results-close-link{
display:none !important
}





.ac-pre-header {
    background-color: #1a5632;
    color: #f4f2e9;

  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ac-pre-header .container{
width:100%;
}

.ac-pre-header a.delivery-link {
  text-decoration: underline;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.ac-pre-header a.delivery-link:hover {
  color: #11FF6D;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.ac-pre-header .delivery-link-span {
  padding-left: 24px;
}


.ac-pre-header .container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
line-height: 20px;
}

.ac-pre-header .container .left-col{
  width: 50%;
}

.ac-pre-header .container .right-col{
  width: 50%;
  text-align: right;
}

.ac-pre-header .container .right-col ul li{
  display: inline;
  margin-left: 32px;

}

.ac-pre-header .container .right-col ul li a{
  
}

  .main-search.ac-main-search .main-search__form input{
background-color: transparent;
  
  }

.main-search.ac-main-search.main-search .main_search__popup {
background-color: white;;
}

.mobile-logo{
display:none;
}




/* HEADER and NAV */

.header-container .logo-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .main-nav ul{
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-container .main-nav ul li{
  font-size: 16px;
  line-height: 24px;
}


.header-container .main-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}

.header-container .toolbar-icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
}

.main-nav .nav-item .nav-item-link{
  padding-left: 16px;
  padding-right: 16px;
}








    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {
  .header-container .main-nav ul li{
  
  font-size:14px;
  }

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

  
  .mobile-logo{
display:block;
    margin-right: auto;
    margin-left: 30px;
}

  
  .ac-pre-header .container .right-col{
  display:none;
  }

  .ac-pre-header .delivery-link-span{
  display:none;
  }
  
  .ac-pre-header .container{
  padding: 8px 0; 
  }
  
  .ac-pre-header .container .left-col{
  	width: 100%;
    text-align:center
  }
  
  .ac-toolbar.toolbar-container{
  
  }
  
  .nav-container{
    display: block;
  }
  .toolbar-social, .toolbar-links{
  display: block
  }
  
  
  
  .ac-toolbar.toolbar-container .toolbar button.close-search{
  
  top:3px;
  }
  
  
  .main-search.ac-main-search {
  width:90%;
    margin-left: auto;
    margin-right:auto;
  }
  

  
  .nav-container .toolbar-icons{
  display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width:100%;
  
  }
  
  .header-container .toolbar-icons{
    flex: 0 0 auto;
  }
  
  .header-container .logo-nav{
  width:100%;
        height: 70px;
  }
  
  
  .main-search .main-search__footer-buttons .all-results-container {
    margin-right: auto;
    text-align: center;
}
  .main-search .main-search__footer-buttons .all-results-container a{
  
  text-align: center;
  }
  
  

}
@media (max-width:575px) {}
@media (max-width:350px) {}








/* MARQUEE */
.marquee-section {
 	 background-color: #00AE42; 
}

.marquee {
  width: 100%;
  overflow: hidden;
  color: white;

  
}

/* draggable slider */
.collection-carousel .slider {
  width:95%;
  max-width: 1440px;
  margin: 0 auto;
}

.collection-carousel .swiper-container {
  padding-bottom: 20px;
  position: relative;
}

.collection-carousel .swiper-scrollbar {
  background: rgba(255, 255, 255, .4);
  width: 90%;
  max-width: 650px;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  margin-top: 90px;
}

.collection-carousel .swiper-container-horizontal>.swiper-scrollbar {
  height: 5px;
  width: 200px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.collection-carousel .swiper-wrapper img {
  width: 100%;
}











.collection-carousel .swiper-slide{
  height: 569px;
  border-radius: 16px;
    overflow: hidden;
  transition.3s ease;

}

.collection-carousel .swiper-slide a {
  position: relative;
  height: 569px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
  width: 100%;
  text-align: center;
}


.collection-carousel .swiper-slide a h3{
  color: white;
  position: relative;
  z-index:2;
}


.collection-carousel .swiper-slide a .svg-holder{
	position: absolute;
    width: 100%;
  text-align: center;
  top: -73px;
  z-index:1;
  	height: 172px;
  	
  

}

.collection-carousel .swiper-slide a .svg-holder svg{
	
    width: 270px;
  	height: 172px;
  

}


.collection-carousel .swiper-slide a .img-holder{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 569px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: .5s ease;
  
}


.collection-carousel .swiper-slide:hover a .img-holder  {
  
  transform: scale(1.1);
  transition: .3s ease;
}

.collection-carousel .swiper-slide .green-splash {
  width: 460px;
  z-index:2;
  position:relative;
}



.collection-carousel .swiper-scrollbar-drag{
  background-color: white;
}






.swiper-button-next:after, .swiper-button-prev:after{
 content: url('slick-arrow.svg') !important;

}


.swiper-button-prev{
transform:rotate(180deg);
  left:-25px
}

.swiper-button-next{
right: -15px
}

.swiper-button-next, .swiper-button-prev{
  top:calc(50% - 70px);
}

.swiper-wrapper{
left:-2.5%;
}



    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev{
  display:none;
  }
}
@media (max-width:575px) {}
@media (max-width:350px) {}







/* ticker */

.tickercontainer{
  color: white;
    text-transform:uppercase;

}

.tickercontainer #webTicker li{
font-family: 'archivo', sans-serif !important;
  font-size:14px !important;
  font-weight: normal;
  
}

.tickercontainer #webTicker li.splitter{
	padding-left: 30px !important;
  padding-right: 30px !important;
}





/* SECTION SPLIT HERO */







.section-split-hero .ac-content{
  padding: 0;
  max-width: 100%;
  height: 680px;
}

.section-split-hero .ac-content .left-col{
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left:25px;
  padding-right:25px;
}

.section-split-hero .ac-content .right-col{
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative; 
}

.section-split-hero .ac-content .button-container{
  position: absolute;
	bottom:30px;
  width:100%;
  text-align:center;
}





@media (max-width:885px) {
.section-split-hero .ac-content{
		height: 500px;
}
  
  
} 
@media screen and (max-width: 767px) {

  
  
  
.section-split-hero .ac-content{
		height: initial;
  
}
  
  .section-split-hero .ac-content .right-col, .section-split-hero .ac-content .left-col{
  width: 100%;
  min-height: 580px;
  }
  
  
  .section-split-hero .ac-content .left-col{
  min-height: 580px;
    padding-left: 40px;
    padding-right: 40px;
    align-items: flex-start;
    padding-top: 40px;
  }
  
  .section-split-hero .ac-content .right-col{
  
  min-height: 580px;
    background-position: top;
  }
  
  

}
@media (max-width:575px) {
.section-split-hero .ac-content .left-col{
 padding-left: 50px;
    padding-right: 50px;
  align-items: center;
  padding-top:0;
  margin-top: -40px;

}

 .section-split-hero .ac-content .left-col, .section-split-hero .ac-content .right-col{
 
 min-height: 475px;
 
 }

}
@media (max-width:350px) {

 .section-split-hero .ac-content .left-col, .section-split-hero .ac-content .right-col{
 
 min-height: 375px;
 
 }
  
  .section-split-hero .ac-content .left-col{

   
  }


}
















/* section text icons with dotted lines */
.text-icons-dotted{
  position: relative;
}
.text-icons-dotted .ac-content h2{
  text-align: center;
  width:100%;
  max-width:768px;
  margin: 0 auto;
  padding-bottom: 64px; 
}

.text-icons-dotted .ac-content h3{
padding-bottom:0;
  margin-bottom:0;
}

.text-icons-dotted .ac-content .desc{
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #666666;
}

.text-icons-dotted .ac-content .icon-column-wrap{
  width:100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.text-icons-dotted .ac-content .icon-column{
  width:30%;
  text-align:center
}

.text-icons-dotted .ac-content .img-wrap{
  margin-bottom:12px;
  
}




.text-icons-dotted .svg-holder{
  width: 100%;
  min-width: 1440px;
  overflow: hidden;
  bottom:170px;
  position: absolute;
}
.text-icons-dotted .svg-holder svg{
  width: 100%;
  height:190px;
}


 .text-icons-dotted .svg-holder-mobile{
  display:none;
  }








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

  .text-icons-dotted .ac-content .icon-column {
  width: 100%;
    margin-bottom: 36px;
  }
  
  

  .text-icons-dotted .svg-holder{
  display:none;
  }


	 .text-icons-dotted .svg-holder-mobile{
  display:block;
  }

  
  .text-icons-dotted .svg-holder-mobile{

width: 480px;
    overflow: hidden;
    top: 17%;
    position: absolute;
    margin-left: auto;
    left: calc(50% - 255px );
}
.text-icons-dotted .svg-holder-mobile svg{
    width: 480px;
    height: 100%;
  min-width: 450px;
}





}
@media (max-width:575px) {}
@media (max-width:350px) {}























/* section image with text */

section.image-with-text {
  margin-top: 0 !important;
}

.image-with-text .container{
  background-color: #FBF6EC;
  border-radius: 16px;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: 180px;
}

.ac-section.image-with-text .image-with-text__text .image-with-text__text__wrap{
	padding-left: 60px;
}

.ac-section.image-with-text h2{
	margin-bottom: 12px;
}




    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {

.ac-section.image-with-text .padded-block {
    padding: 50px 20px;

}
  
  .ac-section.image-with-text .image-with-text__text .image-with-text__text__wrap{
  padding-left:30px;
  }
  
  .ac-section.image-with-text h2.headline-72 {
    font-size:60px;
    line-height: 60px;
    
}

  
  .ac-section.image-with-text .image-with-text__text .rte {
  
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

  }
  
  .ac-section.image-with-text .container{
  padding-left: 0;
  }


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


  #content .shopify-section.last-full-width-section .full-width-section{
  padding-left: 25px;
    padding-right: 25px;
  
  }
  
  .image-with-text .container {
  margin-bottom: 80px;
  }

}
@media (max-width:575px) {}
@media (max-width:350px) {}











/* PRODUCTS PAGE */
.color-wrap-product-hero{
  background-color: #FBF6EC;
  padding-bottom: 25px;
}


.product-container.ac-product-container .rimage-wrapper{
  border:2px solid #00AE42;
  border-radius: 16px;
  overflow: hidden;
}

.product-container.ac-product-container h1.product-title{
  font-weight: 500;
font-size: 36px;
line-height: 45px;
  color: #000;
  margin-bottom:8px;
}

.product-container.ac-product-container .product-price .current-price{
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 45px;
color: #00AE42 ;
}





.product-container.ac-product-container  .product-details .product-price .was-price{
font-style: normal;
font-weight: 100;
font-size: 36px;
line-height: 45px;

color: #000000;
opacity: 0.5;
}

.product-container.ac-product-container .product-price .pack-size{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
opacity:.5;
  position:relative;
  top:-8px;
  padding-left:5px;
}



.ac-price-product  .current-price{
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 45px;
color: #00AE42 ;
}


.ac-price-product .was-price{
font-style: normal;
font-weight: 100;
font-size: 36px;
line-height: 45px;
  text-decoration: line-through;

color: #000000;
opacity: 0.5;
}


.ac-price-product .sizing{
  font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;

opacity: 0.5;
  position: relative;
  top:-10px;
}



.product-container.ac-product-container .product-price .pack-desc{
margin-top:8px;

}

.product-container.ac-product-container .inline-row{
margin-top: 0;
}


.product-container.ac-product-container .in-stock-message{
  margin-bottom:8px;
}

.product-container.ac-product-container .button-row{
width:100%;
  
}

.product-container.ac-product-container {

margin-top:0 !important;
  padding-top: 60px !important;
}

.product-container.ac-product-container .button-row button{
align-items: center;
padding: 16px 28px;
position: static;
width: 460px;
height: 60px;
left: 0px;
top: 76px;
  font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
  border-radius:60px;
}

.template-product main{
  background: #FBF6EC;
}



.product-container.ac-product-container .product-description {
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #555555;
}

.qty-adjuster__inner{

border: 1px solid #000000 !important;
box-sizing: border-box !important;
border-radius: 4px !important;
}

.product-form--mini.product-form--added:not(.product-form--not-quickbuy)+.qty-adjuster-container .qty-adjuster__up, .product-form--mini.product-form--added:not(.product-form--not-quickbuy)+.qty-adjuster-container .qty-adjuster__down{
background-color: transparent !important;
}



.qty-adjuster__inner .qty-adjuster__up, .qty-adjuster__inner .qty-adjuster__down{
background-color: transparent !important;
  border: none !important;
}


.qty-adjuster__inner .qty-adjuster__value{
  color: #000 !important;
}


.qty-adjuster__inner{
  box-shadow: none !important;
}

.qty-adjuster{
  height:50px;
}

.qty-adjuster__down, .qty-adjuster__up{
  padding-top:15px;
}

.product-container.ac-product-container .free-deliver-message{
  margin-top: 24px;
}

.product-container.ac-product-container .free-deliver-message .the-message{
	color: #00AE42;
  padding-left: 10px;
}

.product-container.ac-product-container .free-deliver-message .truck-icon svg{
	width:34px;
}


.product-delivery-message .truck-icon svg{
	width:34px;
}

.product-delivery-message .the-message{

	color: #00AE42;
  padding-left: 10px;
}

/* PRODUCT RECOMMENDATIONS */
.product-recommendations{
  background-color: #A0E2BA;
   padding-bottom:140px;
  padding-top:60px;
}
.product-recommendations section{
  margin-top: 0 !important;
   margin-bottom: 0 !important;
 
  
}



.ac-product-recomendations h2.section-heading{
	width:100%;
  text-align:center;
  color:#1A5632 ;
}



.ac-product-recomendations .product-grid.grid .product-block:not(.product-block--flex-spacer){
background-color: transparent;
  border:none;
}


.ac-product-recomendations .product-block .image .inner {
  border-radius: 8px;
  border:2px solid #00AE42;
  overflow: hidden;

}

.ac-product-recomendations .product-grid.grid .column{
  margin-right:0;
}


.ac-product-recomendations  .product-block:not(.layout-align-beside) .product-block__title-price{
  align-items: flex-start;
  justify-content: flex-start;
}


.ac-product-recomendations .product-block .title{
font-weight: 600;
font-size: 20px;
line-height: 30px;
margin-bottom:0 !important;
}


.ac-product-recomendations .product-block .price .amount{
  
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
}

.ac-product-recomendations .product-block .pack-size, .ac-product-recomendations .product-block .pack-desc{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
  opacity:.5;
}








.ac-product-recomendations .product-block button.btn{

	background-color: transparent;
  border: 2px solid #000;
  padding: 10px 24px;
  width: initial !important;
    display: block;
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;

}

.product-block .qty-adjuster-container{
right: initial;
}

















/* COLLECTION PAGE */

.section.collection-page.ac-collection-page.full-width-header {
  margin-top:0 !important;
}

.section.collection-page.ac-collection-page.full-width-header .container{
width:100%;
  max-width: 1800px;
  padding-left:0;
  padding-right: 0;
  background-color: #FBF6EC;
  
  
}

.section.collection-page.ac-collection-page.full-width-header .cc-product-filter-container{
	width:100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}


.section.collection-page.ac-collection-page.full-width-header .product-list-toolbar {
  	width:100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
   padding-left: 20px;
  padding-right: 20px;
}

.section.collection-page.ac-collection-page .inner h1{
color: white;
  margin-bottom: 0px;
  
}




.section.collection-page.ac-collection-page .cc-toolbar-buttons--filters a{
  background-color: #1A5632 ;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
}







.section.collection-page.ac-collection-page .product-list-toolbar .cc-toolbar-filter-toggle{
color: white;
}

.section.collection-page.ac-collection-page .product-list-toolbar .filter label{
  font-weight: 600;
font-size: 16px;
line-height: 24px;
}


.section.collection-page.ac-collection-page .product-list-toolbar .pretty-select {

border: 1px solid black;
   padding: 8px 16px;
  border-radius: 25px;
  background-color: transparent;

}


.section.collection-page.ac-collection-page .product-list-toolbar .pretty-select svg{
	right: 10px;
}




.section.collection-page.ac-collection-page .product-list-toolbar{
background-color: transparent;
  border-top: none;
  border-bottom: none;
}


/* product block */

product-list-container {
  background-color: #FBF6EC;
}
.product-list-container.product-list-container--none, .product-list-container.product-list-container--simple{
 background-color: #FBF6EC;
}

.product-list-container .product-block{

background-color: transparent !important;

}


.product-grid.grid .product-block{
  border:none;
}


.product-block .image .inner {
  border-radius: 8px;
  border:2px solid #00AE42;
  overflow: hidden;

}





.product-recommendations{
  background-color: #A0E2BA;
   padding-bottom:140px;
  padding-top:60px;
}
.product-recommendations section{
  margin-top: 0 !important;
   margin-bottom: 0 !important;
 
  
}



.ac-product-recomendations h2.section-heading{
	width:100%;
  text-align:center;
  color:#1A5632 ;
}



.product-grid.grid .product-block:not(.product-block--flex-spacer){
background-color: transparent;
  border:none;
}


.product-block .image .inner {
  border-radius: 8px;
  border:2px solid #00AE42;
  overflow: hidden;

}

 .product-grid.grid .column{
  margin-right:0;
}


 .product-block:not(.layout-align-beside) .product-block__title-price{
  align-items: flex-start;
  justify-content: flex-start;
}


 .product-block .title{
font-weight: 600;
font-size: 20px;
line-height: 30px;
margin-bottom:0 !important;
}


 .product-block .price .amount{
  
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
}

.product-block .pack-size, .product-block .pack-desc{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
  opacity:.5;
}


.product-block .product-block__weight-value{
display:none;
}




/*
 .product-block button.btn{

	background-color: transparent;
  border: 1px solid #000;
  padding: 10px 24px;
  width: initial !important;
    display: block;
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;

}

*/





 .product-block button.btn{

 border:1px solid rgba(0,0,0,1);
background-color: transparent;
  color: #000000;
  font-weight: 600;
font-size: 16px;
line-height: 24px;
  transition: .3s ease;
  position:relative;
z-index:2;
   display:block;
     width: initial !important;
   transform: scale(1)
}

 .product-block button.btn::before{
content: '';
  position:absolute;
    height:calc(100% + 6px);
  width:calc(100% + 6px);
  border:6px solid #BDF4D1;
  top:-3px;
  left:-3px;
  border-radius:50px;
  transition.3s ease;
  opacity:0;

}

 .product-block button.btn:hover:before{
 
   opacity:0;
}


 .product-block button.btn:hover{
 background-color: #11ff6d;
 border:1px solid rgba(0,0,0,0);
   
   transform: scale(1.08)
   
   
}































.product-block .product-label--sale span{

background-color: transparent;
}

.product-block .product-label--sale span.sticker svg{
width:94px;
  height: 60px;
  position: relative;
  right:8px;
}

.product-block .product-label--sale span.sticker{

z-index:1;
}


.product-block .product-label--sale{
	width:94px !important;
  height:60px;
  position: absolute;
  top:11px;
  right: 8px;
  left: initial;

}


.product-block .product-label--sale .the-label{
	
  position: absolute;
  z-index:2;
  font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
  text-transform: uppercase;
  left:0;
  width:94px;
  text-align: center;
  top:20px;
  padding: 0;
  
  

}






    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {}
@media (max-width:575px) {

  .product-block .title{
  font-size: 14px;
    line-height: 24px;
  }

  .product-block button.btn{
  
  	font-size: 14px;
  }
  
  
  .product-block .product-label--sale .the-label{
  		font-size:16px;
  }
  
  .product-block .product-label--sale span.sticker svg{
  
  	transform: scale(.8);
    
  }
  
  .product-block .product-label--sale{
  	right:4px;
    top:5px;
  }


}
@media (max-width:350px) {}








/* predictive search */

.ac-search-container {
  width:100%;
  position:relative; 
  
}

.ac-search-container input[type=search]{
height: 25px;
  border:1px solid #000;
  border-radius:40px;
  position: relative;
  padding-left:50px;
  width: calc(100% - 57px);
}



.ac-search-container .predictive-form{
position: relative;
}


.ac-search-container .predictive-form .main-label{

position:relative;
  text-align:left;
  
}

.ac-search-container .predictive-form .main-label svg{
  width: 24px;
  height: 24px;
  position:relative;
  top:47px;
  left:15px;
  z-index:100;
}

.ac-search-container #predictive-search {

background-color: #fff;
    position: absolute;
    width: 100%;
  
    top: 89px;
    left: 3px;
    z-index: 10000;
    border-radius:16px;
    box-shadow: 0 1px #00000040;
    border: none;
   
}

.ac-search-container .predictive-search__list-item{
width: 100%;
  padding-bottom: 7.5px;
    margin-bottom: 7.5px;
  padding-top:15px;
}

.ac-search-container .predictive-search__list-item:first-child{
padding-top: 20px;
}


.ac-search-container .predictive-search__list-item a{
width: 100%;
display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}


.ac-search-container .predictive-search__item-heading{
color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.ac-search-container .predictive-search__image{
 border: 1px solid #00AE42;
  border-radius: 6px;
}


.ac-search-container .predictive-search__item-content{
padding-left:15px;
}

.ac-search-container .predictive-search__list-item.search-all{
border-top: 1px solid #e2e2e2;
  text-align: left;


}


.ac-search-container .predictive-search__list-item.search-all button{

background: transparent;
    border: none;

    text-align: left;
    padding-left: 0;
}





    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {

  .image-overlay .inner:not(.container){
  
  width: 80%;
  }



}
@media screen and (max-width: 767px) {}
@media (max-width:575px) {}
@media (max-width:350px) {}






















/* overflow fix for search in hero */

.ac-collection-page  .collection-header, .ac-collection-page .rimage-outer-wrapper, .ac-collection-page .image-overlay{
overflow: visible;
}


.product-grid.grid .product-block:hover{
z-index: initial;
}





/* CART DRAWER */


.cart-summary{

width: 100%;
  max-width: 480px;
}



.cart-promo .overlay:not(:first-child) {
		align-items: flex-start;
	}


.cart-promo .cart-promo__heading {
		margin: 20px;
	}


.cart__shipping-progress{
padding-top: 25px;
	position: relative;
	padding-bottom: 10px;
	margin: 10px auto 0px auto;
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
  color: rgba(0,0,0, .5);
  text-align:center;
  width: 100%;
  max-width: 400px;
  
  
  
}

.cart__shipping-progress span {
		border: 5px solid #00AE42;
		border-radius: 22px;
		width: 0;

		float: left;
	}

.cart__shipping-progress .shipping-bar {
    background: #eee;
    height: 10px;
    margin-top: 8px;

    display: inline-block;
    width: 100%;
  border-radius: 30px;
}

  
  
.current-cart-count .inner-count{
color:black;
}
  
  

.banner-container .banner1{
  background: #2A5436 !important; 
}

.product-title-row .product-title{
  color: #2A5436 !important;
}

a.breadcrumb__link{
  color:#00AE42 !important;
}


.cart-summary__empty, .cart-summary__item-list{
flex: 0 0 auto;
}

.cart-summary-item__image{
width: 90px;

}

.cart-summary-item__title{
	font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
/* identical to box height, or 150% */


color: #000000;
}

.cart-summary-item__price-current{
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
/* identical to box height, or 150% */

text-align: right;

color: #000000;



}


.cart-summary--drawer-standard .qty-adjuster__inner{
border: 1px solid rgba(0,0,0,.5);
}

.qty-adjuster__remove{

text-decoration: none !important;
  border-bottom: none;
}

a .trash-can{

color: black;
  text-decoration: none;
  border-bottom: none;
}

.qty-adjuster__remove .trashcan{
fill: #000;
  transition: .3s ease;

}
.qty-adjuster__remove:hover .trashcan{
fill: #1a5632 ;
}

.cart-summary--drawer-standard  .cart-summary-item-container{
border-bottom: 1px solid rgba(0,0,0,0.2);
  margin-bottom: 24px;
}

.cart-summary--drawer-standard  .cart-summary-item-container:last-child{
border-bottom: none;
}


.cart-summary__subtotal-label{
  font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
}

.cart-summary__subtotal .amount{
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 45px;
}

/* Store pickup app */

#storePickupApp .checkoutMethodsContainer{

display:none !important;
}

#storePickupApp p{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */


color: #000000;
}

#storePickupApp .checkoutMethodContainer .inputWithButton{
border: 1px solid #000;
border-radius: 50px;
  width: 100%;
  max-width: 250px;
  position: relative;
  
}

#storePickupApp .checkoutMethodContainer .inputWithButton input[type=text]{
border: none;
 background: transparent;
  padding: 12px 16px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

#storePickupApp .checkoutMethodContainer .inputWithButton .button{
width: 60px !important;
   background: transparent !important;
  border: none !important;

}

#storePickupApp .checkoutMethodContainer .inputWithButton .button svg{
width: 18px;
  height: 18px;
  opacity: .5;
}

.cart-summary__inner #storePickupApp{
padding: 0 !important;
}

#storePickupApp .checkoutMethodContainer.delivery .inputWithButton, #storePickupApp .checkoutMethodContainer.shipping .inputWithButton {
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#storePickupApp .checkoutMethodContainer .delivery_success p{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #00AE42;
}

#storePickupApp .checkoutMethodContainer p.delivery_note {
font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: center;

  
}

#storePickupApp .error, #storePickupApp .error p{
color:#F20000 !important;
text-align: center !important;
  font-weight: 600;

}

 /* cart */

.ac-cart-container .empty-cart-title {

padding-top: 100px;
}

.template-cart main{
  background-color: #FBF6EC;
  margin-top: 0;
  margin-bottom: 0;
}

.template-cart #content .section{
  background-color: #FBF6EC;
  margin-top: 0;
  margin-bottom: 0;
}

.template-cart #content .section .space-below{
margin-bottom:0;
}

.ac-cart-container {
padding-top:100px !important;
  padding-bottom: 100px !important;
  min-height:546px;
}

.ac-cart-container .page-title{
color: #000;}


.ac-cart-container .ac-continue-shopping{


}







.main-cart-adjuster .qty-adjuster{
flex-wrap:nowrap;
}


.main-cart-adjuster .qty-adjuster .qty-adjuster__remove span.trash-can{
padding-left: 15px;
  position: relative
}

.main-cart-adjuster .qty-adjuster .qty-adjuster__remove span.trash-can svg{
top: -5px;
    position: relative;
}


.ac-cart-col{

flex:1;
}


.ac-cart-col.ac-col-1{

display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;

}

.ac-cart-col.ac-col-1 .cart-item__price-current{
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #666;
}

.ac-cart-col.ac-col-1 .cart-item__price-current.reduced-price{

color: #00AE42;
}

.cart-item__price-current.reduced-price.theme-money{
color: #00AE42;
}

.ac-cart-col.ac-col-1 .image{
flex:0 0 90px;

}

.ac-cart-col.ac-col-1 .image{
border: 1px solid #00AE42;
  border-radius:8px;
  overflow:hidden;

}
.ac-cart-col.ac-col-1 .ac-pricing{
flex:1;
padding-left:18px;

}








.inline-list-item{
display: inline;
}









.ac-cart-item .cart-item__total{
margin-left: auto;
}


.ac-cart-item .cart-item__quantity{
width:100%;
}








.ac-cart-headings .cart-item__description-and-image,.ac-cart-headings .cart-item__quantity, .ac-cart-headings .cart-item__total{
  flex:1;
  opacity:.5;
  font-weight: 400;
font-size: 14px;
line-height: 20px;
}

.ac-cart-headings  .cart-item__quantity{
margin-left:-60px;
 
  position: relative;
}

.ac-cart-headings {
 border-bottom:1px solid rgba(0,0,0,.5);
}

.ac-cart-footer{
  border-top:1px solid rgba(0,0,0,.5) !important;
  padding-top: 24px;
}

.ac-cart-footer .cart-subtotal-label.h2{
  font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
/* identical to box height, or 150% */


color: #000000;
}


.ac-cart-footer .theme-money.h2{
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 45px;
}


.ac-cart-footer #storePickupApp .checkoutMethodContainer p.delivery_note{
text-align: right;
}

.ac-cart-footer #storePickupApp .checkoutMethodContainer.delivery .inputWithButton, #storePickupApp .checkoutMethodContainer.shipping .inputWithButton{
margin-right: initial !important;
}


.ac-cart-footer #storePickupApp .error, #storePickupApp .error p{
text-align:right !important;
}

.ac-cart-footer #storePickupApp .checkoutMethodContainer .delivery_success p{
text-align: right !important;
}

.checkout-button{

transform: scale(1);
 transition: .3s ease;
}

.checkout-button:hover{
transform: scale(1.1);
}

.ac-header-cart{
position: relative;
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



.ac-header-cart h1, .ac-header-cart .button-row{
flex:1;

  

}

.ac-header-cart h1{
    margin-bottom: 0;
}

.ac-header-cart .button-row{

text-align: right;}

.ac-header-cart .button{
display: inline-block
}

.cart-policies{
color: #7E7B76
}






    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

 


.ac-cart-col .cart-item__total__amount{

 

}

.ac-cart-col.ac-col-1{
width: 100%;
  flex: auto;
}

  
  .ac-col-2.ac-cart-col, .ac-col-3.ac-cart-col{
  flex:auto;
    width: 100%;
  
  }

  .cart-item.ac-cart-item{
  flex-wrap: wrap;
  }
  
  
  .ac-cart-container .page-title {
  flex: auto;
    order:2;
    width: 100%;
  }
  
  .ac-header-cart .button-row{
  flex: auto;
    order:1;
    text-align: left;
    width: 100%;
    
    margin-bottom: 40px;
  }
  
  
  .template-cart #content .section{
  padding-top: 25px !important;
  }
  
  
  
  
  .ac-header-cart a.button.outline {
  font-size:12px;
  }
  
  
  
  
  
  
  
  .ac-cart-footer #storePickupApp .checkoutMethodContainer p.delivery_note{
  text-align: left;
  }
  
  
  
  
  .ac-cart-footer #storePickupApp .checkoutMethodContainer.delivery .inputWithButton{
  
  margin-right: auto !important;
    margin-left: initial !important;
  }
  
  
  .ac-cart-footer .cart-buttons{
  display: inline-block;
  }
  
  
  
  
  

}
@media (max-width:575px) {}
@media (max-width:350px) {}
















/* inline zip validator */

.validator-section .ac-content{
padding-top: 12px;
  padding-bottom: 12px;
  background-color: #1A5632;
  justify-content: center;
  align-items:center;
  
}


.validator-section .ac-content span, .validator-section .ac-content form{
flex:0 0 auto;
}

.validator-section .ac-content span{
color: white;
  padding-right: 30px;
  font-weight: 600;
font-size: 20px;
line-height: 30px;

}

.validator-section .ac-content form input[type="text"]{
width: 190px;
  border: 1px solid #D0D5DD;

border-radius: 8px;
}

.validator-section .ac-content form input[type="submit"]{
margin-left: 15px;
}



/* home validator */





.home-page-val.validator-section{
background-color: #1A5632;
  max-width:100%;

}

.home-page-val.validator-section form{
max-width: initial; 
     margin-left: initial; 
     margin-right: initial;
}


.home-page-val.validator-section span{
margin-bottom: 0;
}



.home-page-val.validator-section .ac-content{
padding-top: 12px;
  max-width:1440px;
  padding-bottom: 12px;
  background-color: #1A5632;
  justify-content: center;
  align-items:center;
  
}


.home-page-val.validator-section .ac-content span, .home-page-val.validator-section .ac-content form{
flex:0 0 auto;
}

.home-page-val.validator-section .ac-content span{
color: white;
  padding-right: 30px;
  font-weight: 600;
font-size: 20px;
line-height: 30px;

}

.home-page-val.validator-section .ac-content form input[type="text"]{
width: 190px;
  border: 1px solid #D0D5DD;

border-radius: 8px;
}

.home-page-val.validator-section .ac-content form input[type="submit"]{
margin-left: 15px;
  margin-top: 0;
}















body #zapiet-delivery-validator #zapiet-delivery-validator__modal .zapiet-delivery-validator__modal__container{
background-color: #DFE9D2;
  border-radius:16px;
	padding: 98px 63px 68px 63px;
  max-width:400px;
  min-width:400px;
}

#zapiet-delivery-validator .ac-zapiet-link{
text-decoration:underline;
  color: #00AE42;
}

body #zapiet-delivery-validator #zapiet-delivery-validator__modal #zapiet-delivery-validator__modal__primary-action{

  	margin-top:20px;
  
      -webkit-appearance: none;
    display: inline-block;
    background: #11ff6d;
    color: #000;
    border: 2px solid #11ff6d;
    height: auto;
    width: auto;
    padding: 9px 1.4em;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    border-radius: 25px;
    transition: opacity .2s,background-color .15s,border-color .15s,filter .2s,-webkit-filter .2s;
  
  
  
  
  
  
  
  
text-align: center;

  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}




body #zapiet-delivery-validator #zapiet-delivery-validator__modal #zapiet-delivery-validator__modal__primary-action:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

#zapiet-delivery-validator #zapiet-delivery-validator__modal .zapiet-delivery-validator__modal__container #zapiet-delivery-validator__modal__container__heading {
    color: #1A5632;
}




    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

  .home-page-val.validator-section span, .home-page-val.validator-section form {
  display: none;
  }


}
@media (max-width:575px) {}
@media (max-width:350px) {}















/* search */

.template-search  main{
background-color: #FBF6EC;
}

.template-search #content .section.container.ac-container{
margin-top: 0;
  margin-bottom:0;
}

.ac-header-search{
padding-top: 96px;
  padding-bottom: 106px;
}

.ac-header-search h1{
color: #000;
  margin-bottom: 0;
}


.ac-header-search .ac-search-container{
max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

#predictive-search-results-list{
list-style:none;
  padding-left: 20px;
  padding-right: 20px;
}

/* section hero full width */

.section-hero-wide .ac-content{
max-width:780px;
  text-align:center;
	padding-bottom:80px;
}

.section-hero-wide  .ac-content.tall_padding{
  
  padding-top: 164px;
  padding-bottom: 244px;

}

.section-hero-wide  .ac-content.no_padding_below{
  

  padding-bottom: 0;

}




.section-hero-wide .ac-content h1{
margin-bottom: 24px;
  width: 100%;

}

.section-hero-wide .ac-content .desc{
  width: 100%;
max-width: 673px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  
}

.section-hero-wide .ac-content .eyebrow{
  width:100%;
  text-align: center;
  color: #1A5632;
  margin-bottom:19px;
}





.section-hero-wide.section_bg_1 h1, .section-hero-wide.section_bg_1 .eyebrow{
color: #1A5632;

}

.section-hero-wide.section_bg_3 h1, .section-hero-wide.section_bg_3 .eyebrow{
color: #1A5632;

}



.bg-color-style-2, .section_bg_2{
background-color: #FBCFC5;
}
.bg-color-style-3, .section_bg_3{
background-color: #DFE9D2;
}

.bg-color-style-4, .section_bg_4{
background-color: #FBF6EC;
}





    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

  .section-hero-wide .ac-content.tall_padding{
  padding-top: 80px;
    padding-bottom: 110px;
  
  }



}
@media (max-width:575px) {}
@media (max-width:350px) {}






















/* section tiles */

.ac-section-tiles{
background-color: #FBF6EC;
}

.ac-section-tiles .ac-content{
max-width: 1800px;
flex-direction: row;
  flex-wrap:wrap;
}



.ac-section-tiles .button-row{
margin-top:22px;
}



.ac-section-tiles .tile-col{
width: 50%;
min-height: 680px;
}

.ac-section-tiles .image-col{
background-position: center;
  background-size: cover;
}




.ac-section-tiles .text-col{

display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
padding: 45px 25px;

}
.ac-section-tiles .ac-content.full_width_tile{
padding-left:0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ac-section-tiles .text-col .inner-wrap{
width: 100%;
  max-width: 480px;
  margin-left:auto;
  margin-right: auto;

}

.ac-section-tiles .block-row{
width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
}

.ac-section-tiles .block-row:nth-child(odd) .text-col{
  order: 1;
}

.ac-section-tiles .block-row:nth-child(odd) .image-col{
    order: 2;
}

.ac-section-tiles .block-row:nth-child(even) .text-col{
 order: 2;
}

.ac-section-tiles .block-row:nth-child(even) .image-col{
   order: 1;
}



    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {

.ac-section-tiles .tile-col{
	min-height: 400px;
  
}
  .ac-section-tiles .text-col  h3{
  margin-bottom: 20px;
  
  }
  
  .ac-section-tiles .text-col .desc{
  
  font-size: 16px;
line-height: 24px;
  }
  
}
@media (max-width:885px) {
  
  .ac-section-tiles .tile-col{
  	width:100%;
  }
  
    .ac-section-tiles .text-col .desc{
  
  font-size: 18px;
line-height: 28px;
  }

  
  .ac-section-tiles .block-row:nth-child(odd) .text-col{
  order: 2;
}

.ac-section-tiles .block-row:nth-child(odd) .image-col{
    order: 1;
}

.ac-section-tiles .block-row:nth-child(even) .text-col{
 order: 2;
}

.ac-section-tiles .block-row:nth-child(even) .image-col{
   order: 1;
}
  
  



}
@media screen and (max-width: 767px) {}
@media (max-width:575px) {}
@media (max-width:350px) {}















/* tiles with padding */

.ac-section-tiles .ac-content.padded_tile .tile-col{
min-height: 1px;
}

.ac-section-tiles .ac-content.padded_tile .block-row{
margin-bottom: 140px;
}

.ac-section-tiles .ac-content.padded_tile .block-row:last-child{
margin-bottom: 0;
}

.ac-section-tiles .ac-content.padded_tile .block-row .text-col{
width: 47%
}


.ac-section-tiles .ac-content.padded_tile .block-row .image-col{
width:53%;
}


.ac-section-tiles .ac-content.padded_tile{
max-width:927px;
}

.ac-section-tiles .ac-content.padded_tile .image-col img{
width: 100%;
  height: auto;
}

.ac-section-tiles .ac-content.padded_tile .image-col{
display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}





.ac-section-tiles .padded_tile .block-row:nth-child(odd) .text-col{
padding-right: 0;
  padding-left:50px;
  order: 2
}

.ac-section-tiles .padded_tile .block-row:nth-child(odd) .image-col{
  order: 1;
}


.ac-section-tiles .padded_tile .block-row:nth-child(even) .text-col{
padding-right: 50px;
  padding-left:0;
    order: 1;
}


.ac-section-tiles .padded_tile .block-row:nth-child(even) .image-col{
  order: 2;
}







    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

.ac-section-tiles .ac-content.padded_tile .block-row .image-col{  
  width: 100%;
  }

  .ac-section-tiles .ac-content.padded_tile .block-row .text-col{
  width: 100%;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  
  .ac-section-tiles .text-col .inner-wrap{
  max-width:100%;
        text-align: center;
    max-width: 500px;
  }
  
  
  
  
  
  .ac-section-tiles .ac-content.padded_tile .image-col img {
    width: 100%;
    height: auto;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
  
  
.ac-section-tiles .padded_tile .block-row:nth-child(odd) .text-col{

  order: 2
}

.ac-section-tiles .padded_tile .block-row:nth-child(odd) .image-col{
  order: 1;
}


.ac-section-tiles .padded_tile .block-row:nth-child(even) .text-col{

    order: 2;
}


.ac-section-tiles .padded_tile .block-row:nth-child(even) .image-col{
  order: 1;
}

  
  .ac-section-tiles .ac-content.padded_tile .block-row{
  
  margin-bottom: 60px;
  }
  
  
  
  
}
@media (max-width:575px) {}
@media (max-width:350px) {}
















/* text with sticker */

.section-text-with-sticker .ac-content {
    padding-top: 184px;
    padding-bottom: 194px;
}

.section-text-with-sticker.section_bg_1 h1, .section-text-with-sticker.section_bg_1 .eyebrow{
color: #1A5632;

}

.section-text-with-sticker.section_bg_3 h1, .section-text-with-sticker.section_bg_3 .eyebrow{
color: #1A5632;

}

.section-text-with-sticker .ac-content{
max-width:740px;
  text-align:center;
  position:relative;
}

.section-text-with-sticker .inner-wrap{
position:relative;
  width:100%;
  max-width:480px;
  margin-left: auto;
  margin-right: auto;

}
.section-text-with-sticker h1{
margin-bottom: 0;

}

.section-text-with-sticker h1, .section-text-with-sticker .desc{
width: 100%;
  text-align: center
    margin-bottom:12px;
}



.section-text-with-sticker .ac-sticker {
display: inline-block;
border-radius: 50% / 50%;
    padding: 30px 45px;
    transform: rotate(340deg);
    position: absolute;
    right: 0px;
  	top: 50px;
  
 
  
  
  

    background-color: #FBF6EC;
    border: 5px solid #00AE42;
    /* width: 200px; */
    /* height: 100px; */

  
  
  
}

.section-text-with-sticker .ac-sticker span{
font-weight: 700;
font-size: 32px;
line-height: 32px;
   font-family: "TTTrailers-Bold";
  color: #00AE42;
  text-transform: uppercase;
 
}




    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {
  .section-text-with-sticker .ac-sticker{
    
    right: calc(50% - 100px);
    margin-bottom: 40px;
  }
  
  .section-text-with-sticker .ac-content{
  
      padding-top: 213px;
    padding-bottom: 139px;
  
  }

}
@media screen and (max-width: 767px) {}
@media (max-width:575px) {}
@media (max-width:350px) {}

































/* hero scroller */

.ac-section-hero-scroller {

height: calc(100vh - 122px);
    background-color: #FBCFC5;
    overflow-y: auto;
}

}

.ac-section-hero-scroller .ac-content{
height: 100%;
 
}

 .ac-section-hero-scroller .ac-content .block-row {
    width:50%;
    margin-left: auto;
    position: relative;
    margin-top:-10px;
}
.ac-section-hero-scroller .ac-content .block-row .block-inner-row{
margin-bottom: 140px;
}
.ac-section-hero-scroller .ac-content .block-row img {
width:100%;
  height: auto;

}

.ac-section-hero-scroller .ac-content .block-row .img-wrap {
margin-bottom: 20px;

}


.ac-section-hero-scroller .ac-content .block-row .desc {
width: 90%;

}


.ac-section-hero-scroller .ac-content .heading-wrap{
width: 100%;
    position: sticky;
    top: 200px;
}

.ac-section-hero-scroller .ac-content .heading-wrap h1{
width:50%;
  padding-right:40px;
  max-width: 500px;
  position: absolute;
  top:0;
  left:0;
  max-width:600px;
}



    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {

  .ac-section-hero-scroller .ac-content .heading-wrap{
  
  position: relative;
    top: initial;
  }
  
  .ac-section-hero-scroller{
  height: initial;
  
  }
  
  .ac-section-hero-scroller .ac-content .block-row{
  width:100%;
  }
  
  .ac-section-hero-scroller .ac-content .heading-wrap h1{
  position: relative;
    width:100%;
  }
  
  .ac-section-hero-scroller .ac-content .block-row .block-inner-row{
  margin-bottom: 100px;
  }
  
  
  .ac-section-hero-scroller .ac-content .block-row .desc{
  font-size: 20px;
line-height: 30px;
  }
  


}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {}
@media (max-width:575px) {}
@media (max-width:350px) {}






















/* image with overlay */

.section-image-with-text-overlay .no-tint .lazyload--placeholder{
background: rgba(0, 0, 0, 0);

}

/* section-image-with-text-overlay */
#content .section-image-with-text-overlay.section{
margin-top: 0;
  margin-bottom: 0;
}


.section-image-with-text-overlay.section .ac-padded-container {
padding-top:40px;
  padding-bottom: 80px;
    max-width:960px;
}

/* section text columns with media */

#content .section-text-columns-with-images.section{
margin-top: 0;
  margin-bottom: 0;
}


.section-text-columns-with-images.section .ac-padded-container {
padding-top:80px;
  padding-bottom: 80px;

}

.section-text-columns-with-images .text-column{
  padding:115px 47px;
  background-color: #FBF6EC;
  border-radius: 32px;
}
.section-text-columns-with-images .text-column h3{
  margin-bottom:24px;
}

.section-text-columns-with-images .shape-small_offset .text-column .text-column__image {
margin-bottom:37px;
  margin-top:-50px;
}

.section-text-columns-with-images .shape-small_offset .text-column{
padding-top: 0;

}

.section-text-columns-with-images .shape-small_offset .text-column .rimage-outer-wrapper{
max-width: 140px;
  

}


.section-text-columns-with-images .shape-small_offset .column-container {
margin-top: 86px;
}


.section-text-columns-with-images  .validator-section{

padding-top:46px;
  padding-bottom: 80px;
}



    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {
  .section-text-columns-with-images .shape-small_offset .text-column{
  
  margin-bottom: 90px;
    width: 100% !important;
  }
  
  .column-count--3 .text-column{
  flex-basis: 100% !important;
  
  }

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


}
@media (max-width:575px) {}
@media (max-width:350px) {}





















/* accordion */

 .ac-section-accordion .ac-content{

    max-width:720px;
  
  }
   .ac-section-accordion  .so-tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
   
  }
  
    .ac-section-accordion  .so-tab .inner-wrap {
    position: relative;
border: 2px solid #00AE42;

border-radius: 16px;

     	background-color: #FBF6EC;
   
  }
   .ac-section-accordion  .so-tab label {
    position: relative;
    display: block;
    padding: 24px 53px 24px 16px;
 	margin-bottom:0;
    line-height: normal;
    cursor: pointer;
  }
   .ac-section-accordion  .so-tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
   .ac-section-accordion  .so-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s;
    padding: 0 16px;
  
  }
  
   .ac-section-accordion  .so-tab-content .inner-answer{
    margin-bottom: 16px;
  
  }
  /* :checked */
   .ac-section-accordion  .so-tab input:checked ~ .so-tab-content {
    max-height: 800px;
    transition: max-height 1s;
    
  }
  /* Icon */
   .ac-section-accordion  .so-tab label::after {
    position: absolute;
    right: 18px;
    top: 20px;
    display: block;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
  }
   .ac-section-accordion  .so-tab input[type=checkbox] + label::after {
    content: url('ac-icon-plus.svg');
     
     
     
     
     
     
  }
   .ac-section-accordion  .so-tab input[type=radio] + label::after {
    content: "-";
  }
   .ac-section-accordion  .so-tab input[type=checkbox]:checked + label::after {
    transform: rotate(180deg);
    top: 29px;
      content: url('ac-icon-minus.svg');
     
    
    
  }
    .ac-section-accordion .so-tab input[type=radio]:checked + label::after {
    transform: rotateX(-180deg);
  }

/* default page */



section.default-hero{
background: #FBF6EC ;
}

section.default-hero h1{
width:100%;
  text-align:center;
}

section.default-hero .ac-content{
padding-bottom: 0;
}

section.main-container{
margin-bottom:0; 
  background: #FBF6EC ;
}

section.main-container .ac-content{
padding-top: 0;
}

section.main-container .ac-content, section.default-hero .ac-content{
max-width: 720px;
}


section.main-container .ac-content h2{


font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 45px;
color: #1A1A1A;
  margin-bottom: 12px;
  margin-top:24px;
}

section.main-container .ac-content p{

font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #555555;
}

section.main-container .ac-content img{
width: 100%;
  height auto;
}

section.main-container .ac-content ul{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #555555;
}
section.main-container .ac-content ul li{
 margin: 0 0 .8em;
}
   
section.main-container .ac-content h3{
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;

color: #1A1A1A;
    margin-bottom: 12px;
  margin-top:24px;
}

/* signup form */

.ac-mailing-list .input-row{
width: 100%;
  max-width: 238px;
  margin-left:auto;
  margin-right: auto;
  text-align:center;
}

.ac-mailing-list .input-row input[type=email]{
background-color: white;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}


.ac-mailing-list .input-row input[type=submit]{
margin-top: 16px;
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
  transform: scale(1);
  transition: .3s ease;
}

.ac-mailing-list .input-row input[type=submit]:hover{
  transform: scale(1.1);
}

.ac-mailing-list {
margin-top: 55px;
}

/* delivery validation and signup template. shares styles with split-hero */
.two-col-form.section-split-hero .ac-content .left-col h1{
  color: #1A5632;
margin-bottom: 12px;
}

.two-col-form.section-split-hero .ac-content .left-col .inner-wrap{
width: 100%;
  max-width:500px;
  margin-left:auto;
  margin-right: auto;
  text-align: center;

}



    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

  .two-col-form.section-split-hero .ac-content .left-col{
  order:2;
      min-height:375px;
    align-items: center;
  }
    .two-col-form.section-split-hero .ac-content .right-col{
    order:1;
    }
  
  .two-col-form.section-split-hero .ac-content .right-col {
  background-position: center;
    min-height:375px;
    
  }
  
  .two-col-form.section-split-hero .ac-content .left-col .inner-wrap{
  padding-top:40px;
    padding-bottom: 40px;
  
  }

}
@media (max-width:575px) {}
@media (max-width:350px) {}










 .validator-section{

 max-width: 400px;
  margin-left:auto;
  margin-right: auto;
  text-align:center;
  margin-top: 31px;
	position: relative;
}

.validator-section span{
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 30px;
color: #000000;
  margin-bottom: 32px;
  display: block;
}

.validator-section form{
max-width: 288px;
  margin-left: auto;
  margin-right: auto;
}

 .validator-section input[type=text]{
background-color: white;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}


 .validator-section input[type=submit]{
margin-top: 16px;
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
  transform: scale(1);
  transition: .3s ease;
}

 .validator-section input[type=submit]:hover{
  transform: scale(1.1);
}


    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {
.section-text-columns-with-images .validator-section {
    padding-top: 0;
    padding-bottom: 40px;
}


}
@media (max-width:575px) {}
@media (max-width:350px) {}





/* slideshow */

#content .section.ac-slideshow-section{
margin-top: 0;
  margin-bottom: 0;
  
}

.ac-slideshow-section .ac-container{
padding-top: 80px;
  padding-bottom: 80px;
    max-width: 1000px;
}



.ac-slideshow-section .ac-container h2{

  font-family: "TTTrailers-Bold";
  font-style: normal;
  font-weight: 110;
  font-size: 72px;
  line-height: 68px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 611px;
}



    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

  .image-overlay.image-overlay--mobile-stack .inner .line-1.headline-72{
  
  font-size: 48px;
    color:#1A5632;
    line-height: 56px;
  }

}
@media (max-width:575px) {}
@media (max-width:350px) {}


















/* slick global */

.slick-next, .slick-prev{
opacity: 1 !important;
}



.slick-next:before {

 content: url('slick-arrow.svg') !important;
}

.slick-prev:before {

 content: url('slick-arrow.svg') !important;

}

.slick-prev{
  transform: rotate(180deg) !important;
}

.slideshow .slick-next svg, .slideshow .slick-prev svg{
opacity: 0 !important
}

.slideshow{
overflow: visible !important;
}

.slideshow .slick-next, .slideshow .slick-prev {
top: 50%;
transform: translateY(-50%);
height: 66px;
width: 66px;
}

.slideshow .slick-prev {
  top: calc(50% - 38px);
}

.cc-popup-container .cc-popup-title{
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 30px;
/* identical to box height, or 125% */

text-align: center;

/* black */

color: #000000;
}
.cc-popup-container .button-container{
margin-top: 24px;
}

.cc-popup .cc-popup-modal{

border-radius: 16px;

}

.cc-popup .cc-popup-content {
padding: 63px 42px !important;
}

.cc-popup .cc-popup-modal{
  max-width: 470px !important;
}

.cc-popup .cc-popup-close svg{
stroke-width: 1px !important;
}

/* contact page*/

.page-with-contact-form h1{
margin-top: 0 !important;
}

/* related slider */

.related-box-slider {
position: relative;
}

.related-box-slider .slider-container{
width:95%;
 max-width: 800px;
  z-index:2;
  margin-left: auto;
  margin-right: auto;
 
}



.related-box-slider .slider-container .slick-slide a{
width:100%;
  position: absolute;
  width:100%;
  top:0;
  left:0;
  height:100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
}

.related-box-slider .slider-container .slick-slide .img-holder{
position:absolute;
  width: 100%;
  height:514px;
  top: 0;
  left:0;
  background-size: cover;
  background-position: center;
  z-index:1;
  border-radius: 16px;

}

.related-box-slider .slider-container .slick-slide .inner-wrap{
height: 514px;
  width:100%;
}

.related-box-slider .slider-container .slick-slide .inner-wrap h3{
position: relative;
  width: 100%;
  max-width:250px;
  margin-left:auto;
  margin-right: auto;
  color: white;
  text-align:center;
  z-index:3;
  margin:0;
  padding:0;

}



.related-box-slider .slider-container .slick-slide .inner-wrap .svg-holder{
     position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50% - 100px);
   
     height: 203px;
  	z-index:2;
  

}

.related-box-slider .slider-container .slick-slide .inner-wrap .svg-holder svg{
    width: 319px;
    height: 203px;

}

.related-box-slider .slider-container .slick-prev{
left: 15px;
 top: calc(50% - 35px);
}

.related-box-slider .slider-container .slick-next{
right: 15px;

}

.ac-custom-related .faux-div{

position: absolute;
  width:100%;
  z-index: 1;
  height: 45%;
  bottom:0;
  left:0;
  background-color: #FBCFC5;
}

.ac-custom-related .ac-content .heading-wrap{
width: 100%;
  max-width: 720px;
margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}

.ac-custom-related .ac-content .heading-wrap h2{
margin-bottom:12px;
  width: 100%;
  text-align: center;
  color: #1A5632;
  
}

.ac-custom-related .ac-content .heading-wrap .desc{
  width: 100%;
  text-align: center;
}

    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

.related-box-slider .slider-container .slick-next{

top: calc(100% + 40px);
  right:  calc(50% - 80px);
}

  
  .related-box-slider .slider-container .slick-prev{
  top: calc(100% + 0px);
  left:  calc(50% - 80px);
  
  }
  
  
  


}
@media (max-width:575px) {

  .related-box-slider .slider-container .slick-slide .img-holder{
  	height: 450px;
  }
  
  .related-box-slider .slider-container .slick-slide .inner-wrap{
  	height: 450px;
  
  }
  
  
  
  
  .related-box-slider .slider-container .slick-slide .inner-wrap .svg-holder svg{
  
  transform: scale(.8);
   
  }
  
  .related-box-slider .slider-container .slick-slide .inner-wrap h3{
  
  font-size: 32px !important;
line-height: 36px;
  }
  
  .related-box-slider .slider-container .slick-slide .inner-wrap .svg-holder{
  
  }
  

}
@media (max-width:350px) {}






/* mobile-nav */

.ac-mobile-nav .inner {
 padding-top:20px;
}

.ac-mobile-nav#mobile-nav .nav-item:after, .ac-mobile-nav#mobile-nav .sub-nav-item:after {
display:none;
}

.ac-mobile-nav#mobile-nav .nav-item, #mobile-nav .sub-nav-item{
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 30px;
color: #000000;
  padding-bottom: 0px;
   padding-top: 20px;

}

.ac-mobile-nav .secondary-nav{

  
}

.ac-mobile-nav .secondary-nav ul{
   padding-left: 20px;
     padding-right: 20px;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 54px;
}

.ac-mobile-nav .secondary-nav ul li{
  padding-left:0;
  width: 48%;
  margin-bottom: 20px;
}

.ac-mobile-nav .side-menu-header {
border-bottom: 0;
}
.ac-mobile-nav .social-links svg {
width:30px;
  height:30px;
}

.ac-mobile-nav .social-links .social-links__list{
text-align: center;
}

.ac-mobile-nav#mobile-nav {
	background-color: #FBCFC5;
}

/* Footer */

footer.page-footer .signup-row{
width: 48%;
  order:2;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: flex-start;
}


footer .signup-row h3 {
color: white;
  padding:0;
  margin: 0;
}
footer .signup-row h3 p{
padding:0;
  margin: 0;

}

footer .ac-inner-wrap{
width: 100%;
  max-width:350px;
  margin-left: auto;
  position:relative;

}



footer .container {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}



footer .ac-col-ewdg {

order:1;
  width: 48%;
  text-align: left;
    padding:0;
  margin: 0 !important;
}

footer .ac-col-ewdg h2{
    padding:0;
  margin: 0;
}
footer .ac-col-ewdg h2 p{
  padding:0;
  margin: 0;
}



footer .ac-nav{
order: 3;
  width:48%;
}

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

footer.page-footer .footer-lower{
border-top: 1px solid white;
width: 100%;
order: 4;
  margin-top: 60px;
  padding-top: 32px;
  color: rgba(255,255,255,.5);
}

footer.page-footer ul{
 padding:0;
  margin: 0;
}
footer.page-footer .ac-mailing-list {

margin-top: 0;}

footer.page-footer .input-row input[type=submit] {
    margin-top: 0px;
  margin-left: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    transform: scale(1);
    transition: .3s ease;
  display: inline-block;
    padding: 6px 18px;
  flex: 0 0 auto;
  
}


footer.page-footer .input-row input[type=email] {
    background-color: white;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  display: inline-block

}
footer.page-footer .input-row {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    text-align: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

footer .footer-lower {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

footer .footer-lower .copy, footer .footer-lower .legal{
flex:1;
}

footer .footer-lower .copy a{ 
  color: rgba(255,255,255,.5);
}

footer .footer-lower .copy span{
padding-left: 15px;
  padding-right: 15px;
}

footer .footer-lower .legal{
  text-align: right;
}

footer .footer-lower .legal a{
  color: rgba(255,255,255,.5);
  padding-left: 16px;
}

footer.page-footer a{
border-bottom: none;
}

footer.page-footer a:hover {
color: #11FF6D;
  text-decoration: none;
  border-bottom: none;
}


footer .social-links svg{
height:30px;
  width:30px;
  fill:white !important;
}

.page-footer .social-links a svg, .page-footer .social-links a svg g{
fill: white;
}

footer .social-links svg .ac-i-fb, footer .social-links svg .d {
stroke: white !important;
}

footer .social-links svg:hover .ac-i-fb, footer .social-links svg:hover .d{
stroke: #11FF6D !important; 
}

.page-footer .social-links a svg:hover, .page-footer .social-links a svg:hover g{
fill: #11FF6D !important;
}


    /* MEDIA QUERY */
@media screen and (max-width: 1025px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1023px) {}
@media (max-width:885px) {}
@media screen and (max-width: 767px) {

  footer.page-footer .signup-row, footer .ac-col-ewdg, footer .ac-nav{
  width: 100%;
    text-align: center;
  }

  footer .ac-inner-wrap{
  margin-right: auto;
    
  }
  
  footer.page-footer .signup-row{
  order:3;
  }
  
  footer .ac-nav{
  
  order: 2;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  



}
@media (max-width:575px) {

  footer .ac-nav{
    margin-top: 24px;
    margin-bottom: 24px;
  
  }

  footer.page-footer ul li{
  width: 100%;
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  footer.page-footer .input-row{
  flex-wrap: wrap;
    text-align: center;
  }
  
  footer.page-footer .input-row input[type=submit]{
  margin-left: auto;
    margin-right: auto;
  margin-top:16px;
  }

  footer .footer-lower .copy, footer .footer-lower .legal{
  width: 100%;
    flex: 0 0 auto;
    text-align: center;
  }
  
  footer .footer-lower .copy{
  margin-bottom: 16px;
  }
  footer .social-links ul li{
  display:inline
  }
  
  footer .footer-lower .legal a{
  padding-right:5px;
    padding-left:5px;
  }
}
@media (max-width:350px) {}


.ac-included-product-bundle .included-product-grid{
width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.ac-included-product-bundle .ac-product-included-block{
width: 25%;
}

.ac-included-product-bundle .ac-product-included-block .inner{
padding:0 20px;
}

.ac-included-product-bundle .ac-product-included-block .img-container{
width:100%;
background-color: white;
display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
    border: 2px solid #00AE42;
    overflow: hidden;
  margin:0 0 1em;
}

.ac-included-product-bundle .ac-product-included-block h3{
  font-weight:600;
}

@media (max-width:885px) {
.ac-included-product-bundle .ac-product-included-block{
width: 33%;
}

}

@media (max-width:767px) {
.ac-included-product-bundle .ac-product-included-block{
width: 50%;
}

}