/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 *	Cart
 */

.shop_table .product-price,
.shop_table .product-subtotal {
	display: none;
}

.cart_totals table {
    display: none;
}

.woocommerce{
	margin-top: 30px;
}

.woocommerce-cart-form h2{
	display: none;
}

a.added_to_cart{
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 10px !important;
	border: none !important;
	padding: 13px 29px;
	line-height: 17px;
	background: #fec96b !important;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	font-family: "PT Sans", Arial, Helvetica, sans-serif !important;
}

a.fusion-update-cart,
a.checkout-button,
a.continue-checkout,
#place_order{
	font-weight: normal !important;
	background: #fec96b !important;
	font-family: "PT Sans", Arial, Helvetica, sans-serif !important;
}

a.fusion-update-cart{
	
}

/**
 * Checkout
 */
#order_review .product-total,
#order_review .cart-subtotal,
#order_review .order-total{
	display: none;
}

/**
 * Confirmation
 */
.woocommerce-order-overview__total:last-of-type{
	display: none;
}
table.order_details .product-total{
	display: none;
}
table.order_details tfoot tr{
	display: none;
}

