.button.product_type_simple {
  display: none !important;
}

/*menu text kleur*/
.main-navigation li.menu-item a {

color: #333;

}
@media only screen and (max-width: 600px){
.main-navigation li.menu-item{
    background-color: #98a694;
}
}
.sfb-footer-bar{
display: none !important;
}

.footer-widgets{
padding-top:5px;

}

/*Plaats category titel boven afbeelding*/
.woocommerce-loop-category__title{
background-color:#98a694;
position:relative; top:-40px;
text-transform: lowercase;

font-size: 1.1em !important;
}

.woocommerce-loop-product__title{
background-color:#98a694;
position:relative; top:-40px;
text-transform: lowercase;
font-size: 1.1em !important;
min-height:2em
	
	
}
.price{
position:relative; top:-50px;
padding-bottom:0px;
margin-bottom:0px !important;
}
.product-meta{
position:relative; top:-55px;
padding-top:0px;
margin-top:0px;
}

/*verberg product aantallen in categoriën*/
.archive.woocommerce mark.count {

display:none;

}

/*Wit ruimte tussen producten*/
.product  {

margin-bottom: -40px!important;

}

.product-category{
margin-bottom: -20px!important;


}
/*verberg aantal items in category */
.count{
display:none;
}

.widget a{
text-decoration:none !important;
}

.widget_product_categories ul li::before {
  
  content: "\25CF"; }

.widget_product_categories ul li.current-cat::before {
  content: "\25CF"; }

.widget_layered_nav li::before {
  content: "\25CB"; }

.widget_layered_nav .chosen::before {
  content: "\25CF"; }

/*maak achtergrond van newsletter groen en input veld groter*/

#mc_embed_signup{
background-color:#98a694 !important;
}

#mc_embed_signup input.email{
width:88% !important;

}
.site-info{

display:none;
}
.site-footer{
padding-bottom:0em !important;
	
}
/*verberg bedrag en aantal in mandje in menubalk*/
/*.cart-contents >.count >.amount {
visibility:hidden;
}*/

.sku_wrapper{
font-size: 1.2em;
}

.entry-title{
position:relative;
top:-20px;
font-size:130% !important;

	
}

.widget-title{
border-bottom:0px !important;
	

}
/*Maak ruimte tussen menu en content kleiner*/
.storefront-breadcrumb{
height:0.2em;
padding:0px;

//display:none;
}

/* Zet cathegory titel beetje hoger op gelijk te staan met product categories*/

.page-title{
Position:relative;
top:-6px !important;
	
}

#tab-additional_information > h2{
visibility:hidden;
} 

.woocommerce-product-attributes {
Position:relative;
top:-58px;
}

/*logo beetje naar boven*/

.site-branding{
Position:relative;
top:-18px;

}
.customize-unpreviewable > img{
width:300px;

}
.woocommerce-product-gallery__image{

width:300px;
}
.woocommerce-pagination, .storefront-sorting{
Position:relative;
top:18px;
}

#masthead{
border-bottom-color:#FFF;
margin-bottom:-1.0058em !important;
}
.button-sub{
background-color:#FCAF50 !important;
}

.wc-block-grid__products{
Margin-bottom:0px;
}
.woocommerce-product-gallery__trigger{
position:relative;
left:1em;
}

.summary{
    margin-bottom: -20px !important;
	margin-top: -20px !important;
}

#mc_embed_signup input.button {
    max-width: 150px;
    min-width: 150px;
    height: 40px;
    color: white;
    background-color: #FCAF50;
    text-transform: uppercase;
}
#mc_embed_signup label {
    padding-top: 10px;
		padding-right: 100px;
}
#mc_embed_signup {
background-color:rgba(0, 0, 0, 0)!important;
}
#mc_embed_signup input {
    max-width: 300px;
    min-width: 300px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}