﻿.grid_table {
	border: 1px solid #eee;
}

	.grid_table tr th {
		background-color: #f7f9fa;
		color: #333;
		border-top: 1px solid #eee !important;
		color: gray;
	}



	.grid_table td {
		vertical-align: middle !important;
		border: 1px solid #eee;
		line-height: 22px;
		background-color: white;
	}

		.grid_table td p {
			line-height: 28px;
			font-size: 12px;
		}


.cart-product-color {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-left: 5px;
	border-radius: 4px;
}

.cart-product-info-box {
	display: inline-block;
}

	.cart-product-info-box i {
		margin-left: 5px;
		color: #999;
	}

	.cart-product-info-box a {
		color: #333;
		display: block;
		width: 100%;
	}


		.cart-product-info-box a:hover {
			color: #f00;
		}

	.cart-product-info-box h5 {
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.cart-product-info-box h6 {
		line-height: 1.5;
		font-family: Tahoma;
		font-size: 12px;
		margin-bottom: 20px;
	}

.cart-product-link {
	outline: none;
	text-align: center;
}

	.cart-product-link img {
		max-width: 90px;
		max-height: 90px;
	}



.total-price {
	margin-bottom: 10px;
}

@media(min-width:320px) and (max-width:768px) {
	.total-price {
		text-align: center;
	}
}

hr {
	clear: both;
}

.final-price {
	/*border: 1px solid #85D51C;
	padding:10px;*/
}

.final-discount {
	background-color: #FFE8E8;
	height: 40px;
	margin-bottom: 10px;
	padding: 7px;
	color: #c00;
	font-size: 14px;
}

.total {
	height: 40px;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	padding: 0px 7px;
	color: #555;
	font-size: 14px;
	line-height: 40px;
}

.payable {
	background-color: #E8F9D1;
	height: 40px;
	margin-bottom: 10px;
	padding: 0px 7px;
	font-size: 16px;
	color: #4b8203;
	border: 1px solid #bcd49c;
	line-height: 40px;
}

.tax {
	background-color: #ffecb0;
	height: 40px;
	margin-bottom: 10px;
	padding: 0px 7px;
	font-size: 14px;
	line-height: 40px;
	color: #806000;
}

.tbl-gift-box {
	margin-top: 10px;
}

	.tbl-gift-box i {
		color: #ff0065;
		font-size: 16px;
		vertical-align: middle;
	}

	.tbl-gift-box img {
		height: 30px;
		vertical-align: middle;
		margin-right: 5px;
	}

	.tbl-gift-box h5 {
		display: inline-block;
		margin-right: 5px;
		font-size: 12px;
		color: #555;
	}
