/*Changing the background color for the site 24248970-hc - SM*/
body {
	background: #EAEAEA;
}
/* Menu - hide WooCommerce menu section / 24920344-hc kp */
#woocommerce-menu,
body[class*="woocommerce"] #page .main-navigation #toggle-cart {
  display: none;
}
/* Menu - make original background transparent / 24920344-hc kp */
#site-navigation {
  background-color: transparent;
}
/* Menu - hide original mobile menu / 24920344-hc kp */
#toggle-menu.button {
  display: none;
}
/*  Unset the margin added to the right || HC-24937331 | MM */
body[class*="woocommerce"] #page .main-navigation > div:not(:last-of-type) {
  margin-right: unset;
}
/* Remove space under menu - homepage / 24937643-HC (MI) */
.home .site-main > article > .entry-content {
  margin-top: 0;
}
.home .entry-header,
.home .woocommerce-menu-container {
  display: none;
}
.home .site-main {
  padding-top: ;
}
/* hide privacy policy link appearing in the footer next to the site title-/24937643hc-se*/

a.privacy-policy-link{
display: none;
}
/* Remove header spacing / 25194710-HC (MI) */
 
#masthead .site-branding,
#site-navigation {
	padding: 0;
	margin: 0;
}
/* Remove space under header on shop / 25194710-HC (MI) */

@media only screen and (min-width: 560px) {
  .woocommerce .site-main {
    padding-top: 0;
  }
}
/* remove margin to avoid the variation Size to go into a second line in product pages */ 
.single-product #page #woocommerce-wrapper div.product form.cart .variations select {
    margin-right: 2px;
}
/*--- changes the on sale badge bg color / #25538249-HC-PK ---*/
body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-grid__product-onsale {
    background-color: orangered;
    color: black;
}
#woocommerce-wrapper ul.products li.product.sale a > .price ins {
   color: orangered;
}
.single-product #page #woocommerce-wrapper div.product.sale div.summary p.price ins {
	color: orangered;
}
/*--- hides sku text on product pages / #27134428-HC-PK ---*/
.single-product #page span.sku_wrapper {
    display: none !important;
}

/* hides mega menu on smaller screens hc-30066756 VG */
@media only screen and (max-width: 768px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item#mega-menu-item-3963 {
		display: none;
	}
}