/* Fix arrows on calendar for product bookings 2606719-zd*/
.ui-widget-header .ui-icon, .ui-icon, .ui-widget-content .ui-icon {
background-image: url('/wp-content/plugins/woocommerce-bookings/dist/images/ui-icons_ffffff_256x240.png');
    
}
/*Menu font bold*/
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
    font-weight: bold;
}

div#content.site-content {

margin-top: -30px;
}
/*Remove the search*/
.site-header .site-search {
display: none;
}

/* Remove the Cart from header*/
.site-header-cart .cart-contents {

display: none;

}
/* Fullwidth the header menue*/
@media screen and (min-width:768px){
.woocommerce-active .site-header .main-navigation {
width: 100% !important;
}

@media (min-width: 768px){
.site-header .site-branding img {
    max-width: 220px;
 }
}
	@media (min-width: 768px){
.site-branding {
    margin-bottom: 0;
 }
}
h4 {
  margin-bottom: 9px;
  margin-top: -8px;
  padding: 0px;
}
	.entry-content h4 {
    margin-top: -10px;
}

	/* Nuclear option: hide ALL WooCommerce and Storefront 404 content on mobile */
body.error404 .woocommerce,
body.error404 .woocommerce * {
    display: none !important;
}

body.error404 .storefront-product-categories,
body.error404 .storefront-product-categories *,
body.error404 .storefront-recent-products,
body.error404 .storefront-recent-products *,
body.error404 .section-title,
body.error404 h2.section-title,
body.error404 h2,
body.error404 h3 {
    display: none !important;
}
	/* Hide all mobile handheld footer regions on 404 page */
body.error404 [region],
body.error404 [region] *,
body.error404 .storefront-handheld-footer-bar,
body.error404 .storefront-handheld-footer-bar *,
body.error404 .handheld-footer-bar,
body.error404 .handheld-footer-bar * {
    display: none !important;
}

/* Hide WooCommerce sections that may still appear */
body.error404 .woocommerce,
body.error404 .woocommerce * {
    display: none !important;
}
/* Hide all mobile handheld footer regions on 404 page */
body.error404 [region],
body.error404 [region] *,
body.error404 .storefront-handheld-footer-bar,
body.error404 .storefront-handheld-footer-bar *,
body.error404 .handheld-footer-bar,
body.error404 .handheld-footer-bar * {
    display: none !important;
}

/* Hide WooCommerce sections that may still appear */
body.error404 .woocommerce,
body.error404 .woocommerce * {
    display: none !important;
}