.body-section.mb60{
	margin-bottom: 40px;
}
.cart-section{
	position: relative;
	display: block;
}
.cart-section .title{
	font-size: 18px;
	position: relative;
	display: block;
	margin-bottom: 8px;
    font-weight: 600;
}
.cart-section .title span{
	font-size: 11px;
	margin-left: 3px;
}
/* PRODUCT LIST :BEGIN */
.c-product{
	display: block;
	position: relative;
	background-color: #FFF;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.16);
	color: #555;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.c-product:last-child{
	margin-bottom: 0;
}
.c-product a.block{
	display: inline-block;
	width: 100%;
}
.c-product .p-img{
	float: left;
	width: 24%;
}
.c-product .p-img img{
	height: 100%;
	width: 100%;
	display: inherit;
}
.c-product .c-details{
	display: block;
	position: relative;
	padding-left: 5px;
	width: 76%;
	float: left;
}
.c-product .c-details .c-title{
	font-size: 14px;
	width: 58%;
	float: left;
	display: block;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
}
	.c-product .c-details .tag {
		font-size: 10px;
		font-weight: bolder;
		padding: 0 5px;
		height: 15px;
		line-height: 15px;
		float: right;
		background-color: #7CB342;
		color: #FFFFFF;
		border-radius: 15px;
	}
.c-product .c-details .options{
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #777;
	width: 100%;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.c-product .c-details .options .option{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0;
	color: #333333;
}
.c-product .c-details .disp-date{
	font-size: 12px;
	font-weight: 600;
	float: left;
	color: #666;
}
.c-product .c-details .price{
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	float: right;
}
.c-product .c-details .price span.currencycode{
	font-size: 12px;
	font-weight: 600;
	color: #444444;
}
.c-product .qnt-price{
	padding-left: 3px;
}
.c-product .box {
	float: left;
	width: 40%;
	display: inline-block;
	position: relative;
	border-right: 1px solid #CCCCCC;
}
.c-product .remove-box {
	width: 20%;
	float: left;
	text-align: center;
	display: inline-block;
	position: relative;
}
.c-product .edit-btn{
	display: block;
	font-size: 14px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	padding: 0 8px;
	color: #666666;
	vertical-align: middle;
}
.c-product .edit-btn i{
	vertical-align: bottom;
}
.c-product .remove{
	display: inline-block;
	height: 25px;
	width: 25px;
	font-size: 20px;
	z-index: 11;
	vertical-align: middle;
	color: #666666;
}
.c-product .qnt{
	padding-left: 5px;
}
.c-product .qnt label{
	font-size: 13px;
	color: #444444;
	margin-right: 3px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.c-product .select-wrapper.qty-dropdown{
	display: inline-block;
	vertical-align: middle;
}
.c-product .qty-dropdown input.select-dropdown{
	width: 40px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	border: 1px solid #777777;
	border-radius: 2px;
	padding: 0 4px;
}
.c-product .qty-dropdown span.caret{
	top: 4px;
	right: 4px;
}
.c-product .qty-dropdown ul.select-dropdown {
	line-height: normal;
	height: auto;
	margin-bottom: 0;
	border: none;
	font-size: 13px;
	font-weight: 500;
}
.c-product .qty-dropdown .dropdown-content li {
	line-height: normal;
	height: auto;
	min-height: 0;
}
.c-product .qty-dropdown .dropdown-content span,
.c-product .qty-dropdown .dropdown-content a {
	font-size: 13px;
	padding: 5px 15px;
	font-weight: normal;
	color: #444;
}
/* PRODUCT LIST :END */
.section .c-card{
	background-color: #FFF;
	color: #555;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 8px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
.section .c-card.mb{
	margin-bottom: 8px;
}
.cart-section .offer{
	background-color: #E8F5E9;
	font-size: 12px;
	padding: 5px 8px;
	color: #388E3C;
	border-radius: 0px;
	border: 1px dashed #4CAF50;
}

.section .c-card .row-flid{
	margin-top: 10px;
}
.section .c-card .input-field{
	float: left;
	width: 70%;
	vertical-align: middle;
	padding-right: 15px;
}
.section .c-card .input-field .label{
	top: 8px;
}
.section .c-card .input-field input.input{
	height: 34px;
	line-height: 34px;
}
.section .c-card .input-button{
	float: left;
	width: 30%;
	vertical-align: middle;
}
.section .c-card .input-button button.s-btn{
    background-color: #FFF;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #9E9E9E;
    line-height: 32px;
    height: 35px;
}
.cart-section .section .price{
	font-size: 16px;
	margin: 3px 0;
	position: relative;
	display: block;
	text-align: right;
	font-weight: 600;
	color: #000000;
}
	.cart-section .section .price.gt {
		padding-top: 3px;
		margin-top: 5px;
		border-top: 1px solid #BEBEBE;
		color: #000000;
        font-size: 20px;
	}
.cart-section .section .price span{
	width: 130px;
	display: inline-block;
	color: inherit;
}
.cart-section .section .price span span.currencycode{
	font-size: 12px;
	font-weight: 600;
	display: initial;
}
.cart-section .section .price span.number{
	width: auto;
	font-size: 10px;
	font-weight: normal;
	margin-left: 3px;
    color: #000000;
}
.checkout-button {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	z-index: 13;
	box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.16);
}
.checkout-button .col-s6,
.checkout-button .col-s4{
	float: left;
	display: inline-block;
	width: 60%;
	padding-left: 5px;
}
.checkout-button .col-s4{
	width: 40%;
}
.checkout-button .price-section{
	line-height: normal;
    color: #222;
    display: block;
    position: relative;
    margin-top: 5px;
    margin-left: 15px;
}
.checkout-button .price-section .total{
	font-size: 22px;
	line-height: 18px;
	color: #000;
}
.checkout-button .price-section .total span.currencycode{
	font-size: 14px;
	font-weight: 600;
}
.checkout-button .price-section label.label{
	font-size: 12px;
	text-transform: uppercase;
	color: inherit;
	font-weight: 600;
	display: block;
	line-height: 12px;
	margin-bottom: 5px;
}
.checkout-button .button {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	display: block;
	border: none;
	text-transform: uppercase;
	text-align: center;
}
/* REMOVE CART ITEM MODAL :BEGIN */
.remove-item-modal{
	padding: 15px;
	width: 300px;
	font-size: 15px;
}
.remove-item-modal .close-modal{
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.remove-item-modal .buttons{
	float: right;
	margin-top: 25px;
}
.remove-item-modal .buttons .c-btn{
	font-size: 13px;
	padding: 10px 15px;
	text-transform: uppercase;
	margin-left: 5px;
	border-radius: 3px;
	font-weight: 600;
}
/* REMOVE CART ITEM MODAL :END */

/* FOOTER :BEGIN */
.trust-pay-footer{
	width: 300px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.trust-pay-footer i.icon{
	float: left;
	font-size: 35px;
	margin-right: 8px;
	line-height: normal;
	color: #666666;
}
.trust-pay-footer span.trust-tag{
	font-size: 13px;
	font-weight: 600;
	display: block;
}
.trust-pay-footer span._pay{
	display: block;
	font-size: 12px;
}
/* FOOTER :END */

.cart-section .section .price .cash-view {
    color: #000000;
}