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


}

// An tab Thong Tin Bo Sung tren trang san pham
.single-product .woocommerce-tabs .panel.additional_information_panel {
    display: none;
}
.single-product .woocommerce-tabs .tabs li.additional_information_tab {
    display: none;
}

// An anh dai dien cua khach hang trong tab Danh Gia San Pham
.woocommerce ul.commentlist li .comment-text {
    margin-left: 0px;
}

.woocommerce ul.products li.product .woocommerce-review-link {
    display: none;
}

