/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    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 #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    break-inside: avoid;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    break-after: avoid;
    break-inside: 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;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
  .checkout-cart-index .cart-summary,
  .checkout-cart-index #form-validate,
  .checkout-cart-index .cart.table-wrapper,
  .checkout-cart-index .right,
  .checkout-cart-index #shopping-cart-table,
  .checkout-cart-index .cart.main.actions,
  .checkout-cart-index .page-title-wrapper,
  .checkout-cart-index .message.global.demo,
  .checkout-cart-index .global-banner,
  .checkout-cart-index .form-cart,
  .checkout-cart-index .page.messages,
  .checkout-cart-index .crosssell {
    display: none !important;
  }
  .checkout-cart-index .page-header {
    border: 0;
  }
  .checkout-cart-index .page-wrapper .page-header .header.content,
  .checkout-cart-index #maincontent {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .checkout-cart-index .header.content > .logo {
    margin-left: auto;
    float: none;
    margin-right: auto;
  }
  .checkout-cart-index .header.content > .logo img {
    margin: auto;
  }
  .checkout-cart-index .page-wrapper {
    margin: auto;
  }
  .checkout-cart-index .print-cart-data {
    display: block !important;
  }
  .checkout-cart-index .print-cart-data table thead tr th {
    background: #ddd !important;
  }
  .checkout-cart-index .print-cart-data table tfoot {
    background: #ddd !important;
  }
  .checkout-cart-index .pageHeading {
    text-align: center;
    color: #0f5840 !important;
    font-family: sans-serif-Regular, sans-serif;
    font-size: 24px;
    line-height: 1.35;
    font-weight: bold;
    background-repeat: repeat-x;
    padding: 8px 5px 6px 0px;
    margin: 0px;
  }
  .checkout-cart-index .heading {
    display: none !important;
  }
  .checkout-cart-index .footer {
    display: none !important;
  }
  .requisition-list-action {
    display: none !important;
  }
}
