/*
Wekom bij aangepaste CSS!

CSS (Cascading Style Sheets) is een soort van code die de browser vertelt
hoe die een webpagina moet weergeven. Je kunt deze reacties verwijderen en
aan de slag gaan met je aanpassingen.

Je stylesheet zal standaard na de stylesheets van je thema geladen worden,
wat betekent dat jouw regels prevaleren en de thema CSS-regels
overschrijven. Schrijf hiet gewoon wat je wilt wijzigen, Je moet al je
thema's stylesheetinhoud niet kopiëren.
*/
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 15%;
}

.product .sku_wrapper {
	display: none !important;
}

.featured, .featured.flexslider {
	border-bottom: none;
}

@media print {
	body {
		background: white;
		font-size: 80%;
		margin: 0;
	}
	
	#wrapper {
		display: block;
	}
	
	.content, .page {
		width: auto;
	}
	
	#sidebar {
		display: none;
	}
	
	#nav-topbar {
		display: none;
	}
	
	#header {
		height: 90px;
	}
	
	.col-3cm .main-inner {
		padding: 0;
		background: none;
	}
	
	.sharrre-container {
		display: none;
	}
	
	#content {
		margin-left: 0;
		float: none;
		width: auto;
	}
	
	#content a {
		font-weight: bold;
		color: #000066;
		text-decoration: underline;
	}
	
	.content .post,
							.content .page {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	
	.col-1c .sidebar,
							.col-2cl .s2,
							.col-2cr .s2 {
		display: none;
	}
	
	#comments {
		display: none;
	}
	
	#footer {
		display: none;
	}
	
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	
	h3 {
		margin-left: 10px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.post-tags, .related-posts, .post-nav, .heading, .s1, .s2, .sidebar, .sidebar-content {
		display: none;
	}
	
	blockquote, table, pre {
		page-break-inside: avoid;
	}
	
	ul, ol, dl {
		page-break-before: avoid;
	}
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	img.right {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}
	
	img.left {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}
	
	.right {
		float: right;
	}
	
	.left {
		float: left;
	}
	
	img {
		page-break-inside: avoid;
		page-break-after: avoid;
	}
}