.cart-table th{
	font-size: 15px;
	font-weight: 600;
	color: #000;
	border-top: none;
}
.cart-table tr td{
	vertical-align: middle;
}
.cart-table tr td .product-img img{
	float: left;
	max-width: 70px;
	max-height: 70px;
}
.cart-table tr td .desc .info{
	padding-left: 80px;
}
.cart-table tr td .pd-info {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.cart-table tr td .pd-info li .pd-title{
	font-size: 15px;
	display: block;
	position: relative;
	margin-bottom: 5px;
	line-height: normal;
	font-weight: 500;
	color: #606060;
	text-transform: capitalize;
}
.cart-table tr td .pd-info li .add-note{
	display: inline-block;
	position: relative;
	font-size: 13px;
	border-bottom: 1px solid #929292;
	margin-bottom: 6px;
	color: #929292;
}
.cart-table tr td .pd-info li .textarea{
	width: 100%;
    border: 1px solid #c6c6c6;
    resize: none;
    padding: 6px 8px;
    box-sizing: border-box;
    display: none;
    font-size: 14px;
    position: relative;
    outline: none;
}
.cart-table tr td .pd-info li .textarea.active{
	display: block;
}
.cart-table tr td .qty-group{
	color: #9b9b9b;
	position: relative;
	border: 1px solid #000;
	border-radius: 0;
	height: 40px;
	max-width: 120px;
	margin-right: auto;
}
.cart-table tr td .qty-group .qty-control{
	width: 38px;
	text-align: center;
	font-size: 14px;
	outline: none;
	border: none;
	height: 38px;
}
.cart-table tr td .qty-group .qty-btn{
	display: block;
	position: relative;
	height: 38px;
	width: 38px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 38px;
	color: #000;
}
.cart-table tr td.price{
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.cart-table tr td .remove{
	font-size: 13px;
	color: #606060;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 5px;
}
.cart-table tr td .wishlist-icon{
	display: block;
	position: relative;
	width: 24px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.cart-table tr td .wishlist-icon svg{
	height: 24px;
	width: 24px;
}
.cart-table tfoot tr td{
	vertical-align: top;
}
.cart-table tfoot tr td a.continue-btn{
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	padding: 12px 22px;
	text-transform: uppercase;
	background-color: #000;
}
.cart-table tfoot tr td p.note{
	font-size: 13px;
	color: #000;
	display: block;
	position: relative;
	margin-bottom: 0;
	margin-top: 20px;
}
.cart-table tfoot tr td p.note a{
	color: #000;
	border-bottom: 1px solid #000;
}
.cart-table tfoot tr td .summary-block{
	display: block;
	position: relative;
	list-style-type: none;
	padding: 12px 20px;
	margin: 0;
	background-color: #F1F1F1;
	width: 470px;
}
.cart-table tfoot tr td .summary-block .title{
	display: block;
	position: relative;
	font-size: 20px;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
.cart-table tfoot tr td .summary-block li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	width: 100%;
	margin-bottom: 2px 0;
}
.cart-table tfoot tr td .summary-block li.grand-total{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	font-weight: 600;
}
.cart-table tfoot tr td .summary-block li .label{
	display: block;
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 0;
}
.cart-table tfoot tr td .summary-block li p{
	display: block;
	position: relative;
	float: left;
	width: 50%;
	text-align: right;
	margin-bottom: 0;
	color: #000;
}
.cart-table tfoot tr td a.checkout-btn{
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	padding: 12px 22px;
	text-transform: uppercase;
	background-color: #000;
	text-align: center;
	margin-top: 10px;
}

/* CHECKOUT :BEGIN */
.checkout-section{
	display: block;
	position: relative;
}
.checkout-section + .checkout-section{
	margin-top: 30px;
}
.checkout-section .checkout-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #7F7F7F;
	padding-bottom: 10px;
	color: #7F7F7F;
}
.checkout-section .checkout-head .btn{
	border-radius: 0;
	background-color: transparent;
	font-size: 14px;
	height: 32px;
	border: 2px solid #000;
	color: #000;
	line-height: 28px;
	padding: 0 10px;
	outline: none;
	box-shadow: none;
	min-width: 100px;
	text-align: center;
}
.checkout-section .checkout-head.active{
	color: #000;
}
.checkout-section .checkout-body{
	display: block;
	position: relative;
	padding: 30px 0;
}
.checkout-section .checkout-body .form-group .btn-sign-in {
	height: 44px;
	color: #FFF;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	background-color: #000;
	width: 100%;
}
.checkout-section .checkout-body .forgot-password{
	color: #404142;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}
.checkout-section .checkout-body .or-block{
	display: flex;
	position: relative;
	align-items: center;
	height: 100%;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
}
.checkout-section .checkout-body .or-block:before{
	content: '';
    height: 100%;
    width: 2px;
    left: 16px;
    background-color: #F1F1F1;
    position: absolute;
    top: 0;
    z-index: -1;
}
.checkout-section .checkout-body .or-block:after{
	content: '';
	left: 50%;
	height: 40px;
	width: 40px;
	background-color: #F1F1F1;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: -1;
	margin-left: -20px;
	border-radius: 40px;
}
.checkout-section .checkout-body .social-icon{
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.checkout-section .checkout-body .social-icon.facebook-btn {
	border: 2px solid #4267B2;
	color: #4267B2;
	line-height: 40px;
}
.checkout-section .checkout-body .social-icon.google-btn{
	color: #DB4437;
}
.checkout-section .checkout-body .social-icon i{
	margin-right: 5px;
}
.checkout-section .checkout-body .center-block{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.checkout-section .checkout-body .center-block .form-group{
	width: 100%;
}
.checkout-section .checkout-body .acount {
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-transform: capitalize;
}
.checkout-section .checkout-body .guest-block{
	background-color: #F1F1F1;
	padding: 25px 25px;
	display: block;
	position: relative;
}
.checkout-section .checkout-body .guest-block .title{
	font-size: 18px;
	font-weight: 500;
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.checkout-section .checkout-body .guest-block .guest-text{
	display: block;
	position: relative;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
.checkout-section .checkout-body .procced-payment-block{
	display: block;
	position: relative;
	margin-top: 30px;
}
.checkout-section .checkout-body .procced-payment-block .btn{
	display: inline-block;
	position: relative;
	padding: 0 20px;
	min-width: 250px;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #000;
	color: #FFF;
	text-align: center;
	border-radius: 0;
}
/* CHECKOUT :END */

/* THANKS YOU :BEGIN */
.thankyou-page,
.thankyou-page .greet-msg-block{
	display: block;
	position: relative;
}
.thankyou-page .greet-msg-block .greet{
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
}
.thankyou-page .greet-msg-block .msg{
	display: block;
	position: relative;
	font-size: 15px;
	color: #000;
	margin-bottom: 0;
}
.thankyou-page .order-details{
	display: block;
	position: relative;
	padding: 20px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .2);
}
.thankyou-page .order-details .order{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 2px solid #bababa;
	margin-bottom: 20px;
}
.thankyou-page .order-details p{
	font-size: 15px;
	color: #606060;
	display: block;
	position: relative;
	margin-bottom: 0;
}
.thankyou-page .order-details p + p {
	margin-top: 4px;
}
.thankyou-page .order-details p b{
	font-weight: 600;
	color: #000;
}
.thankyou-page .order-details .block .title{
	display: block;
	position: relative;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}
.thankyou-page .summary-block{
	display: block;
	position: relative;
	list-style-type: none;
	padding: 12px 20px;
	margin: 0;
	background-color: #F1F1F1;
}
.thankyou-page .summary-block .title{
	display: block;
	position: relative;
	font-size: 20px;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
.thankyou-page .summary-block li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	width: 100%;
	margin-bottom: 2px 0;
	font-weight: 500;
}
.thankyou-page .summary-block li.grand-total{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	font-weight: 600;
}
.thankyou-page .summary-block li .label{
	display: block;
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 0;
}
.thankyou-page .summary-block li p{
	display: block;
	position: relative;
	float: left;
	width: 50%;
	text-align: right;
	margin-bottom: 0;
	color: #000;
}
.thankyou-page .summary-block li p.discount{
	color: #f44336;
}
/* THANKS YOU :END */

@media only screen and (max-width: 768px){
	.checkout-section .add-address-link{
		font-size: 9px;
	}
}
@media only screen and (max-width:767px){
	.cart-section .cart-table{
		margin-bottom: 0;
	}
	.cart-table thead{
		display: none;
	}
	.cart-table tbody tr{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		border: 1px solid #cecece;
		padding: 10px 0 5px;
		margin-bottom: 15px;
	}
	.cart-table tbody tr td{
		display: inline-block;
		padding: 0;
		float: left;
		border: none;
	}
	.cart-table tbody tr td:first-child{
		width: 100%;
		padding-left: 10px;
	}
	.cart-table tbody tr td:nth-child(2){
		width: 100%;
		text-align: left;
		margin-bottom: 6px;
		margin-top: 0;
		padding-left: 90px;
		padding-bottom: 0;
		padding-top: 8px;
		font-size: 14px;
	}
	.cart-table tfoot tr td{
		width: 100%;
		display: inline-block;
		padding: 15px 0;
		padding: 15px 0;
	}
	.cart-table tfoot tr td .summary-block{
		width: 100%;
	}
	.cart-table tr td .product-img img{
		height: 50px;
		width: 50px;
	}
	.cart-table tr td .pd-info li .pd-title{
		font-size: 13px;
	}
	.cart-section .cart-table .pd-info li .pd-title{
		font-size: 14px;
	}
	.cart-section .cart-table .pd-info li span,
	.cart-section .cart-table .pd-info li .add-note{
		font-size: 12px;
	}
	.cart-table tbody tr td:nth-child(3){
		width: 50%;
		margin-top: 0;
		padding-top: 12px;
		border-top: 1px solid #CCC;
		padding-left: 15px;
		float: left;
		text-align: left;
	}
	.cart-table tbody tr td:nth-child(4){
		width: 50%;
		vertical-align: top;
		padding-top: 5px;
		border-top: 1px solid #CCC;
		padding-right: 15px;
		text-align: right;
		float: right;
	}
	.cart-table tbody tr td:nth-child(5){
		width: 100%;
		vertical-align: top;
		padding: 5px 15px;
		margin-top: 5px;
		text-align: right;
		float: right;
	}
	.cart-table tr td .wishlist-icon{
		display: inline-block;
		float: left;
	}
	.cart-table tr td .remove{
		display: inline-block;
		float: right;
	}
	.cart-section .cart-table .pd-info li .textarea{
		width: 95%;
	}
	.cart-table tr td .qty-group{
		height: 35px;
	}
	.cart-table tr td .qty-group .qty-btn{
		height: 33px;
		width: 33px;
		line-height: 33px;
	}
	.cart-table tr td .qty-group .qty-control{
		height: 33px;
		width: 40px;
	}
	.payment-method .title, .checkout-section .title{
		font-size: 15px;
	}
	.checkout-section .add-new{
		padding: 1px 8px;
		font-size: 12px;
		margin-bottom: 12px;
	}
	.checkout-section .checkout-head{
		font-size: 18px;
	}
	.checkout-section .checkout-body .or-block{
		margin: 8px 0;
	}
	.checkout-section .checkout-body .or-block:before{
		height: 2px;
		width: 100%;
		left: 0;
		top: 20px;
	}
	.thankyou-page .order-details{
		padding: 15px 15px 0;
	}
	.thankyou-page .order-details .order{
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.thankyou-page .greet-msg-block .greet{
		font-size: 18px;
	}
	.thankyou-page .order-details p{
		font-size: 14px;
	}
	.thankyou-page .order-details p b{
		display: block;
	}
	.thankyou-page .greet-msg-block .msg,
	.thankyou-page .order-details .block p{
		font-size: 13px;
	}
	.thankyou-page .order-details .block p b{
		display: inline-block;
	}
	.thankyou-page .order-details .block{
		margin-bottom: 20px;
	}
}