.selection-wraper button#AddToCart.button {
     float: left;
     margin: 15px auto;
     max-width: 300px;
     width: 100%;
}
 .purchase-box .selection-wrapper.cart .selector-wrapper.quantity {
     display: inline-block;
     padding-right: 20px;
     vertical-align: bottom;
     width: 100px;
}
 .purchase-box .selection-wrapper.cart {
     background-color: transparent;
     border-bottom: 0 none;
     border-collapse: collapse;
     display: inline-block;
     margin: 20px 0 0;
     padding: 0;
     vertical-align: middle;
     width: 100%;
}
 .button.solid.addtocart {
     margin: 15px 0;
}
.purchase-box button#AddToCart {
    padding: 8px 100px !important;
}
 .selection-wraper button.button.addtocart, .selection-wrapper input.button.addtocart {
     font-size: 1.15em;
}
 .selection-wrapper button.button, .selection-wrapper input.button {
     font-size: 1.15em;
}
.middle-wrapper.smart {
    display: inline-block;
    left: 50%;
    margin: 0;
    position: absolute;
    -moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}
 header.util .middle-wrapper.smart .search-wraper {
     border: 1px solid #000;
     display: inline-block !important;
     float: left;
     line-height: normal;
     margin: 5px auto 0;
     padding: 1px 15px;
     width: 85%;
     background: transparent;
}
 header.util .middle-wraper.smart .search-wraper span.icon-fallback-text {
     display: block;
     height: 40px;
     line-height: 40px;
     text-align: right;
     width: 100%;
}
 header.util .middle-wrapper.smart .search-wraper span.input-group-btn button {
     height: 40px;
}
 header.util .middle-wrapper.smart .search-wraper input:focus {
     background-color: transparent;
     outline: 0 none;
     border-bottom: none;
}
 .middle-wrapper.smart .button-wrapper {
     display: none;
}
 header.util .middle-wrapper.smart .search-wraper input[type="search"] {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: transparent none repeat scroll 0 0;
     border-color: transparent transparent!important;
     border-image: none;
     border-style: none !important;
     border-width: medium !important;
     color: #454545;
     font-size: 1.25em;
     height: 32px;
     padding: 0 16px 0 0;
     width: 90%;
}
 .input-wrapper > input[type="submit"] {
     font-size: 0;
}
 .submit-wrapper {
     float: right;
}
 .submit-wrapper > input {
     font-size: 0;
     height: 32px;
     position: relative;
     text-align: center;
     width: 32px;
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: transparent none repeat scroll 0 0;
     border-color: transparent transparent -moz-use-text-color !important;
     border-image: none;
     border-style: none !important;
     border-width: medium !important;
}
 .submit-wrapper::before {
     content: "\f002";
     font-family: Fontawesome;
     font-size: 16px;
     height: 32px;
     line-height: 32px;
     position: absolute;
     text-align: center;
     width: 32px;
     color: green;
}
 .middle-wrapper.smart .input-wrapper > input {
     width: 94%;
}
 .submit-wrapper {
     display: inline-block;
     float: right;
     height: 32px;
     width: 32px;
}
 .footer-column.clmn-3 {
     width: 37% !important;
}
 header.collection-header .sort-by {
     margin-left: 15px;
     float: right;
}
footer.site-footer button {
    font-size: 16px;
    height: 44px !important;
    padding: 10px 20px !important;
}
footer.site-footer form {
    margin: 20px 0 10px;
    border: 1px solid #000;
}
footer.site-footer form td.body table.infusion-field-container {
    margin-top: 15px;
}
.social-icon-wrapper ul.social-icons a:hover, .social-icon-wrapper ul.social-icons:focus {
    color: green !important;
}
.single-product .grid .product-images {
  position: relative;
}
.single-product .grid .product-images a#zoomIn {
  bottom: 0;
  font-size: 0;
  height: 30px;
  left: 0;
  position: absolute;
  text-decoration: none;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.single-product .grid .product-images a#zoomIn::after {
  color: #4aab23;
  content: "\f00e";
  font-family: fontawesome;
  font-size: 20px;
  height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.single-product .grid .product-images a#zoomIn:hover::after {
  color: #2F6B16;
}
div.hero-content .cell-content a.button {
  font-size: 24px;
  padding: 20px 40px;
}





 @media only screen and (min-width: 1024px) and (max-width: 1179px){
     header.site-header nav.nav-bar ul.site-nav li a {
         font-size: 15px;
         padding: 6px 10px;
    }
     header.site-header nav.nav-bar ul.site-nav li.has-dropdown>a:after {
         margin-left: 5px;
    }
     .middle-wrapper.smart {
      margin: 0 30px;
      position: static;
      -moz-transform: none;
	  -webkit-transform: none;
	  -ms-transform: none;
	  -o-transform: none;
      transform: none;
      width: 41%;
  }
   div.hero-content .cell-content a.button {
    font-size: 20px;
    padding: 10px 30px;
}
}




 @media only screen and (min-width: 768px) and (max-width: 1023px){
     header.util .middle-wrapper.smart .search-wraper input[type="search"] {
         width: 75%;
    }
     .middle-wrapper.smart {
         width: 24%;
         margin: 0 15px;
       position: static;
      -moz-transform: none;
	  -webkit-transform: none;
	  -ms-transform: none;
	  -o-transform: none;
      transform: none;
    }
     header.util .middle-wrapper.smart .search-wraper {
         width: 100%;
    }
     header.site-header nav.nav-bar ul.site-nav li a {
         font-size: 14px;
         padding: 6px 4px;
    }
     header.site-header nav.nav-bar ul.site-nav li.has-dropdown>a:after {
         margin-left: 2px;
    }
     header.site-header nav.nav-bar ul.site-nav li.has-dropdown>a {
         padding-right: 4px;
    }
     header.site-header h2.site-logo.has-image a, header.site-header .site-logo.has-image.h2 a, header.site-header div.has-image.site-logo a {
         max-width: 100px;
    }
   div.hero-content .cell-content a.button {
    font-size: 18px;
    padding: 10px 30px;
}
}




 @media only screen and (max-width: 767px){
     .middle-wrapper.smart {
         margin: auto 15px;
         width: 100%;
       position: static;
      -moz-transform: none;
	  -webkit-transform: none;
	  -ms-transform: none;
	  -o-transform: none;
      transform: none;
    }
   
     header.util .middle-wrapper.smart .search-wraper input[type="search"] {
         width: 80%;
    }
     header.util .middle-wrapper.smart .search-wraper {
         width: 90%;
    }
     header.collection-header .sort-by {
         margin-left: 10px;
    }
   header.collection-header .sort-by select.coll-filter {
      width: 100px;
  }
   header.collection-header .sort-by select#SortBy {
      width: 115px;
  }
   .purchase-box button#AddToCart {
      padding: 8px 55px !important;
  }
   header.collection-header .sort-by select {
      font-size: 11px;
  }
   div.hero-content .cell-content a.button {
    font-size: 13px;
    padding: 6px 15px;
}
}
/*3-1-2019*/
.youtube-player > video {
    display: block;
    width: 100%;
}
header.site-header {
    background-color: #8f9074 !important;
    height: auto !important;
    padding: 0px 0px 0;
    text-align: center;
}
