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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-nav-main {
/* 	justify-content: center !important; */
}


.category-page-title {
	display: none;
}
#logo img  {
	
	max-height: 110px !important;
		
}

/* Giá sản phẩm trong danh sách sản phẩm */
.woocommerce ul.products li.product .price {
    color: #d14a94 !important; /* Đổi mã màu tùy thích */
}

/* Giá sản phẩm trong trang chi tiết */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #d14a94 !important;
}
.woocommerce-Price-amount {
	color: #d14a94 !important;
}
.header-wrapper {
	 padding-left: 3%;
	padding-right: 3%
}

.brand-info img {
    width: 110px !important;
    height: 110px !important;
}

.brand-description {
    max-height: 4.5em; /* Khoảng 3 hàng, tùy font-size */
    overflow: hidden;
    position: relative;
}

.category-banner {
    position: relative;
    width: 100%;
    text-align: center;
}
.category-banner img {
    width: 100%;
    height: auto;
}
.category-banner h2 {
    font-size: 48px;
    margin: 0;
}

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


}