/*
 Theme Name:   Storefront Aap Noot Mies
 Theme URI:    http://www.winkeltjes.net/
 Description:  Storefront Child Theme
 Author:       winkeltjes.net
 Author URI:   http://www.winkeltjes.net/
 Template:     storefront
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  storefront-blue
*/

@import url("../storefront/style.css");

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

 .site-header { padding: 0; margin-top: 0px; background-color: #ffffff; }

.site-title  { display: none; }

@media screen and (min-width: 768px) {
/* LOGO */
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { display: none; padding: 0px; /* Use px values if you want, eg. 350px */ }
/* SECONDARY NAVIGATION */
.site-header .secondary-navigation { display: none; /* Use px values if you want, eg. 350px */ }
/* SEARCH BAR */
.site-header .site-search { display: none;  /* Use px values if you want, eg. 350px */ }
}

.woa-top-bar, .woa-top-bar .block .widget {
 padding: 0;
 margin-top: 0px;
 margin-bottom: 0px;
 background-color: #ffffff;
 }

 .site-footer{
 background-color: #dddddd ;
 font-size: 8pt;
 color: #000000 ;
 white-space: nowrap ;
 }
 
 .site-footer a:link { color: #000000 ;}
 .site-footer a:visited {color: #000000 ;}

/*
.woocommerce-info{
background-color: #ffffff ;
}
*/

/*
.woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce #respond input.alt#submit, .woocommerce #content input.alt.button, .woocommerce-page a.alt.button, .woocommerce-page button.alt.button, .woocommerce-page input.alt.button, .woocommerce-page #respond input.alt#submit, .woocommerce-page #content input.alt.button{
background:#222222 !important;
border-color:#000000 !important;
color: #ffffff ;
}
*/

.widget_product_categories ul li:before {
display: none;
}

.widget_recent_entries ul li:before {
display: none;
}


/* Icoontjes bij voorraadstatus weglaten */

.stock.in-stock::before {
display: none;
}
.stock.in-stock {
color: #000000;
}
.stock.out-of-stock::before {
display: none;
}
.stock.out-of-stock {
color: #000000;
}

/* Verberg icoon en author bij berichten */
.entry-meta {display: none !important; }