/*
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.   ***************/


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


}
/* Ẩn toàn bộ icon wishlist */
.wishlist-icon {
  display: none !important;
}
/* Đổi màu giá sản phẩm sang đỏ */
.price .woocommerce-Price-amount,
.price .amount,
.woocommerce-Price-amount,
.woocommerce-Price-amount bdi {
    color: #ff0000 !important;
}