/* Prix à l’unité */
.hikashop_product_price,
.hikashop_product_price_full span {
    color: #00c3ff !important;
    font-size: 18px !important;
    font-weight: bold;
}

/* Prix total par ligne */
.hikashop_product_total_price,
.hikashop_cart_product_total span,
td[data-title="Prix total"] span {
    color: #00aaff !important;
    font-size: 18px !important;
    font-weight: bold;
}
/* Prix total final du panier */
.hika_show_cart_total_price {
    color: #00aaff !important;  /* couleur du texte */
    font-size: 18px !important; /* taille */
    font-weight: bold !important; /* gras */
}

