/* IGIS - personnalisations CSS du tunnel de commande (3 aout 2026) */

/* IGIS-BOUTONS-ROUGES : CTA en rouge de marque */
#order-standard_cart .btn-success,
#order-standard_cart .btn-checkout {
    background-color: #e11414 !important;
    border-color: #e11414 !important;
    color: #fff !important;
}
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-success:focus,
#order-standard_cart .btn-checkout:hover,
#order-standard_cart .btn-checkout:focus {
    background-color: #b30f0f !important;
    border-color: #b30f0f !important;
}
