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

/* CSS để làm chữ màu trắng trong product-info */
/* .product-info.summary {
    color: white !important;
}

.product-info.summary .woocommerce-breadcrumb,
.product-info.summary .woocommerce-breadcrumb a {
    color: white !important;
}

.product-info.summary .product-title {
    color: white !important;
}

.product-info.summary .price,
.product-info.summary .price .amount {
    color: white !important;
}

.product-info.summary .button span {
    color: white !important;
} */

/* CSS để làm chữ màu trắng trong product attributes */
/* .woocommerce-product-attributes-item th,
.woocommerce-product-attributes-item td,
.woocommerce-product-attributes-item__label,
.woocommerce-product-attributes-item__value {
    color: white !important;
} */
.post-title.is-large {
    color: #ffffff !important;
}



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


}