/*
Theme Name:   	Steel-line
Author:       	Ash Gibson
Template:     	storefront
Description:  	StoreFront child theme
Version:      	1.0.0
*/
/*
 * Add your own custom css below this text.
 */

.woocommerce-billing-fields, .woocommerce-shipping-fields, .product-subtotal, .widget_shopping_cart_content p.total, #customer_details .col-1:first-child, .site-header-cart .cart-contents .amount {
    display: none !important;
}

.site-header-cart .cart-contents .count {
    opacity: 1;
    font-weight: normal;
}

.mini_cart_item .gfield_list th, .mini_cart_item .gfield_list td {
    background-color: transparent;
}