/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/** Hide Price **/
.woocommerce-Price-amount {display:none !important;}
/** Hide Subtotal **/
.product-subtotal {display: none !important;}
/** Hide Estimate Table **/
.order-total {display: none !important;}
.cart-subtotal {display: none !important;}
.woocommerce-order-overview__total {display: none !important;}
/* Cart widget */
.woocommerce-mini-cart__total {
	display: none;}
/* Checkout Table */
.product-total {display:none !important;}
.product-price {display:none !important;}
.woocommerce-order-details__title {display:none !important;}
.optional {display:none !important;}
/** Hide Buttons **/
button[name="update_cart"] {display: none !important;}
/** Hide Post Meta **/
.product_meta {display:none !important;}
/** Hide Quantitys **/
.product-quantity {display:none !important;}
.quantity {display:none !important;} 
/** Centre Product Button Text **/
.woocommerce .products .product {
  text-align: center !important;}