@charset "utf-8";
/* CSS Document */


/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	}
.overflow{transition: all ease 0.5s;}
.cart_open .overflow{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	
.drawer__header {
	float:left;
	height:50px;
	width: 100%;
	background:#bac6d1;
	padding:15px;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:20px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	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:4px 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 20px 20px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	}
.drawer-prod-lft{
	float:left;
	/* width:55px; */
	width: 60px;
	height: 60px;
	border: 1px solid #c0d3d9;
	background: #e8f1f4;
	position: relative;
	}
.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:170px;
	text-align:left;
	}

	.error_handler_body {
    max-width: 500px !important;
    /* height: 300px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:15px;
	line-height:19px;
	color:#000000;
	font-weight:600;
	/* font-family: 'Butler'; */
	}
.drwer-prod-name span{}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#3e3e3e;
	}
.drwer-txt1 span{ font-weight: 500; padding-left: 20px;}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	color:#393733;
	font-weight:500;
	}
.drwer-prod-name a{
	float:right;
	font-size:14px;
	color:#959595;
	}
.cart-remv img{
	display:inline-block;
	vertical-align:middle;
	width: 15px;
	margin-top: -50px; cursor: pointer;
	}
	
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.sub, .add {
    float: left;
    width: 35px;
    border: 1px solid #ced4da;
    height: 40px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	}
.cart-qty-div input {
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width: 56px;
    text-align: center;
    height: 40px;
    font-size: 18px;
	font-weight:normal;
    color: #2d2d2d;
	font-family: 'Galano Grotesque';
	-webkit-appearance:none;
	border-radius: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: 90%;
	background:#ffc200;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 15px;
	text-align:center;
	font-weight: 600;
	margin:20px 5% 0;
	border-radius:50px;
	}
a.continue-btn{
	float: left;
    width: 90%;
	border:2px solid #ffc200;
	border-radius:50px;
    color: #313b54;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0;
	text-align:center;
	font-weight: 600;
	margin:8px 5% 0;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	padding: 0 15px;
	box-sizing: border-box;
	}
.cart-smry{
	float:left;
	width:100%;
	margin:10px 0 0;
	padding: 0 15px;
	box-sizing: border-box;
	}
.crt-smry-hdng{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#363636;
	font-weight:600;
	padding:0 0 8px 0;
	text-align:left;
	border-bottom:1px solid #eaeaea;
	}
.cart-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:18px;
	padding:5px 0;
	}
.cart-prc-p1 span{
	float:right;
	}
.cart-prc-p2{ font-weight:600;}

/*=============CART2==========*/
.cartBox{
	float:left;
	width:100%;
	margin-top:30px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    background: #fff;
	padding:10px 20px;
	border-radius:5px;
	min-height:465px;
	}
.cart-left{
	float:left;
	width:70%;
	}
.cart-heading-row{
	float:left;
	width:100%;
	font-size: 16px;
    line-height:20px;
    color: #9a9696;
	padding:15px 0 10px;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width:18%;
	}
.cart-col-1{
    width: 46%;
	padding: 0 0 0 40px;
	text-align: left;
	position:relative;
	}
.cart-col-4{
	}
.cart-prd-row{
	float:left;
	width:100%;
	padding-top:20px;
	border-top:1px solid #e1e1e1;
	min-height:200px;
	}
.cart-prd-name{
	float:left;
	width:100%;
	padding: 0 0 10px 60px;
	color: #3e3e3e;
    font-size: 18px;
    line-height: 26px;
	}
.cart-prd-name span{
	font-weight:600;
	font-family: 'Butler';
	font-size:24px;
	color:#000;
	}
.cart-prd-1{
	position: absolute;
    left:30px;
    top: 0;
	width:50px;
	}
.unit-price{
	float:left;
	width:100%;
	color: #000000;
    font-size: 20px;
    line-height: 26px;
	font-weight:500;
	padding:8px 0 0;
	}
.cart-qty-div2{
	margin:0 0 0;
	}
.cart-remv2{
	position:absolute;
	left:0;
	top:5px;
	}
.cart-remv2 img {
	float:left;
	}
.cart-rght-smry{
	float:right;
	width:30%;
	padding:20px 0 0 50px;
	margin-top:45px;
	border-top:1px solid #e1e1e1;
	}
.crt2-smry-hdng{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#363636;
	font-weight:600;
	padding:0 0 8px 0;
	text-align:left;
	}
.cart2-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:22px;
	padding:9px 0;
	font-weight:500;
	}
.cart2-prc-p1 span{
	font-weight:500;
	float:right;
	font-size:18px;
	}
.cart2-prc-p2{ font-weight:600;font-size:18px;}
a.chk-btn2{
    float: left;
    width: 100%;
	background:#ffc200;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 15px;
	text-align:center;
	font-weight: 600;
	margin-top:20px;
	border-radius: 50px;
	}
a.continue-btn2{
	float: left;
    width: 100%;
	border:2px solid #ffc200;
	border-radius: 50px;
    color: #313b54;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0;
	text-align:center;
	font-weight: 600;
	margin-top:8px;
	}

	.card-active, .card-active2 {
		float: left;
		width: 100%;
		margin-top: 20px;
		border: 1px solid #fff;
	}
	.cards1, .cards2 {
		float: left;
		width: 100%;
		text-align: left;
	}
	.cards1 img, .cards2 img {
		max-width: 100%;
	}
	.or {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		margin-top: 10px;
		float: left;
	}
	.chkbx {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 18px;
		width: 18px;
		background: #fff;
		border-radius: 50%;
		background: url(../images/un-check.png) center center no-repeat;
		box-sizing: border-box;
		left: 16px;
		margin: 0 10px 17px 0;
		outline: none;
	}
	.chkbx:checked {
		background: url(../images/checked.png) center center no-repeat;
	}
	.smaller{ display: block; clear: both; font-size: 13px; line-height: 1.3; color: #666;}
	.cc-btn-group button{ background: transparent; border: 0; margin-top: 20px;}
	select{ padding: 0 10px;}

	.drwer-txt2 a{ float: right;}

@media only screen and (max-width:1187px){

/*=============CART2==========*/
.cart-rght-smry{padding: 20px 0 0 25px;}
.cart-prd-name span{ font-size:20px;}
.cart-qty-div input{ width:50px;}
	
}


@media only screen and (max-width:1021px){
	
/*=============CART2==========*/
.cartBox{ padding-bottom:30px;}
.cart-left{ width:100%;}
.cart-prd-row{ min-height:130px;}
.cart-rght-smry {padding: 0px 0 0 0px;width: 48%;margin-top: 20px; border:none;}
.cart-col-1{ width:44%;}
	
	
}

@media only screen and (max-width:767px){

/*=============CART2==========*/
.cartBox{ padding:0 10px 25px;}
.cart-heading-row { margin: 15px 0 0;font-size: 15px;line-height: 20px;font-weight: 400;padding:5px 0;}

.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4 {width: 19%;}
.cart-col-1 { padding: 0 0 0 15px;width:32%;}
.cart-remv2 img{ width:12px;}
.cart-col-2{ width:30%;}
.cart-prd-1 { display:none;}
.cart-prd-name { padding: 0;font-size: 14px;line-height:18px;}
.cart-prd-name span {font-size: 14px; line-height:18px;}
.cart-prd-row {padding: 18px 0;min-height: auto;}
.unit-price {font-size: 14px;line-height: 20px; padding: 10px 0 0;}
.sub, .add{ width:30px;height: 35px;}
.cart-qty-div input{ width:35px;height: 35px;}

.cart-rght-smry{ width:100%;}
.crt2-smry-hdng{ font-size:20px; line-height:20px;}
.cart2-prc-p1{ padding:5px 0;}
.cart2-prc-p1 span,.cart2-prc-p2{ font-size:16px;}	
	
}