/**/

div#custom-text {
    background: white;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: var(--border-radius-custom);
        box-shadow: var(--box-shadow);
}
section.featured-products{
    margin-bottom: 40px;
}
section.featured-products .product {
    width: 100%;
}
.ecommmanufacturers_content {
    background: white;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: var(--border-radius-custom);
    box-shadow: var(--box-shadow);
}
section.featured-products .carrusel_products .owl-stage .owl-item {
    display: flex;
}

section.featured-products .carrusel_products .owl-stage {
    display: flex;
}
.homehistoryproducts {
    background: white;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: var(--border-radius-custom);
    box-shadow: var(--box-shadow);
}
.ecommmanufacturers_content img {
    max-width: 100%;
    height: auto;
}
.carrusel_products > .product:nth-child(-n + 3) {
    display: block;
}

.carrusel_products > .product {
    max-width: 20%;
    display: none;
}
@media(max-width:991px) {
	div#custom-text {
	    padding: 15px;
	    margin-bottom: 20px;
	}
	.ecommmanufacturers_content {
		padding: 15px;
    	margin-bottom: 20px;
	}
	section.featured-products{
	    margin-bottom: 20px;
	}
	.homehistoryproducts {
		padding: 15px;
	    margin-bottom: 20px;
	}
}

