/* Prix ŕ l’unité */
.hikashop_product_price_full .hikashop_product_price {
    color: #28a745 !important; /* Vert */
    font-size: 20px !important;  /* Taille du prix */
    font-weight: bold !important;
}

/* Prix total par ligne */
.hikashop_cart .hikashop_product_price_full .hikashop_product_price {
    color: #28a745 !important; /* Vert */
    font-size: 20px !important; /* Taille du prix */
    font-weight: bold !important;
}

/* Prix par unité */
.hikashop_product_price_full .hikashop_product_price_per_unit {
    font-size: 18px !important;  /* Taille plus petite pour l'unité */
    color: #28a745 !important;   /* Vert */
    font-weight: normal !important;
}

/* Prix total final du panier */
.hika_show_cart_total_price {
    color: #28a745 !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

/* Bouton principal : passer au paiement */
.hikashop_cart_checkout_button,
button.hikashop_cart_checkout_button,
input.hikashop_cart_checkout_button {
    background-color: #28a745 !important; /* Vert */
    border: none !important;
    color: white !important;
    padding: 18px 20px !important;
    font-size: 22px !important;
    border-radius: 8px !important;
    width: 100% !important;
    text-align: center !important;
}
