
/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
a.bnrbtn, a.s1btn, a.s2inbxbtn, .cont-btn, a.pkgbtn, a.prdbtn, .submit-btn, .proceed-chkbtn, .continue-brwbtn, .chk-btn, .submit-btn, .continue-shpbtn, .browse{
	height:51px;
	width:230px;
	background:#3ab72b;
	box-sizing:border-box;
	border-radius:30px;
	outline:none;
	display: inline-block;
    vertical-align: middle;
	margin:36px 0 0 0;
	font-weight:bold;
	font-size:20px;
	line-height:51px;
	color:#fff;
	text-align:center;
	border:none;
	cursor:pointer;
}
.browse{    
	margin-top: 0;
    font-size: 20px;
    line-height: 46px;
    height: 46px;
}
.chk-btn{ margin-top:15px;}
a.s1btn, a.s2inbxbtn{margin:38px 0 0 0;}
a.pkgbtn, .submit-btn{
	    height: 66px;
    width: 340px;
    line-height: 66px;
    margin: 18px 20px 0 0;
    float: left;
}
a.prdbtn{
	    height: 46px;
    width: 230px;
    line-height: 46px;
    margin: 10px auto 0 auto;
    font-size: 20px;
}
.btnarrow{margin:0 0 0 10px;}
.cont-btn{
	display:block;
	margin:30px auto 0 auto;
}
@media only screen and (max-width: 1179px){
a.pkgbtn{width:260px;margin:18px 10px 0 0;}
}
@media only screen and (max-width: 1013px){
a.bnrbtn{margin:26px 0 0 0;}
a.s1btn{margin:25px auto 0 auto;}
a.s2inbxbtn{margin:28px 0 0 0;}
a.pkgbtn{
	margin:18px auto 0 auto;
	display:block;
	float:none;
	height:55px;
	line-height:55px;
}
}
@media only screen and (max-width: 767px){
a.bnrbtn{margin:16px auto 0 auto;display:block;}
a.s2inbxbtn{margin:28px auto 0 auto;}
}
@media only screen and (max-width: 359px){

}
/*---------------------------*/
.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;}
}

@media only screen and (max-width: 767px){
.hide-767, .hide-desk{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;}
}
@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: 22;
	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;
	}
.drawer .cart-box1 {
    display: none;
}
.drawer .sub-total li:nth-child(2), .drawer .sub-total li:nth-child(3) { display:none;}
.drawer .continue-shpbtn{ display:none;}
.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;
	}
.cart-box2{
	float:left;
	width:100%;
	padding:15px 0 15px;
	}
.drawer-prod-lft{
	     float: left;
    width: 70px;
    height: 80px;
    border: 1px solid #c0d3d9;
    text-align: center;
    background: #e8f1f4;
    position: relative;
    margin: 8px 0 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.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{
	
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #393733;
    font-weight: normal;
}
.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{
	
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #393733;
	position:relative;
	}
.drwer-txt1 span{    
font-weight: 700;
    color: #0e8c3d;
    padding-right: 25px;
    float: right;}
.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{
	width: 18px;
    /* margin-top: -52px; */
    position: absolute;
    top: 0;
    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;
	}

.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}

/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.empty-msg {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0 0 0;
}
.nt-slt p{
	float:left;
	width:100%;
	margin-top:10px;
	}
.cart-smmmry {
        float: right;
    width: 40%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
	padding: 10px;
}
.cart-smmmry .chk-btn{ display:none;}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	padding: 0 0 50px 0;
	float:left;
	width:100%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
    border-bottom: none;
	font-family: "PT Serif", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 25px 10px;
}
.drawer .cart-box1{
	display:none;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 34%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 22%;
	text-align: center;
	display:none;
}
.one {
    padding: 0 0 0 0px;
    position: relative;
    width: 100%;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	    position: absolute;
    right: 3px;
    top: 18px;
    width: 20px;
}
.cart-box2, .card-box3 {
	padding: 10px 20px;
	float: left;
	width: 100%;
	position: relative;
}
.drawer .cart-box2{padding: 7px 0px 20px;}
.cart-box2 {
	border-bottom: 1px solid #d2d2d2;
}
.card-box3 {
	padding: 0 28px 30px;
}
.drawer .card-box3{ padding:0;}
.cart-prdname {
	    padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.span3 {
	    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.cart-prdname div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}
.drawer .cart-box2 .span3, .cart-prdname .span3 {
	float: left;
	width: 88%;
}
.drawer .span3{font-size: 14px; margin-top: 0px;}

.span2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #2d2d2d;
}
.drawer .cart-box2 .span2, .cart-prdname .span2 {
    display:block;
}
.cart-prdname span.span1 {
	
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	float: left;
    max-width: 60px;
    background: #f5fffa;
    padding: 10px 5px;
    border: 1px solid #229635;
}
.drawer .cart-prd1{ top:7px;}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #229635;
    float: left;
    padding-right: 0;
    width: 100%;
    margin-top: 5px;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 100%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
        font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    float: left;
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #efefef;
}
ul.cart-prclist li:first-child {
}
.drawer ul.cart-prclist li:nth-child(2), .drawer ul.cart-prclist li:nth-child(1){display:none;}

ul.cart-prclist li span.span1 {
	float: right;
}
.card-box4-lft {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.cart-prclist li span.span2 {
	font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.cart-smmmry .continue-shpbtn {
   height: auto;
    width: auto;
    padding: 0px 20px;
    margin-top: 20px;
}
.cart-smmmry .continue-shpbtn1, .drawer a.continue-shpbtn{}

#cartBox #browse {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    padding: 14px 70px 14px 20px;
    height: auto;
    width: auto;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
}
.proceed-chkbtn {
	float: right;
	background: #f9f9f9;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}

/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}

@media only screen and (max-width: 767px){
.drawer .cart-box2 .span3, .cart-prdname .span3{ }
.unit-price, .sub-total{}
.show-desk {display: none;}
.submit-btn {
    margin-top: 10px;
    width: 293px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
}
}



	