/* Make a bolder shop CTA */
 p.cart > a {     background-color: red;
    color: white;
    font-weight: bold;
    padding: 10px 47px; }


.shopping-cart {
   display: none;
 
}

.filter-open {
  display: none;
  
}
