.row.cart-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.bg-success {
	background-color: #e40033;
	color: #fff;
}

h4.checkout {
	padding: 4px;
}

.checkout-title {
	padding-bottom: 10px;
}

.col-md-2.col-sm-2.col-xs-3.checkout-img-column {
	padding-right: 0;
}

.item-remove {
	margin-top: 5px;
}

.checkout-normal-price {
	text-decoration: line-through;
	color: #ba0606;
}

.checkout-discount {
	color: #ba0606;
}

.glyphicon.glyphicon-ok.discount-check {
	color: #108206;
	margin-right: 8px;
}

.row.checkout-row-padding {
	padding-bottom: 10px;
}

.container.checkout-container {
	margin-bottom: 10px;
	max-width: 640px;
}