/*
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 form-contact*/
.contact-form>.box-form p{
	display: flex;
	gap: 20px
}
/* end */

/* start section-product */
.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 */
/*start blog*/
.list-blog .box-blog-post {
    display: flex;
	gap: 15px;
}
.list-blog .box-text {
    padding-bottom: 0
}
/*end*/
/* start footer*/
.ux-menu-link__link {
    color: #fff!important;
}
.back-to-top {
    bottom: 5%!important;
}
/* end*/

@media (max-width: 920px) {
	.box-policy .policy-item .featured-box {
		display: block!important;
	}
    /* start product-bestseller*/
	.tab-product-library ul {
        display: flex;
		justify-content: flex-start!important;
		flex-flow: nowrap!important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
		overflow-x: auto;
	}
	/* end */
    .list-blog .from_the_blog_excerpt {
        display: none!important;
    }
    
}
