@font-face {
  font-family: 'tex_gyre_heros';
  src: url("../fonts/texgyreheros-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'tex_gyre_heros';
  src: url("../fonts/texgyreheros-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale{
	/*width: 60px;
    height: 60px;
    border-radius: 50% !important;*/
    text-align: center;
    font-size: 12px !important;
    display: block;
    padding: 15px 0 !important;
    background: #000 !important;
    position: absolute;
	max-width:	80% !important;
    right: 0px !important;
    left: 10% !important;
    /*top: 0px !important;*/
	top: 15vw !important;
}

.fancybox-container{
    z-index: 2147483641;
}
#_header_row-50-17{
    -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity:0;
}
#_header_row-50-17.active{
    visibility:visible;
    opacity: 1;
}
#_header_row-50-17 .oxy-header-container{width: 100%;}
#_header_row-50-17 .oxy-header-center{width: 20%}
#_header_row-50-17 .oxy-header-left,
#_header_row-50-17 .oxy-header-right{
    width: 40%;
}
#_rich_text-47-17 a{color: #404040}
#_rich_text-47-17 a:hover{color: #208120; text-decoration: underline;}
body, h1, h2, h3, h4, h5 {
  font-family: 'tex_gyre_heros' !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.columns {
  margin-right: -6px;
  margin-left: -6px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns .column {
  padding: 0 6px;
  width: 100%;
}

.columns .column.is-6 {
  width: 50%;
}

.ct-link-button {
  border-radius: 0 !important;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  color: #ffffff !important;
}

#section-58-18.home-products ul.products,
#section-2-9.home-products ul.products{
  margin: -10px -10px 0;
}

#section-58-18.home-products ul.products li.product,
#section-2-9.home-products ul.products li.product{
  padding: 10px;
}

#section-58-18.home-products ul.products li.product img,
#section-2-9.home-products ul.products li.product img{
  border: none;
  padding: 50px 20px 30px;
  background: #f7f7f7;
}

#section-58-18.home-products .add_to_cart_button,
#section-2-9.home-products .add_to_cart_button{
  background: #ffffff;
  border: 2px solid #208120;
  color: #208120;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
}

#section-58-18.home-products .add_to_cart_button:hover,
#section-2-9.home-products .add_to_cart_button:hover{
  background: #208120;
  color: #ffffff;
}

#section-58-18.home-products h2,
#section-2-9.home-products h2{
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin: 0;
  padding: 0 0 5px;
}

#section-58-18.home-products .woocommerce-Price-amount,
#section-2-9.home-products .woocommerce-Price-amount{
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 20px;
}
.woocommerce-result-count,.woocommerce-ordering{
    display: none !important;
}
.footer {
  background: #f7f7f7 url(../images/footer-bg.jpg) no-repeat right bottom;
  background-size: 54vw auto !important;
  background-repeat: no-repeat !important;
}

.footer h1 {
  margin: 0 0 10px;
}

.footer .wpcf7 {
  margin: 20px 0 40px;
}

.footer .wpcf7 .wpcf7-form-control-wrap {
  margin: 0 0 12px;
  display: block;
}

.footer .wpcf7 input[type="text"], .footer .wpcf7 input[type="email"] {
  height: 50px;
  width: 100%;
  display: block;
  background: #EFEFEF;
  outline: none;
  border: none;
  padding: 0 12px;
	font-family: 'tex_gyre_heros' !important;
}

.footer .wpcf7 textarea {
  height: 140px;
  width: 100%;
  display: block;
  background: #EFEFEF;
  outline: none;
  border: none;
  padding: 8px 12px;
	font-family: 'tex_gyre_heros' !important;
}

.footer .wpcf7 input[type="submit"] {
  width: 130px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 2px solid #208120;
  color: #208120;
  outline: none;
  line-height: 36px;
  margin: 0 auto;
  display: block;
	background: #208120;
	color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.footer .wpcf7 input[type="submit"]:hover {
  background: transparent;
  color: #208120;
}
@media screen and (min-width: 992px){
    #_header_right-5-17{
        margin-bottom: -15px;
    }
	#section-9-40 .ct-div-block{
		width: 50%;
	}
}
@media (max-width: 991px) {
  .footer {
    background: #f7f7f7 url(../images/footer-bg-mobile.jpg) no-repeat center bottom;
    background-size: auto 300px !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 768px) {
  h1, #headline-8-18 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  #headline-50-18 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  #headline-10-18, #text_block-23-18, #text_block-52-18, #headline-15-70, #headline-6-40, #headline-35-17, #text_block-20-74, #headline-96-78{
    font-size: 18px !important;
    line-height: 1.4em !important;
  }
  #image-6-18 {
    width: 320px;
    margin: 0 auto;
  }
  #headline-67-70, #headline-54-78, #headline-72-78 {
    word-break: break-all;
  }
  #_nav_menu-8-17 .menu-item a{
      margin-right: 0 !important;
      font-size: 18px !important;
      line-height: 2em;
  }
  #_nav_menu-60-17 .menu-item a{
      margin-right: 0 !important;
      font-size: 18px !important;
      line-height: 2em;
  }
}
/*# sourceMappingURL=main.css.map */