/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@media screen and (min-width: 600px) {
    .header-nav-main.nav.nav-left {
        justify-content: center;
    }
}
/*  COMPUTER*/
#headerCatProduct{
	display:none;
}
.product-home .name.product-title a{
	display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
	font-size:20px; 
	text-transform:uppercase;
}

.box.product-noibat .box-image{
	border: 2px solid red;
    border-radius: 12px;
    padding: 20px;
	    background: white;
}
.box.product-noibat .box-image img{
	    height: -webkit-fill-available;
    object-fit: contain;
}
.sec-noibat .row.row-collapse{
	margin-top:-15rem;
}
.section-title b {
	    background-color: transparent;
	
}
.box.product-noibat .name.product-title a{
	    color: white;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
	display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.box.product-noibat .short-description {
	    color: white;
    font-size: 17px;
}
.box.product-common .short-description {
	    color: black;
    font-size: 17px;
}
.box.product-common .name.product-title a{
	    color: black;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
	display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}

.box.product-common .box-image{
	border: 2px solid red;
    border-radius: 12px;
    padding: 20px;
	    background: white;
}
.box.product-common .box-image img{
	    height: -webkit-fill-available;
    object-fit: contain;
}