.main.full {
	background-color: #F3F1F1;
}

.main.full .new-products-carousel {
	margin-right: auto;
	margin-left: auto;
	padding: 2rem 1.5rem;
	padding-left: 10px;
	padding-right: 10px;

	max-width: 91.71429rem;
	position: relative;
	width: 100%;
}

.main.full .new-products-carousel .slick-next {
	right: -50px;
}

.main.full .new-products-carousel .slick-prev {
	left: -50px;
} 

.main.full .new-products-carousel .slick-dots {
	position: relative;
	top: 0;
}

.main.full .new-products-carousel .productCarousel {
	margin-bottom: 0;
}

.main.full .new-products-carousel .show-all {
	margin: 1rem auto;
}

@media (max-width: 767px) {
	.main.full .new-products-carousel .slick-arrow {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.main.full .new-products-carousel {
	    width: 740px;
	}
}

@media (min-width: 992px) {
	.main.full .new-products-carousel {
	    width: 960px;
	}
}


@media (min-width: 1200px) {
	.main.full .new-products-carousel {
	    width: 1160px;
	}
}

@media (min-width: 1261px) {
	.main.full .new-products-carousel {
		padding: 2rem 6rem;
	}
}

.home-tiles {
	margin: 6rem auto;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.home-tiles {
	    width: 740px;
	}
}

@media (min-width: 992px) {
	.home-tiles {
	    width: 960px;
	}
}


@media (min-width: 1200px) {
	.home-tiles {
	    width: 1160px;
	}
}

@media (min-width: 1261px) {
	.home-tiles {
		
	}
}

.body {
	margin-top: 0;
}

.heroCarousel.slick-initialized.slick-slider.slick-dotted {
	margin-top: 0;
	
}

.home-tiles .row.row-tight .teaser.teaser-compact {
	padding-top: 2px;
	padding-bottom: 2px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}
