/**
 * QUANTIK – Prezzo al Kg
 * Stile per il prezzo al kg nella pagina prodotto WooCommerce.
 */

.quantik-price-per-kg {
    font-size: 0.82em;
    color: #666;
    margin: 0 0 4px;
    line-height: 1.4;
    font-weight: 400;
}

.quantik-price-per-kg .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: 600;
    color: #444;
}
