 body section.text_with_image .content_box.image_left .image_container {
    order: 1;
}

body section.text_with_image .content_box.image_left .content {
    order: 2;
}
body section.search-product .product-search-container .product_list .products .item article .image-container{
   position: relative;
}

 body section.search-product .product-search-container .product_list .products .item article .image-container .text_holder {
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 5;
    transform: translate(20%,20%);
    -webkit-transform: translate(20%,20%);
    transition: all .5s .3s;
    opacity: 0;
    font-size: 0;
    padding: 10%;
    background-color: transparent;
}

body section.search-product .product-search-container .product_list .products .item article .image-container .text_holder {
    position: absolute;
}

body section.search-product .product-search-container .product_list .products .item article .image-container .text_holder_outer {
    display: table;
    width: 100%;
    height: 100%;
}
body section.search-product .product-search-container .product_list .products .item article .image-container .text_holder_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

body section.search-product .product-search-container .product_list .products .item article .image-container .thin_plus_only_icon {
    font-weight: 100;
    font-family: 'HelveticaNeue',sans-serif;
    font-size: 100px;
    transition: all .5s .3s;
    display: block;
    color: #fff;
    font-size: 80px;
}
body section.search-product .product-search-container .product_list .products .item article .image-container:hover{
   opacity: .5;
}
body section.search-product .product-search-container .product_list .products .item article .image-container:hover .text_holder {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: all .2s .1s;
    font-size: 150px;
    opacity: 1;
}
.list-view-container .description .image-box{
   position: absolute;
    width: 200px;
    height: auto;
    border: 10px solid #ffffff;
    left: 27px;
    z-index: 9999999;
    display: none;
    max-height: 150px;
    overflow: hidden;
    bottom: -90px;
}

.list-view-container .description a.image-url:hover .image-box {
    display: block;
}

.form_container .um-field-area span.um-field-checkbox-option{
   color: #a5cf4f !important;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31px;
    letter-spacing: .72px;
    margin-left: 25px;
}
.form_container .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i{
   color: #a5cf4f !important;
}

.form_container .um-field-area .um-field-checkbox-state i, .um-field-radio-state i {
    font-size: 18px;
    line-height: 18px;
    height: 24px;
    color: rgba(0,0,0,.25);
    transition: all .2s linear;
}

.form_container .um-field-checkbox-state, .um-field-radio-state {
    padding-top: 5px;
}
.form_container a.um-link-alt{
   color: #a5cf4f !important;
    font-family: HelveticaNeue;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 31px;
    letter-spacing: .79px;
}

.form_container .um-col-alt-b{
   padding-top: 0;
}
body section.signup_login .signup_login_form h2.section_title{
   font-weight: 600;
}
body section.signup_login .signup_login_form .Subtitle.h3, body section.signup_login .signup_login_form h3.Subtitle{
   font-weight: 500;
}

body section.signup_login .signup_login_form .form_container form input[type=submit].um-button{
   font-family: canada-type-gibson,sans-serif;
}


body section.signup_login .signup_login_form .form_container form a.um-button.um-alt {
    background-color: #a7cb3e;
    padding: 8px 30px !important;
    color: #fff;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px !important;
    text-align: center;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    min-width: 150px !important;
    display: block;
    margin: 20px auto;
}


body section.signup_login .signup_login_form .form_container form a.um-button.um-alt {
    background-color: #a7cb3e;
    padding: 8px 30px !important;
    color: #fff;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px !important;
    text-align: center;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    min-width: 150px !important;
    display: block;
    margin: 20px auto;
}
.btn-container ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*.btn-container a.btn.btn-green {
    background-color: #63a522;
    color: #ffffff;
    border-radius: 25px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 15px;
}*/

.btn-container a.btn.btn_green {
    background-color: #63a522;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18.73px;
    text-align: center;
    border-radius: 20px;
    padding: 8px 30px;
    margin-bottom: 15px;
            }

.btn-container a.btn.btn_green:hover {
   background-color: #ef8a1d;
}
#um_field_98_state{
	clear: both;
}
body section.home_banner {
    margin-top: 30px;
}
.product-search-container.list .list-view-container{
   padding-bottom: 65px;
}
body section.search-product .product-search-container .product_list .pagination-container {
    padding-top: 20px;
}

body section.signup_login .signup_login_form .form_container form input[type=submit].um-button {
    background-color: #a7cb3e;
    padding: 8px 30px !important;
    color: #fff;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px !important;
    text-align: center;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    min-width: 150px !important;
    display: block;
    margin: 20px auto;
}

.um-register .um-field-account {
    width: 48%;
    float: left;
}

.um-register .um-field-phone_number{
   width: 48%;
    float: right;
}
.um-register .um-field-password{
   clear: both;
}

.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .select2-container .select2-choice, .select2-container-multi .select2-choices {
    background-color: #f4f5f8;
     min-height: 45px;
   border: 1px solid #9c9c9c!important;
}
.um-field{
   margin-bottom: 5px;
}

.um-field-block{
    color: #549e3c;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

img.nutritional{
   max-height: 500px;
}
.um-locked-content{
   border: none;
}
/* body section.inner_page_menu .inner_menu ul li:last-child{
   display: none;
} */
.list-view-container .description .image-box{
   max-height: inherit!important;
}

a.btn.btn-download{
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 19px;
background: #63A522;
border-radius: 20px;
color: #ffffff;
padding: 10px 30px;
}
.facetwp-page.active{
   font-weight:bold!important;
}

.um-login li{
   background-color: #a7cb3e;
    padding: 8px 30px !important;
    color: #fff;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px !important;
    text-align: center;
    text-transform: uppercase !important;
    border-radius: 20px !important;
    min-width: 150px !important;
    display: block;
    margin: 20px auto;
}
.um-login li a{
   color:white;
}
.home_banner > .banner_first_box:hover{
   opacity: .8;
}
.banner_second_box > .item:hover{
   opacity: .8;
}

.text_with_img img{
       border-radius: 30px;
    overflow: hidden;
}
 .listing-item-tag {
     position: absolute;
     top: 10px;
     left: 10px;
     text-align: center;
     font-size: 17px;
     background: #549e3c;
     color: #fff;
     font-weight: 500;
     min-width: 84px;
     padding: 8px 6px 7px;
 }
/*# sourceMappingURL=custom-style.css.map */

body section.text-content {
  padding: 100px 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  body section.text-content {
    padding: 50px 0;
  }
}
body section.text-content h2.title, body section.text-content .title.h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 65px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #00973A;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body section.text-content h2.title, body section.text-content .title.h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
body section.text-content .content {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #101828;
}
body section.core-values {
  font-family: "Inter", sans-serif;
}
body section.core-values .section-head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body section.core-values .section-head {
    margin-bottom: 20px;
  }
}
body section.core-values .section-head h2.section-title, body section.core-values .section-head .section-title.h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 65px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #00973A;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  body section.core-values .section-head h2.section-title, body section.core-values .section-head .section-title.h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
body section.core-values .section-head .contant {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #101828;
}
body section.core-values .values .item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body section.core-values .values .item {
    margin-bottom: 25px;
  }
}
body section.core-values .values .item .left-box {
  width: 70%;
  padding: 60px;
  background: #F1F7E5;
}
@media (max-width: 767px) {
  body section.core-values .values .item .left-box {
    width: 100%;
    padding: 30px;
    order: 2;
  }
}
body section.core-values .values .item .left-box h3.title, body section.core-values .values .item .left-box .title.h3 {
  font-weight: 900;
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  color: #101828;
}
@media (max-width: 767px) {
  body section.core-values .values .item .left-box h3.title, body section.core-values .values .item .left-box .title.h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
body section.core-values .values .item .left-box .item-content {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
}
body section.core-values .values .item .right-box {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DFEFC0;
  padding: 30px;
}
@media (max-width: 767px) {
  body section.core-values .values .item .right-box {
    width: 100%;
    order: 1;
  }
}
body section.core-values .values .item .right-box .icon-container {
  max-width: 225px;
}
@media (max-width: 767px) {
  body section.core-values .values .item .right-box .icon-container {
    max-width: 150px;
  }
}
body section.core-values .values .item.bg-sweet .left-box {
  background-color: #F7DCCD;
}
body section.core-values .values .item.bg-sweet .right-box {
  background-color: #F9BFAF;
}
body section.core-values .values .item.bg-orange .left-box {
  background-color: #F8E8CC;
}
body section.core-values .values .item.bg-orange .right-box {
  background-color: #FCD8AD;
}
body section.core-values .values .item.bg-yellow .left-box {
  background-color: #FEF6E0;
}
body section.core-values .values .item.bg-yellow .right-box {
  background-color: #FDEAB4;
}
body section.core-values .values .item.bg-sky .left-box {
  background-color: #D9F2E4;
}
body section.core-values .values .item.bg-sky .right-box {
  background-color: #A6E1BE;
}
body section.open-positions {
  font-family: "Inter", sans-serif;
  background: #E6F6ED;
  padding: 100px 0;
}
@media (max-width: 767px) {
  body section.open-positions {
    padding: 50px 0;
  }
}
body section.open-positions .section-head {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body section.open-positions .section-head {
    margin-bottom: 40px;
  }
}
body section.open-positions .section-head h2.title, body section.open-positions .section-head .title.h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 65px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #00973A;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body section.open-positions .section-head h2.title, body section.open-positions .section-head .title.h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
body section.open-positions .section-head .content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #475467;
}
body section.open-positions .section-head .content a {
  font-weight: 700;
}
body section.open-positions .section-head .content a:hover {
  color: #ef8a1d;
}
body section.open-positions .job-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body section.open-positions .job-item .item {
  background-color: #ffffff;
  padding: 60px;
  border-radius: 40px;
  width: calc(50% - 10px);
  text-align: center;
}
@media (max-width: 767px) {
  body section.open-positions .job-item .item {
    padding: 30px;
    width: 100%;
  }
}
body section.open-positions .job-item .item h3.title, body section.open-positions .job-item .item .title.h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #101828;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body section.open-positions .job-item .item h3.title, body section.open-positions .job-item .item .title.h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
body section.open-positions .job-item .item span.sub-title {
  display: block;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body section.open-positions .job-item .item span.sub-title {
    font-size: 20px;
    line-height: 25px;
  }
}
body section.open-positions .job-item .item a.btn.btn-green, body section.open-positions .job-item .item .woocommerce-notices-wrapper .woocommerce-message a.btn-green.button, .woocommerce-notices-wrapper .woocommerce-message body section.open-positions .job-item .item a.btn-green.button, body section.open-positions .job-item .item .woocommerce-info a.btn-green.button, .woocommerce-info body section.open-positions .job-item .item a.btn-green.button {
  background-color: #00973A;
  border: 1px solid #00973A;
  color: #ffffff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  padding: 10px 20px;
}
body section.open-positions .job-item .item a.btn.btn-green:hover, body section.open-positions .job-item .item .woocommerce-notices-wrapper .woocommerce-message a.btn-green.button:hover, .woocommerce-notices-wrapper .woocommerce-message body section.open-positions .job-item .item a.btn-green.button:hover, body section.open-positions .job-item .item .woocommerce-info a.btn-green.button:hover, .woocommerce-info body section.open-positions .job-item .item a.btn-green.button:hover {
  background-color: #ef8a1d;
  border: 1px solid #ef8a1d;
}