.cart-sec{
	float:left;
	width:100%;
	border-top:1px solid #a7c2b6;
	position:fixed;
	bottom:0;
	background:#eef7f3;
	z-index:999;
	transform: translateY(200px);
	transition:all ease 0.5s;
	opacity:0;
	visibility:hidden;
}
.cart-sec.active{
	opacity:1;
	visibility:visible;
	transform: translateY(0px);
	transition:all ease 0.5s;
}
.cart-sec-inr{
	display:flex;
	-webkit-display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;	
}
.cart-sec:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background:#769c8b;
	width:calc((100% - 1170px) / 2);
}
.cart-lft{
	width:55%;
	float:left;
	text-align:left;
	padding:30px 0px 10px;
}
.cart-hd{
	font-size:24px;
	line-height:28px;
	border-bottom:1px solid #c5ccc9;
	padding-bottom:15px;
	float:left;
	width:100%;
}
.overflow{
	overflow-x:hidden;
	float:left;
	max-height:80vh;
	width:100%;
}
.cart-prd-det-bx{
	float:left;
	width:100%;
	padding:25px 0;
	display:flex;
	-webkit-display:flex;
	position:relative;
}
.lft-close{
	position:absolute;
	/* right:30px; */
    right: 0;
	top:35px;
	cursor:pointer;
}
.cart-prd{
	width:140px;
	height:140px;
	border-radius:20px;
	background:#fff;
	padding:15px;
}
.cart-prd-img{
	max-width:100%;
	margin-top:10px;
}
.cart-prd-info{
	padding:0px 30px;
}
.cart-prd-nm{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}
ul.cart-prd-lst{
	float:left;
	width:100%;
	margin:10px 0;
}
ul.cart-prd-lst li{
	font-size:17px;
	line-height:28px;
	color:#4e4e4e;
	background:url(../images/chk-rgt-tik.png) left 6px no-repeat;
	padding-left:30px;
	margin:3px 0 0;
	background-size:17px;
}
.cart-lft-btm{
	float:left;
	width:100%;
	border-bottom:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	padding:5px 0;
	margin-top:5px;
}
.cart-qty{
	float:left;
	font-size:18px;
	line-height:26px;
	color:#6a6a6a;
}
.cart-lft-prc{
	float:right;
	font-size:20px;
}

.cart-rgt{
	width:42%;
	float:right;
	position:relative;
	z-index:1;
	text-align:left;
	padding:30px 0 30px 30px;
	background: #769c8b;
}
.rgt-close{
	position:absolute;
	right:35px;
	top:35px;
	cursor:pointer;
	z-index:11;
}
.cart-recom-tx{
	font-size:24px;
	line-height:28px;
	color:#fff;
}
.recom-prd{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.recom-prd-bx{
	background:#c8d7d1;
	border-radius:20px;
	padding: 15px 25px 15px 10px;
	display:flex;
	-webkit-display:flex;
	margin-top:25px;
	width:48%;
}
.recom-prd-img{
	width:125px;
	margin:0 -30px;
}
.recom-prd-img img{
	width:100%;
}
.recom-prd-nm{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.recom-prd-subtx{
	font-size:15px;
	line-height:18px;
	margin-top:3px;
}
.cart-star{
	width:85px;
	margin-top:5px;
}
.recom-btn{
	font-size:11px;
	line-height:22px;
	display:inline-block;
	width:87px;
	border:2px solid #5d6462;
	text-align:center;
	margin-top:5px;
	text-transform:uppercase;
}
.odr-sum-hd{
	font-size:24px;
	line-height:28px;
	color:#fff;
	margin-top:25px;
	float:left;
	width:100%;
	border-bottom:1px solid #94aea2;
	padding-bottom:15px;
}
table.prc-tbl{
	float:left;
	max-width:370px;
	width:100%;
}
table.prc-tbl tr td{
	font-size:18px;
	line-height:26px;
	color:#fff;
	padding:10px 0;
	border-bottom:1px dashed #92b3a4;
}
table.prc-tbl tr:last-child td{border-bottom:none; font-weight:bold; font-size:20px;}
table.prc-tbl tr td:first-child{text-align:left;}
table.prc-tbl tr td:last-child{text-align:right;}

.proced-ck-btn{
	display: inline-block;
    vertical-align: top;
    max-width: 361px;
	width:100%;
    height: 62px;
    font-size: 24px;
    line-height: 57px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #212121;
    color: #fff;
    margin-top:20px;
	background: #212121;
}
.cart-cards{
	max-width:100%;
	margin-top:15px;
}
.conti-btn{
	font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block;
    margin-top: 20px;
	letter-spacing:4px;
	text-transform:uppercase;
}

/* CART STRIP CSS */
.cart-strp{
	background:rgba(194, 221, 209, 0.8);
	padding:15px 0;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}
.cart-inr{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	font-size:18px;
	line-height:22px;
}
.cart-icon{
	width:20px;
	opacity:0.6;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}
.cart-inr span{
	display:inline-block;
	vertical-align:top;
}

@media only screen and (max-width:1187px){
.cart-sec:after{width: calc((100% - 1000px) / 2);}
.cart-prd-det-bx{padding-right:30px;}
}

@media only screen and (max-width:1023px){
.cart-sec:after{width:calc((100% - 750px) / 2);}
.cart-prd-det-bx{padding:15px 10px 10px;}
.cart-prd{padding:5px; height:75px; width:95px;}
.cart-prd-img{margin-top:5px;}
.cart-prd-info{padding-left:10px;}
.cart-prd-nm{font-size:19px; line-height:24px;}
ul.cart-prd-lst li{font-size:15px; line-height:24px;}

.cart-rgt{padding:20px 0 20px 15px;}
.recom-prd-bx{padding: 10px 15px 12px 5px;}
.recom-prd-nm{font-size:15px; line-height:17px;}
.cart-recom-tx{font-size:19px; line-height:24px;}
.recom-prd-subtx{font-size:12px; line-height:14px;}
.rgt-close{top:25px;}
.cart-star{width:65px;}
.odr-sum-hd{font-size:18px; line-height:24px;}
table.prc-tbl tr td{font-size:16px; line-height:22px;}
table.prc-tbl tr:last-child td{font-size:18px;}
.proced-ck-btn{font-size:22px;}
}

@media only screen and (max-width:767px){
.cart-sec{z-index:999; height:100vh;}
.cart-sec-inr{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.cart-hd{font-size:20px; line-height:26px; padding:10px 0;}
.cart-prd-info{padding:0 10px;}
.cart-prd-det-bx{padding:20px 0 0;}
.lft-close{right:25px; top:28px;}
.rgt-close{top:15px; right:15px; filter: brightness(0.5);}
.cart-prd{padding:5px; height:55px; width:95px; border-radius:5px;}
.cart-prd img{margin-top:0px;}
.cart-prd-nm{font-size:17px; line-height:22px;}
ul.cart-prd-lst{margin:6px 0;}
ul.cart-prd-lst li{font-size:14px; line-height:20px; margin:5px 0 0; background-size:13px; padding-left:18px;}
.cart-qty{font-size:16px; line-height:22px;}
.cart-lft-prc{font-size:18px;}
.cart-lft, .cart-rgt{width:100%; padding:0;}
.cart-rgt{position:fixed; left:0; bottom:0; right:0; text-align:center; padding:10px 10px 20px;}
.odr-sum-hd{margin-top:5px; font-size:22px; line-height:26px; display:none;}
.conti-btn{margin-top:8px;}
.overflow{height: calc(100vh - 350px);}
.proced-ck-btn{margin-top:15px;}

.cart-recom-tx, .recom-prd{display:none;}

}