
.myCART .item-media img {
	width: auto;
	height: auto;
	max-width: 60px;
	border-radius: 3px !important;
	border: 1px solid #EFEFEF;
	padding: 4px;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
}

.myCART .item-title {
	font-size: 15px;
	font-weight: 400;
	color: #FF1B6B;
}

.myCART .item-subtitle {
	font-size: 13px;
	color: #4D4D4D;
}

.myCART .ACTUALPRICE {
	text-decoration: line-through;
	color: #4D4D4D;
}

.myCART .OFFERPRICE {
	color: #33A96D;
}

.grandTotal .btnQTY {
    font-size: 14px;
    color: #555;
    font-family: Arial;
    margin-left: 10px;
}


.grandTotal .qty {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	position: relative;
	top: -5px;
}

.grandTotal .qty {
   height: 18px;
   text-align: center;
   width: 20px;
   vertical-align: middle;
}


.grandTotal .custom button.items-count {
    font-size: 10px;
    line-height: normal;
   	padding: 3px 3px 0px 3px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    cursor: pointer;
}

.grandTotal .custom button.items-count:focus {
	border: none;
}

.custom .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px !important;

}

.deleteAction .material-icons {
	font-size: 20px;
}

.removeITEM {
	position: relative;
	top: -5px;
}

/* ---------Coupon Code------- */

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.form-control {
	width: 60%;
	height: 20px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px 0px 0px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.42857143;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 0px 4px 4px 0px;
}

.btn.yellow-gold:not(.btn-outline) {
	color: #fff;
	background-color: #00bcd4;
	border-color: #00bcd4;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -5px;
}


/* -----------Price Details--------- */

.card-headerPriceDetail {
	min-height: 48px;
	position: relative;
	padding: 4px 16px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #444444;
}

.card-headerPriceDetail::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: #e1e1e1;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.card-headerPriceDetail .material-icons {
	font-size: 22px;
	color: #444444;
}

.cartTotal {
	float: left;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.cartTotalPrice {
	float: right;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.cartdiscount {
	float: left;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.cartdiscountPrice {
	float: right;
	color: #FF306A;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.subTotal {
	float: left;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.subTotalPrice {
	float: right;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.couponDiscount {
	float: left;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.couponDiscountPrice {
	float: right;
	color: #00bcd4;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.deliveryItem {
	float: left;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.deliveryItemPrice {
	float: right;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
}

.totalAmount {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.totalAmountPrice {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}