/* DETAILS
==================================================
	Theme Name: calfarme	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf')  format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf')  format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf')  format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf')  format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Poppins-Regular" !important;
	font-size: 14px;
	font-weight: 400;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}

/********* COMMON-CSS ********/
/****/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #ED117F;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #CFDC26 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover{
	background:#000 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/****/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container p{
	margin:0;	
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/****/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/****/
.site-btn {
	text-align: center;
	float: left;
	margin: 0 20px;
}
.site-btn {
	position: relative;
}
.site-btn a {
	background: #cfdc26;
	color: #222;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
	border-radius: 50px;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	width: 230px;
	height: 46px;
	z-index: 999;
	position: relative;
	text-transform: uppercase;
}
.site-btn::after {
	content: "";
	position: absolute;
	width: 252px;
	height: 66px;
	background: #8fc73e;
	background: -moz-linear-gradient(top, #8fc73e 0%, #9bcb39 26%, #9fcd39 28%, #b0d331 57%, #b7d330 65%, #bcd62b 75%, #c0d82c 78%, #cbda29 100%);
	background: -webkit-linear-gradient(top, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
	background: linear-gradient(to bottom, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc73e', endColorstr='#cbda29',GradientType=0 );
	border-radius: 50px;
	top: -10px;
	left: -11px;
	z-index: 9;
	opacity: 0.7;
}
.site-btn a:hover, .site-btn a:focus {
	box-shadow: 350px 0 0 #000 inset;
	color: #cfdc26;
}
.banner-content {
	position: absolute;
	top: 18%;
	text-align: center;
	left: 0;
	right: 0;
}
.banner-content h1 {
	font-size: 50px;
	margin: 0 0 50px 0;
	font-family: 'Poppins-Regular';
	color: #fff;
}
.banner-content h2 {
	font-size: 30px;
	color: #fff;
	font-family: 'Poppins-Regular';
	padding-bottom: 20px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.banner-btn {
	width: 42%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
/*******END********/
/***********HOME-PAGE-CSS-Start************/
/*********MENU**********/
.menu-toggle{
	display:none;	
}
.menu.slide-left{
	left:0;	
}
.menu {
	text-align: left;
	margin: 0;
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
	display: block;
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	padding: 5px 10px;
	border: 1px solid rgba(0,0,0,0);
	font-family: 'Poppins-Medium';
}
.menu li.active a{
	color: #cfdc26;
	border: 1px solid #cfdc26;
}	
.menu li a:hover, .menu li a:focus {
	color: #cfdc26;
	border: 1px solid #cfdc26;
}
/*****end*******/
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
.menu > li > ul {
	text-align: left;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	z-index: 99;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
	background: #8fc73e;
	background: -moz-linear-gradient(top, #8fc73e 0%, #9bcb39 26%, #9fcd39 28%, #b0d331 57%, #b7d330 65%, #bcd62b 75%, #c0d82c 78%, #cbda29 100%);
	background: -webkit-linear-gradient(top, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
	background: linear-gradient(to bottom, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc73e', endColorstr='#cbda29',GradientType=0 );
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li:hover > ul {
	margin: 0;
	display: block;
}
.menu > li > ul > li> a {
	display: block;
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	padding: 5px 10px;
	border: 1px solid rgba(0,0,0,0);
	font-family: 'Poppins-Medium';	
}
.menu > li > ul > li > a:hover {
	color: #000;
	border: 1px solid #cfdc26;
}
/****end***/
/***** Level 2 *******/
.menu > li > ul > li > ul {
	text-align: left;
	display: none;
	background: darkcyan;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 240px;
	transition: all .2s ease-in-out;
	margin:0 0 0 20px;
}
.menu > li > ul > li > ul > li {
	width: 100%;
}
.menu > li > ul > li:hover > ul{
	display: block;  
	margin:0;
}
/******end******/


.cart-n-other ul {
	float: right;
	width: 550px;
}
.cart-n-other ul li {
	display: inline-block;
}
.cart-n-other ul li a {
	display: block;
	color: #222;
	font-size: 13px;
	padding: 40px 8px;
	font-family: 'Poppins-Medium';
}
.cart-n-other ul li a:hover {
	color: #cfdc26;
}
.cart-n-other ul li a i {
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0);
	border: 2px solid #cfdc26;
	border-radius: 4px;
	padding: 6px;
	text-align: center;
	margin-right: 5px;
}
.cartt {
	position: relative;
	width: 45px;
	float: right;
	margin: 30px 5px 0 0px;
}
.cartt a {
	width: 36px;
	height: 42px;
	background: #cfdc26;
	padding: 11px;
	text-align: center;
	color: #222;
	font-size: 15px;
	display: inline-block;
}
.cartt a:hover {
	background: #222;
	color: #cfdc26;
}
.cartt a span {
	width: 20px;
	height: 20px;
	background: #222;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	padding: 5px;
	text-align: center;
	position: absolute;
	top: -10px;
	right: 0;
}
.cartt a:hover span {
	background: #cfdc26;
	color: #222;
}
.search-icon {
	float: right;
	width: 3%;
	margin: 40px 0;
}
.search-icon a {
	font-size: 18px;
	color: #222;
}
.search-icon a:hover {
	color: #cfdc26;
}
.search-form {
	position: absolute;
	background: #cfdc26;
	width: 100%;
	padding: 13px;
	z-index: 999;
	top: 4%;
	left: 0;
	display: none;
	/* border-bottom: 1px solid #fff; */
}
.close-search {
	position: absolute;
	right: 30px;
	top: 22px;
	color: #222;
	font-size: 16px;
	opacity: 1;
	cursor: pointer
}
.search-form input[type="text"] {
	width: 80%;
	padding: 10px;
	border: 1px solid #fff;
	float: left;
}
.search-form form {
	width: 70%;
	margin: 0 auto;
}
.search-form input[type="submit"] {
	width: 20%;
	float: left;
	padding: 10px;
	border: 1px solid #222;
	background: #222;
	color: #fff;
	line-height: inherit;
}
.login-part {
	margin: 0;
	float: right;
}
.login-part li {
	display: inline-block;
}
.login-part li a {
	color: #000;
	font-family: 'Poppins-Medium';
	font-size: 12px;
	padding: 10px;
	display: block;
}
.social-media {
	margin: 0;
	float: right;
}
.social-media li {
	display: inline-block;
}
.social-media li a {
	color: #222;
	text-align: center;
	margin: 0 5px 0 0;
}
.social-media li a i {
	width: 32px;
	height: 32px;
	border: 2px solid #cfdc26;
	padding: 7px;
}
/*======= About Us ========*/

.about-us {
	padding: 70px 0;
}
.about-us h2 {
	font-family: 'Poppins-Light';
	margin: 0;
	font-size: 30px;
}
.about-us h1 {
	font-family: 'Poppins-Light';
	margin: 0 0 20px;
	font-size: 50px;
	color: #09a7d8;
}
.about-us p {
	font-family: 'Poppins-Light';
	font-size: 16px;
	color: #454545;
	line-height: 28px;
	padding: 0 0 30px;
}
.about-us .site-btn {
	text-align: center;
	float: left;
	margin: 0;
}
/*======= Biotechnology ===========*/

.bio-part {
	padding: 215px 0 160px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.bio-part h1 {
	font-size: 40px;
	font-family: 'Poppins-SemiBold';
	line-height: 32px;
	color: #09a7d8;
	margin-bottom: 30px;
}
.bio-part p {
	font-size: 15px;
	line-height: 32px;
	color: #717171;
	margin-bottom: 50px;
}
/*====== Save part =======*/
.save-part {
	padding: 50px 0;
}
.each-save img {
	tw: ;
	text-align: center;
	margin: 0 auto 45px;
	display: block;
}
.each-save h4 {
	text-align: center;
	font-size: 18px;
	font-family: 'Poppins-SemiBold';
	line-height: 24px;
}
.each-save p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.each-save {
	padding: 30px !important;
	height: 422px;
	border: 2px solid #cfdc26;
	border-radius: 15px;
	background: #afd777;
	background: -moz-linear-gradient(top, #afd777 0%, #b7da74 25%, #bada75 25%, #bbda73 26%, #bbdc73 32%, #bfdb74 36%, #bede73 37%, #c1dc71 40%, #c5df71 50%, #c8df6d 55%, #cae16f 57%, #c9e06e 59%, #cce06f 59%, #cae16d 60%, #cde16e 61%, #cfe26c 64%, #dde667 100%);
	background: -webkit-linear-gradient(top, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	background: linear-gradient(to bottom, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd777', endColorstr='#dde667',GradientType=0 );
}
/*======= Green Edge ========*/

.edge-green {
	padding: 140px 0;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.edge-green h1 {
	font-size: 56px;
	color: #fff;
	font-family: 'Poppins-Light';
	text-align: center;
}
/*======== Products ========*/

.our-products h1 {
	font-size: 40px;
	color: #09a7d8;
	font-family: 'Poppins-SemiBold';
	margin: 40px 0;
}
.each-pro {
	padding: 0 !important;
	position: relative;
}
.each-pro:nth-child(even) .pro-text {
	background: #09a7d8;
	padding: 30px 14px;
	position: relative;
	width: 100%;
	height: 184px;
}
.each-pro:nth-child(even) .pro-text::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #09a7d8;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.each-pro:nth-child(even) .pro-img {
	overflow:hidden;
}
.each-pro:nth-child(even) .pro-img img {
	width: 100%;
	height: 241px;
	object-fit: cover;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}
.each-pro:nth-child(even) .pro-details:hover .pro-img img {
    transform:scale(1.2);
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;

}
.each-pro:nth-child(even) .pro-text h4 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
	color: #fff;
	position: relative;
}
.each-pro:nth-child(even) .pro-text h4 span {
	font-size: 15px;
	margin: 0 0 0 2px;
	position: absolute;
	top: -3px;
}
.each-pro:nth-child(even) .pro-text p {
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	min-height: 60px;
	margin-bottom: 0;
	padding: 0px 5px;
}
.each-pro:nth-child(even) .pro-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 24px;
	font-size: 24px;
	color: #222;
	text-align: center;
	background: #afd777;
	background: -moz-linear-gradient(top, #afd777 0%, #b7da74 25%, #bada75 25%, #bbda73 26%, #bbdc73 32%, #bfdb74 36%, #bede73 37%, #c1dc71 40%, #c5df71 50%, #c8df6d 55%, #cae16f 57%, #c9e06e 59%, #cce06f 59%, #cae16d 60%, #cde16e 61%, #cfe26c 64%, #dde667 100%);
	background: -webkit-linear-gradient(top, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	background: linear-gradient(to bottom, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd777', endColorstr='#dde667',GradientType=0 );
	margin: 0 auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	display: none;
}
.each-pro:nth-child(even) .pro-details:hover .pro-btn {
    display: block;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;

}
.each-pro:nth-child(even) .pro-details:hover .pro-text {
    background: #8fc73e;
    background: -moz-linear-gradient(top, #8fc73e 0%, #9bcb39 26%, #9fcd39 28%, #b0d331 57%, #b7d330 65%, #bcd62b 75%, #c0d82c 78%, #cbda29 100%);
    background: -webkit-linear-gradient(top, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
    background: linear-gradient(to bottom, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc73e', endColorstr='#cbda29',GradientType=0 );
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
.each-pro:nth-child(even) .pro-details:hover .pro-text h4 {
	color: #222;
}
.each-pro:nth-child(even) .pro-details:hover .pro-text p {
	color: #222;
}
.each-pro:nth-child(even) .pro-details:hover .pro-text::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #8ec73e;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.each-pro:nth-child(odd) .pro-text {
	background: #09a7d8;
	padding: 30px 14px;
	position: relative;
	width: 100%;
	height: 184px;
}
.each-pro:nth-child(odd) .pro-text::before {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent; 
	border-right: 25px solid transparent; 
	border-top: 30px solid #09a7d8;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
.each-pro:nth-child(odd) .pro-img {
	overflow:hidden;
}
.each-pro:nth-child(odd) .pro-img img {
	width: 100%;
	height: 241px;
	object-fit: cover;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
.each-pro:nth-child(odd) .pro-details:hover .pro-img img {
    transform:scale(1.2);
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;

}
.each-pro:nth-child(odd) .pro-text h4 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
	color: #fff;
}
.each-pro:nth-child(odd) .pro-text p {
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	min-height: 60px;
	margin-bottom: 0;
	padding: 0 5px;
}
.each-pro:nth-child(odd) .pro-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 24px;
	font-size: 24px;
	color: #222;
	text-align: center;
	background: #afd777;
	background: -moz-linear-gradient(top, #afd777 0%, #b7da74 25%, #bada75 25%, #bbda73 26%, #bbdc73 32%, #bfdb74 36%, #bede73 37%, #c1dc71 40%, #c5df71 50%, #c8df6d 55%, #cae16f 57%, #c9e06e 59%, #cce06f 59%, #cae16d 60%, #cde16e 61%, #cfe26c 64%, #dde667 100%);
	background: -webkit-linear-gradient(top, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	background: linear-gradient(to bottom, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd777', endColorstr='#dde667',GradientType=0 );
	margin: 0 auto;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	display: none;
}
.each-pro:nth-child(odd) .pro-details:hover .pro-btn {
    display: block;
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;

}
.each-pro:nth-child(odd) .pro-details:hover .pro-text {
	background: #cbda29;
	background: -moz-linear-gradient(top, #cbda29 0%, #c1d72c 22%, #bcd62b 26%, #bad530 28%, #bad52e 31%, #b3d330 42%, #afd134 46%, #abd033 54%, #a7d036 57%, #a0cc39 69%, #a0ce38 72%, #9bcb39 74%, #8fc73e 100%);
	background: -webkit-linear-gradient(top, #cbda29 0%,#c1d72c 22%,#bcd62b 26%,#bad530 28%,#bad52e 31%,#b3d330 42%,#afd134 46%,#abd033 54%,#a7d036 57%,#a0cc39 69%,#a0ce38 72%,#9bcb39 74%,#8fc73e 100%);
	background: linear-gradient(to bottom, #cbda29 0%,#c1d72c 22%,#bcd62b 26%,#bad530 28%,#bad52e 31%,#b3d330 42%,#afd134 46%,#abd033 54%,#a7d036 57%,#a0cc39 69%,#a0ce38 72%,#9bcb39 74%,#8fc73e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbda29', endColorstr='#8fc73e',GradientType=0 );
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}
.each-pro:nth-child(odd) .pro-details:hover .pro-text h4 {
	color: #222;
}
.each-pro:nth-child(odd) .pro-details:hover .pro-text p {
	color: #222;
}
.each-pro:nth-child(odd) .pro-details:hover .pro-text::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 30px solid #8ec73e;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
/*======= Certification =======*/
.certification {
	padding: 5px 0 45px;
}
.certification h1 {
	font-size: 40px;
	color: #09a7d8;
	font-family: 'Poppins-SemiBold';
	margin: 40px 0;
	text-align: center;
}
.certification-slider .owl-item img {
	display: block;
	width: 100%;
	border: 1px solid #acacac;
}
.certification-slider {
	width: 95% !important;
	margin: 0 auto;
}
/*======= Footer =======*/
.footer {
	background: #f1f1f1;
}
.f-left p {
	margin-top: 30px;
	font-size: 14px;
}

.f-left {
	padding: 30px 0px;
}
.footer-top {
	border-bottom: 1px solid #3d3b3b;
}
.footer-top-lt {
	padding: 38px 0 47px
}
.footer-top-lt img {
	margin: 0 0 50px;
	float: left;
}
.footer h4 {
	margin: 20px 0 20px;
	font-size: 18px;
	color: #cfdc26;
	text-align: left;
}
.footer-top-lt p {
	margin: 0 0 14px;
	font-size: 14px;
	color: #3d3d3d;
	float: left;
	width: 100%;
	text-align: left;
}
.footer-top-lt p a {
	color: #3d3d3d;
}
.footer-top-lt p a:hover {
	color: #000;
}
.footer-top-lt p i.fa {
	float: left;
	font-size: 18px;
	color: #cfdc26;
	width: 30px;
	line-height: 24px;
}
.footer-top-lt p span {
	float: left;
	width: 88%;
}
.footer-top-lt {
	border-right: 1px solid #3d3b3b;
}
.footer-top-md, .footer-top-rt {
	padding-top: 24px;
}
.footer-social {
	margin: 0 0 44px 0;
	float: left;
	width: 50%;
}
.footer-social li {
	float: left;
	margin: 0 3px 0 0;
}
.footer-social li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #3d3d3d;
	text-align: center;
	color: #6f6f6f;
	font-size: 16px;
	line-height: 34px;
}
.footer-social li a:hover {
	background: #cfdc26;
	color: #222;
}
.information {
	width: 49%;
	float: left;
	margin-right: 15px !important;
}
.information, .cus-serv {
	margin: 0;
}
.information li a, .cus-serv li a {
	font-size: 14px;
	color: #3d3d3d;
	line-height: 17px;
}
.information li a:hover, .cus-serv li a:hover {
	color: #000;
}
.footer-top-rt form {
	margin: 0 0 38px 0;
	position: relative;
}
.footer-top-rt form input[type="email"], .footer-top-rt form input[type="text"], .footer-top-rt form input[type="file"], .footer-top-rt form textarea {
	font-size: 14px;
	color: #0d0d0d;
	line-height: 16px;
	background: #fff;
	border-radius: 4px;
	padding: 14px 14px;
	width: 100%;
	border: 1px solid #cfdc26;
	margin-bottom: 5px;
	resize: none;
}
.attachment {
	position: relative;
}
.attachment h4 {
	font-size: 14px;
	color: #222;
	background: #cfdc26;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 2px;
	position: absolute;
	top: -15px;
	right: 5px;
	cursor: pointer;
}
/*.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #cfdc26;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	margin: 0 0 5px 0;
}
*/
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #cfdc26;
	border: 1px solid transparent;
	border-radius: 5px;
	float: right;
	color: #222;
}

.upload-btn-wrapper input[type=file] {
  	opacity: 1;
}

.footer-top-rt form input[type="submit"] {
	background: #cfdc26;
	color: #222;
	font-size: 14px;
	border: 0;
	border-radius: 4px;
	padding: 8px 30px;
	float: right;
	margin: 15px 0 0 0;
}
.payment {
	margin: 0;
}
.payment li {
	float: left;
	margin: 0 5px 0 0;
}
.footer-bottom {
	padding: 20px 0;
}
.footer-each2 {
	text-align: center;
}
.footer-each2 p {
	font-size: 12px;
	color: #fff;
	margin: 0;
}
.footer-bottom p a {
	color: #fff;
}
.footer-each2 p a:hover {
	color: #ccc;
}
.footer-each2 ul {
	margin: 0;
}
.footer-each2 ul li {
	float: none;
	display: inline-block;
	font-size: 12px;
	padding: 0 6px;
}
.footer-each2 ul li a {
	color: #fff;
}
.footer-each2 ul li a:hover {
	color: #cfdc26;
}

/******copyright****/
.footer-bottom {
	padding: 30px 0;
	background: #292828;
}
.footer-bottom p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0 !important;
	line-height: 24px;
}
.footer-bottom h5 {
	font-size: 14px;
	color: #b1b1b1;
	margin: 10px 0 0;
	float: right;
}
.footer-bottom p a {
	color: #b1b1b1;
}
.footer-bottom h5 a {
	color: #b1b1b1;
}
.footer-bottom h5 a:hover {
	color: #F06529;
}
.footer-bottom p a:hover {
	color: #CFDC26;
}
.power p {
	float: right;
}

/****end****/

/*======= About Us ========*/
.inner-banner img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	margin: 0px;
}
.about-page {
	padding: 15px 0 50px;
}
.about-page h2{
	text-align:center;
	color:#000;
	margin-top:30px;
}
.calfarme h3{
	font-family:Poppins;
	font-size:50px;
	color:#02aedc;
	margin-top:40px;
}
.calfarme p {
	font-family: Poppins;
	font-size: 16px;
	color: #999;
	margin-top: 30px;
}
.calfarme p a {
	color: #999;
}
.site-btn{
	margin-top:20px;
}
.site-btn a{
	font-size:18px;
	color:#000;
}
.abt-img img{
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top:15px;
} 
.about-info{
	margin:40px 0 0px;	
}
.about-info-img img {
	border-radius: 50%;
	height: 300px;
	width: 300px;
	margin: 0;
}
.about-info-text h4{
	font-size:30px;
	color:#02a4d7;
}
.about-info-text p {
	font-size: 16px;
	color: #999;
	font-family: Poppins;
}

.about-info:nth-child(even) .about-info-img {
	float: left;
}
.about-info:nth-child(even) .about-info-text {
	float:left;
}
.about-info:nth-child(odd) .about-info-img {
	float:right;
}	
.about-info:nth-child(odd) .about-info-text {
	float:left;
}	
.inn-abt-img img {
	width: 100%;
}	
/**contact us**/
.inner-banner img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	margin: 0px;
}
.contact {
	text-align: center;
	padding: 25px 0;
}
.contact h2{
	font-size:40px;
	font-family:Poppins;
	text-align:center;
	margin-bottom:40px;
	color:#02aedc;
}
.phone i {
	border-radius: 50%;
	border: #02aedc solid 1px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 49px;
	color: #02aedc;
	background:#add8e5;
}
.phone h3{
	text-transform:uppercase;
}
.phone p{
	font-size:16px;	
}
.phone p a{
	color:#000;	
}
.phone p a:hover{
	color:#02aedc;	
}
.map iframe{
	margin-top:0px;
	width:100%;
}
.formsss{
	margin-top:30px;
}
.form{
	text-align:center;
}
.form-box{
position:relative;	
}
.contact-inner-bg form input[type="text"], .contact-inner-bg form input[type="tel"], .contact-inner-bg form input[type="email"] {
	width: 100%;
	border: 2px solid #f2f2f2;
	border-radius: 0;
	height: 45px;
	margin-bottom: 10px;
	color: #000;
	background: #f2f2f2;
	padding: 14px 5px 14px 65px;
}
.contact-inner-bg form textarea{
	width:100%;
	border:2px solid #f2f2f2;
	background:#f2f2f2;
	border-radius:0;	
	margin-bottom:10px;
	padding: 14px 5px 14px 65px;
	color:#000;
	padding-top:20px;
	resize:none;
}
.form-box i {
	position: absolute;
	top: 0px;
	padding: 14px 0;
	border-right: 1px solid #ccc;
	font-size: 17px;
	color: #02a4d7;
	width: 50px;
	text-align: center;
	left: 0;
}
.contact-inner-bg form input[type="submit"] {
	background: #02a4d7;
	border: 1px solid #0149CF;
	color: #fff;
	padding: 12px 50px;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	float: none;
	/* display: block; */
	margin: 20px 0 0 0;
	/* text-align: center; */
	line-height: 30px;
}
.contact-inner-bg form input[type="submit"]:hover{
	border: 1px solid #222;
	background:none;
	color:#222;	
}

.attachment {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 16px;
	background: #fff;
	border-radius: 4px;
	padding: 14px 14px;
	width: 100%;
	border: 1px solid #cfdc26;
	margin-bottom: 5px;
	resize: none;
	text-align: left;
}
.menu-information-container {
	float: left;
	margin-right: 9px;
	width: 48%;
}
.cus-serv {
	width: 48%;
	float: left;
}
.horiz-menu li a {
	color: #3d3d3d;
}
/*====== Woocommerce ========*/

/*************/
.search-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.tinv-wraper.tinv-wishlist {
	float: left;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 50px;
	border: #94d2aa solid 1px;
	background: #fff;
	padding: 8px 25px;
	display: inline-block;
	margin: 0px 0 0 0;
	color: #55ba7a;
	font-family: 'Poppins-Regular';
	float: left;
}
.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
	font-size: 13px;
	margin: 0 10px 0 0;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
	background: #09a7d8;
	color: #fff;
	border: 1px solid #09a7d8;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
	background: #09a7d8;
	color: #fff;
}
.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	padding: 7px;
	border: 1px solid #09a7d8;
}
.woocommerce #respond input#submit.alt, .woocommerce input.button.alt {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 50px;
	border: #94d2aa solid 1px !important;
	background: #fff;
	padding: 11px 40px;
	display: inline-block;
	margin: 0px;
	color: #55ba7a;
	font-family: 'Poppins-Regular';
}
.woocommerce #respond input#submit.alt:hover, .woocommerce input.button.alt:hover {
	background: #09a7d8;
	color: #fff;
	border: 1px solid #09a7d8 !important;
}
.posted_in a {
	color: #a46497;
}
.posted_in a:hover {
	color: #09a7d8;
}
.attachment-shop_single.size-shop_single.wp-post-image {
	width: 100%;
	height: 350px !important;
	box-shadow: none;
	object-fit: contain;
	border: 1px solid #a46497;
	padding: 20px;
}
.attachment-shop_thumbnail.size-shop_thumbnail {
	box-shadow: none;
	object-fit: contain;
	border: 1px solid #a46497;
	padding: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0;
	width: 100%;
	height: 150px;
	object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 0;
	padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0 10px 0 0px;
	list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: ' ';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #09a7d8;
	z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #09a7d8;
	background: #09a7d8;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
	color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	border: 1px solid #cfdc26;
	background: #cfdc26;
	color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
#post-24 {
	margin: 50px 0 0 0;
}
.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	font-size: 22px;
	text-align: left;
	margin: 0 0 20px;
	font-family: 'Poppins-Medium';
	color: #09a7d8;
	line-height: 30px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #77a464;
	font-size: 1.25em;
	
	padding-bottom: 10px;
	font-size: 20px;
}
.woocommerce-product-details__short-description p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
}
#tab-description p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
}
#tab-description h2 {
	font-size: 30px;
	text-align: left;
	margin: 0 0 20px;
	color: #09a7d8;
	text-transform: uppercase;
	font-family: 'Poppins-Regular';
}
.related.products h2 {
	font-size: 24px;
	text-align: left;
	margin: 0 0 20px;
	color: #09a7d8;
	text-transform: uppercase;
	font-family: 'Poppins-Regular';
}
.woocommerce ul.products li.product a img {
	width: 100%;
	height: 160px;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	object-fit: contain;
}
.woocommerce-loop-product__title {
	font-size: 15px !important;
	text-align: center !important;
	margin: 0 0 20px !important;
	color: #09a7d8;
	text-transform: capitalize;
	font-family: 'Poppins-Regular';
	min-height: 140px;
	line-height: 25px;
}
.woocommerce a.button {
	background: #cfdc26;
	color: #222;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
	border-radius: 50px;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	width: 180px;
	height: 46px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
	margin: 20px auto !important;
	display: block !important;
}
.woocommerce a.button::after {
	content: "";
	position: absolute;
	width: 202px;
	height: 66px;
	/* background: #8fc73e; */
	/* background: -moz-linear-gradient(top, #8fc73e 0%, #9bcb39 26%, #9fcd39 28%, #b0d331 57%, #b7d330 65%, #bcd62b 75%, #c0d82c 78%, #cbda29 100%); */
	/* background: -webkit-linear-gradient(top, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%); */
	background: linear-gradient(to bottom, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc73e', endColorstr='#cbda29',GradientType=0 );
	border-radius: 50px;
	top: -10px;
	left: -11px;
	z-index: -1;
	opacity: 0.7;
}
.woocommerce a.button:hover {
	box-shadow: 350px 0 0 #000 inset;
	color: #cfdc26;
}
.woocommerce a.button:hover:after {
	z-index: -1;
}
.entry-content .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 4px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	border: 1px solid #cfdc26;
	background: #cfdc26;
	color: #222;
	display: block;
	font-size: 18px;
	padding: 10px;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	z-index: 999;
	position: relative;
	text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
	font-size: 18px;
	padding: 10px;
	text-align: center;
	display: block;
	background: #fff;
	border: 1px solid #cfdc26;
	color: #222;
	border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	box-shadow: 350px 0 0 #000 inset;
	color: #cfdc26;
	border: 1px solid #222;
}
.entry-title {
	color: #09a7d8;
	text-align: center;
	margin: 30px 0;
	font-family: 'Poppins-Regular';
}
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	border: 1px solid #09a7d8;
	padding: 20px;
	margin-bottom: 20px;
}
.woocommerce-MyAccount-content p {
	color: #000;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Poppins-Regular';
}
.woocommerce-MyAccount-content p a {
	color: #ed1d1d !important;
	font-family: 'Poppins-Regular' !important;
}
.woocommerce-account .addresses .title h3 {
	float: left;
	font-size: 24px;
	text-align: left;
	margin: 0 0 20px;
	color: #09a7d8;
	text-transform: uppercase;
	font-family: 'Poppins-Regular';
}
.woocommerce-account .addresses .title .edit {
	float: right;
	border-radius: 5px;
	font-family: 'Poppins-Regular' !important;
	color: #09a7d8;
	font-size: 20px;
}
.woocommerce form .form-row label {
	line-height: 2;
	letter-spacing: 1px;
	color: #222 !important;
	font-size: 15px !important;
	font-family: 'Poppins-Regular' !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}
legend {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: inherit;
	border: 0;
	border-bottom: none;
	margin-top: 20px;
	font-size: 24px;
	text-align: left;
	margin: 0 0 20px;
	color: #09a7d8 !important;
	text-transform: uppercase;
	font-family: 'Poppins-Regular';
}
/*.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 50px;
	border: #94d2aa solid 1px;
	background: #fff;
	padding: 11px 20px;
	display: inline-block;
	margin: 20px 5px 0 0;
	color: #55ba7a;
	font-family: 'Poppins-Regular';
	font-weight: normal;
	float: left;
}*/
.woocommerce #respond input#submit:hover, .woocommerce input.button:hover {
	background-color: #fff;
	text-decoration: none;
	background-image: none;
	color: #fff;
	border: 1px solid #09a7d8;
	background: #09a7d8;
}
.product-action .button.alt {
	color: #fff;
	font-size: 10px !important;
	text-transform: uppercase;
	border-radius: 50px;
	background: #fff;
	padding: 11px 10px !important;
	display: inline-block;
	margin: 0px;
	color: #55ba7a;
	font-family: 'Poppins-Regular';
	border: 1px solid #6aba7a !important;
}
.tinv-header h2 {
	font-size: 32px;
	text-align: left;
	margin: 20px 0 20px;
	color: #09a7d8;
	text-transform: capitalize;
	font-family: 'Poppins-Regular';
}
.plrp_logreg #cboxLoadedContent {
	height: auto !important;
	margin: 0;
	overflow: hidden !important;
	position: relative;
	border: 4px solid #09a7d8;
}
#customer_login h2 {
	font-size: 50px;
	font-family: 'Poppins-Medium';
	color: #09a7d8;
	margin: 0 0 20px;
}
#customer_login form {
	margin: 0 auto !important;
	display: block;
	width: 80%;
}
#js_signup, #js_login label {
	color: #222 !important;
	margin: 3px 0;
}
.lost_password a {
	color: #fe1e36;
}
.phoen_signup.cboxElement {
	color: #0039ffde;
	font-family: 'Poppins-Regular';
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none !important;
	width: 50% !important;
	margin: 0 auto;
	display: block;
	border: 1px solid #09a7d8;
	padding: 20px;
}
.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	font-family: 'Poppins-Regular';
	color: #09a7d8;
	border-right: 1px solid #ccc;
}
.woocommerce table.shop_table td {
	font-family: 'Poppins-Regular';
}
.shipping-calculator-button {
	color: #f00;
}
.woocommerce-billing-fields h3, #order_review_heading, .woocommerce-order-details__title, .woocommerce-column__title, .woocommerce-Reviews-title {
	font-size: 24px;
	text-align: left;
	margin: 20px 0 20px;
	color: #09a7d8;
	text-transform: capitalize;
	font-family: 'Poppins-Regular';
}
.cart_totals h2 {
	font-size: 30px;
	text-align: left;
	margin: 20px 0 20px;
	color: #09a7d8;
	text-transform: capitalize;
	font-family: 'Poppins-Regular';
}
.woocommerce-form__label-for-checkbox span {
	font-size: 18px;
	text-align: left;
	margin: 20px 0 20px;
	color: #09a7d8;
	text-transform: capitalize;
	font-family: 'Poppins-Regular';
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	padding: 20px 0 10px;
	font-size: 16px;
}
.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.woocommerce .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	font-size: 15px !important;
	font-family: 'Poppins-Regular' !important;
	padding: 20px !important;
}
#mailpoet_form_2 .mailpoet_text, #mailpoet_form_2 .mailpoet_textarea {
	/* width: 200px; */
	width: 100% !important;
	height: 48px;
	border: 2px solid #535353;
	border-radius: 50px;
	padding: 10px 80px 10px 20px;
	background: rgba(0,0,0,0);
	color: #535353;
	font-size: 16px;
}
.woocommerce table.shop_table td a {
	color: #00b5ec;
}
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #09a7d8;
	border-radius: 5px;
	resize: none;
}
.woocommerce #reviews #comments ol.commentlist li img {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 42px !important;
	height: auto;
	background: #09a7d8 !important;
	border: 1px solid #09a7d8 !important;
	margin: 0;
	box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #09a7d8;
	border-radius: 4px;
	padding: 1em 1em 0;
	color: #000;
}
.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	color: #09a7d8;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border: 1px solid #09a7d8;
	padding: 5px;
	font-family: 'Poppins-Regular';
}

.woocommerce-products-header h1 {
	text-align: left;
	margin: 20px 0 20px;
	color: #09a7d8;
	text-transform: uppercase;
	font-family: 'Poppins-Regular';
	font-size: 36px;
}
.site-main {
	margin-top: 20px;
}
.tinvwl-table-manage-list thead {
	border: 1px solid #ccc;
}
.tinvwl-to-left.look_in .button {
	margin: 0;
}
.button.tinvwl-break-checkbox.alt {
	margin: 10px 10px 0 0 !important;
}
.wishlist_item {
	border: 1px solid #ccc;
}
.button.alt {
	margin: 10px 0 0 0 !important;
}
.tinv-wishlist .product-remove button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 0 auto;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	padding: 3px;
	box-shadow: none;
	border: none;
	background-color: #f7f7f7;
	color: #ff001b;
	font-size: 20px;
	padding-left: 3px;
}
.tinv-wishlist table td {
	border-left: 1px solid #ccc;
}
.tinv-wishlist tfoot {
	border: 1px solid #ccc;
}
.product-name a {
	color: #09a7d8;
}
.tinvwl-table-manage-list thead tr th {
	border: 1px solid #ccc;
	font-family: 'Poppins-Regular';
	font-size: 16px;
}
.tinv-wishlist.woocommerce {
	margin-bottom: 90px;
}
.single_add_to_cart_button.button.alt {
	margin: 0 10px 0 0 !important;
}
.tinv-wishlist .social-buttons li a {
	color: #35da0b;
}
.cart_totals {
	margin-bottom: 50px !important;
}
.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em;
	border-right: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td:last-child {
	border-right: none;
}
#gtranslate_selector, .woocommerce-currency-switcher {
	font-size: 12px;
	border: none;
	padding: 0 2px;
	font-family: 'Poppins-Medium';
	color: #000;
}
.woocommerce-Price-amount.amount {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Poppins-Medium';
	color: #222;
}
.summary .price {
	text-align: left;
	display: inline-block;
}
.single_add_to_cart_button.button.alt {
	background: #cfdc26;
	color: #222;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
	border-radius: 50px;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	width: 180px;
	height: 46px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
	margin: 0 auto 0 20px !important;
	display: block;
}
.single_add_to_cart_button.button.alt::after {
	content: "";
	position: absolute;
	width: 202px;
	height: 66px;
	/* background: #8fc73e; */
	/* background: -moz-linear-gradient(top, #8fc73e 0%, #9bcb39 26%, #9fcd39 28%, #b0d331 57%, #b7d330 65%, #bcd62b 75%, #c0d82c 78%, #cbda29 100%); */
	/* background: -webkit-linear-gradient(top, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%); */
	background: linear-gradient(to bottom, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc73e', endColorstr='#cbda29',GradientType=0 );
	border-radius: 50px;
	top: -10px;
	left: -11px;
	z-index: -1;
	opacity: 0.7;
}
.single_add_to_cart_button.button.alt:hover:after {
	z-index: -1;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
	box-shadow: 350px 0 0 #000 inset;
	color: #cfdc26;	
}
.woocommerce a.button.alt, .woocommerce button.button.alt {
	-webkit-font-smoothing: antialiased;
	background: #cfdc26;
	color: #222;
	box-shadow: 0 0 0 transparent inset;
}
.posted_in {
	color: #cfdc26;
	font-size: 16px;
}
.posted_in a {
	color: #222;
	font-size: 16px;
}
#wp-comment-cookies-consent {
	margin: 0 10px 0 0;
	line-height: 26px;
	vertical-align: middle;
}
#author, #email {
	background: #fff;
	border: 1px solid #09a7d8;
}
#submit {
	background: #cfdc26 !important;
	color: #222 !important;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
	border-radius: 50px !important;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	width: 200px;
	height: 46px;
	text-transform: uppercase;
}
#submit:hover, #submit:focus {
	box-shadow: 350px 0 0 #000 inset !important;
	color: #cfdc26 !important;
	border: none !important;
}
.wpcf7-form-control-wrap .footer-top-rt form input[type="file"] {
	font-size: 14px;
	color: #0d0d0d;
	line-height: 16px;
	background: #fff;
	border-radius: 4px;
	padding: 14px 14px;
	width: 100%;
	border: 1px solid #cfdc26;
	margin-bottom: 5px;
	resize: none;
}
.woocommerce-Button {
	background: #cfdc26 !important;
	color: #222 !important;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
	border-radius: 50px !important;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	width: 200px;
	height: 46px;
	position: relative;
	text-transform: uppercase;
}
.woocommerce-Button:hover, .woocommerce-Button:focus {
	box-shadow: 350px 0 0 #000 inset !important;
	color: #cfdc26 !important;
	border: none !important;
}
.checkout-button {
	background: #cfdc26;
	color: #222;
	display: inline-block;
	font-size: 15px !important;
	padding: 10px !important;
	border-radius: 50px;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	width: 250px !important;
	height: 46px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	line-height: 28px !important;
	margin: 0 auto 0 20px !important;
	display: block;
}
.checkout-button::after {
	content: "";
	position: absolute;
	width: 272px !important;
	height: 66px;
	/* background: #8fc73e; */
	/* background: -moz-linear-gradient(top, #8fc73e 0%, #9bcb39 26%, #9fcd39 28%, #b0d331 57%, #b7d330 65%, #bcd62b 75%, #c0d82c 78%, #cbda29 100%); */
	/* background: -webkit-linear-gradient(top, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%); */
	background: linear-gradient(to bottom, #8fc73e 0%,#9bcb39 26%,#9fcd39 28%,#b0d331 57%,#b7d330 65%,#bcd62b 75%,#c0d82c 78%,#cbda29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc73e', endColorstr='#cbda29',GradientType=0 );
	border-radius: 50px;
	top: -10px;
	left: -11px;
	z-index: -1;
	opacity: 0.7;
}
.checkout-button:hover:after {
	z-index: -1;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #cfdc26 !important;
	color: #222 !important;
	display: inline-block;
	font-size: 14px !important;
	border-radius: 50px;
	box-shadow: 0 0 0 transparent inset;
	font-family: 'Poppins-Regular';
	position: relative;
	text-transform: uppercase;
	padding: 10px 30px !important;
	border: 1px solid transparent;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	box-shadow: 350px 0 0 #000 inset !important;
	color: #cfdc26 !important;
}
#coupon_code {
	float: left;
	box-sizing: border-box;
	border: 1px solid #00b5ec;
	padding: 6px 6px 5px 10px !important;
	margin: 0 4px 0 0;
	outline: 0;
	width: 150px;
	color: #00b5ec;
}
.footer-top-rt form textarea {
	height: 100px;
}
#FileUpload1 {
	display: none;
}
#click {
	font-size: 14px;
	color: #222;
	background: #cfdc26;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 2px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	margin: 0;
}
.wpcf7-form.wow.slideInRight.animated p {
	margin-bottom: 0;
}
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: rgba(0,0,0,0);
	color: #f00;
	font-size: 13px;
	padding: 10px;
	position: absolute;
	bottom: -40px;
	width: 70%;
	text-align: left;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 2.9% 2.992em 0 !important;
	padding: 20px 10px;
	position: relative;
	width: 22.05%;
	margin-left: 0;
	border: 1px solid #ededed;
}
.calfarme ol li {
	list-style: decimal;
}
.woocommerce-products-header .woocommerce-products-header__title {
	text-align: center;
}
.term-description {
	background: #00b5ec;
	padding: 10px 0;
	margin-bottom: 20px;
}
.term-description p {
	text-align: center;
	font-family: 'Poppins-Regular';
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
#category-description ul {
	margin-bottom: 40px;
	width: 60%;
	margin: 0 auto 40px;
}
#category-description ul li {
	list-style: inside;
	font-size: 16px;
	margin-bottom: 5px;
}
#category-description p {
	text-align: center;
	font-family: 'Poppins-Regular';
	color: #222;
	font-size: 16px;
	margin-bottom: 20px;
}
#category-description .wp-video {
	margin: 0 auto 40px;
}
.images .slick-slider {
	border: 1px solid #e4e4e4;
}
.images .slick-slide {
	border-right: 1px solid #ccc;
	padding: 10px;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right: 0;
	display: none;
}
.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
	border: 1px solid #cfdc26;
	padding: 5px 10px;
	font-size: 15px;
	font-family: 'Poppins-Medium';
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 40px !important;
	border: 0;
	width: 100%;
}
.woocommerce div.product form.cart .variations td.value .reset_variations {
	font-size: 15px;
	background: #afd777;
	background: -moz-linear-gradient(top, #afd777 0%, #b7da74 25%, #bada75 25%, #bbda73 26%, #bbdc73 32%, #bfdb74 36%, #bede73 37%, #c1dc71 40%, #c5df71 50%, #c8df6d 55%, #cae16f 57%, #c9e06e 59%, #cce06f 59%, #cae16d 60%, #cde16e 61%, #cfe26c 64%, #dde667 100%);
	background: -webkit-linear-gradient(top, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	background: linear-gradient(to bottom, #afd777 0%,#b7da74 25%,#bada75 25%,#bbda73 26%,#bbdc73 32%,#bfdb74 36%,#bede73 37%,#c1dc71 40%,#c5df71 50%,#c8df6d 55%,#cae16f 57%,#c9e06e 59%,#cce06f 59%,#cae16d 60%,#cde16e 61%,#cfe26c 64%,#dde667 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd777', endColorstr='#dde667',GradientType=0 );
	padding: 7px 30px;
	color: #000;
	border-radius: 5px;
}

.client-image {
	display: table;
	width: 66%;
	margin: 0 auto 30px;
}
.client-image img {
	margin: 0 0 0 30px;
}



.wc_payment_method label img {
	display: none;
}

.login-price-class {
	text-align: center;
	font-size: 17px;
	padding: 10px;
	display: block;
	background: #cfdc26;
	color: #222;
	border-radius: 50px;
	width: 220px;
	margin: 0 auto;
}
.login-price-class:hover {
	background: #000;
	color: #cfdc26;
}
.woocommerce .user-type-customer .form-row input.input-text {
	width: auto;
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.woocommerce .user-type-customer .form-row label {
	width: auto;
	float: left;
	display: inline-block !important;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 17px;
	margin: 0px;
}
.user-type-customer .form-row.form-row-wide {
	float: left;
	width: 50%;
	clear: inherit;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	text-align: center;
}
.woocommerce ul.products li.product h3 span, .woocommerce-page ul.products li.product h3 span {
	display: inline-block;
}
.currency-swt {
	margin: 0 5px 0 0;
}
.woocommerce div.product p.price span {
	display: inline-block;
}
.currency-singleswt {
	margin: 0 4px 0 0;
	font-size: 18px;
}