/**/

ul#ecommslider {
	    margin-left: calc((-50vw) + 50%);
    width: 100vw;
        margin-bottom: 0px;
}
ul#ecommslider img {
    width: 100%;
    height: auto;
}
.background_grey {
    background: #F3F3F3;
    padding-top: 26px;
    padding-bottom: 79px;
}
section.featured-products.clearfix.container h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 34px;
        width: 100%;
}
.image_section {
    max-width: 250px;
}
section.featured-products.clearfix.container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
}
.products_section {
    width: 100%;	
    max-width: calc(100% - 290px);
}
.image_section img {
    border-radius: 20px;
        height: 100%;
}
.image_section {
    position:relative;
}
span.title_img strong {
    font-weight: 900;
    line-height: 31px;
    text-transform: uppercase;
    color: white;
    display:block;
}

span.title_img {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    left: 0px;
        padding-right: 30px;
    padding-left: 20px;
}
section.featured-products .product {
    width: 100%;
}
.outlet h2 {
    text-align: right;
}
.ecommmanufacturers_content ul {
    padding: 0px 50px;
}
.title.h2.phototype.yellowbg {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
        margin-bottom: 30px;
}
.ecommmanufacturers_content {
    margin-top: 40px;
    margin-bottom: 40px;
}
section.featured-products .carrusel_products > .product:nth-child(1) {
    display: block;
}
section.featured-products .carrusel_products > .product {
    display: none;
    max-width: 25%;
}	
.ecommmanufacturers_content .logo img {
	max-width:125px;
	height:auto;
}
section.featured-products .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -50px;
}
.carrusel_products  .owl-stage,
.carrusel_products  .owl-item {
    display: flex;
}

div#custom-text h1 {
    text-align: center;
    margin-bottom: 0px;
}
.new_products .products_section,
.featured .products_section {
    max-width: 100% !important;
}
.fullwidth.background_grey.customtext {
    padding-bottom: 0px;
}
@media(max-width:1199px) {
	section.featured-products.clearfix.container {
 		gap: 0px 20px;
	}
	.products_section {
    	max-width: calc(100% - 270px);
	}
}
@media(max-width:991px) {
	.ecommmanufacturers_content ul {
    	padding: 0px 10px;
	}
	div#custom-text h1 {
	    font-size:24px;
	}
}
@media(max-width:767px) {
	.products_section {
        max-width: 100%;
    }
    .image_section {
    	max-width: 100%;
    	width: 100%;
	}
	section.featured-products.clearfix.container h2 {
    	text-align: left;
	}
	.background_grey {
    	padding-top: 20px;
    	        padding-bottom: 20px;
    }
    section.featured-products.clearfix.container h2 {
    	margin-bottom: 20px;
    }
    .image_section img {
    	width: 100%;
	}
	section.featured-products .owl-dots {
    	position: initial;
    	margin-bottom: 20px;
    	margin-top: 20px !important;
	}
	.outlet h2 {
    	order: 1;
	}
	.outlet .products_section {
    	order: 2;
	}
	.outlet .image_section {
		order: 3;
	}
	.ecommmanufacturers_content {
    	margin-top: 20px;
    	margin-bottom: 20px;
	}
}
