/*
Theme Name: Enfold Child
Template: enfold
Description: Make modifications to this theme rather than to the Enfold theme
*/

/* Workaround to remove recurring totals from cart and checkout */
.woocommerce-checkout .recurring-totals, .woocommerce-cart .recurring-totals {
	display: none;
}

.woocommerce-cart .cart-subtotal.recurring-total, .woocommerce-cart .shipping.recurring-total, .woocommerce-cart .order-total.recurring-total {
	display: none;
}

.woocommerce-checkout .cart-subtotal.recurring-total, .woocommerce-checkout .shipping.recurring-total, .woocommerce-checkout .order-total.recurring-total {
	display: none;
}

h2.woocommerce-loop-product__title {
	text-transform: none !important;
}

.products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title {
    padding-top: 5px;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0;
}