/* 
Theme Name:    Miago Theme
Theme URI:      
Author:        Mangesh Mahale, GetWordPress.dev
Template:      Divi
Version:       1.0
Text Domain:   Divi Child
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Hide Quantity column header and cells in WooCommerce cart table */
.woocommerce-cart-form .shop_table .product-quantity,
.woocommerce-cart-form .shop_table thead .product-quantity,
.woocommerce-cart-form .shop_table tbody .product-quantity {
    display: none;
}