/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://extrawoo.com/storefront-child-theme
Author:       	Extra Woo
Author URI:     https://extrawoo.com
Template:     	storefront
Description:  	Child theme for the Storefront WooCommerce theme. You can replace all this information with your own.
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront

/*
 * Add your own custom css below this text.
 */

ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-category__title .count  {
    color: #fff;
}
fieldset,
fieldset legend {
    padding: 0;
    background-color: transparent;
}
fieldset legend {
    padding-left: 22px;
}
.woocommerce-checkout .order_details {
    background-color: transparent;
}
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order section.woocommerce-order-details,
.woocommerce-order ul.order_details::before, ul.order_details::after {
    display: none !important;
}