/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/






.cartproducts {
	width:100%;
}

.cartproducts th {
	background: #333;
	padding: 5px 10px;
	color: white;
}

.cartproducts tr:hover {
	background: #fafafa;
}


.cartproducts td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.cartproducts td.thumb img {
	max-width: 100px;
	max-height: 100px;
}

