/*
Theme Name: Organic Chrono Child
Theme URI: https://example.com/
Description: A child theme for Organic Chrono to safely customize the theme's look and behavior.
Author: x-kitchens
Author URI: https://example.com/
Template: organic-chrono
Text Domain: organic-chrono-child
Version: 1.0.0
*/

/*
  Add your child theme styles below. The parent 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;
}
