@charset "utf-8";

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn{
	height: 48px;
    width: 100%;
    background: #000000;
    outline: none;
    display: inline-block;
    margin: 30px 0px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: capitalize;
    border-radius: 50px;
    max-width: 242px;
    letter-spacing: 0.8px;
    
}

.s2inbxbtn, .pkgbtn, .prdbtn, .proceed-chkbtn, #browse{
    height: 38px;
    width: 250px;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 36px 0px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0px;
}
.chk-btn{ margin-top:0px; color: #ffffff;}
.chk-btn:hover{color:#fff;}
.s1btn, .s2inbxbtn{margin:38px 0 0 0;}
.s1btn {}
.pkgbtn{
	height: 66px;
    width: 290px;
    line-height: 66px;
    margin: 10px 20px 0 0;
    display: inline-block;
    float: none;
    font-family: inherit;
    font-size: 26px;
}
.prdbtn{
	height:46px;
	width:90%;
	line-height:46px;
	margin:20px auto 0 auto;
	font-size:20px;
}
.btnarrow{margin:0 0 0 10px;}
.cont-btn{
	display:block;
	margin:30px auto 0 auto;
	color: #fff;
    border: 1px solid #000000;
}
.cont-btn:hover{
	background:#000000;
	color:#fff;
}
@media only screen and (max-width: 1185px){
.pkgbtn{    width: 272px;
    margin: 15px 0px 0 0;}
}
@media only screen and (max-width: 1023px){
.bnrbtn{ margin: 24px 0px 0 0; font-size: 22px; line-height: 50px; height: 50px; max-width: 220px;}
.s1btn{margin:25px auto 0 auto;}
.s2inbxbtn{margin:28px 0 0 0;}
.pkgbtn {  display: inline-block;  margin-left: 0 !important; margin-top:0px; vertical-align:middle; float: left; margin-right:0}
}
@media only screen and (max-width: 767px){
.bnrbtn{ 
        width: 180px;
        margin: 15px 0 0;
        font-size: 16px;
        line-height: 38px;
        height: 38px;
}
.s2inbxbtn{margin:28px auto 0 auto;}
}
@media only screen and (max-width: 359px){

}
/*---------------------------*/
.show-desk{display:block;}
.show-tab{display:none;}
.show-767{display:none;}
@media only screen and (max-width: 1023px){
.show-tab{display:block;}
.hide-tab{display:none;}
}

@media only screen and (max-width: 767px){
.show-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: 100%;
    left: 0;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateY (100%);
    -o-transform: translateY (100%);
    transform: translateX(100%);
    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;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
    text-align: center;
	}
.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;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 99;
	}
.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: #fff;
    text-align: left;
    padding-left: 30px;
    position: relative;
	}
.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 0px 0 0;
    position: absolute;
    left: 0px;
    top: 3px;
}

.cross-icon{
	float: right;
    cursor: pointer;
    width: 16px;
    margin-top: 4px;
    filter: brightness(3);
	}
.cart-box2{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #d0d0d0;
	}
.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;
}
.nt-slt p{
	float:left;
	width:100%;
	margin-top:10px;
	}
.nt-slt .cart-prd-btm {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.cart-smmmry {
    float: right;
    width: 40%;
}
.cart-smmmry .chk-btn{ display:none;}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	padding: 10px;
    display: inline-block;
    width: 40%;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
/*    overflow-y: scroll;
    height: 580px;*/
	float:none;
}
.cart-prods{float:left; width:100%;}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	background: #f9f9f9;
    border-bottom: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 4px solid #000000;
    padding: 10px 10px;
	border-bottom:1px solid #000000;
}
.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 26px;
    position: relative;
    width: 100%;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	    position: absolute;
    right: 3px;
    top: 8px;
    width: 20px;
}
.cart-box2, .card-box3 {
	padding: 10px 0 15px;
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
}
.cart-box2 {
	border-bottom: 1px solid #d2d2d2;
}
.card-box3 {
	padding: 3px 0 16px
}
.cart-prdname {
	    padding: 6px 0px 0px 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    float: left;
    width: 100%;
}
.span3 {
	    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.drawer .cart-box2 .span3, .cart-prdname .span3 {
        float: left;
    width: 100%;
    padding-left:27px;
    font-size: 16px;
    line-height: 24px;
}

.span2 {
    font-size: 16px;
    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 {
	position: absolute;
    left: 0;
    top: 11px;
    max-width: 46px;
    background: #fbfbfb;
    padding: 5px;
    border: 1px solid #000000;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    float: left;
    padding-left: 30px;
}
.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;
    font-weight: 500;
}
.card-box4-lft {
	    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
    padding-top: 20px;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.cart-smmmry .continue-shpbtn {
	padding: 0px 5px;
	margin: 0px 0 0;
	color: #ffffff;
	border: 1px solid #ffffff;
	max-width: 230px;
	font-size: 18px;
}
.cart-smmmry .continue-shpbtn:hover{
	background:#000000;
	color:#fff;
}
.cart-smmmry .continue-shpbtn1, .drawer .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;
	max-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%;
	cursor:pointer;
}
@media only screen and (max-width: 767px){
.cont-btn {
    display: block;
    margin: 20px auto 0 auto;
}
.cart-smmmry .continue-shpbtn{ max-width: 100%; font-size: 16px;}
}



	