/**
 * Public storefront shell styles.
 * Replaces the old Avo theme bundle (light.css).
 */

.main-content {
  background: #fff;
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  z-index: 20;
}

@media (max-width: 991px) {
  .main-content {
    margin-top: 0 !important;
  }
}
