/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavotheme</a>
* Template: freshio
* Version: 2.4.2
*/

/* Hiện giá trong giỏ hàng thu gọn (Mini Cart) */
.widget_shopping_cart .quantity .amount,
.mini_cart_item .quantity .amount,
.woocommerce-mini-cart__total .amount {
    display: inline-block !important;
    visibility: visible !important;
    color: #2c9f08 !important; /* Màu xanh lá cho nổi bật, hoặc #000 là đen */
    font-weight: bold !important;
    font-size: 15px !important;
}

/* Đảm bảo dòng tổng tiền (Subtotal) bên dưới cũng hiện */
.woocommerce-mini-cart__total {
    display: flex !important;
    justify-content: space-between;
    color: #333 !important;
}