/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 #header{ background: white !important; }
 #wrapper{
  background-color: #ffffff;
}
 
 a:hover a a:active a.dropdown-item {
  color: #8FA13C;
}



 .block-social ul li {
  background-color: #8FA13C;
}

/*

 .block-social ul li:hover {
  background-color: #8FA13C;
}

 .block-social ul li a {
  background-color: #8FA13C;
}

 .block-social ul li a:hover {
  background-color: #8FA13C;
} */


#header .header-nav .cart-preview.active {
  background-color: #8FA13C;
  background: #8FA13C;
}

/* .block-social ul li:hover {
  background-color: #E8F972;
} */
