/*
Theme Name: Thành Đồng Group
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  ***************/

	.ve-chung-toi {
		text-align: center;
	}

}

#masthead {
	background: #006838;
}

.title-wrapper .product-title,
.danh-muc-section .product-small .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    height: calc(1.4em * 2);
}

.woocommerce-store-notice {
  display: none !important;
}

.mobile-nav > .nav-icon > a,
.mobile-nav > .cart-item > a {
	color: #fff;
}

.header-nav .current-menu-item a, .header-nav li a:hover, .header-nav li.active>a {
	background: #0fc96b !important;
}
	
