/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/* prevent icon font from being loaded, even if a core rule was overlooked and not yet rewritten */
.page-print .logo {
  float: none;
  display: block;
  text-align: left;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .column.main {
    width: 100% !important;
    float: none !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
@media print {
  .toolbar,
  .product-item-inner,
  .product-options-wrapper,
  .reviews-actions,
  .product-options-bottom,
  .product-social-links,
  .product.photo.thumbs,
  .block.related {
    display: none;
  }
  .footer.content {
    border-top: none !important;
  }
  .footer .about-store {
    display: block !important;
    text-align: left !important;
  }
  .product.photo.main .product.photo img,
  .page-products .products-grid .product-item {
    width: 25% !important;
  }
  #tab-label-reviews {
    display: none !important;
  }
  .product.data.items .data.item.content {
    display: block !important;
  }
  .product.data.items .data.item.content#reviews {
    display: none !important;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    visibility: visible;
    height: auto;
  }
}
@media print {
  /* custom print styles */
}
