/*
Theme Name: Childy Child
Theme URI: https://childy.ancorathemes.com/
Description: Child Theme for Childy
Author: Tobias
Author URI: 
Template: Childy
Version: 1.0.0
*/

/* --- Custom YITH Product Add-Ons Styles --- */

/* Remove harsh white blocks from the individual addon options */
.yith-wapo-block .yith-wapo-addon {
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    border: none !important;
}

.yith-wapo-block .yith-wapo-addon .addon-header {
    background-color: transparent !important;
    padding: 0 0 10px 0 !important;
    border: none !important;
}

/* Fix Totals Table Split Styling */
#wapo-total-price-table,
#wapo-total-price-table table.all,
#wapo-total-price-table table.all th,
#wapo-total-price-table table.all td {
    background-color: transparent !important;
    color: #1a1a1a !important;
    /* Fallback dark text */
    border: none !important;
    padding: 8px 0 !important;
}

#wapo-total-price-table table.all th {
    font-weight: 600;
    width: 40%;
}