/*
Theme Name: Astra Child
Template: astra
Version: 1.0
Text Domain: astra-child
*/

/* ==================================================
   BEBÉ FELIZ
   RESUMEN DEL PEDIDO
================================================== */

/* Título "Total a facturar" */
.woocommerce-cart .cart_totals .order-total th{
    font-size:22px !important;
    font-weight:700 !important;
    color:#111 !important;
    text-align:left !important;
    padding-top:18px !important;
    padding-bottom:18px !important;
    border-top:2px solid #222 !important;
}

/* Celda del total */
.woocommerce-cart .cart_totals .order-total td{
    text-align:right !important;
    padding-top:18px !important;
    padding-bottom:18px !important;
    border-top:2px solid #222 !important;
}

/* Valor del total */
.woocommerce-cart .cart_totals .order-total td .woocommerce-Price-amount{
    font-size:40px !important;
    font-weight:900 !important;
    color:#111 !important;
    line-height:1 !important;
}

/* Descuento en verde */
.woocommerce-cart .cart_totals .fee th,
.woocommerce-cart .cart_totals .fee td{
    color:#2E7D32 !important;
    font-weight:700 !important;
}