/* only screen and (max-width: 1580px) */

.ui-product-carousel-wrapper > .ui-product-carousel-nav {
	left: 0;
	right: 0;
}

/* module layout changes in medium resolutions */
@media only screen and (max-width: 1200px) {
	.ui-product-carousel-wrapper > .ui-product-carousel > [data-toggle="product-carousel"] {
		max-width: calc(100vw - 120px);
	}
}

/* medium resolution adapations */
@media only screen and (max-width: 1400px) {

	.ui-product-carousel-wrapper.ui-product-carousel-small > .ui-product-carousel > [data-toggle="product-carousel"] > li, 
	.ui-product-carousel-wrapper.ui-product-carousel-medium > .ui-product-carousel > [data-toggle="product-carousel"] > li, 
	.ui-product-carousel-wrapper.ui-product-carousel-large > .ui-product-carousel > [data-toggle="product-carousel"] > li {
		min-width: 28.5714%;
		max-width: 28.5714%;
	}

}