/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body.home .product-title,
body.archive .product-title { 
    font-size: 17px; 
    font-weight: bold; 
}
.price ins .woocommerce-Price-amount.amount {
    color: red; /* Chỉ đổi màu giá khuyến mãi */
    font-weight: bold;
}
.price del .woocommerce-Price-amount.amount {
    color: #999; /* Màu xám cho giá gốc */
    font-weight: normal; /* Không đậm */
    text-decoration: line-through; /* Đường gạch ngang */
}

/* Thay đổi font-size của nút Thêm vào giỏ hàng */
.button.add_to_cart_button {
    font-size: 10px; /* Chỉnh font-size theo ý bạn */
	font-weight: bold; /* Tuỳ chọn: làm chữ đậm */
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/





}