/**
 * Print CSS
 *
 */

header, .header,
footer, .footer,
.top-nav,
.breadcrumb-container,
.footer-local,
.sticky-wishlist {
  display: none;
}

.print-pd {
  page-break-inside: avoid;
}
