.cart-summary {
	margin-bottom: 2.5rem;
	padding: 1.4rem 1.8rem 2.2rem;
	border: none !important;
	background: #2d2c2c;
}
.table.table-cart .product-title {
	color:#fff;
}
.table.table-totals tfoot tr td:last-child {
	color: #EEE3B1;
}
a:hover{
	color: #EEE3B1;
}
#empty{
	display:none;
}
.product-image-container{
	background-repeat:no-repeat; 
	background-position:center center; 
	background-size:cover; 
	height:110px;
}
.btn-primary {
	color: #333 !important;
}