/* shopping_cart : Default : default.css */
.column-headings {
	margin-bottom: 1rem;
}
.cart_quantity input {
	margin-bottom: 0;
	text-align: center;
}
.cart_remove {
	text-align: center;
}
.cart_remove i {
	font-size: 1.5rem;
}
.proceed {
	margin-top: 1rem;
}
.modify_address {
	margin-top: 1rem;
}
.confirmation {
	margin-top: 1rem;
	padding-top: 2rem;
	border-top: 1px solid #6a6a6a;
}