h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #363230;
  margin: 0 0 .618em;
  font-weight: normal;
}

#header,
.homepage-banner {margin-bottom:0px!important;}

function mystile_featured_products() {
	global $woo_options;
	if (class_exists('woocommerce') &amp;&amp; isset( $woo_options[ 'woo_homepage_featured_products' ] ) &amp;&amp; $woo_options[ 'woo_homepage_featured_products' ] == "true" ) {
		echo ''.__('Producten', 'woothemes').'';
		$featuredproductsperpage = $woo_options['woo_homepage_featured_products_perpage'];
		echo do_shortcode('[featured_products per_page="'.$featuredproductsperpage.'"]');
	} // End query to see if products should be displayed
}
.main-navigation ul li a:before {
  display: none;
}

.widget_categories > ul > li:before {
    content: close-quote;
}
.widget_recent_entries li:before {
    content: close-quote;
}