/*
Theme Name: iteaworld
*/
@font-face {
  font-family: "Poppins-Light"; 
  	  src: url('./font/Poppins-Light.ttf?t=1') format('truetype');
}

@font-face {
  font-family: "Poppins-Regular"; 
  src: url('./font/Poppins-Regular.ttf?t=1') format('truetype');
}
@font-face {
  font-family: "Poppins-Medium"; 
  	  src: url('./font/Poppins-Medium.ttf?t=1') format('truetype');
}
@font-face {
  font-family: "Poppins-SemiBold"; 
  	  src: url('./font/Poppins-SemiBold.ttf?t=1') format('truetype');
}


@font-face {
  font-family: "oppo-m"; 
  	  src: url('./font/OPPOSans-M-e.otf?t=1') format('truetype');
}

@font-face {
  font-family: "oppo-h"; 
  	  src: url('./font/OPPOSans-H-e.otf?t=1') format('truetype');
}





html,body{
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	
}
 
#product_video_img {
	height:auto!important;
}

.font_m{
	font-family: 'oppo-m';
}
a{
	color:#333;
	text-decoration: none;
}
p{
	 font-family: "oppo-m"; 
}
ul,li{
	list-style: none;
}

code, kbd, pre, samp{
	font-family: "oppo-m"; 
	font-size: 1em;
}
.woocommerce{
		font-family: "oppo-m";
}
h1,h2,h3,h4,h5,h6{
	font-family: "oppo-h";
}
.gray_title{
	color:#898989;
	margin-bottom: 1em;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(114, 144, 71, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(114, 144, 71, 0.4);
  outline: 0 none;
}

.header{
	 top:0;
	box-shadow: 0px 3px  3px rgba(0,0,0,0.1);
	height: 80px;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 99999;
	transition: all 0.3s;
	transition-delay: 0.1s;
	width: 100%;
}
 
.admin-bar .header {
    top: 32px;
}

.head_fix{
	padding-top:80px!important;
}
.offcanvas{
	z-index: 100000;

}
.dropdown-toggle{
	color:#fff;

}
.search_popup{
	width: 300px;
	padding:15px;
}
.search_popup input{
	width: 100%;
	border:1px solid #ddd;
	padding:5px 15px;
	border-radius: 4px;
}
.language{
	margin-left:15px;
	margin-top:20px;
}
.language .nav-link:focus, .language  .nav-link:hover{
	color:#eee;
}
#nav_menu_xs {
	padding-left:20px;
}
#nav_menu_xs li{
	line-height:3em;
	font-size: 18px;
	text-transform: uppercase;
}
.icon_menu{
	margin-top:20px;
	margin-right: 20px;
}
.icon_menu li{
	list-style: none;
	padding:5px;
	cursor: pointer;
}
.icon {
	width: 2em;
	height: 2em;
	font-size:14px;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	margin:0 5px;
	margin-right:1em;
	display: inline-block;
}
.icon_w {
	width: 2em;
	height: 2em;
	font-size:14px;
	vertical-align: -0.15em;
	fill: #fff;
	overflow: hidden;
	margin:0 5px;
	margin-right:1em;
	display: inline-block;
}

.icon_default {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  fill: #fff;
  overflow: hidden;

}
.cart_nav a{
	color:#fff;
}
.cart_nav{
	cursor: pointer;
	width: 60px;
	height: 36px;
	padding:8px;
	color:#fff;
	position: relative;
}
.number{
	position: absolute;
	right:5px;
	top:0px;
	width: 22px;
	height:22px;
	margin-top:0;
	font-size: 13px;
	line-height: 22px;
	background: #fff;
	border-radius: 12px;
	text-align: center;
	color:#71a430;
	font-family: 'Poppins-Medium';
	font-weight: bold;

}
.logo{
	width: 135px;
	padding-top:8px;
	padding-bottom: 6px;
	padding-left:20px;
	padding-right:20px;
}
.logo img,.s_logo img{
	width: 100%;
}
.s_logo{
	display: none;
	width: 150px;
	margin-top:20px;
}
.head_menu{
	display: flex;
	margin-top:30px;
	justify-content: space-between;
}
.head_menu li{
	width: 30%;
	height: 30px;
	position: relative;
	list-style: none;
	font-size: 1.1em;
	line-height: 30px;
	white-space:nowrap;
	cursor: pointer;

	
}
.head_menu li a{
	left:0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .4s;
	color:#fff;
	cursor: pointer;
} 
.head_menu li:hover a{
	color:#eee;

}
.head_menu li.active a{
	color:#fff;
}

.green_nav{
	background: #729047;

}
.green{
	color:#729047;
}
.green_nav li.active a{
	color:#fff;
	border-bottom:1px solid #fff;
}

button.owl-next{
	width: 50px;
	height: 50px;
	position: absolute;
	right:-60px;
	top:50%;
	margin-top:-50px!important;
	z-index: 9999;
	border-radius: 0!important;
	font-size: 50px!important;


}
button.owl-prev{
	width: 50px;
	height: 50px;
	position: absolute;
	left:-60px;
	top:50%;
	margin-top:-50px!important;
	z-index: 9999;
	border-radius: 0!important;
	font-size: 50px!important;
}
.owl-carousel{
	width: 100%;

}

.video-slider{
	width: 100vw;
	height: 100vh;
}
.one_video{
	width: 100%;
	position: relative;
}
#lab_video_slider{
	overflow:hidden; 
}



.prev-slide{
		background: transparent;
      width: 40px;
      height: 40px;
      border-top: 2px solid #71a430;
      border-right: 2px solid #71a430;
      transform: rotate(-135deg);
}
.next-slide{
	background: transparent;
      width: 40px;
      height: 40px;
      border-top: 2px solid #71a430;
      border-right: 2px solid #71a430;
      transform: rotate(45deg);
}


.video_slider{
	position: relative;
	width: 100%;height:100%;
	background: #ddd;
}




.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	font-size: 50px
}
button.owl-prev:hover,button.owl-next:hover{
		color:#333!important;
		background: none!important;
}
.text-muted a{
	text-decoration: underline;

}
.owl-dots{
	margin-top:50px;
}

.card{
	background: rgba(114,144,71,0.15);
	border:0;
	border-radius: none;
	cursor: pointer;
}
.card a{
	color:#729047;
 }
.card:hover h6{
	color:#71a430;
	transition: 0.3s;
	cursor: pointer;
}
.card:hover .text-muted{
	text-decoration: underline;
}
.lh-130{
	height: 3.6em;
	overflow: hidden;
}

#video-background {
  position: relative;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.bg_green{
	background: #f3f7f0;
}
.video_thumb img{
	width: 100%;

}


.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
  padding:50px 0;
}
#index_video_control{
	height: 400px;
	position: relative;
	cursor: pointer;
}
.circle{
position: absolute;
width: 60px;
height: 60px;
left:50%;
top:55%;

margin-left:-30px;
border-radius: 50%;
border:4px solid #fff;
cursor: pointer;
}

.play {
	position: absolute;
	left:22px;
	top:18px;
    width: 12px;
    height: 16px;
    border-top: 8px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 8px solid transparent;
}
.pause {
	position: absolute;
	left:20px;
	top:18px;

    width: 12px;
    height: 16px;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}
.subscribe_input{
	border-radius: 0;
	border-color: #333;
	line-height: 44px;
	padding: 0px 20px;
	margin-right: 10px;
}
.subscribe{
	background: #71a430;
	color:#fff;
	padding: 0px 20px;
	line-height: 44px;
	cursor: pointer;


}
.btn-itea{
	border:1px solid #71a430;
	border-radius: 30px;
	text-align: center;
	display: inline-block;

	padding:5px 20px;
	background: #fff;
}
.btn-itea:hover{
	border:1px solid #71a430;
	color:#71a430;
}



.more_btn{
	border:1px solid #71a430;
	color:#71a430;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	min-width: 200px;
	padding:5px 20px;
	margin: 2em auto;
	display: inline-block;
}
.more_btn:hover{
	cursor: pointer;
	background: #71a430;
	color:#fff;
	transition: all 0.5s;
}

.find_tea_wrap{
	width: 100%;
	height: 305px;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;

}

.find_tea_wrap_fix_scroll{
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;



}
.find_tea{
	position: absolute;
	width: 1200px;
	left:0%;
	margin-left:0;
	height: 220px;
	}

.find_tea li{
	float:left;
	cursor: pointer;

	border-radius: 110px;
	width: 210px;
	height: 210px;
		margin-left:30px;
		box-sizing: border-box;

}

.find_icon_circle{
	position: relative;
		border: 1px solid #729047;
			border-radius: 110px;
	width: 220px;
	height: 220px;

}

.find_icon_circle_s{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 5px;
 	border: 1px solid #729047;
 	left:50%;
 	margin-left:-5px;
 	top:0px;


}
.circle_1{
	transform: rotate(30deg);
  	transform-origin: 5px 142px;

}

.circle_2{
	transform: rotate(150deg);
  	transform-origin: 5px 112px; 
	 
}

.circle_3{
transform: rotate(270deg);
  	transform-origin: 12px 120px;
	 

}


.find_tea li .find_icon{
	margin:20px auto;
	border-radius: 90px;
	width:180px;
	height:180px;
	pointer-events: none; 
	cursor: pointer;
}
.find_tea li img{
	width: 100%;
	pointer-events: none; 
		transition: all 0.2s; 	 
}
.find_tea li p{
	text-align: center;
	margin: 0 0 1em;
	pointer-events: none; 
}
.find_tea li.active p{
	color:#71a430;
	font-weight: bold;
}
.find_tea li:hover img{
	transform: scale(1.1,1.1);

}

.sub_lev_line{
	width: 100%;
	border-bottom:1px solid #759448;
	height:1px;
	margin-top:285px;
	position: relative;
	float:left;
}
.sub_lev_line_point{
	position: absolute;
	left: 100px;
	top:-14px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #759448;
	position: relative;
	transition: all 0.3s;
}

.sub_lev_line_point span{
	display: block;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #fff;
	position: absolute;
	left: -14px;
	top: 2px;
}
.preorder_index{
	max-width: 600px;
}

 .about-slider{
 	margin-top:180px;
 	margin-bottom: 50px
 }

.preorder_index img, .about-slider img{
	width: 100%;
}
  .preorer_bar{
    background-color: #fff;
    padding:15px;
    margin-bottom: 1.5rem;
    margin-right: 15px;
    width: 400px;
    float:right;
  }
 
  .preorer_progress_bar{
    width: 100%;
    margin: 0.5rem 0;
    background: #E8E8E8;
      height: 16px;
        border-radius: 10px; 
  }

  .preorer_success{
    position: relative;
    height: 16px;
    background-color: #71a430;
    border-radius: 10px;  
  }
  
  
  .preorer_success:after{
    content: "";
    position: absolute;
    right:4px;
    width: 9px;
    top:3px;
    height: 9px;
    border-radius: 5px;

    background: #fff;
      }
      .preorer_success_percent{
        position: absolute;
        right:0;
        top:20px;
      }

.all_tea_search{
	position: relative;
}
 .all_tea_search input{
 	border:1px solid #71a430;
 	border-radius: 30px;
 	padding:5px 10px;
 	margin:5px 0;
 	width: 100%;
 	font-size: 0.9em;
 }
 .all_tea_search_icon{
 	width: 1.2em;
 	height:1.2em;
 	position: absolute;
 	right: 10px;
 	top:14px;
 	fill:#ddd;
 	cursor: pointer;

 }
 .filter_menu{
 	position: absolute;
 	left:80px;
 	top: 50px;
 	border-radius: 10px;
 	background: #fff;
 	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
 	font-size: 14px;
 	z-index: 99999;
 }
 .filter_menu h6{
 	color:red;
 	padding:5px 10px;
 	font-size: 14px;
 	color:#BD8C52;
 }
 .btn-itea-filter{
	border:1px solid #71a430;
	border-radius: 30px;
 
	text-align: center;
	display: inline-block;
	padding:5px 15px 5px 10px;
	margin:5px;
	background: #fff;
	position: relative;
	text-align: left;
	font-size: 0.9em;
}

.btn-itea-meta{
	border:1px solid #888;
	color:#888;
	font-size: 14px;
	border-radius: 30px;
	padding:3px 10px;
	margin-right: 15px;

}
.add_collect{
	padding:1px 10px;
	width: 110px;
	float:right;
	background:#fff;
	border-radius: 50px;
	border:1px solid #7eab4d;
	color:#7eab4d;
	display: inline;
	line-height: 2em;
	cursor: pointer;
	white-space: nowrap;
	vertical-align:middle;
	font-size: 14px;
	 
}
.add_collect svg{

 line-height: 2em;
  margin-right: 1px;
  padding-top:5px;
  width: 1.6em;
    height: 1.6em;
}

.free_sample_policy{
	margin-bottom: 15px;
	border-radius: 10px;
	background: rgba(189,140,82,0.22);
	color:#bd8c52;
	padding:10px;

}
.free_sample_policy_icon{
	width: 26px;
	height: 26px;
	margin-left:10px;
	float: left;
	background: url(img/freesample_icon.png);
	background-size: cover;
}
.free_sample_policy_content{
	margin-top:4px;
padding-left:40px;
}
.free_sample_policy p{
	font-size: 12px;
}

.chart_wrap{
	position: relative;
	width: 220px;
	height: 220px;
	overflow: visible;
	margin: 0 auto;
	padding:50px 100px;
	box-sizing: content-box;
}

.myChart_wrap{
	position: relative;
}
.chart_title{
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	text-align: center;
	font-weight: bold;
	line-height:1em;
	font-weight: bold;
	color:#222;
	font-family:  "Poppins-Regular";
}
.chart_title small{
	font-size: 12px;
	font-weight: normal;

	line-height:1em;
}
.chart_1{

	left:130px;
	top:10px;

}
.chart_2{

	left:300px;
	top:80px;

}
.chart_3{

	left:250px;
	top:260px;

}
.chart_4{

	left:20px;
	top:260px;

}
.chart_5{

	left:0px;
	top:80px;

}




 .filter-normal{
 	width: 160px;
 }
 .filter-long{
 	width: 180px;
 }

 .filter-short{
 	width: 130px;
 }

.btn-itea-filter:after{
	content: ">";
	position: absolute;
	right:6px;
	transform: rotate(90deg) scale(0.5,1);
	
}
.filter_active{
	background: #71a430;
	color:#fff;
}
.filter_active:after{
content: "";

}
.btn-itea-filter:hover{
	border:1px solid #71a430;
	background: #71a430;
	color:#fff;
}


 .filter_menu{
 
 }
 .filter_menu_col{
 	margin:  15px;
 }
  .filter_menu_col li{
  	margin:5px 0;
  }
 .filter_menu_col li span{
 	display: inline-block;
 		padding:2px 10px;
 	border-radius: 20px;
 		white-space: nowrap;
 		cursor: pointer;
 }
  .filter_menu_col li span.active{
  	background: #71a430;
  	color:#fff;
  		white-space: nowrap;

  }
.single_product_box{
	border:1px solid #ddd;
	margin:15px 0;
	position: relative;
}
.select_t_single_product_box{
	margin:15px ;
}

.img_cover{
	position: absolute;

}
.single_product_box img{
	width: 100%;
	height: auto;
}
.product_cat_title{
	height:3em;
	overflow: hidden;
}
.product_cat_title h5{
	font-size: 1.2em;
}

.single_price{
	font-size: 14px;
	color:#7b7b7b;
}
.current_price{
	color: #333;
}
.single_price del{
	color:#cecece;
}

 

.menu_filter{
	font-family:"Poppins-Regular";
	padding:15px 0px;
	background: #f8f9f6;
	font-size: 0.95em;
}


.product_tab{
	background: #eff2ea;
	border-top: 1px solid #d7dfcc;
		border-bottom: 1px solid #d7dfcc;
}


.bread_menu{
	padding:30px 15px;
	margin:0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.bread_menu a{
	color:#759448;
}
.footer{
	background: #F1F4EC;
	margin-top:50px;
}

.footer_col h5{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom:10px;
	font-weight: bold;
}
.footer_col ul{
 	margin:0;padding:0;
 }
.footer_col a{
	font-family: "Poppins-Light";
	line-height: 1.75em;
}
.footer_col h5:after{
	content: '';
	left:0;
	bottom: 0px;
	position: absolute;
	width: 120%;
}
.footer_ul li a:hover{
	color:#759448;
}
.footer_col li {
	position: relative;
}
.footer_col li ul{
	position: absolute;
	left:0;
	top:100%;
}
.footer_subscribe{
	border-radius: 20px;
	width: 100%;
	height: 40px;

	position: relative;
	max-width: 400px;
	margin:0 auto;
}
.footer_subscribe input{
	width: 100%;
	height: 40px;
	border:none;
	border-radius: 20px;
	background: none;
	padding:0 10px;
	line-height: 40px;
	border:1px solid #000;
	margin-bottom: 1em
}
.footer_subscribe input:focus{
	border:1px solid transparent;
	}
  .footer_subscribe_btn{
  	position: absolute;
  	right:3px;
  	width: 110px;
  	height: 34px;
  	color:#fff;
  	border-radius: 18px;
  	background: #759448;
  	top:3px;
  	font-size: 14px;
  	line-height: 36px;
  	text-align: center;
  }
  .social_media{
  	margin-bottom: 15px;
  	justify-content: left;
  }
  .social_media a{
  	display: block;
  	margin:10px;
  	height:30px;
  	width: 30px;


  }
  .social_media a img{
  	width: 100%;
  }
  .footer_line{
  	margin-top:20px;
  	border-top: 1px solid #070002;
  	padding-top: 1em;
  }
.show_xs{
	display: none;
}

.show_pc{
	display: block;
}

.container{
		max-width:1200px;
}


.select_tea{
	min-height:30px;
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	   align-content:flex-start 

}


 

.select_tea ul{
		padding-left: 0;
		position: relative;
}

 

.select_tea li span{
		box-sizing: border-box;
		border: 1px solid #729047;
		width: auto;
		padding: 5px 20px;
		border-radius: 50px;
		cursor: pointer;
		transition: all 0.s;
		position: relative;

		margin-bottom: 0.25em;
		display: inline-block;
		  background: #fff;
		  z-index: 10;
		  margin:5px 10px;
}
.select_tea li span:hover{
	color:#fff;	
	background: #729047;
}

.select_tea  li:first-child span{
}



.select_tea ul li{
	display: block;
}

 .select_tea ul:after {
  position: absolute;
  width: 1px;
  height: 100%;
  left:50%;
  margin-left:-1px;
  top:30px;
  content: "";
  border-right:1px solid #729047;
  z-index: 1
 }

.select_tea ul li:first-child{
	margin-bottom: 15px;
	position: relative;
	height:30px;
}
 .select_tea ul:before{
	content: "";
	border-bottom:1px solid #729047;
	position: absolute;
	width: 30px;
	height: 1px;
	left:50%;
	margin-left:-15px;
	top:30px;
}

.select_tea li.active:after{
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";
	background:url(./img/check.png) no-repeat;
	right:8px;
	top:10px;
	background-size: cover;
}
 
.pre_order_category_wrap{
	position: relative;
	width: 100%;
	height: 86px;
	overflow: hidden;
	text-align: center;
}

.pre_order_category{
	width: 100%;
	
}
.pre_order_category ul{
	display: inline-block;
	margin:0;
	padding:0;
}
.pre_order_category li{
	display: inline-block;
    padding: 5px 0;
    width: 100px;
    margin: 15px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #fff;
   font-weight: bold;
}
.pre_order_category li:hover{
    color:#71a430;
}
.pre_order_category li.active{
	 color:#71a430;
}
.preorder_price{
	color:#71a430;
}
.img{
	width: 100%;
	background: #ddd;
	min-height: 100px;
	margin:1em 0;
}



.preorder_line{
	position: absolute;
	width: 100%;
	left:0%;
	top:55px;
	margin-top:10px;
	margin-left:0px;
	height:1px;
	border-bottom: 1px solid #71a430;
}
.border-b-50{
	position: relative;
	display: inline-block;
	text-align: center;
	margin:0 auto;
}
.border-b-50:after{
	position: absolute;
	content: "";
	border-bottom: 1px solid #333;
	width: 50%;
	left:25%;
	bottom:-0.3em;
}
.preorder_item{
	border:1px solid #333;
	padding:0;
	min-width: 200px;
}

.preorder_banner img{
	width: 100%;
}
.pre_order_pimg{
	width: 250px;
	height: 250px;
	overflow: hidden;
}
.pre_order_pimg img{
	width: 100%;
	height: auto;
}
.preorder_info{
 
	position: relative;
	padding:1em;
}
.preorder_info h4{
	margin-bottom: 3em;
}
.preorer_intro{
	text-align: right
}
.preorder_info_btn{
	float:right;
	padding:0.5em 1em;
	border:1px solid #71a430;
	border-radius: 30px;
	width: 300px;
	text-align: center;
	background-color: #71a430;
	color:#fff;
}
.preorder_info_btn:hover{
	background: #71a430;
	 color:#fff;
	 cursor: pointer;
	 border-color: #71a430;
}

.order_month{
	font-size:14px;

display: inline-block;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 5px 20px;
  text-align: center;
  border-radius: 4px;
  margin-top:0.5em;
  box-sizing: border-box;
  border:1px solid #434343;
border-radius: 50px;
}
.po_start{
	  border:1px solid #71a430;
 background: linear-gradient(to right, #71a430, #71a430 ); 
 color:#fff;
}
.po_mid{
	  border:1px solid #71a430;
 background: linear-gradient(to right, #71a430, #71a430 ); 
  color:#fff;
}
.po_end{
	  border:1px solid #71a430;
 background: linear-gradient(to right, #71a430, #71a430 ); 
  color:#fff;
}



.support_banner{
	background: #eee;
	background: url('img/bg_2.jpg') ;
	padding:1em;
	text-align: center;
	background-position: center 30%;
}
.support_subtext{
	width: 60%;
	margin:3em 20%;
	text-align: center;
}
.contact_btn{
	background: #fff;
	border-radius: 20px;
	width: 200px;
	height: 40px;
	color:#71a430;
	border:1px solid #71a430;
}
.contact_btn:hover{
		background: #71a430;
	border-radius: 20px;
	width: 200px;
	height: 40px;
	color:#fff;
}
.btn_attach{
	margin:15px 0;
	width: 60px;
	height: 30px;
	background-image:url('img/paperclip.png') ;
	background-size:80% 80%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

.blog_banner{
	height: 280px;
	background: url('img/blog.png') ;
	background-position: top  center;
	background-size: cover;
	color:#fff;
}
.blog_banner h2{
	line-height: 40px;
	padding-top: 80px
}
#blog_nav{
	margin-left:0!important;
	margin-top:10px;
	padding-left:0!important;
}
#blog_nav li{
	border:1px solid #71a430;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	padding:3px 15px ;
	margin-right:5px;
	margin-bottom: 5px;
	background: #fff;
	position: relative;
	text-align: center;
	font-size: 1em;
	vertical-align: middle;
}

#blog_nav .current-menu-item{
background: #71a430;

}
#blog_nav .current-menu-item a{
color:#fff;	
}
.blog_sidebar li{
	line-height: 3em;
	cursor: pointer;
}
.blog_sidebar li.active{
	color:#71a430;
}
.blog_sidebar li{ 
	border-bottom:1px dashed #ddd;
}
.blog_sidebar li:hover a{
 color:#71a430;
}

.sub-menu li.current-menu-item{
border-bottom:1px dashed #71a430;

}
.sub-menu li.current-menu-item a{
	color:#71a430;
}
.blog_item{
	margin: 15px 0;
}
.blog_thumb{
	width: 100%;
	margin-bottom: 15px;
}
.blog_thumb img{
	width: 100%;
	height:auto;
	border-radius: 10px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2)
}
.blog_article img{
	max-width: 100%;
	border-radius: 10px;
}
.commant_wrap{
	padding:15px;
}
#wpdcom{
	width: auto;
}
.tag_btn{
	background: #fff;
	border-radius: 20px;
	padding:2px 1em;
	color:#858585;
	margin: 0  5px 6px 0;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	border:1px solid #858585;
		vertical-align: middle;
}
.tag_btn a{
	color:#858585;
}
.tag_btn:hover {
	background: #71a430;
	border-color: #71a430
}


.tag_btn:hover a{
	color:#fff;
}
.tag_top{
	background: #fff;
	border-radius: 20px;
	padding:2px 1em;


	float: right;
	color:#FF0000;
	border:1px solid #FF0000;
	font-size: 12px;
}
.tag_top:hover{
	}
.blog_title{
	font-family: "Poppins-Regular"; 
	position: relative;
	margin-bottom: 0.7em;
	height: 1.5em;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-right: 60px;
		font-size: 1em;
}
 
.blog_expert{
	font-family: "Poppins-Light"; 
	font-size: 0.9em;
	line-height: 1.5em;§
	height:3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.view_tag{
	position: absolute;
	 right:0;
    top:1px;
    color:rgba(0,0,0,0.6);
    font-size: 12px;
    line-height: 1.5em;

}
.view_tag i,.view_tag span{    vertical-align: middle;}
.gg-eye-alt {
    position: relative;
    display: inline-block;
    transform: scale(0.7,0.6);
    opacity: 0.6;
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box;
 
}
.gg-eye-alt::after,
.gg-eye-alt::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box
}
.gg-eye-alt::after {
    top: 2px;
    box-shadow:
        inset 0 -8px 0 2px,
        inset 0 0 0 2px;
    width: 24px;
    height: 24px
}
.gg-eye-alt::before {
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    box-shadow:
        inset 0 0 0 6px,
        0 0 0 4px,
        6px 0 0 0,
        -6px 0 0 0 ;
    bottom: 4px;
    left: 8px
}   



.tea_garden img{
	width: 100%
}
.tea_grden_thumb{
	margin:0.75em 0;
}

.about_title{
	font-family: "Poppins-Regular";
	text-align: center; 
}
.brand_start{
	display: flex;
	align-items : center;
		justify-content: center;
		flex-direction:column;

}
.brand_start li{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: rgba(0,0,0,0.8);
	margin:6px;

}
.brand_start li:nth-child(2){
background: rgba(0,0,0,0.5);
}
.brand_start li:nth-child(3){
	background: rgba(0,0,0,0.2);
}
	.time_line li{
		width: 80%;
		margin:0 auto;
		padding-left:150px;
	}
	.timeline_content{
		border-left: 2px solid #71a430;
		padding:50px 30px;
		position: relative;

	}
	.timeline_title{
		position: absolute;
		width: 150px;
		left:-150px;
		top:0;
		height:100%;
		display: flex;
		align-items : center;
		justify-content: center;
		font-size: 1.5em;
		color:#71a430;
		font-weight: bold;
		line-height: 1em;
	}
	.timeline_year{
	

	}
	.timeline_sep{
		display: block;
		text-align: center;
		height: 20px;
		transform: scale(1,0.3);
		
	}
	.timeline_content::after{
		position: absolute;
		content: "";
		width: 14px;
		height: 14px;
		border-radius: 7px;
		background: #71a430;
		top:50%;
		left:-8px;
		margin-top:-5px;
	}


.single_list{
	display: flex;
	justify-content: center;
}
.single_list h5{
	height:3em;
	font-size: 1em;
	padding:5px  5px 0 ;
}
.single_box{
	width: 200px;
		border:1px solid #ddd;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.4);
		margin:1em;
		padding-bottom: 1em;
}
.single_box img{
	width: 100%!important;
	height:auto;
}
.feature{
	position: relative;
	width: 180px;
	line-height: 2em;
	cursor: pointer;
	margin:15px auto;
}
.feature:after{
	content: '';
	display: block;
	position: absolute;
	left:60px;
	width: 60px;
	height: 2px;
	border-bottom: 1px solid #71a430;
	bottom: 5px;


}

.lds-roller {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin:100px  auto;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71a430;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;

}

.lds-ellipsis div {
  position: absolute;
  top: -7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 24px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 36px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(12px, 0);
  }
}






.login_bg{
	min-height: 100vh;
	background: url('img/login_bg.jpg') center center;
	background-size: cover;
}
.white{
	color:#fff;
}
.login_box{
	background: #fff;
	border-radius:20px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	margin-bottom: 50px
}
.login_box a{
	color:#789656;
	text-decoration: underline;
}
.login_box input{
border-radius:20px;
border:1px solid #979797;
}

.red{
	color:red;
}
.signup_success{
	color:green;
}
.btn_base{
 	position: relative;
	background: #789656;
	color:#fff;
	border-radius:20px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0.5em;
  
}
.login_btn{
	z-index: 999;
}
.login_btn:hover{
	opacity: 1;
		background: #789656;
	color:#fff;
}
.submit_wrap{
	position: relative;
}
.login_btn_after{
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
}
.pre_loding{
	position: relative;
}
.pre_loding:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: -2px;
  right: -20px;
  transition: 0.5s;
}
.login_btn:hover .pre_loding:after{
	  opacity: 1;  
}

.btn_social{
font-size: 14px;
}
.btn_social span{
	margin-right: 10px;
}
.btn_google{
	background: #fff;
	border:1px solid #333;
	color:#333;
}
.btn_facebook{
	background: #1877F2;
	color:#fff;
}
.btn_apple{
	background: #333;
}

@media (max-width: 1200px) { 
	.head_menu li.short{
		width: 20%;
	}
	.head_menu li.long{
		width: 40%;
	}
}


@media (min-width:992px) and (max-width: 1100px) {

}

@media (min-width: 992px) { 
	
	.find_tea{
		margin-left:-600px;
		left:50%;
	}



}


@media (max-width: 991.98px) { 


	.logo{
		width: 70px;
		margin-left:15px;

	}
	.header{
		height:60px;
	}
	.owl-carousel{
	overflow: hidden;
	}
	.language{
		display: none;
	}
	.s_logo{
		display: block;
		margin-top:12px;
	}
	.head_menu_wrap{
		display: none;
	}
	.show_xs{
		display: block;
	}
	.show_pc{
	display: none;
}
	.icon_menu{
		margin-top:10px;
	}

	.cart_nav a{
	color:#333;
}
	.cart_nav{
	width: 3.5em;
	height: 36px;
	padding:5px 0;
	color:#fff;
	position: relative;
}
.number{
	right:7px;
	top:-3px;
	background: #71a430;
	border-radius: 12px;
	color:#fff;
}
.icon{
	margin-right: 0;
}

.find_tea li{
	float:left;
	cursor: pointer;

	border-radius: 100px;
	width: 130px;
	height: 130px;
	margin-left:25px;
	font-size: 14px;
	z-index:99999;
}

.find_icon_circle{
	position: relative;
		border: 1px solid #729047;
	border-radius: 100px;
	width: 130px;
	height: 130px;
	margin-left:5px;
	font-size: 14px;
	z-index:99999;
}



 .sub_lev_line{
 	margin-top:185px;
 }
 .sub_lev_line{
 	width: 1200px;
 }
.find_tea li .find_icon{
	 margin:1em auto 0;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	pointer-events: none; 
		
}
.find_icon_circle_s{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 5px;
 	border: 1px solid #729047;
 	left:50%;
 	margin-left:-5px;
 	top:0px;


}
.circle_1{
	transform: rotate(30deg);
  	transform-origin: 5px 102px;

}

.circle_2{
	transform: rotate(150deg);
  	transform-origin: 11px 65px 
	 
}

.circle_3{
transform: rotate(270deg);
  	transform-origin: 25px 79px;
	 

}


.find_icon img{
	pointer-events: none; 	
}
.find_tea li p{
	text-align: center;
	 

}
.find_tea_wrap{
	height: 200px;
}

.find_tea{
	height: 200px;
	width: 800px;
	margin-left:-400px;
	left:50%;
}
.sub_lev_line{
	width: 992px;
}
.find_tea_wrap_fix_scroll{
	height:190px;
	width: 100%;
}
.select_tea ul{
	margin-right: 0;
	padding:0;
 
}
 
 
.select_tea li.active:after{
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	background:url(./img/check.png) no-repeat;
	right:8px;
	top:10px;
	background-size: cover;
}

.preorder_line{
	position: absolute;
	width: 1000px;
	left:0%;
	margin-left:0px;
	height:1px;
	border-bottom: 1px solid #71a430;
}
.pre_order_category{
	left:0;
	margin-left: 0;
	width: 1000px;
	height: 90px;
	text-align: left;
	
}

.pre_order_category_wrap{
	width: 100%;
	overflow-x: scroll;
	
}


.single_list{
	display: flex;
	flex-direction:column;
	justify-content: center;
}


.single_box{
	width: auto;
}


.owl-carousel .owl-item img{
	height:auto;
}

.sidebar{
	display: none;
}



}

@media (min-width: 768px) and (max-width: 991.98px) {
	.head_fix{
	padding-top:60px!important;
}

	.head_menu li.short{
		width: 20%;
	}
	.head_menu li.long{
		width: 40%;
	}

}

.owl-next{
	width: 40px;
	height: 40px;
	background: #f00;
}

.owl-carousel .owl-item img{
	height: auto;
}
.swiper-container-horizontal{

}
.swiper-container {
  width: 100%;
  	height: 100vh;
  	background: #000;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Text Overlay */
.lab_video_text_overlay h2 {
  font-size:3em
}


.lab_video_text_overlay span svg{
		width: 1em;
		height: 1em;
	}
	.lab_video_text_overlay span a{
		color:#fff;
		cursor: pointer;
	}
	.v_center{
		display: flex;
	}


.lab_video_text_overlay .btn {
  border-radius:0;
  text-transform:uppercase;
  font-weight:200;
}
.lab_video_text_overlay .btn-warning {
  background-color:#F5D328;
}

.lab_video_text_overlay {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 25%;
  z-index: 99999;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
width: 100px;
height: 3px;
border-radius: 0;
overflow: hidden;
background: rgba(255,255,255,0.7);
}



.swiper-pagination-bullet-active{

position: relative;

}

.slider-video{
	height:100%;
	object-fit: cover;
}

.swiper-pagination-bullet:after{
	content: "";
	transition: all 5s;
	width: 100px;
	height: 3px;
	background: #fff;
	top:0;
	left: -100px;
	position: absolute;
	z-index:999;
}

.swiper-pagination-bullet-active:after{
	transform: translateX(100px);
	transition: all 5s;
}
.lab_video_text_overlay .container {
  text-align: center;
  margin: 0px auto;
}

.index_blog{
	padding-top:80px;	 
}
.index_choose{
	padding-top:80px;		
}
.index_blog_title{
		margin: 1em 0;
		font-weight: bold;
}
.index_blog_title h2,.index_blog_title p{
	color:#729047;
}

@media (max-width: 767.98px) { 
	.preorder_info h4{
	margin-bottom: 0.2em;
}
.preorder_info {
	text-align: center;
}
.preorer_intro{
	text-align: center;
}
 .preorder_info_btn{
 	float:none;
 	margin:0 auto;
 }
.pre_order_pimg{
	width: 100%;
	height: auto;
}
.pre_order_pimg img{
	width: 100%;
}
.preorer_bar{
	width: auto;
	float:none;

}
.time_line li{
	width: 100%;
	padding-left:80px;
}
.timeline_title{
	width: 80px;
	left:-80px;
	font-size: 1.2em;
}
.timeline_content{
	padding: 30px 0 30px 20px ;
}
	.blog_banner{
	height: 160px;
	background: url('img/blog.png') ;
	background-position: top  center;
	background-size: cover;
	color:#fff;
}
.blog_banner h2{
	line-height: 40px;
	padding-top: 60px
}




	.support_subtext{
		width: 80%;margin:1em 10%;
	}
.filter_menu{
	width: 100%;
	left:0;
	top:170px;

}
.menu_filter{
}
.filter_menu .d-flex{
	flex-wrap: wrap
}
.admin-bar .header {
    top: 46px;
}

	.head_fix{
	padding-top:60px!important;
}


	.btn-itea-meta{
		margin:5px;
	}
		.single_product_box{
			margin:15px 0;
		}

		.select_tea{
			display: block;
		}
		.select_tea ul{
			margin-bottom: 50px;
		}


	.lab_video_text_overlay h2{
		font-size: 2em;
	}
	.social_media{
	 
		justify-content: center;
		margin-top:1em;
	}

	.icon_default {
		font-size: 14px;
	}

	.index_blog_wrap{
		margin:0 30px!important;
	}
	.lab_video_text_overlay{
		top:40%;
	}
	.index_blog_title{
		margin:  0;
	}
 .index_blog_wrap{

    width: 85%;
    margin:0 auto;
}

.index_blog{
	padding-top:80px;
}
.about-slider{
	margin-top:120px;
}
	.head_menu{
		display: none;
	}
	.footer_col{
		text-align: center;
		margin:20px 0;
	}
	.footer_col h5:after{
			left:-30%;
		width: 160%;
	}
	.find_tea{
	width: 800px;
	margin-left:0px;
	left:0%;
}

.header{
	height:60px;
}
.s_logo{
	margin-top:12px;
}
}

@media screen and (max-width: 600px){
#wpadminbar {
    position: fixed!important;
}
}


