/*import fonts*/
@import url("./fonts.css");
/* Reset */
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  cursor: pointer;
}

body, html, h1, h2, h3, h4, h5, h6, p, header, footer, div, article, section, aside {
  padding: 0;
  margin: 0;
  position: relative;
}

input, select, textarea, button {
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

/* Common Classes */
.wid100, .containerflex {
  width: 100%;
  float: left;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.listn, header.desktop ul, header.mobile .mob-dropdown ul:not(.sub-menu), header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub ul.sub-menu, .contact-form .fields ul, .contact-form .bot-address .inner .contain-info .wrap ul, .contact-form .bot-address .inner .social-info .wrap ul, .categories-header nav ul.main-nav, .categories-header nav ul.sub-menu, .products-list .product-content .inner-content .slider-wrap .single article ul, .prod-recipes .inner .left .recipes-list ul, .prod-recipes .inner .recipe-wrap .single-recipe ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.defimg {
  width: 100%;
  height: auto;
}

.defimg2 {
  width: auto;
  height: auto;
  max-width: 90%;
}

.coverimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.containimg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagewrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 56px;
}

.pagewrapper2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 98px;
}

.pagewrapper3 {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 98px;
}

.flex, .containerflex, .containerflex article, .file-upload-wrap, header.mobile .top-hdr .burg-wrap, .big-el .top-circle, .home-banner, .home-overview .pagewrapper2, .home-overview .top-el .content-circle, .home-overview .two-cell, .about-us .about-us-banner, .about-us .about-us-banner .banner-wrap, .about-info, .about-info .top-el .content-circle, .polaroid-pics, .contact-form .fields ul li .input-wrap, .contact-form .bot-address .inner, .contact-form .bot-address .inner .contain-info .wrap, .our-partners .inner .partner-wrap, .our-partners .inner .partner-wrap .partner-single .partner-inner, .our-partners .inner .partner-wrap .partner-single .partner-inner .logos, .categories-header nav ul.main-nav, .products-list .slider-section .med-el .content-circle, .products-list .slider-section .product-slider, .products-list .slider-section .product-slider .item, .products-list .slider-section .product-slider .item .wrap aside, .products-list .product-content, .products-list .product-content .inner-content .slider-wrap .single, .products-list .product-content .inner-content .slider-wrap .single aside, .products-list .product-content .inner-content .slider-wrap .single article, .prod-recipes .inner, .prod-recipes .inner .left, .recipes-slider .inner .med-el .content-circle, .single-recipe .inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.containerflex {
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.containerflex article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.disnone {
  display: none;
}

.padd50 {
  padding: 50px 0 !important;
}

/* Flex - commonly used */
/* Stretched Vertically */
.startstretch {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
}

.endstretch {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
}

.betweenstretch {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
}

.centerstretch {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
}

.aroundstretch {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-align-content: stretch;
}

/* Centered Vertically */
.startcenter {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
}

.endcenter {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
}

.centercenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.betweencenter {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}

.aroundcenter {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
}

.startstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
}

.centerstart {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
}

.endstart {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-start;
}

.betweenstart {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
}

/*Start*/
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 3px;
}

h1 {
  font: 700 64px/72px "DayRoman", Times, serif;
}

h2 {
  font: 700 56px/64px "DayRoman", Times, serif;
}

h3 {
  font: 700 42px/54px "DayRoman", Times, serif;
}

h4 {
  font: 700 32px/42px "DayRoman", Times, serif;
}

h5 {
  font: 700 24px/32px "DayRoman", Times, serif;
}

h6 {
  font: 700 18px/24px "DayRoman", Times, serif;
}

p, label, button, input, input::-webkit-input-placeholder, select, textarea, span, li {
  font: 400 16px/24px "UniversCn", Arial, sans-serif;
  letter-spacing: 2px;
}

p, label, button, input, input:-ms-input-placeholder, select, textarea, span, li {
  font: 400 16px/24px "UniversCn", Arial, sans-serif;
  letter-spacing: 2px;
}

p, label, button, input, input::-ms-input-placeholder, select, textarea, span, li {
  font: 400 16px/24px "UniversCn", Arial, sans-serif;
  letter-spacing: 2px;
}

p, label, button, input, input::placeholder, select, textarea, span, li {
  font: 400 16px/24px "UniversCn", Arial, sans-serif;
  letter-spacing: 2px;
}

a {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  font-style: inherit;
  text-decoration: none;
  font-weight: inherit;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'],
textarea {
  background: #ccd2cb;
  padding: 10px 12px;
  border-radius: 8px;
  resize: none;
}

input::-webkit-input-placeholder {
  color: black;
}

input:-ms-input-placeholder {
  color: black;
}

input::-ms-input-placeholder {
  color: black;
}

input::placeholder {
  color: black;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdf-dl {
  font-size: 14px;
  position: relative;
}

.pdf-dl a {
  padding: 10px 42px 10px 12px !important;
}

.pdf-dl:after {
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-left: 5px;
  background: url("../images/dl-pdf-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev {
  width: 14px;
  height: 22px;
  left: -36px;
  background: url("../images/sld-left.png") !important;
  background-size: cover !important;
  background-position: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev::before {
  display: none;
}

.slick-prev.slick-disabled {
  opacity: 0.45 !important;
}

.slick-next {
  width: 14px;
  height: 22px;
  right: -36px;
  background: url("../images/sld-right.png") !important;
  background-size: cover !important;
  background-position: contain !important;
  background-repeat: no-repeat !important;
}

.slick-next::before {
  display: none;
}

.slick-next.slick-disabled {
  opacity: 0.45 !important;
}

.upload-btn {
  background: #979d96;
  background: linear-gradient(140deg, #979d96 0%, #c2c9c1 100%);
  margin-bottom: 10px;
  display: inline-block;
  padding: 8px;
  width: 100%;
  max-width: 164px;
  border-radius: 8px;
  border: none;
  text-align: center;
  color: black;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.upload-btn + input[type='file'] {
  opacity: 0;
  position: absolute;
}

.upload-btn:hover {
  opacity: 0.75;
}

.file-upload-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#file-upload {
  opacity: 0;
  position: absolute;
}

.result-upload {
  margin-left: 12px;
}

.submit-btn {
  background: #c69417 url("../images/message-logo.png");
  background-color: #c69417 !important;
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: white;
  padding: 12px 12px 12px 56px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}

.submit-btn:hover {
  background: #ca8a0d url("../images/message-logo.png");
  background-color: #ca8a0d !important;
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.recipes-btn {
  padding: 16px 12px;
  background: #072d06;
  border: 1px solid #379305;
  border-radius: 18px;
  display: inline-block;
  color: white;
  font: 400 16px/24px "UniversCn", Arial, sans-serif;
  letter-spacing: 2px;
}

.return-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.return-btn a {
  font: 400 24px/32px "UniversCn", Arial, sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  color: white;
  padding-left: 36px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.return-btn a:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../images/arrow-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
}

.main-bag {
  overflow-x: hidden;
}

header.desktop {
  position: fixed;
  top: 0;
  left: 52px;
  z-index: 99;
  padding: 0 12px;
}

header.desktop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 100%;
  background: black;
  z-index: -1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

header.desktop .hdr-logo {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
}

header.desktop .dropdown {
  padding-top: 112px;
  padding-bottom: 12px;
  width: 131.5px;
  -webkit-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out;
}

header.desktop .dropdown.active {
  padding-top: 112px;
  padding-bottom: 12px;
}

header.desktop ul {
  color: white;
  text-align: center;
  width: 100%;
}

header.desktop ul li {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
  font-family: "DayRoman", Times, serif;
}

header.desktop ul li a {
  color: white !important;
}

header.desktop ul li a.active {
  color: #c69417 !important;
}

header.desktop .mob-arrow-down {
  display: none;
  background: url("../images/burg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

header.mobile {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  pointer-events: none;
}

header.mobile .top-hdr {
  width: 100%;
  padding: 0;
  pointer-events: none;
}

header.mobile .top-hdr .logo-wrap {
  padding: 5px 5px 12px;
  background: black;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  pointer-events: all;
  display: inline-block;
  width: auto;
}

header.mobile .top-hdr .burg-wrap {
  padding: 12px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  position: absolute;
  right: 0;
  bottom: calc(50% - 28px);
}

header.mobile .top-hdr span.burg {
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/burg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header.mobile .mob-dropdown {
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  height: calc(100vh - 86px);
  display: none;
  pointer-events: all;
  background: black;
  overflow-y: auto;
}

header.mobile .mob-dropdown ul:not(.sub-menu) {
  width: 100%;
  padding: 24px 0;
  overflow-y: auto;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li {
  width: 100%;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub {
  background: url("../images/drop-arrow-white.png");
  background-size: 18px;
  background-position: calc(100% - 12px) 10px;
  background-repeat: no-repeat;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub > a {
  pointer-events: none;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub ul.sub-menu {
  width: 100%;
  overflow-y: auto;
  display: none;
  background: #333333;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub ul.sub-menu li {
  width: 100%;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub ul.sub-menu li:last-child {
  border-bottom: none;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub ul.sub-menu li a {
  width: 100%;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.5);
  color: white !important;
  display: block;
  border: none !important;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub ul.sub-menu li a.active {
  color: #c69417 !important;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li.has-sub.active > a {
  color: #c69417 !important;
}

header.mobile .mob-dropdown ul:not(.sub-menu) li > a {
  width: 100%;
  padding: 10px 12px;
  text-align: center;
  color: white !important;
  display: block;
  border-bottom: 1px solid #555555;
}

header.mobile.drop .top-hdr {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header.mobile.drop .burg-wrap {
  background: black;
  padding: 12px 12px 30px;
  bottom: 0;
  top: auto;
  -webkit-transform: none;
          transform: none;
}

.go-upsection {
  position: fixed;
  bottom: 72px;
  left: 95px;
  background: url("../images/arrow-nav.png");
  z-index: 99;
  display: block;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
}

.go-upsection a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.go-upsection.active {
  opacity: 1;
  pointer-events: all;
}

.go-upsection.disabled {
  opacity: 0;
  pointer-events: none !important;
}

.go-upsection.removed {
  display: none;
}

.arrow-right {
  display: block;
  width: 32px;
  height: 10px;
  background: url("../images/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.sm-el {
  width: 180px;
  height: 98px;
  text-align: center;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  position: relative;
  cursor: pointer;
}

.sm-el:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/sm-el.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.sm-el h6 {
  font-family: "UniversCn", Arial, sans-serif;
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.5px;
  width: 100%;
}

.sm-el a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sm-el-g {
  width: auto;
  min-width: 170px;
  text-align: center;
  background: #014301;
  padding: 20px 42px;
  color: white;
  border-radius: 300px;
  position: relative;
  border: 2px solid #379305;
}

.sm-el-g:before {
  content: '';
  width: 100px;
  height: 56px;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  background: #014301;
  position: absolute;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #379305;
  border-bottom: none;
}

.sm-el-g a {
  width: 100%;
  height: calc(100% + 56px);
  position: absolute;
  top: 0;
  left: 0;
}

.top-el {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 42px;
}

.top-el .top-circle {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 101px;
}

.top-el .content-circle {
  padding: 56px;
  text-align: center;
  color: white;
  position: relative;
}

.top-el .content-circle h6 {
  margin-bottom: 16px;
}

.med-el {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 42px;
}

.med-el:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/products-el.png");
  background-size: 100% 100%;
  background-position: center;
}

.med-el .top-circle {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 86px;
}

.med-el .content-circle {
  padding: 42px;
  text-align: center;
  color: white;
  position: relative;
}

.med-el .content-circle h6 {
  margin-bottom: 16px;
}

.big-el {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 42px;
}

.big-el .top-circle {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38%;
  height: 230px;
  margin-bottom: -5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 24px 0;
}

.big-el .top-circle h5 {
  width: 100%;
  display: block;
  color: #b07e08;
  text-align: center;
  font-family: "DayRoman", Times, serif;
  text-transform: uppercase;
}

.big-el .top-circle:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/big-el-top.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.big-el .content-circle {
  padding: 64px 129px 0;
  height: 421px;
  text-align: left;
  color: white;
  position: relative;
}

.big-el .content-circle:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/big-el-bottom.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.big-el .content-circle h6 {
  margin-bottom: 16px;
}

.big-el .content-circle p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.home-banner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}

.home-banner .bnr-logo {
  width: auto;
  height: auto;
  max-width: 100%;
}

.home-overview {
  width: 100%;
  height: 100%;
  background: url("../images/product-green-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 32px 0;
}

.home-overview .mobile-text {
  display: none;
  padding: 0 0 42px;
  color: white;
  text-align: center;
}

.home-overview .pagewrapper2 {
  height: 100%;
  padding: 0 98px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-overview .inner {
  height: 100%;
  max-height: 900px;
  width: 100%;
}

.home-overview .top-el {
  width: 600px;
}

.home-overview .top-el:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/home-overview-el.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.home-overview .top-el .top-circle {
  height: 115px;
}

.home-overview .top-el .content-circle {
  min-height: 210px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 42px;
}

.home-overview .top-el .content-circle p {
  font-size: 13px;
  line-height: 22px;
}

.home-overview .top-el .content-circle h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
}

.home-overview .top {
  margin-bottom: 42px;
}

.home-overview .top img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.home-overview .two-cell {
  width: 100%;
  height: calc(100% - 325px - 42px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-overview .two-cell .slick-list, .home-overview .two-cell .slick-track {
  height: 100%;
  min-width: 100%;
}

.home-overview .two-cell .cell {
  width: 48%;
  position: relative;
  height: 100%;
}

.home-overview .two-cell .cell a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-overview .two-cell .cell aside {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-overview .two-cell .cell article {
  width: 100%;
  padding: 12px 12px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.75);
  min-height: 89px;
}

.home-overview .two-cell .cell article p {
  font-size: 12px;
  line-height: 20px;
}

.home-overview .two-cell .cell #fb-column {
  background: #F5F6F7;
}

.about-us {
  background: #072d06;
}

.about-us .about-us-banner {
  width: 100%;
  height: 100%;
  background: url("../images/about-us-banner.png");
  background-size: cover !important;
  background-position: 75% bottom !important;
  background-repeat: no-repeat !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .about-us-banner .banner-wrap {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 24px;
}

.about-us .about-us-banner .banner-wrap h4 {
  color: #c69417;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.about-us .about-us-banner .about-img-wrap {
  max-width: 50%;
  width: 100%;
  border-radius: 75% 65%;
  padding: 12px;
  overflow: hidden;
  margin-left: 17%;
  -webkit-box-shadow: 10px 10px 20px black;
          box-shadow: 10px 10px 20px black;
}

.about-us .about-us-banner .about-img-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.about-us .about-us-banner .about-img-wrap img {
  width: 100%;
  height: auto;
}

.about-info {
  width: 100%;
  height: 100%;
  background: url("../images/green-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-info .pagewrapper {
  padding: 0;
}

.about-info .inner {
  height: 100%;
  padding: 0 98px;
  max-height: 910px;
  width: 100%;
}

.about-info .top-el {
  display: none;
  max-width: 360px;
}

.about-info .top-el .top-border, .about-info .top-el .bottom-border, .about-info .top-el .content-circle:before, .about-info .top-el .content-circle:after {
  display: none;
  border: none;
}

.about-info .top-el .top-circle {
  border: none;
  height: 60px;
}

.about-info .top-el:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/products-el.png");
  background-size: 100% 100%;
  background-position: center;
}

.about-info .top-el .content-circle {
  min-height: initial !important;
  padding: 12px 24px;
  height: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-info .top-el h4 {
  color: #ca8a0d;
  font-size: 22px;
  line-height: 30px;
}

.polaroid-pics {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.polaroid-pics .pic {
  width: 100%;
  max-width: 30vh;
}

.polaroid-pics .pic .wrap {
  background: white;
  -webkit-box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(140deg, white 0%, #b6b5b5 100%);
  padding: 7px 7px 12px;
}

.polaroid-pics .pic .wrap img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.polaroid-pics .pic .wrap p {
  font-family: "FSSammy", sans-serif;
  color: #072d06;
  text-align: center;
  width: 100%;
}

.polaroid-pics .pic:first-child {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-right: 140px;
}

.polaroid-pics .pic:nth-child(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 1;
  margin-bottom: 64px;
  margin-right: 42px;
}

.polaroid-pics .pic:nth-child(3) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.contact-form {
  width: 100%;
  height: 100%;
  background: url("../images/contact-us-top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.contact-form .contact-wrap {
  overflow-y: visible;
  padding-bottom: 24px;
  height: calc(100% - 200px);
}

.contact-form .fields {
  width: 50%;
  max-width: 886px;
  margin-left: auto;
  padding: 24px 42px 0;
  color: white;
}

.contact-form .fields .text-wrap {
  width: 100%;
  max-width: 560px;
  margin-bottom: 16px;
}

.contact-form .fields .text-wrap h3 {
  color: #c69417;
  font-weight: 700;
}

.contact-form .fields .text-wrap h3 + p {
  color: #c69417;
  margin-bottom: 16px;
}

.contact-form .fields ul li {
  width: 100%;
  margin-bottom: 20px;
}

.contact-form .fields ul li label {
  display: inline-block;
  margin-bottom: 5px;
}

.contact-form .fields ul li label b {
  color: #c69417;
}

.contact-form .fields ul li .input-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form .fields ul li .input-wrap .wpcf7-form-control-wrap {
  width: calc(50% - 1px);
}

.contact-form .fields ul li .input-wrap .wpcf7-form-control-wrap:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-form .fields ul li .input-wrap .wpcf7-form-control-wrap:last-child input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.contact-form .fields ul li .input-wrap .wpcf7-form-control-wrap input {
  width: 100%;
}

.contact-form .fields ul li textarea {
  width: 100%;
  height: 90px;
}

.contact-form .bot-address {
  width: 100%;
  color: white;
  padding: 24px 0 56px;
  pointer-events: none;
}

.contact-form .bot-address .pagewrapper2 {
  padding: 0;
}

.contact-form .bot-address .sm-el {
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 24px;
}

.contact-form .bot-address .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 180px);
}

.contact-form .bot-address .inner .contain-info {
  pointer-events: all;
  width: 70%;
}

.contact-form .bot-address .inner .contain-info .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form .bot-address .inner .contain-info .wrap > h6 {
  display: block;
  font-family: "UniversCn", Arial, sans-serif;
  margin-bottom: 16px;
  width: 100% !important;
}

.contact-form .bot-address .inner .contain-info .wrap ul {
  padding: 0 24px 0 32px;
}

.contact-form .bot-address .inner .social-info {
  pointer-events: all;
  width: 30%;
}

.contact-form .bot-address .inner .social-info .wrap > h6 {
  display: block;
  font-family: "UniversCn", Arial, sans-serif;
  margin-bottom: 16px;
  width: 100% !important;
}

.contact-form .bot-address .inner .social-info .wrap ul {
  padding: 0 12px 0 0;
}

.contact-form .bot-address .inner .social-info .wrap ul li {
  width: 100%;
  display: block;
  margin-bottom: 6px;
}

.contact-form .bot-address .inner .social-info .wrap ul li:last-child {
  margin-bottom: 0;
}

.contact-form .bot-address .inner .social-info .wrap ul li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.contact-form .bot-address .inner .social-info .wrap ul li a:hover {
  opacity: 0.7;
}

.contact-form .bot-address .inner .social-info .wrap ul li a.fb:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  background: url("../images/fb-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-form .bot-address .inner .social-info .wrap ul li a.ig:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  background: url("../images/ig-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.our-partners {
  width: 100%;
  height: 100%;
  background: url("../images/contact-us-bot.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.our-partners .pagewrapper2 {
  height: 100%;
  max-width: 80%;
}

.our-partners .inner {
  text-align: center;
  padding: 56px 0;
  height: 100%;
}

.our-partners .inner h4 {
  color: #c69417;
  width: 100%;
  margin-bottom: 42px;
}

.our-partners .inner .wrap-scroll {
  height: calc(100% - 82px);
}

.our-partners .inner .partner-wrap {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.our-partners .inner .partner-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-partners .inner .partner-wrap .partner-single {
  width: 48%;
  padding: 32px 32px 42px;
  border-radius: 16px;
  height: inherit;
}

.our-partners .inner .partner-wrap .partner-single:last-child {
  margin-bottom: 0 !important;
}

.our-partners .inner .partner-wrap .partner-single:nth-last-child(2) {
  margin-bottom: 0 !important;
}

.our-partners .inner .partner-wrap .partner-single:before {
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 70px);
  background: linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, #379305 100%);
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 30px;
  border-radius: 16px;
  opacity: 0.7;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner {
  width: 100%;
  background: black;
  border-radius: 16px;
  position: relative;
  height: 100%;
  padding: 2px;
  background: linear-gradient(330deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 32px 24px 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 475px;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner .top-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  text-align: center;
  width: 100%;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner .top-text h6 {
  color: #c69417;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  position: relative;
  width: auto;
  font-family: "UniversCn", Arial, sans-serif;
  font-weight: 700;
  padding: 0 5px;
  z-index: 2;
  text-shadow: 0 1px 3px #072d06, 0 2px 3px #072d06, 0 3px 3px #072d06, 0 4px 3px #072d06, 0 -1px 3px #072d06, 0 -2px 3px #072d06, 0 -3px 3px #072d06, 0 -4px 3px #072d06, 1px 0 3px #072d06, 2px 0 3px #072d06, 3px 0 3px #072d06, 4px 0 3px #072d06, -1px 0 3px #072d06, -2px 0 3px #072d06, -3px 0 3px #072d06, -4px 0 3px #072d06;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner .logos {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner .logos .logo-wrap {
  width: 16.666%;
  padding: 12px;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner .logos .logo-wrap img {
  width: 100%;
  height: auto;
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner .logos.items3 .logo-wrap {
  width: 16.666%;
}

.our-partners .inner .partner-wrap .partner-single .partner-inner .logos.items4 .logo-wrap {
  width: 16.666%;
}

.our-partners .inner .partner-wrap .slick-dots {
  bottom: 0 !important;
}

.our-partners .inner .partner-wrap .slick-dots li button:before {
  display: none;
}

.our-partners .inner .partner-wrap .slick-dots li button {
  border-radius: 50%;
  border: 2px solid white;
}

.our-partners .inner .partner-wrap .slick-dots li.slick-active button {
  background: white;
}

.categories-header {
  width: 100%;
  padding: 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
}

.categories-header .pagewrapper3 {
  max-width: none;
  padding: 0;
}

.categories-header h4 {
  text-align: center;
  display: inline-block;
  font-weight: 700;
  color: white;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 24px;
  text-shadow: 0 1px 2px #4b3019, 0 2px 2px #4b3019, 0 3px 2px #4b3019, 0 4px 2px #4b3019, 0 -1px 2px #4b3019, 0 -2px 2px #4b3019, 0 -3px 2px #4b3019, 0 -4px 2px #4b3019, 1px 0 2px #4b3019, 2px 0 2px #4b3019, 3px 0 2px #4b3019, 4px 0 2px #4b3019, -1px 0 2px #4b3019, -2px 0 2px #4b3019, -3px 0 2px #4b3019, -4px 0 2px #4b3019;
}

.categories-header.rec-header h4 {
  margin-bottom: 0;
  color: #072d06;
  text-shadow: 0 1px 2px white, 0 2px 2px white, 0 3px 2px white, 0 -1px 2px white, 0 -2px 2px white, 0 -3px 2px white, 1px 0 2px white, 2px 0 2px white, 3px 0 2px white, -1px 0 2px white, -2px 0 2px white, -3px 0 2px white;
}

.categories-header.rec-header p {
  color: black;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  text-shadow: 0 1px 3px white, 0 2px 3px white, 0 3px 3px white, 0 -1px 3px white, 0 -2px 3px white, 0 -3px 3px white, 1px 0 3px white, 2px 0 3px white, 3px 0 3px white, -1px 0 3px white, -2px 0 3px white, -3px 0 3px white;
}

.categories-header nav {
  width: 100%;
  max-width: 1366px;
  padding: 0 98px;
  margin: 0 auto;
}

.categories-header nav ul.main-nav {
  background: url("../images/header-bg.png");
  background-size: 105%;
  background-position: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.categories-header nav ul.main-nav li.main-li {
  position: relative;
  min-width: 5%;
}

.categories-header nav ul.main-nav li.main-li:hover > a {
  background: #072d06;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.categories-header nav ul.main-nav li.main-li > a {
  text-align: center;
  padding: 10px 28px;
  display: block;
  color: white !important;
}

.categories-header nav ul.main-nav li.main-li > a.active {
  color: #c69417 !important;
  background: rgba(7, 45, 6, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.categories-header nav ul.main-nav li.main-li > a:hover {
  color: #c69417 !important;
}

.categories-header nav ul.main-nav li.main-li:last-child .sub-menu {
  right: 0 !important;
  left: auto !important;
}

.categories-header nav ul.sub-menu {
  display: none;
  padding: 8px 0;
  width: 141px;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.75);
  counter-reset: dis;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-height: 400px;
  overflow-y: auto;
}

.categories-header nav ul.sub-menu li.sub-li {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  padding: 8px;
}

.categories-header nav ul.sub-menu li.sub-li > a {
  position: relative;
  padding-left: 14px;
  display: block;
  color: white !important;
}

.categories-header nav ul.sub-menu li.sub-li > a:hover {
  color: #c69417 !important;
}

.categories-header nav ul.sub-menu li.sub-li > a:before {
  counter-increment: dis;
  content: counter(dis, disc);
  position: absolute;
  left: 0;
}

.products-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.products-banner .desktop-banner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  position: absolute;
  top: 0;
  left: 0;
}

.products-banner .ipad-banner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.products-banner .mobile-banner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.products-list {
  width: 100%;
  height: 100%;
  background: url("../images/product-green-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px 0 42px;
}

.products-list .pagewrapper3 {
  height: 100%;
  max-width: 1440px;
  padding: 0;
}

.products-list .inner {
  height: 100%;
}

.products-list .slider-section {
  width: 100%;
  height: 100%;
}

.products-list .slider-section .med-el {
  max-width: 480px;
}

.products-list .slider-section .med-el .content-circle {
  min-height: 148px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-list .slider-section .med-el h4 {
  color: #c69417;
  width: 100%;
}

.products-list .slider-section .product-slider {
  width: 100%;
  height: calc(100% - 254px - 42px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 56px;
  overflow-y: hidden;
}

.products-list .slider-section .product-slider .slick-list, .products-list .slider-section .product-slider .slick-track {
  min-width: 100%;
  height: 100%;
}

.products-list .slider-section .product-slider .slick-prev {
  left: 18px;
}

.products-list .slider-section .product-slider .slick-next {
  right: 18px;
}

.products-list .slider-section .product-slider .item {
  height: 100%;
  padding: 24px 24px 32px;
  border-radius: 10px;
  width: 25%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0.35;
  cursor: pointer;
  position: relative;
}

.products-list .slider-section .product-slider .item.not-slide {
  width: 25% !important;
}

.products-list .slider-section .product-slider .item.active {
  background: black;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.288953)), to(rgba(0, 0, 0, 0.739933)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.288953) 0%, rgba(0, 0, 0, 0.739933) 100%);
}

.products-list .slider-section .product-slider .item:hover {
  background: black;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.288953)), to(rgba(0, 0, 0, 0.739933)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.288953) 0%, rgba(0, 0, 0, 0.739933) 100%);
}

.products-list .slider-section .product-slider .item .wrap {
  width: 100%;
  height: 100%;
}

.products-list .slider-section .product-slider .item .wrap article {
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 44px;
}

.products-list .slider-section .product-slider .item .wrap article h6 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.products-list .slider-section .product-slider .item .wrap aside {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
}

.products-list .slider-section .product-slider .item .wrap aside img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.products-list .prod-content-sec {
  display: none;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
  padding: 32px 0;
}

.products-list .product-content {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 42px;
}

.products-list .product-content .inner-content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(55, 147, 5, 0.75);
          box-shadow: 0 0 20px rgba(55, 147, 5, 0.75);
  padding: 32px 64px;
  color: white;
}

.products-list .product-content .inner-content .clsbtn {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  z-index: 1;
  background: url("../images/close.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.products-list .product-content .inner-content .slider-wrap {
  width: 100%;
  height: 100%;
}

.products-list .product-content .inner-content .slider-wrap .slick-list, .products-list .product-content .inner-content .slider-wrap .slick-track {
  height: 100%;
}

.products-list .product-content .inner-content .slider-wrap .single {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-list .product-content .inner-content .slider-wrap .single aside {
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-list .product-content .inner-content .slider-wrap .single aside img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.products-list .product-content .inner-content .slider-wrap .single article {
  width: 50%;
  padding-bottom: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-list .product-content .inner-content .slider-wrap .single article .wrap-scrolling {
  overflow-y: auto;
  width: 100%;
}

.products-list .product-content .inner-content .slider-wrap .single article h4 {
  color: #c69417;
  margin-bottom: 32px;
  text-align: center;
  text-transform: initial;
}

.products-list .product-content .inner-content .slider-wrap .single article h4 span {
  display: block;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  text-transform: initial !important;
}

.products-list .product-content .inner-content .slider-wrap .single article ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.products-list .product-content .inner-content .slider-wrap .single article ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 32px;
}

.products-list .product-content .inner-content .slider-wrap .single article ul li:before {
  content: '';
  width: 28px;
  height: 15px;
  background: url("../images/check.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.products-list .product-content .inner-content .slider-wrap .single article ul li:last-child {
  margin-bottom: 0;
}

.products-list .product-content .inner-content .slider-wrap .single article .recipes-btn {
  position: absolute;
  bottom: 32px;
}

.prod-recipes {
  background: url("../images/recipes-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.prod-recipes .pagewrapper3 {
  height: 100%;
  max-width: initial !important;
  padding: 0 42px 0 198px;
}

.prod-recipes .rgroup {
  display: none;
  height: 100%;
}

.prod-recipes .rgroup.active {
  display: block;
}

.prod-recipes .inner {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 42px 0;
  position: relative;
}

.prod-recipes .inner .left {
  width: 30%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.prod-recipes .inner .left .recipes-list {
  padding-top: 56px;
  width: 100%;
}

.prod-recipes .inner .left .recipes-list .sm-el-g {
  margin-bottom: 42px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.prod-recipes .inner .left .recipes-list ul {
  width: 100%;
  color: white;
  max-height: 200px;
  overflow-y: auto;
}

.prod-recipes .inner .left .recipes-list ul li {
  width: 100%;
  padding: 16px;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
}

.prod-recipes .inner .left .recipes-list ul li:hover, .prod-recipes .inner .left .recipes-list ul li.active {
  background: #285e01;
  background: radial-gradient(circle, #285e01 0%, rgba(40, 94, 1, 0) 100%);
}

.prod-recipes .inner .prod-image {
  width: 50%;
  height: 100%;
  padding: 120px 0;
}

.prod-recipes .inner .prod-image img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.prod-recipes .inner .recipe-wrap {
  width: 70%;
  height: 100%;
  border: 2px solid #379305;
  background: url("../images/recipes-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  border-radius: 20px;
  padding: 42px 32px;
  display: none;
}

.prod-recipes .inner .recipe-wrap .clsbtn {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  z-index: 1;
  background: url("../images/close.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.prod-recipes .inner .recipe-wrap .single-recipe {
  display: none;
}

.prod-recipes .inner .recipe-wrap .single-recipe.active {
  display: block;
}

.prod-recipes .inner .recipe-wrap .single-recipe .wrap-article {
  height: calc(100% - 290px - 24px - 40px - 24px);
  overflow-y: auto;
}

.prod-recipes .inner .recipe-wrap .single-recipe h4 {
  text-align: center;
  margin-bottom: 24px;
}

.prod-recipes .inner .recipe-wrap .single-recipe .recipe-image {
  width: 100%;
  height: 290px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 24px;
}

.prod-recipes .inner .recipe-wrap .single-recipe .ingredients {
  margin-bottom: 16px;
}

.recipes-banner-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}

.recipes-banner-slider .slick-list, .recipes-banner-slider .slick-track {
  height: 100%;
}

.recipes-banner-slider .recipes-banner-single {
  width: 100%;
  height: 100%;
}

.recipes-banner-slider .recipes-banner-single aside {
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  position: relative;
}

.recipes-banner-slider .recipes-banner-single aside.ipad-banner, .recipes-banner-slider .recipes-banner-single aside.mobile-banner {
  display: none;
}

.recipes-banner-slider .recipes-banner-single aside a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recipes-banner-slider .slick-dots {
  bottom: 42px;
}

.recipes-banner-slider .slick-dots li button {
  background: transparent;
  border: 1px solid white;
  border-radius: 30px;
  width: 14px;
  height: 14px;
}

.recipes-banner-slider .slick-dots li button:before {
  display: none;
}

.recipes-banner-slider .slick-dots li.slick-active button {
  background: white !important;
}

.recipes-slider {
  width: 100%;
  height: 100%;
  padding: 32px 0;
  background: url("../images/green-bg-wall.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recipes-slider .pagewrapper3 {
  height: 100%;
  padding: 0;
}

.recipes-slider .inner {
  width: 100%;
  height: 100%;
}

.recipes-slider .inner .med-el {
  width: 460px !important;
  height: 215px;
  max-width: none !important;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 24px;
}

.recipes-slider .inner .med-el .top-circle {
  height: 72px;
}

.recipes-slider .inner .med-el .content-circle {
  padding: 24px 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 140px;
}

.recipes-slider .inner .med-el .content-circle h3 {
  color: #ca8a0d;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
}

.recipes-slider .inner .med-el .content-circle p {
  font-size: 14px;
}

.recipes-slider .inner .slider-wrap {
  width: 100%;
  height: calc(100% - 239px);
  padding: 0 40px;
}

.recipes-slider .inner .slider-wrap .slick-list, .recipes-slider .inner .slider-wrap .slick-track {
  height: 100%;
}

.recipes-slider .inner .slider-wrap .slick-prev {
  background: url("../images/left-sld-recipes.png") !important;
  background-size: contain !important;
  background-position: center !important;
  width: 34px;
  height: 34px;
  left: 0;
}

.recipes-slider .inner .slider-wrap .slick-next {
  background: url("../images/right-sld-recipes.png") !important;
  background-size: contain !important;
  background-position: center !important;
  width: 34px;
  height: 34px;
  right: 0;
}

.recipes-slider .inner .slider-wrap .item {
  height: 100%;
  padding: 0 16px;
}

.recipes-slider .inner .slider-wrap .item .inner-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.recipes-slider .inner .slider-wrap .item .inner-wrap aside.slide-image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.recipes-slider .inner .slider-wrap .item .inner-wrap article {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 12px 24px 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.recipes-slider .inner .slider-wrap .item .inner-wrap article h5 {
  margin-bottom: 8px;
}

.single-recipe {
  width: 100%;
  height: 100%;
  display: none;
}

.single-recipe.active {
  display: block;
}

.single-recipe .inner {
  width: 100%;
  height: 100%;
}

.single-recipe .inner .recipe-image {
  width: 50%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.single-recipe .inner .recipe-desc {
  width: 50%;
  height: 100%;
  background: url("../images/gray-wall-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 42px 42px 42px 0;
}

.single-recipe .inner .recipe-desc .wrap {
  width: 100%;
  float: left;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 56px  8px 56px 42px;
}

.single-recipe .inner .recipe-desc .wrap h4 {
  width: 100%;
  text-align: center;
  color: #072d06;
  margin-bottom: 32px;
  font-weight: 700;
}

.single-recipe .inner .recipe-desc .wrap .inner-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}

.single-recipe .inner .recipe-desc .wrap .inner-wrap .left-text {
  width: 100%;
  height: calc(100% - 36px - 32px);
  padding-right: calc(30% + 20px);
  overflow-y: auto;
}

.single-recipe .inner .recipe-desc .wrap .inner-wrap .left-text b, .single-recipe .inner .recipe-desc .wrap .inner-wrap .left-text em, .single-recipe .inner .recipe-desc .wrap .inner-wrap .left-text strong {
  color: #072d06;
}

.single-recipe .inner .recipe-desc .wrap .inner-wrap .left-text b, .single-recipe .inner .recipe-desc .wrap .inner-wrap .left-text strong {
  font-weight: 700;
}

.single-recipe .inner .recipe-desc .wrap .inner-wrap .right-feat-img {
  width: 30%;
  height: calc(100% - 36px - 32px);
  position: absolute;
  top: 0;
  right: 20px;
}

.single-recipe .inner .recipe-desc .wrap .inner-wrap .right-feat-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 8px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 100px;
}

/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
    Yes, I pulled out digital color meter */
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
}

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output {
  position: absolute;
  bottom: -52px;
}
/*# sourceMappingURL=main.css.map */