/**
 * Theme Name: bootstrap-starter-child
 * Template: bootstrap-starter
 */

body {
	background-color: red;
}

.woocommerce-cart .wc-block-grid__products .wc-block-grid__product-title {
	font-size: 32px;
	color: #333;
}

.woocommerce-cart .wc-block-grid__products .price {
	color: #707070;
}

.woocommerce-cart .wc-block-grid__products .add_to_cart_button {
	text-decoration: underline !important;
	font-size: 18px !important;
	color: #333;
	font-family: "adobe-garamond-pro", serif;
	background-color: #fff;
	border: 0;
	box-shadow: none;
}

.woocommerce-cart .wc-block-grid__products .add_to_cart_button:hover {
	background-color: #fff;
	color: #333;
}
