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

.mega-sub-menu a.mega-menu-link{
	color: #000 !important
}
span.product-title, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.trademark img {
	object-fit: contain !important
}
.trademark .box-category{
	border: 1px solid #F8A8AB
}
.trademark .box-text{
	border-top: 1px solid #F8A8AB
}
.doi_tac .product-category .col-inner{
	border: 1px solid;
    height: 240px;
    display: flex;
    align-items: center;
	padding: 0 2px
}
.doi_tac .product-category .col-inner .header-title{
	display: none !important
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}