/*
Theme Name: Flatsome Child Theme
Description: This is a child theme for Flatsome Theme
Template: flatsome
Version: 3.0
*/
@import "assets/css/default.css";
@import "assets/css/theme.css";

/*************** ADD CUSTOM CSS HERE.   ***************/
/* start section-products */
.product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* end*/
.brands-gallery .gallery-col {
    padding: 0px 10px!important;
}
.back-to-top {
    bottom: 5%!important;
}
@media (max-width: 992px) {
	/* start why choose we*/
	.benefit-box .benefit-item .featured-box {
		display: block!important;
	}
	.benefit-box .benefit-item .benefit-content {
	padding-top: 0px!important;
	}
	/* end*/
    .blog-list .post-item {
        padding-bottom: 0px;
    }
    
}
@media (max-width: 576px) {
	/* start product-bestseller*/
	.tab-product-bestseller ul {
		flex-flow: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		overflow-x: auto;
	}
	/* end */
}
