/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/


/* Hide quantity column in cart */
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
    display: none !important;
}
