/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*
 * .yith-wcaf-dashboard-navigation-item.commissions {
    display: none !important;
}
*/
.yith-wcaf-dashboard-navigation-item.summary {
    display: none !important;
}
.yith-wcaf-dashboard-navigation-item.payments {
    display: none !important;
}
.yith-wcaf-dashboard-navigation-item.settings {
    display: none !important;
}



/* Oculta los ítems internos de los bundles en la página de carrito */
/* Oculta todos los hijos de un bundle en el WC-Block Cart */
.wc-block-cart .wc-block-cart-items__row.yith-wcpb-is-bundled-item {
  display: none !important;
}
/* 1) Oculta TODOS los ítems hijos de bundles en el resumen del pedido (checkout) */
.wc-block-components-order-summary .wc-block-components-order-summary-item.yith-wcpb-is-bundled-item {
  display: none !important;
}



/* 1) Oculta el contenedor principal de afiliación */
.woocommerce-checkout .with-wcaf.with-wcaf-set-referrer {
    display: none !important;
}

/* 2) Por si acaso, también ocultamos el wrapper interno */
.woocommerce-checkout .with-wcaf-set-referrer .set-referrer-wrapper {
    display: none !important;
}