.cart-overview{
	background: white;
	padding:25px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#cart-price-total{
	color: #de0082;
}

.cart-col-6{
	grid-column: 1;
	width:50%;
}

.cart-row{
	display: flex;
}

.cart-green{
	color: green !important;
}

.cart-red{
	color: red !important;
}

#promotion-error{
	color: red !important;
}

#promotion-success{
	color: green !important;
}