*{
	margin:0px;
	padding:0px;
}

body{
	font-family: 'Source Sans Pro';
}
.row{
	margin:0px;
}
a:hover{
	text-decoration:none;
}
@media(min-width:1200px){
	.container{width:1200px;}
}
.green-color{
	color:#058d12;
}

.yellow-color{
	color:#eab01d;
}
.ac-ban img{
	width:100%;
}
.carousel-control.right{
	width:40px;
	background:none !important;
	right:4% !important;
}
.carousel-control.left{
	width:40px;
	background:none !important;
	left:7% !important;
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .active {
  opacity: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade > .item {
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.ac-ban{
	position:relative;
}
.top-fir{
	padding: 10px 0px;
    background-color: rgba(0,0,0,0.1);
    top: 0px;
    position: absolute;
    width: 100%;
}
.top-sub{
	background-color: rgba(0,0,0,0.8);	
}

.icon-top{
	color:#ff5361 !important;
}
.icon-top-2{
	color:#fff !important;
}
.top-fir ul{
	list-style:none;
	margin:0px;
}
.top-fir ul li{
	color:#fff;
	display:inline;
	padding:0px 6px;
}
.glyph-ic{
	opacity:1;	
}
.ic-arr{
	padding:15px 15px;
	background-color:#ccc;
	border:1px solid #058d12;
	color:#058d12;
	top:45%;
    right: 37%;
	position:absolute;
}
.log-reg li a{
	color:#fff !important;
	font-weight:100;
	letter-spacing:1px;
	padding:0px 15px;
	font-size:15px;
}
.navbar-brand{padding:0px;width:30%;}
.logo-li{
        margin-top: -12px;
    color: #fff;
    display: block;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.logo-li img{
	width: 100%;
}
.logo-li:hover{
	color:#fff;
}
.navbar-default .navbar-toggle{
	border:none;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:none;
}

.menu-hr{
	background:none;
	border-top:1px solid rgba(255,255,255,0.3);
	border-bottom:none;
	margin-top:40px;
	padding:0.5em 0px;
	transition:all 0.5s linear;
	margin-bottom:0px;
}
.menu-hr-sub{
	background-color:#07495f;
	padding:1em 0px;
	transition:all 0.3s ease-in;
}
.ul-men{
	float:left;
	margin-top:7px;
}
.ul-men a{
	text-transform:uppercase;
	color:#fff !important;
	font-size:14px;
	font-weight:400;
	letter-spacing:1.5px;
	padding: 10px 24px !important;
}
.user-bag{
	list-style:none;
	margin-top:20px;
}
.user-bag li{
	display:inline;
}
.user-bag li a{
	color:#fff;
	font-size:16px;
	letter-spacing:0.5px;
	font-weight:300;
	padding:15px 10px;
}
.ic-user-bag{
	margin-right:5px ;
	font-size:13px;
 }
			/* DROPDOWN MENU*/
 .dropdown:hover >.dropdown-menu{
	display:block;
} 
			
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background:none;
}
.li_drp{
	padding:0px 7px;		
}					
.menu-ul{
	width:695px;
	border:none;
	padding:6px;
	left:-100%;	
	background-color:#fff !important;
	border-top:2px solid #058d12;
	background:url(../images/dropdown_tea.png)no-repeat;
	background-position:bottom right;
	
}
.menu-ul:before{
	display:block;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #058d12 transparent;
	top: -7px;
    position: absolute;
    left: 29%;
}
.menu-ul>li>a {
	padding: 9px 20px 9px 10px !important;
	transition:all 0.4s linear;
	color:#282828 !important;
	font-style:italic;
	font-weight:400;
	letter-spacing:0.61px;
	border-bottom:1px solid rgba(235,235,235,0.5);
}
.menu-ul>li>a:last-child{
	border:none;
}
.menu-ul>li>a:hover{
	background-color:#fff;
	color:#058d12 !important;
	text-indent:3px;
	border-radius:4px;
}

.tea-div{
	width:1349px;
	margin:0px auto;
}
.img1-div{
	width:50%;
	float:left;
	position:relative;
}
.img1-div img{
	width:100%;
}

.produc-show{
	padding:2em 0px;
}
.title-indx{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#282828;
	text-transform:uppercase;
}

.title-indx:before{
	width:34px;
	height:40px;
	margin:0px auto 5px;
	display:block;
	content:'';
	background-image:url('../images/cup.png');
}

/* .prod-li:before{
	width:80%;
	left:10%;
	height:3px;
	border-top:1px solid #282828;
	border-bottom:1px solid #282828;
	content:'';
	display:block;
	margin-top:20px;
	position:absolute;
	z-index:-1;
} */
.prod-li ul{
	height:41px;
	line-height:40px;
	margin:0px auto;
	list-style:none;
	border:1px solid #282828;
	background-color:#fff;
}
.prod-li ul li{
	display:inline;
	text-align:center;
	padding:0px;
}
.prod-li ul li a{
	display:inline-block;
	color:#282828;
	font-weight:bold;
	font-size:15px;
	padding:0px 7px;
}
.prod-li ul >li.active>a, .prod-li ul >li.active>a:focus, .prod-li ul >li.active>a:hover{
	background-color:#282828;
	color:#fff;
	text-decoration:none;
}


.cont-in-de{
	margin-top:3em;
}
.in-prod{
	width:100%;
	position:relative;
	border:1px solid rgba(235,235,235,0.8);
}
.prod-box{margin:1.5em 0px;}
.in-prod-img{
	height:275px;
	overflow:hidden;
}
.in-prod-img img{
	width:100%;
}

.in-prod-det{
	width:100%;
}
.in-prod-title{
	font-size:18px;
	color:#282828;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.8px;
}
.sta_in{
	width:200px;
	margin:0px auto;
}
.in-prod-cost{
	width:195px;
	margin:0px auto;
}
.in-prod-cost li{
	display:inline;
	margin:0px 5px;
	text-align:left;
}
.act-cost{
	font-size:24px;
	color:#058d12;
	font-weight:bold;
}
.ic-inr{
	font-size:19px !important;
}
.ic-inr-2{
	font-size:19px;
	text-decoration:line-through;
}
.orig-cost{
	font-size:18px;
	color:#aaa;
	font-weight:bold;
	text-decoration:line-through;
}
.hov-in{
	width:100%;
	height:100%;
	background-color:rgba(234,176,29,0.1);
	position:absolute;
	cursor:pointer;
	top:0px;
	left:0px;
	transition:all 0.4s linear;
	opacity:0;
	
}
ul.ic-hov{
	width:90%;
	list-style:none;
	margin:0px auto;
	position:absolute;
	left:5%;
	bottom:-12%;
}
ul.ic-hov li{
	display:inline;
}
.in-cart{
	width:65px;
	height:65px;
	background-color:#eab01d;
	border-radius:50%;
}

#prod_cart,#prod_wish{
	width:65px;
	transition:0.5s linear;
	transform:scale(0);
}
#prod_details{
	width:95px;
	transition:0.6s linear;
	transform:scale(0);
}

.prod-box:hover .hov-in{
	opacity:1;
}
.prod-box:hover #prod_cart{
	transform:scale(1);
}
.prod-box:hover #prod_wish{
	transform:scale(1);
}
.prod-box:hover #prod_details{
	transform:scale(1);
}


.shar_bann{
	height:420px;
	background:url('../images/bann-shar.jpg')no-repeat fixed center;
	background-siz:cover;
	margin-top:4em;
	padding-top:3.5em;
}
.shar_bann h1{
	font-size:6em;
	color:#fff;
	font-weight:bold;
}
.shar_bann h3{
	font-size:4em;
	color:#fff;
	font-weight:bold;
	font-family:'Aparajita';
}
.ic_socials a{
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	background-color:#fff;
	color:#282828;
	font-size:20px;
	margin:0px 3px;
}
.abt-midd{
	height:582px;
	background-image:url('../images/middle_abt.jpg');
	background-size:100% 100%;
	padding:3em 0px;
}
.in-mid_cont{
	width:55%;
	height:auto;
	background-color:#fff;
	box-shadow:0px 0px 30px rgba(0,0,0,0.6);
	padding:20px;
}

.cont-midd{
	width:100%;
	min-height:100%;
	border:1px solid #282828;
}
.cont-midd h1.title-indx{
	font-size:18px;
	font-weight:600;
	margin-top:10px;
}
.cont-midd h1:after{
	width:60px;
	content:'';
	display:block;
	border-top:1px solid #058d12;
	margin:0px auto;
	margin-top:4px;
}
.cont-midd p{
	color:#555;
	font-style:italic;
	font-weight:400;
	text-align:center;
	width:79%;
	margin:0px auto;
	font-size:15px;
}

.hg-txt{
	font-size:42px;
	font-weight:bold;
	color:#ccc;
	font-style:oblique;
	text-align:center;
	margin-top:8px;
	margin-bottom:0px;
}
.cont-midd h3{
	text-align:center;
	color:#282828;
	font-size:18px;
	letter-spacing:0.5px;
	margin-top:5px;
}
.ic-mai_sub{
	color:#fff;
}
.mail_subsc{
	width:80%;
	margin:15px 10%;
	height:45px;
	background-color:#eab01d;
	position:relative;
}

.mail_subsc input{
	width:100%;
	height:100%;
	border:none;
	background:none;
	text-align:center;
	font-size:16px;
	font-weight:400;
	transition:0.3s linear;
}
.mail_subsc input:focus{
	outline:1px solid #282828;	
}
.mail_subsc input::-webkit-input-placeholder {
   color: #fff;
}

.mail_subsc input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.mail_subsc input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.mail_subsc input:-ms-input-placeholder {  
   color: #fff;
}

.ic-mai_sub{
	background:url('../images/subscri_btn.png') no-repeat;
	position:absolute;
	top:10px;right:10px;
	width:28px;
	height:28px;
}
.ul-icons{
	list-style:none;
}
.ul-icons li{
	display:inline;
	padding:0px;
}
.li-ul-icon img{
	width:55px;
	display:block;
	margin:0px auto;	
}
.li-ul-icon h4{
	text-align:center;
	color:#eab01d;
	font-size:14px;
	margin:0px
}
.li-ul-icon p{
	width:90%;
	font-size:14px;
	font-style:normal;
	line-height:17px;
	margin-bottom:10px;
	font-weight:300;
}
.short-indx{
	background:#058d12;
	padding:1em 0px;
}
.short-indx ul{
	margin-bottom:0px;
	list-style:none;
}
.short-indx ul li{
	display:inline;
	font-style:italic;
	font-weight:300;
	letter-spacing:0.7px;
}
.short-indx ul li:after{
	content:'/';
	display:inline-block;
	color:#fff;
	margin:0px 14px;
}
.short-indx ul li:last-child:after{
	display:none;
	content:'';
}
.short-indx ul li a{
	color:#fff;
}
.indx-conten{
	padding:2.5em 0px;
	background-color:#fff;
}
.contn-h1{
	text-align:left;
	font-size:24px;
	font-weight:900;
	color:#282828;
}

.contn-h1:before{
	width:34px;
	height:40px;
	float:left;
	display:block;
	content:'';
	background-image:url('../images/cup.png');
	margin-top:-15px;
	margin-right:5px;
}
.indx-conten p{
	font-size:14px;
	color:#333;
	letter-spacing:0.4px;
	margin-bottom:20px;
	text-align:justify;
}
.brands-cont{
	list-style:none;
	width:100%;
}
.brands-cont li{
	display:inline;
	padding:0px 5px;
}
.brands-cont li img{
	width: 180px;
	height:80px;
}

.ft-main{
	background-image:url(../images/foot_bg.jpg);
	min-height:332px;
	background-size:100% 100%;
	padding:3em 0px 1em;
}
.ft-bx img{
	width:200px;
}

.ft-bx  p{
	color:#999;
	font-size:14px;	
	font-style:italic;
	text-align:justify;
	letter-spacing:0.4px;
}
.ft-icon{
	list-style:none;
}
.ft-icon li{
	display:inline-block;
	padding:0px 1px;
}
.icon-top-ft{
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	display:block;
	background-color:#000;
	color:rgba(255,255,255,0.4);
	border:1px solid rgba(255,255,255,0.4);
	transition:0.3s linear;
}
.icon-top-ft:hover{
	color:#fff;
	font-size:11px;
}
.ft-bx h2{
	color: #fff;
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
}
.ft-bx h2:after{
	content:'';
	display:block;
	width:55px;
	border-top:2px solid #eab01d;
	margin-top:6px;
}
.ft_links{
	list-style:none;
}
.ft_links li{
	color:#999;
	font-style:italic;
	padding:6px 0px;
	letter-spacing:0.4px;
	font-size:13px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.ft_links li:last-child{
	border:none;
}
.ft_links li a{
	color:#818181;
	font-size:14px;
	transition:0.3s linear;
}
.ft_links li a:hover{
	padding-left:3px;
	color:#fff;
}

.ft-subsc{
	background-color:#000;
	height:40px;
	width:220px;
	border-radius:30px;
	border:1px solid rgba(255,255,255,0.2);
	position:relative;
	margin-bottom:15px;
}
.ft-subsc input{
	background:none;
	border:none;
	width:100%;
	height:100%;
	text-indent:18px;
	font-size:14px;
	color:#fff;
	font-weight:300;
}
.ft-subsc input:focus{
	outline:none;
}
.btn-ft-mail{
	background:none;
	border:none;
	position:absolute;
	width:37px;
	height:37px;
	border-radius:50%;
	background-color:#eab01d;
	color:#fff;
	right:0px;
	top:0px;	
}
.ft-addr{
	line-height:24px;
}
.br-ft{
	border-color:#000;
}
.rw-ft{
	padding:15px 0px;
}
.rw-ft p{
	color:#999;
}
.ecp_li{
	color:#ff0;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	letter-spacing:1px;
}
.ecp_li:hover{
	color:#fff;
}
									/* 		SUB PAGES 		*/
									
								/* 		DESCRIPTION PAGE 		*/
				
.top-fir2{
	background-color: #267d30;
   /*  position: static; */
}
.menu-hr2{
	background-color: #058d12;
	border-radius: 0px;
    width: 100%;
    border: none;
	transition:0.3s all linear;
}
.page_crumb{
	background-color:#eee;
	padding:1.5em 0px;
}
.page_crumb ul{margin-bottom:0px;}
.page_crumb ul li {display:inline;}
.page_crumb ul li a {
	font-weight:bold;
	display:inline;
	color:#282828;
	text-transform:uppercase;
}

.page_crumb ul li a:after{
	padding:0px 10px;
	content:'»';
	display:inline-block;
}
.last-crumb{color:#eab01d !important;}
.last-crumb:after{
	display:none !important;
}

.singl_ner{
	margin:2em 0px;
	min-height:450px;
}
.prdct-div{padding:0px;}
.prdct_in{
	min-height:400px;
	margin:0px;
	border-right:1px solid #058d12;
}
.prdct-details-div{
	min-height:400px;
	background-color:rgba(239, 239, 237, 0.25);
	border-right:1px solid #058d12;
}
.sing-prd-titl{
	font-size:24px;
	font-weight:700;
	color:#282828;
	letter-spacing:0px;
	text-transform:uppercase;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
}
.sing_detils{
	width:100%;
	font-size:16px;
	padding-bottom:0.5em;
}
.sing_detils tr{
	height:30px;
	line-height:30px;
}
td.detail-prop{
	font-weight:500;
	width:40%;
}
p.deta_desc-p{
	font-size:15px;
	color:#555;
	font-weight:400;
}
.sing_detils tr td a{
	text-decoration:underline;
	font-weight:500;	
}
.sing_detils tr td a:hover{
	color:#058d12;
}
.tags-td{
	text-decoration:none !important;
}
.tags-td i.fa-tags{
	font-size:12px;
	margin-right:5px;
}
.sing_rate-div{
	min-height:400px;
}
h1.sing_h1-rate{
	font-size:30px;
	font-weight:900;
	float:left;
	color:#282828;
}
h1.sing_h1-rate i.fa-inr{
	font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
}

h2.sing_h1-srate{
	font-size:24px;
	font-weight:600;
	float:left;
	margin:26px 10px;
	color:#ccc;
	text-decoration:line-through;
}
h2.sing_h1-srate i.fa-inr{
	font-size: 18px;
	color:#ccc !important;
    font-weight: 600;
    margin-right: 5px;
}
span.rate-labl{
	border-radius:6px;
	font-size:18px;	
	background:none;
	color:#eab01d !important;
	font-weight:400;
}
.sing_quant{
	float:left;
	width:100%;
	margin-top:1em;
}
.sing_quant p{
	font-size:16px;
	font-weight:600;
}
.qty-val{
	margin-top:10px !important;
	height:40px;
	border:1px solid #ccc;
}
.qty-val li{
	height:100%;
	text-align:center;
	display:inline-block;
}
.qty-val li a{
	font-size:25px;	
	color:#058d12;
}
.qty-val li input{
	border:none;
	width:100%;
	height:100%;
	text-align:center;
}
.qty-val li input:focus{
	outline:none;
}
.qty-val li input::-webkit-outer-spin-button,
.qty-val li input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.btn_add-to_cart{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0px;
	margin-top:1em;
}
.sing_quant a{
	border-botom:1px solid rgba(235,235,235,0.4);
	color:#888;
	font-weight:300;
	font-size:16px;
	margin-right:10px;
}

.prd_info{
	margin-top:2em;
}
.tab-titl{
	list-style:none;
	border-bottom:1px solid #eee;
	padding-bottom:1em;
}
.tab-titl li{display:inline}
.tab-titl a{
	font-size:18px;
	font-weight:bold;
	color:#282828;
	padding:0px 3%;
}
.tab-titl li.active a{
	color:#eab01d;
}
.descri_div p{
	font-size:16px;
	color:#282828;
	font-weight:400;
	line-height:24px;
}
.review_div h3{
	color:#282828;
	font-weight:400;
	font-size:16px;
}
.ratin_table{
	font-size:16px;
	border:1px solid #eee;
	margin-bottom:1em;
}
.tr-ratin_table{
	background-color:#058d12;
	height:40px;
	color:#fff;
}
.ratin_table tr td{
	text-align:center;
	font-weight:bold;
} 
.ratin_table tr{
	height:40px;
}
.revwr_nam{
	font-size:16px;
	color:#282828;
	font-weight:400;
	padding-left:0px;
}
.revwr_nam input{
	width:100%;
	height:40px;
	text-indent:15px;
}
.revwr_nam textarea{
	width:100%;
	height:90px;	
}
.btn-revw{
	font-size:16px;
}

.relatd_prdct{
	margin:2em 0px 3em;
}

										/*  SEARCH PAGE  */
.se-ind-bannr{
	height:220px;
	background:url(../images/bann-shar.jpg) no-repeat fixed center;
	background-size:cover;
	padding:2em;
	margin-top:100px;	
}	
.se-ind-bannr h4{ 
	font-size:21px;
	color:#fff;
	font-weight:300;
}
.se-ind-bannr h1{ 
	color:#fff;
	font-weight:bold;
	font-size:75px;
	margin-top:10px;
	text-transform:uppercase;
}	

.se-c_iner{
	margin:2em 0px;
}	

.filter-div-main{
	padding-bottom:0.5em;
	border-bottom:1px solid #eee;
	background-color:#fff;
	z-index:999;
	width:100%;
}
ul.filts-tea li{
	display:inline;
}			
.filts-tea li a{
	padding:7px 15px;
	background-color:#fff;
	color:#282828;
	font-size:16px;
	font-weight:400;
}	
.filts-tea li.active a,.filts-tea li a:focus{
	background-color:#282828;
	color:#fff;
	text-decoration:none
}

.sorting_cls{
	height:35px;
	padding:0px 10px;
	outline:none;
}
.sorting_cls option{
	height:30px;
}
.se-product_list{
	margin-top:1em;
}	
.prodxt-li{
	min-height:450px;
	margin-bottom:2em;
}	
.btn-ld_more{
	width:240px;
	height:50px;
	margin:0px auto;
	background-color:#2c2c2c;
	text-align:center;
	letter-spacing:1px;
	line-height:50px;
	border:none;
	color:#fff;
	display:block;
	border-radius:4px;
}
.ld-mre-subs{
	text-align:center;
	color:#777;
	margin:0.51em 0px;
	text-transform:uppercase;
}
.crumb-top{
	margin-top:100px;
}



.cart_indx{
	margin:2em 0px;
}
.cart-table{
	width:100%;
}
.cart-tr{
	height:55px;
	background: rgba(0,0,0,0.05);
	text-align:center;
}
.cart-tr {
	padding:0px !important;
	line-height:55px !important;
	font-weight:600;
	border-right:1px solid #e4e4e4;
	font-size:16px;
}

.tr-prd_cart{
	height:auto;
	border:1px solid #efefef;
	margin-bottom:2px;
	padding-bottom:10px;
}
.prj-cart-td{
	text-align:left;
	border-right:1px solid #e4e4e4;
}
.cart-tr .prj-cart-td{
	padding-left:1em !important;
	border-left:1px solid #e4e4e4;
}
.img-cart{
	float:left;
}
.img-cart img{
	width:100px;
}
.overvw-cart{
	float:left;
	width: 200px;
}
.overvw-cart h3{
	font-size:16px;
	color:#282828;
	font-weight:bold;
	margin-top:10px;
}
.overvw-cart h4{
	font-size:14px;
	color:#555;
	font-weight:400;
	margin-top:10px;
}
.val_in_cart{
	padding:15px;
	font-weight:bold;
	font-size:18px;
}
.inr_tab_cart{
	font-size:14px !important;
}
.td_cart{
	margin:0px;
	width:130px;
}
.td_cart li{
	padding:0px;
}
.upd_btn-cart{
	width:130px;
}
a.fa-trash{
	color:#ff0f0f;
	font-size:24px;
	margin-top:20px;
}
.btn-cart-div{
	padding:1em 1.5em;
	border:1px solid #eee;
	border-top:none;
}
.btn-shoppin{
	border-radius:0px;
	border:none;
}
.pric-cart-div{
	border:1px solid #eee;
	border-top:none;
}
.title-sumof h4{
	padding:8px;
	font-weight:700;
}
.btn-ckout{
	width:220px;
	margin:0px auto;
	display:block;
	float:initial !important;
	border-radius:0px;
	bordeR:none;
	height:40px;
	line-height:40px;
	padding:0px;
}
.regr_intr{
	min-height:350px;
	padding:1.5em;
	border:1px solid #ccc;
	border-top:2px solid #058d12;
}
.regr_intr h3{
	font-size:18px;
	font-weight:bold;
}
.regr_intr ul li{
	font-weight:600;
	font-size:13px;
	padding:7px 0px;
	color:#282828;	
}
.btn_crt_acc{
	border-radius:0px;
	border:none;
}
.login-div{
	min-height:350px;
	padding:1.5em;
	border:1px solid #ccc;
	border-top:2px solid #eab01d;
	border-left:none;
}
.login-div h3{
	font-size:18px;
	font-weight:bold;
}
.lo_gdiv{
	margin-bottom:1.5em;
	width:100%;
}
.lo_gdiv input{
	width:100%;
	height:35px;
	bordeR:1px solid #ddd;
	outline:none;
	text-indent:10px;
}
.div_boxlog{
	min-height:350px;
	margin-bottom:2em;
	position:relative;
	overflow:hidden;
}
.accnt{
	width:100%;
	height:0%;
	transition:0.5s linear;
	display:none;
	position:absolute;
	bottom:0px;
	background-color:rgb(244, 244, 244);
	border-top:2px solid #058d12;
	padding:1.5em;
}
.accnt h3{
	margin-top:0px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
	margin-left:15px;
}
.accnt i.fa-close{
	cursor:pointer;
	font-size:16px;
	color:#282828;
	margin-right:15px;
}

.reg_div{
	margin-bottom:1.5em;
	width:100%;
}
.reg_div input{
	width:100%;
	height:35px;
	border:1px solid #ddd;
	outline:none;
}

.accnt button{
	margin-top:20px;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
										/* ACCOUNT PAGE */
					/* ACCOUNT PAGE */
.acc-page{
	margin-top:2em;
}					
.acc-page h1{
	font-weight:bold;
	color:#2c2c2c;
}
.profil-list{
	padding-left:0px;
}
.profil-list ul{
	list-style:none;
	margin-top:1em;
}
.profil-list ul li{
	display: block;
    margin: 13px 1px;
    width: 100%;
    height: 60px;
    background-color: #2c2c2c;
    line-height: 60px;
}
.profil-list ul li a{
	padding:7px 14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.profil-list ul >li.active{
	border:2px solid #eab01d;
	background-color:#eab01d;
	color:#fff;
	text-decoration:none;
}
.profil-list ul >li.active>a, .profil-list ul >li.active>a:focus{
	color:#fff;
	text-decoration:none;
}
.in-acc-main{
	border-left:1px dotted #555;
	padding:1em 10px;
	margin-top:15px;
	min-height:280px;
}
.acc-labl{
	margin:10px 0px;
}
.lab-na{
	font-size:15px;
	width:200px;
	height:45px;
	line-height:45px;
	float:left;
}
label.acc-labl input{
	width:350px;
	height:45px;
	border:1px solid #ddd;
	text-indent:10px;
	color:#777;
	font-size:15px;
	letter-spacing:0.4px;
	
}
label.acc-labl input:focus{
	outline:1px solid #2c2c2c;
}
label.acc-labl select{
	width:350px;
	height:45px;
	border:1px solid #ddd;
	text-indent:10px;
	color:#777;
	font-size:15px;
	letter-spacing:0.4px;
}
label.acc-labl textarea{
	width:100%;
	height:120px;
	border:1px solid #ddd;
	text-indent:10px;
	color:#777;
	font-size:15px;
	letter-spacing:0.4px;
}
.upd-acc{
	width:100%;
	background:#2c2c2c;
	color:#fff;
	padding:0.8em 1em;
	border:2px solid #2c2c2c;
	margin:1em 0px;
	float:right;
	width:150px;
	text-transform:uppercase;
	cursor:pointer;
}
#acc_order{
	height:320px;
	overflow-x:hidden;
	overflow:auto;
}
.acc-ordr{
	min-height:180px;
}

.cart-bag_li{
	min-width:300px;
	height:100px;
	float:left;
	padding:10px;
	position:relative;
}
.li_shop-crt{
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.cart-bag_li_img{
	width:60px;	
	float:left;
}
.cart-bag_li_img img{
	width:100%;
}
.cart-bag_li_desc{
	width:220px;
	float:left;
	padding-left:10px;
}
.cart-bag_li_desc h2{
	font-size:16px;
	margin:0px;
}
.cart-bag_li_desc h4{
	font-size:16px;
	color:#e62179;
	font-weight:bold;
	margin-top:5px;
}
.cart-bag_li_desc p{
	margin-bottom:0px;
	height:40px;
	overflow:hidden;
}
.cart-bag_li_desc h4 i{
	font-weight:300;
	font-weight:13px;
}
.cl-list-cart{
	position: absolute;
    right: 5px;
    top: 10px;
    font-size: 20px;
	cursor:pointer;
}										
.prod-carou{
	width: 100%;
    left: 30%;
    background-color: #fff;
    border: 1px solid #000;
    height: 40px;
    top: -3em;
	text-align:left;
    padding: 0px 165px;
}
#Prod_Car{
	top:3em;
}		
li.li_car{
	text-indent: 0px;
    width: initial !important;
    height: 100% !important;
    line-height: 40px;
	background:none;
	border:none;
	margin:0px;
	padding:0px 8px;
	border-radius:0px;
}
#Prod_Car li.active{
	background-color:#000 !important;
	width:initial !important;
	height:initial !important;
	color:#fff !important;
}	
.ic-prod{
	padding:15px;
	background-color:#058d12;
	border:2px solid #000;
	font-size:18px !important;
}	
.ic-s .glyphicon-chevron-left, .ic-s .glyphicon-chevron-right, .ic-s .icon-next, .ic-s .icon-prev
{
	width:initial !important;
	height:initial !important;
}	
.ic-s.left{
	left:-3em !important;
}
.ic-s.right{
	right:-3em !important;
}	
										/* ABOUT US */

.tl-div{
	margin-bottom:3em;
	padding-top:2em;
}
.abt-smap_img img{ 
	width:100%;
}										
.abt-text p{
	color: #555;
    font-style: italic;
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
	line-height:24px;
	letter-spacing:0.54px;
}
.cont_box i.ic-contct{
	width:35px;
	height:35px;
	color:#232323;
	border-radius:50%;
	text-align:center;
	line-height:35px;
	border:1px solid #232323;
	float:left;
}
.cont_box h3{
	margin: 0px;
    font-sizE: 21px;
    color: #232323;
    margin-left: 25px;
    float: left;
    font-weight: bold;
}
.cont_box h3:after{
	content:'';
	display:block;
	width:45px;
	border-top:3px solid #eab01d;
	margin-top:5px;
}
.cont_box p{
	float:left;
	margin-left:15%;
	margin-top:1em;
	font-size:15px;
	font-style:italic;
	line-height:24px;
}

.map_di{
	position:relative;
	height:550px;
}
.map_di iframe{
	width:100%;
	height:100%;
}
.form_contain{
	width:40%;
	position:absolute;
	height:100%;
	top:0px;
}
.form_cont{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	padding:20px;
}
.border-line{
	width:100%;
	height:100%;
	/* border:1px solid #ddd; */
}
.form-det{
	width:100%;
	padding:0px 20px;
	margin:0.5em 0px;
}
.form-det label{
	font-weight:400;
	font-size:16px;
	color:#fff;
	width:100%;
}
.form-det input{
	width:100%;
	height:40px;
	border:1px solid #ddd;
	background:none;
	text-indent:10px;
	color:#fff;
	outline:none;
	font-size:15px;
}
.form-det textarea{
	width:100%;
	height:100px;
	border:1px solid #ddd;
	background:none;
	text-indent:10px;
	color:#fff;
	outline:none;
	font-size:15px;
}
.title-indx-col{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.form-submtn{
	width:92%;
	padding:10px 0px;
	display:block;
	margin:0px auto;
	border-radius:0px;
	background-color:#fff;
	color:#232323;
	font-size:18px;
	font-weight:bold;
	transition:all 0.4s linear;
}		