@charset "utf-8";

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
a.bnrbtn, a.prdbtn, a.s7btn, a.cartbtn, .acvs1btn,
a.abts1btn, a.abts2btn, a.readmore/*, a.s3btn*/{
	height:70px;
	width:332px;	
	outline:none;
	display:inline-block;
	margin:28px 0 0 0;
	font-weight:600;
	font-size:30px;
	line-height:70px;
	color:#fff;
	text-align:center;
	border:none;
	cursor:pointer;	
	/*background:#cf1319;*/
	background:#76c043;
}
a.prdbtn{margin:20px auto 0 auto;}
a.s7btn{margin:50px auto 0 auto;}
a.abts1btn, a.abts2btn{margin:60px 0 0 0;}
a.readmore{
	/*border:1px solid #cf1319;
	height:46px;
	width:230px;*/
	margin:64px 0 0 0;
	/*font-weight:600;
	font-size:20px;
	line-height:44px;
	color:#cf1319;
	text-align:center;
	display:block;*/
}
a.s6readmore{margin:46px 0 0 0;}
a.s3btn, a.s4btn{margin:40px 0 0 0;}
a.cartbtn{
	height:42px;
	line-height:42px;
	font-size:18px;
	width:90%;
	margin:10px auto 0 auto;
}
a.acvs1btn{
	font-family: 'Gilroy';
	font-weight:600;
	height:62px;
	width:310px;
	font-size:24px;
	line-height:62px;
	margin:40px 0 0 0;
}
a.acvs2btn{margin:30px 0 0 80px;}
a.acvs4btn{margin:60px auto 0 auto;}
a.acvs8btn{margin:30px 0 0 0;width:310px;}
a.acvs9btn{margin:40px auto 0 auto;}
@media only screen and (max-width: 1190px){
a.prdbtn{width:100%;}
a.readmore{width:280px;font-size:24px;}
a.acvs2btn {margin: 30px 0 0 0;}
a.acvs4btn{margin:40px auto 0 auto;}
a.abts1btn, a.abts2btn{margin:40px 0 0 0;}
}
@media only screen and (max-width: 1020px){
a.bnrbtn{margin:16px auto 0 auto;}
a.readmore{margin:20px auto 0 auto;}
a.moretab{display:none;}
a.moretab2{display:block;margin:0 auto;}
a.s4btn{margin:40px auto 0 auto;}
a.s6readmore{margin:26px 0 0 0;}
a.s7btn{margin:40px auto 0 auto;}
a.acvs8btn{margin:30px 0 0 0;width:310px;}
a.abts1btn{margin:40px auto 0 auto;}
}
@media only screen and (max-width: 767px){
a.bnrbtn, a.prdbtn, a.s7btn{height:60px;line-height:60px;}
a.prdbtn{margin:15px auto 0 auto;}
a.s6readmore{margin:26px auto 0 auto;}
a.s7btn{margin:30px auto 0 auto;}
a.moretab2{margin:30px auto 0 auto;}
a.acvs1btn{margin:25px auto 0 auto;height:50px;line-height:50px;}
a.acvs8btn{margin:20px auto 0 auto;}
a.abts2btn{margin:30px auto 0 auto;}
}
@media only screen and (max-width: 479px){
a.acvs2btn{margin:20px auto 0 auto;}
}
@media only screen and (max-width: 359px){
a.bnrbtn, a.prdbtn, a.s7btn, a.acvs1btn, a.abts1btn, a.abts2btn{width:100%;}
a.bnrbtn{margin:10px auto 0 auto;}
a.cartbtn{height:32px;line-height:32px;font-size:17px;margin:6px auto 0 auto;}
}
/*---------------------------*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}
.hide-400, .hide-479{display:block;}
@media only screen and (max-width: 1190px){
.hide-1190{display:none;}
}
@media only screen and (max-width: 1020px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
.hide-359{display:none;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;	
	
	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateY (300px);
	-o-transform: translateY (300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 10px 10px;
	z-index: 9999;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.shifter_page{transition: all ease 0.5s;-webkit-transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}	
.drawer__header {
	float:left;
	height: 70px;
	width: 100%;
	padding-top:30px;
	border-bottom: 1px solid #e5e5e5;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:0 40px 0 0;}
.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft, .drawer-prod-rght{	
	float:left;
	display:inline-block;
}
.drawer-prod-lft{	
	width:60px;
	height:73px;
	border:1px solid #c0d3d9;
	text-align:center;
	background: #fef5ec;
	position:relative;
	margin: 0 10px 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 37px;
}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	width:190px;
	text-align:left;
}
.drwer-prod-name{
	font-family: 'Gilroy';
	font-weight:600;
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	text-align: left;
	color:#393733;
	padding:0 0 0 0;
}
.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
.drwer-prod-name img{
	display:block;
	margin:0 0 0 0;
}
.drwer-txt1{
	font-family: 'Gilroy';
	font-weight:400;
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#393733;
	}
.drwer-txt1 span{    
	font-weight: 600;
    color: #76c043;
    padding-top: 10px;
    display: block;
    font-size: 18px;
}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	color:#393733;
	margin-top:3px;
	position:relative;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.cart-remv img{
	    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: 0;
    float: right;
    position: absolute;
    top: -58px;
    right: 0;
}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
}
.sub-total span{
	float:right;
}
a.chk-btn{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 21px;
	line-height:21px;
    text-decoration: none;
    padding: 17px 0 17px;
	text-align:center;
	font-weight: bold;
    border-radius: 40px;
	margin-top:20px;
	background:#76c043;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width: 170px;
}

.txtfld{
	width:100%;
	height:40px;
	border:1px solid #CCC;
	background:#fff;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	padding:0 10px;
}
