/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*.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 {
    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;
  }
  .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;
  }
  .account .page-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .account .page-main a.logo {
    width: 130px;
  }
  .page-print .logo {
    padding-bottom: 20px;
  }
  strong.product.name.product-item-name {
    font-size: 18px;
  }
  .abs-incl-excl-tax .price-including-tax,
  .abs-incl-excl-tax .price-excluding-tax,
  .paypal-review .table-paypal-review-items .col.price .price-including-tax,
  .paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
  .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
  .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
  .cart.table-wrapper .col.price .price-including-tax,
  .cart.table-wrapper .col.price .price-excluding-tax,
  .cart.table-wrapper .col.subtotal .price-including-tax,
  .cart.table-wrapper .col.subtotal .price-excluding-tax,
  .cart.table-wrapper .col.msrp .price-including-tax,
  .cart.table-wrapper .col.msrp .price-excluding-tax,
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    color: #666666;
    font-size: 0.8rem;
    display: block;
    line-height: 1;
    white-space: nowrap;
  }
  .block-order-details-view .block-content {
    display: flex;
    gap: 20px;
  }
  .account .column.main .block:not(.widget) .box-title > span {
    font-size: 18px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 25px;
  }
  .account
    .column.main
    .order-details-items
    .table-wrapper
    .data.table
    > thead
    > tr
    > th,
  .account
    .column.main
    .order-details-items
    .table-wrapper
    .data.table
    > tbody
    > tr
    > td,
  .order-details-items .items-qty .item {
    font-size: 14px;
  }
  .order-details-items tfoot .mark,
  .account
    .column.main
    .order-details-items
    .table-wrapper
    .data.table
    > tfoot
    > tr
    > td {
    font-size: 14px;
  }
  .account
    .column.main
    .block.block-order-details-view
    .block-content:not(.widget)
    .box {
    font-size: 15px;
  }
  .box-content address {
    font-size: 15px;
  }
}
