/* --- VISIBILITÉ TOTALE --- */
/* On force TOUS les textes des blocs de livraison et paiement en blanc */
#hikashop_checkout_shipping_methods, 
#hikashop_checkout_payment_methods,
#hikashop_checkout_shipping_methods *, 
#hikashop_checkout_payment_methods *,
.hikashop_checkout_login_p_out,
.hikashop_checkout_footer {
    color: #FFFFFF !important;
    background-color: transparent !important;
}

/* --- AFFICHAGE DU PRIX --- */
/* On s'assure que les frais de port (ex: 8,10 €) ressortent bien */
.hikashop_checkout_shipping_method_cost, 
.hikashop_checkout_payment_method_cost {
    color: #FFFFFF !important;
    font-weight: bold !important;
    display: inline-block !important;
    visibility: visible !important;
    margin-left: 10px !important;
}

/* --- BOUTON MISE À JOUR --- */
.hikashop_checkout_fields_update_button {
    background-color: #444 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}