/** Shopify CDN: Minification failed

Line 323:15 Unexpected "2"

**/
/** Main **/


p{
  font-size: 16px;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  color: #585858;
}







.header-logo a, .header-logo a:hover, .header-logo a:focus {
  
  color: #000;
}

.site-header--text-links {
 
  color: black;
}

[id^="slideShowImageWrapper-slideshow-"] {
    max-width: 100% !important;
}



.template-index .wrapper.main-content, .shopify-section.slider-section{
max-width: 100%;
margin: 0 auto;
padding: 0px 0px;
width: 100%;
overflow: hidden;
}

/**


.lazyload__image-wrapper {
    max-width: 100% !important;
}

.wrapper.main-content .shopify-section{
max-width: 1060px;
margin: 0 auto;
padding: 0 30px;
}


.wrapper.main-content .shopify-section {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 100PX !important;
}

**/




.main-content .h1 {
  color: #799130;
  text-align:center;
  padding-bottom: 20px;
}

#shopify-section-16569169983a561649 p,
#shopify-section-16569171887be25ee2 p,
#shopify-section-16569172155bb2e535 p,
#shopify-section-165691611796dc7ec5 p
{
  
  text-align:center;
  
}



.search-bar, .header-cart-btn {

    margin-top: 35px;
}


.icon-cart {
  color: #799130;
}



.search-bar .icon-search {

  color: #ccc;
  
}


.site-header .search-bar input[type="search"]::placeholder {

  color: #a6a6a6;
  
}


  @media only screen and (min-width: 769px){
.site-header .large--one-half{
  width: 30%;
}
    
  }


.search-bar {
  max-width: 65%;
  
}


.product-item--price small {
  white-space: nowrap;
  color: #E23A05;
  font-weight: 900;
  font-size: 35px;
}




a.product-grid-item, .product-grid-item {
  color: #2c2d33;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}



.main-content .h1 {
  
  font-size: 2em;
  font-weight: 700;
}

.site-footer {
  background-color: #000;
 
  color: #999;
}

.site-footer a{
  
 
  color: #999;
}


.site-footer h3 {

  color: white;
}




#shopify-section-collection-row-1 .grid-uniform,
#shopify-section-collection-list .grid-uniform,
#shopify-section-1656916934c4402653 .grid-uniform,
#shopify-section-16569169983a561649 .rich-text,
#shopify-section-16569171234aa25973 .grid-uniform,
#shopify-section-16569171887be25ee2 .rich-text,
#shopify-section-1656915361002dcb41 .feature-row,
#shopify-section-165691595712401ce8 .feature-row,
#shopify-section-1656917281c09b2190 .grid-uniform{
  max-width: 1140px;
  margin: 0 auto;
}



/** Hero banner **/

.masthead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
 
overflow: hidden;
background: #799130;
padding-top: 60px;
padding-bottom: 60px;
  
}

.masthead h1 {
  font-style: normal;
  font-weight: bold;
  color: #eee;
  font-size: 11vmin;
  letter-spacing: 0.03em;
  line-height: 1;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
}


.masthead p {
color: rgba(255,255,255,0.79);
font-size: 21px;
font-weight: 400;
line-height: 1.5em;
letter-spacing: 0px;
}
    
    

      
.masthead button {
  background: #400040;
  transition: background ease .25s;
  border-radius: 5px;
  display: inline-block;
  border: none;
  padding: 0.75rem 1.5rem;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  fill: #000000;
color: #000000;
background-color: #ffffff;
}
.masthead button:hover {
  background: #ffffff
}
.masthead button:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}
    



  


/** Accordian Styles **/

.acc-container {
  width:90%;
  margin:30px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow:hidden;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:20px 25px;
  cursor:pointer;
  background:#34495E;
  border-bottom:1px solid #2C3E50;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#2C3E50;
}

.acc-content-inner {
  padding:30px;
}

.open {
  height: auto;
}

.acc-container h1 {
  font:700 20px/26px 'Lato', sans-serif;
  color:#ffffff;
}

.acc-container p { 
  font:400 16px/24px 'Lato', sans-serif;
  color:#798795;
}

.selected {
  color:#1ABC9C;
}







<!-- Accordian 2 -->



.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #2ba659;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.acccontainer {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #38cc70;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #30bb64;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #2ba659;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #2ba659;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}




.accordion dl::after, .accordion-list::after {

   
    background-color: #23820f;

}


.accordionTitle, .accordion__Heading {
  background-color: #2f9619;
 
  border-bottom: 1px solid #188340;
  
}

.accordionTitle:hover, .accordion__Heading:hover,
.accordionTitleActive, .accordionTitle.is-expanded{
  
   background-color: #23820f;
}


.accordion dl, .accordion-list {
  border: 1px solid #20be00;
  
}


.accordion p {
  
  color: #0c0b0b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-family: calibri;
}


.accordion dd h3 {
  
  color: #0c0b0b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  font-family: calibri;
  padding: 1em 2em 1em 2em;
  text-transform: initial;
}




.accordion dt h3 {
  
  

  text-align: center;
font-weight: 700;
 text-transform: initial;
display: block;
text-decoration: none;
color: #fff;
transition: background-color 0.5s ease-in-out;
  
  
}




.template-page .main-content h2 {
  color: #799130;
  text-align: left;
  padding-bottom: 20px;
    font-size: 2em;
  font-weight: 700;
}





