
.header .title p.shoptitle {
	/*
	display: none;
	*/
}

.feestdagen {
	display: none;
}

.zoomer {
	display: none;
}

@media all and ( max-width: 600px ) {
	
	.content.home {
		padding: 0 15px;
	}
	
	.homepage_categories {
		display: block;
		float: left;
	}
	
	.homepage_categories li {
		width: calc( 50% - 36px );
	}
	
	li .product > .image {
	       width: 160px;
		margin: 0 auto !important;
	}
	
	li .product .image a {
	    width: 100%;
	}
}