@charset "utf-8";

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/

ul.hed-right li a.bnrbtn{
	    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    background: #0cc650;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 100px;
	}

/*---------------------------*/
/*.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video {
    display: none;
}*/

.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video {display:none;}
.hide-400, .hide-479{display:inline-block;}
@media only screen and (max-width: 1179px){
.show-desk{display:block;}
.show-hide{display:none;}
}
@media only screen and (max-width: 1013px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}
a.bnrbtn{ margin-top:20px;}
a.s3btn2{ margin-left:0;}
}
@media only screen and (max-width: 767px){
.hide-767, .hide-desk{display:none;}
.show-767{display:block;}
a.s2btn {margin: 10px auto 0 auto; display: block;}
a.bnrbtn{ margin-top:0px;}
.pr-dtl-s1-rgt a.bnrbtn{ margin-top:20px;}
}
@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;}
.s1prdbtn{ max-width:63%;}
}
@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;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}

/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 350px;
	right: 0;
	border-left: 1px solid #e5e5e5;	
	
	-ms-transform: translateX(350px);
	-webkit-transform: translateX(350px);
	-moz-transform: translateY (350px);
	-o-transform: translateY (350px);
	transform: translateX(350px);

	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;
	}
.drawer .promoBox{ display:none;} 
.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(-350px);
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px);
	}
	
.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{
	float:left;
	width:60px;
	height:70px;
	border:1px solid #c0d3d9;
	text-align:center;
	background:#e8f1f4;
	position:relative;
	margin: 0 0 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 60%;
	}
.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{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	font-weight:500;
	font-family: 'Sailec';
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align: left;
	color:#393733;
	font-weight:normal;
	margin-top:3px;
}
.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: 'Sailec';
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#393733;
	}
.drwer-txt1 span{font-weight: 500; color: #d26a26; padding-left:20px;}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	color:#393733;
	margin-top:3px;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.cart-remv img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin-top:-50px;
	}
.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;
	}
.chk-btn{
	width:100%;

}
.crt-from-sec .chk-btn{
	display:none;
}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}