.phone{}
.phone a{color:#78bf43;font-size:20px;padding:0px 5px;}
.phone i{color:#78bf43;font-size:20px;padding:0px 5px;}
p, ul{font-weight:300;} .mob-menu-header-holder{width:50px !important;} .ginger{position:absolute;margin-top:2%;right:10%;z-index:10;}
.hemp{position:absolute;margin-top:10%;left:0;z-index:10;}
.chia{position:absolute;margin-top:0;left:20%;z-index:10;}
.crocus{position:absolute;margin-top:25%;right:15%;z-index:10;}
.pomegranates{position:absolute;margin-top:31%;left:11%;z-index:10;} @media only screen and (min-width: 48em) { .circles{position:absolute;margin-top:5%;left:25%;z-index:5;}
.man{position:absolute;margin-top:0%;left:30%;z-index:10;}	
.circle-red{position:absolute;margin-top:2%;left:44.7%;z-index:15;}
.circle-olive1{position:absolute;margin-top:27%;left:45%;z-index:15;}
.circle-olive2{position: absolute;margin-top: 31%;left: 47%;z-index:15;}
.circle-olive3{position: absolute;margin-top: 27%;left: 47%;z-index:15;}
.circle-green1{position: absolute;margin-top: 12%;left: 43%;z-index:15;}
.circle-green2{position: absolute;margin-top: 12.5%;left: 51%;z-index:15;}
.circle-green3{position: absolute;margin-top: 17%;left: 37.5%;z-index:15;}
.circle-green4{position: absolute;margin-top: 17%;left: 49%;z-index:15;}
.circle-green5{position: absolute;margin-top: 20%;left: 54%;z-index:15;}
.circle-green6{position: absolute;margin-top: 22%;left: 46.5%;z-index:15;}
.circle-green7{position: absolute;margin-top: 23%;left: 34.7%;z-index:15;}
.circle-green8{position: absolute;margin-top: 25%;left: 56.5%;z-index:15;}
.circle-green9{position: absolute;margin-top: 27%;left: 58%;z-index:15;}
.circle-grey1{position: absolute;margin-top: 12%;left: 40%;z-index:15;}
.circle-grey2{position: absolute;margin-top: 6%;left: 44.5%;z-index:15;}
.circle-grey3{position: absolute;margin-top: 13%;left: 48%;z-index:15;}
.circle-grey4{position: absolute;margin-top: 15%;left: 43%;z-index:15;}
.circle-grey5{position: absolute;margin-top: 15%;left: 51%;z-index:15;}
.circle-grey6{position: absolute;margin-top: 20%;left: 35.5%;z-index:15;}
.circle-grey7{position: absolute;margin-top: 24%;left: 47%;z-index:15;}
.circle-grey8{position: absolute;margin-top: 22%;left: 54%;z-index:15;}
.circle-grey9{position: absolute;margin-top: 28%;left: 32%;z-index:15;}
.circle-grey10{position: absolute;margin-top: 28%;left: 56%;z-index:15;}
.circle-grey11{position: absolute;margin-top: 35%;left: 41%;z-index:15;}
.circle-grey12{position: absolute;margin-top: 35%;left: 48%;z-index:15;}
.circle-grey13{position: absolute;margin-top: 40%;left: 40%;z-index:15;}
.circle-grey14{position: absolute;margin-top: 40%;left: 49%;z-index:15;}
.circle-grey15{position: absolute;margin-top: 49%;left: 39%;z-index:15;}
.circle-grey16{position: absolute;margin-top: 49%;left: 50%;z-index:15;}
.circle-dark-green1{position: absolute;margin-top: 10%;left: 47%;z-index:15;}
.circle-dark-green2{position: absolute;margin-top: 20%;left: 43%;z-index:15;}
.circle-dark-green3{position: absolute;margin-top: 17%;left: 46%;z-index:15;}
.circle-dark-green4{position: absolute;margin-top: 21%;left: 48%;z-index:15;}
}
@media only screen and (max-width: 48em) {  }  .moving-olive{ animation: my-moving-olive 1.2s linear infinite reverse;
}
@keyframes my-moving-olive {
from { transform: rotate(0deg) translateX(7px) rotate(0deg); }
to   { transform: rotate(360deg) translateX(7px) rotate(-360deg); }
}
.moving-circle-olive{ animation: olive-circle-move 1.2s linear infinite reverse; 	
}
@keyframes olive-circle-move {
from { transform: rotate(0deg) translateX(3px) rotate(0deg); }
to   { transform: rotate(360deg) translateX(3px) rotate(-360deg); }
} .moving-crocus{ animation: crocus-move 1.5s linear infinite reverse; 	
}
@keyframes crocus-move {
from { transform: rotate(0deg) translateX(13px) rotate(0deg); }
to   { transform: rotate(360deg) translateX(13px) rotate(-360deg); }
}
.moving-man{ animation: my-moving-man 1.5s linear infinite alternate;
}
@keyframes my-moving-man { 
from { transform: scale(1); filter: blur(0px);}
to   { transform: scale(1.05); filter: blur(5px);}
} .moving-fennel-oil{ 
animation: my-moving-fennel-oil 1.5s linear infinite alternate;
}
@keyframes my-moving-fennel-oil { 
from { transform: rotate(0deg) translateX(9px) rotate(0deg);}
to   { transform: rotate(360deg) translateX(9px) rotate(-360deg);}
} .moving-pomegranates{ animation: my-moving-pomegranates 1s linear infinite;
}
@keyframes my-moving-pomegranates {
from { transform: rotate(0deg) translateX(7px) rotate(0deg); }
to   { transform: rotate(360deg) translateX(7px) rotate(-360deg); }
}
.moving-circle-red { animation: red-circle-move 1s linear infinite; 
}
@keyframes red-circle-move {
from { transform: rotate(0deg) translateX(5px) rotate(0deg); }
to   { transform: rotate(360deg) translateX(5px) rotate(-360deg); }
} .moving-hemp{ animation: my-moving-hemp 1.3s linear infinite reverse;
}
@keyframes my-moving-hemp {
from { transform: rotate(0deg) translateY(10px) rotate(0deg); }
to   { transform: rotate(360deg) translateY(10px) rotate(-360deg); }
}
.moving-circle-hemp { animation: hemp-circle-move 1.3s linear infinite ; 
}
@keyframes hemp-circle-move {
from { transform: rotate(0deg) translateX(3px) rotate(0deg); }
to   { transform: rotate(360deg) translateX(3px) rotate(-360deg); }
} .moving-chia{ animation: my-moving-chia 1.8s linear infinite;
}
@keyframes my-moving-chia {
from { transform: rotate(0deg) translateY(15px) rotate(0deg); }
to   { transform: rotate(360deg) translateY(15px) rotate(-360deg); }
}
.moving-circle-chia { animation: chia-circle-move 1.8s linear infinite; 
}
@keyframes chia-circle-move {
from { transform: rotate(0deg) translateX(3px) rotate(0deg); }
to   { transform: rotate(-360deg) translateX(3px) rotate(360deg); }
} body #powerTip {
background-color: rgba(255, 252, 252, 0.5);
}
body #powerTip.n:before {
border-top: 10px solid rgb(255, 252, 252);
}
body #powerTip.s:before {
border-bottom: 10px solid #fff;
}
body #powerTip.e:before {
border-right: 10px solid #fff;
}
body #powerTip.w:before {
border-left: 10px solid #fff;
right: -10px
}
body #powerTip.ne:before,body #powerTip.nw:before {
border-top: 10px solid #fff;
border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.se:before,body #powerTip.sw:before {
border-bottom: 10px solid #fff;
border-bottom: 10px solid rgba(255,255,255,1);
}
body #powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
border-top: 10px solid #fff;
border-top: 10px solid rgba(255,255,255,1);
}
body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
border-bottom: 10px solid #fff;
border-bottom: 10px solid rgba(255,255,255,1);
}
body .box_view_html {
color: #000;
}
body .box_view_html span.close_ihp svg {
fill: #000;
}  .page-header-title{text-align:right;}
.site-breadcrumbs, .background-image-page-header .site-breadcrumbs{text-align:right !important;} @media only screen and (min-width: 48em) {
.read-5-oils .elementor-button{width:130px !important;height:130px !important;}	
}
@media only screen and (max-width: 48em) {
.read-5-oils .elementor-button{width:100px !important;height:100px !important;}
} @media only screen and (min-width: 48em) {
.rtl .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next, .elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-prev{left:-20% !important;top:50% !important;}
.rtl .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next, .elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-next{right:auto !important;top:50% !important;}
}
@media only screen and (max-width: 48em) {
.rtl .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next, .elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-prev{left:-20% !important;top:20% !important;}
.rtl .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next, .elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-next{right:auto !important;top:20% !important;}
} .woocommerce-page .woo-product-gallery{display:none;visibility:hidden;}
.woocommerce-page .woo-product-info .category{display:none;visibility:hidden;}
.woocommerce .products .product .product-inner{border:solid 2px #145512;border-radius:20px;padding:50px}  
.quick-view{display:none;}
.product-container:hover .quick-view{display:block;}
@media only screen and (max-width: 48em) {
.elementor-products-grid ul.products.elementor-grid{display:block !important;margin:10px 10px 20px 10px !important;}
.elementor-products-grid ul.products.elementor-grid li{margin-bottom:20px !important;}
.woocommerce .products .product .product-inner{margin-bottom:20px !important;} 
}
body.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before, body.rtl .woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before{left:0 !important;}
body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before, body.rtl .woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before{right:0 !important;}
.woocommerce-Reviews .commentlist .comment_container{padding-left:0 !important;}
.rtl .woocommerce-Reviews .commentlist .comment_container{padding-right:0 !important;}
.woocommerce-Reviews .commentlist .comment_container .comment-text p.meta .woocommerce-review__dash{display:none;visibility:hidden}
.woocommerce-Reviews .commentlist .comment_container .comment-text p.meta .woocommerce-review__published-date{display:none;visibility:hidden} #lang-comments-link{display:none;visibility:hidden;} input[type="checkbox"]{-webkit-appearance: checkbox;} .elementor-location-footer a{color:#ffffff !important;}
.elementor-location-footer a:hover{color:#78bf43 !important;} .whatsappme--left .whatsappme__button{left:0;bottom:50px;} #commentform textarea{border:solid 2px #78bf43 !important;}
#commentform input[type="text"]{border:solid 2px #78bf43 !important;}
#commentform input[type="email"]{border:solid 2px #78bf43 !important;}