/* @import url('front-page.css'); */
/* @import url('header.css'); */
/* @import url('footer.css'); */
/* @import url('content-product.css'); */
/* @import url('archive-product.css'); */
/* @import url('single-product.css'); */
/* @import url('cart.css'); */


main {
  min-height: 50vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-logo {
  max-height: 90px;
  height: auto;
  width: auto;
}

footer .custom-logo{
  max-height: 180px;
  height: auto;
  width: auto;
}

a.added_to_cart { 
  display: none !important; 
}

ul.products::before, ul.products::after{ 
  display:none !important; 
}
