/**/

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%;*/
}
section.featured-products .products{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0px;
}
section.featured-products .products .product {
    width: calc(calc(100% / 4) - 18px);
}

.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;
	}
    section.featured-products .products .product {
        width: calc(calc(100% / 3) - 18px);
    }
}
@media(max-width:767px) {
    section.featured-products .products .product {
        width: calc(calc(100% / 2) - 18px);
    }
}
@media(max-width:450px) {
    section.featured-products .products .product {
        width:100%;
    }
}
