/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/



/* CAMBIOS EN ICONO DE MENU CELULAR */
.closed .mobile_menu_bar:before {
 color:#048abd;
}

/* CAMBIO DE LINEAS POR EQUIS ICONO DE MENU CELULAR  */
.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";color:#353740;
} 
/* FIN CAMBIOS EN ICONO DE MENU CELULAR */

/* === WooCommerce: ocultar Subtotal y Total sin tocar productos === */

/* Título "Cart totals" */
.cart_totals h2,
.cart_totals h3 {
    display: none !important;
}

/* Carrito: ocultar filas monetarias, mantener botón */
.cart_totals .cart-subtotal,
.cart_totals .order-total,
.cart_totals .shipping,
.cart_totals .tax-total {
    display: none !important;
}

/* Checkout: ocultar totales */
.woocommerce-checkout-review-order-table tfoot {
    display: none !important;
}