/*
Theme Name: Storefront Child
Theme URI: https://example.com/
Description: A child theme for WooCommerce Storefront to safely customize the storefront look and behavior.
Author: x-kitchens
Author URI: https://example.com/
Template: storefront
Text Domain: storefront-child
Version: 1.0.0
*/

/*
  Add your child theme styles below. The parent Storefront styles are enqueued from functions.php
*/

/* Hide Product Add-ons totals summary within our variation table rows only */
.woocommerce-variation-table-wrapper .xk-variation-table .wc-pao-addons-container #product-addons-total,
.woocommerce-variation-table-wrapper .xk-variation-table .wc-pao-addons-container .product-addon-totals {
  display: none !important;
}
