/* frontpage header */
.site-branding .site-description {
  display: block;
}

/* set the header image */
.site-header {
	background-repeat: no-repeat;
  	background-size:cover;
	}

/* realted products */
.woocommerce .related ul li.product {
width: 25% !important;
clear: none;
margin-right: 4%;
	text-align: center;
			}
.woocommerce .related ul li.product:nth-of-type(4n) {
margin-right: 4%;
		
	}

/* Main Menu */
#page .main-navigation ul li a{color: #f9f9f9;}
/* Submenu */
.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover>a{background-color:#333333;}
.main-navigation ul.menu ul a{background-color:#333333;}

/* products at checkout page */
table.woocommerce-checkout-review-order-table .product-name {
    width: 80%!important;
}

/* remove categories at shop page */
.products.columns-3:not(.mnm_child_products) {
    display: none;
}


/* remove load more button at shop page */
#infinite-handle span { 
 display: none;
}  

/* center categories at shop page */
.wopb-category-content-item p {
    margin: 0;
}

/* center H1  */ 
h1 { text-align: center !important; }

/* Hide Featured Image */ 
.entry-header img { display: none; }

/* center product block for mobile */ 
.wopb-block-item {
  overflow: hidden;
}

/* center categry block for mobile */ 
.wp-block-product-blocks-product-category-1 .wopb-block-item .wopb-block-image img {
    width: 100%;
}

/* change the color of the cart */ 
.site-header-cart .cart-contents  {
    color: #f9f9f9;
}

/* change the color of the cart count*/ 
span.count {
    color: #ffffff;
}
.site-header-cart .cart-contents .count {opacity: 1; }    
.site-header-cart .cart-contents::after {float:inherit;
color: #ffffff;}

.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover, .site-header-cart:hover > li > a {
    color: #ffffff;
}
#site-header-cart li.current-menu-item > a {
    color: #ffffff;
}
#site-header-cart li.current-menu-item > a {
    color: #ffffff;
}


/* for powerpack to change the location of the site title*/ 

#page .site-branding .site-title a {
    display: block;
}
/* Mix and Match*/ 
.mnm_form.layout_grid .mnm_child_products { display: block; }

/* remove related products from prduct page*/ 
.related.products {
visibility:hidden;
}

/* mix and match aligned products*/
.mnm_form.layout_grid ul.products li.product .product-details {
  margin-top: auto;
}

.mnm_form.layout_grid ul.products li.product .product-quantity {
    margin-top: 0;
}

/* ensure the secondary menu links are in bold */
.secondary-navigation ul.menu a {
  font-weight: bold;
}

/* remove header background from cellphone */
@media only screen and (max-width: 600px) {
  .main-navigation {
    background-color: transparent !important;
  }
	.toggled {
		background-color: #e8e8e8 !important;
	}
}

/* center image in block page */
.wopb-block-image img {
   display: inline-block !important;
   text-align: center; 

	}

/*reduce about us page width*/
@media only screen and (min-width: 600px) {
.page-id-5107 .site-content   {
	transform: scale(0.9);
	           }
}

/*add reserve-anchor-space*/
.reserve-anchor-space {
  height: 0;
  visibility: hidden;
}

/* Remove blank spacing on home page top 5827710-zen KS */
 
 .home .woocommerce-products-header .page-description > p:empty{
     margin-bottom:0 !important;
 }
 
 .home .woocommerce-products-header .woocommerce-products-header__title{
    margin-bottom:0 !important;
 }

/*change link color */
 a {
     color: #0000EE; !important

/*decrease the product page width*/
.single-product .site-main,
.single-product .content-area,
.woocommerce-page #content,
.woocommerce-page .container,
.woocommerce-page .site-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 20px;
}
