.product-catalogue__wrapper .article-item .img-cover img{
	object-fit: contain;
}

#loadMore {
	font-size: 15px;
} 
.product-item .title {
	display: -webkit-box;
  	-webkit-line-clamp: 3; /* Giới hạn 3 dòng */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
} 

.float-icon-hotline ul li:last-child{
	display:none !important
}
.float-icon-hotline ul li:first-child{
	display:none !important
}
@media (max-width:767px){
.float-icon-hotline ul li:first-child{
	display:block !important
}
} 
.footer-des{
	margin-top:0.5rem;
    color:var(--main-color);
    font-size:16px;
} 
.section-store h3.section__subheading{
	text-align:center !important
}

.product-catalogue__wrapper > .panel-body:first-child .product-item .contact {
	background-color: #ED2023;
}
.product-catalogue__wrapper > .panel-body:first-child .product-item:hover {
 	border: 1px solid var(--main-color);
}
.product-catalogue__wrapper > .panel-body:first-child .product-item:hover .contact {
	background-color: var(--main-color);
} 
.panel-img{
	background: #F2F2F2;
    padding: 60px 0;
} 
@media(max-width:991px){
	.productContent table{
        display: block;
    overflow: auto;
    width: 100% !important;
    	
    }
}