.page-print .logo {
  float: none;
  display: block;
  text-align: left; }

@media print {
  * {
    text-shadow: none !important;
    -webkit-filter: 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; }
  .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) {
    visibility: visible;
    height: auto; }
  .column.main {
    width: 100% !important;
    float: none !important; }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right; }
  .footer.content {
    padding: 0; } }

body.page-print {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  font-size: 11px; }
  body.page-print .logo img {
    max-height: 70px;
    width: auto; }
  body.page-print main.page-main {
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    body.page-print main.page-main div.page-title-wrapper {
      margin-top: 20px; }
      body.page-print main.page-main div.page-title-wrapper h1.page-title {
        margin-right: 20px;
        display: inline-block;
        font-size: 18px;
        vertical-align: top;
        font-weight: bold;
        color: #653A8E !important; }
      body.page-print main.page-main div.page-title-wrapper span.order-status {
        padding: 4px 8px;
        border: 1px solid #919D9D !important;
        color: #5e6a6a !important;
        font-weight: bold;
        display: inline-block; }
    body.page-print main.page-main div.order-details-items {
      margin-bottom: 10px; }
    body.page-print main.page-main div.block-order-details-view div.box-order-billing-method {
      text-align: right; }
      body.page-print main.page-main div.block-order-details-view div.box-order-billing-method .box-content dl dt {
        font-weight: normal; }
    body.page-print main.page-main div.block-order-details-view .box div.box-content address a {
      color: #000 !important;
      text-decoration: none !important; }
    body.page-print main.page-main div.block-title, body.page-print main.page-main div.order-title {
      font-size: 22px;
      line-height: 49px;
      color: #653A8E !important;
      position: relative; }
      body.page-print main.page-main div.block-title strong, body.page-print main.page-main div.order-title strong {
        font-weight: normal;
        background: #fff !important;
        padding-right: 20px; }
      body.page-print main.page-main div.block-title:before, body.page-print main.page-main div.order-title:before {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        z-index: -1;
        background: #653A8E !important;
        top: 50%; }

table.table-order-items .col {
  padding-left: 0; }

table.table-order-items thead tr th.col {
  font-weight: normal;
  border-bottom: 1px solid #919D9D !important;
  padding-bottom: 10px;
  padding-right: 10px; }
  table.table-order-items thead tr th.col:last-of-type {
    padding-right: 0; }

table.table-order-items thead tr th.subtotal {
  text-align: right; }

table.table-order-items tbody:before {
  content: '';
  display: block;
  height: 10px; }

table.table-order-items tbody ul.items-qty {
  list-style: none;
  padding: 0;
  margin: 0; }

table.table-order-items tbody tr {
  border-bottom: 1px solid #E2E2E2 !important; }
  table.table-order-items tbody tr td.subtotal, table.table-order-items tbody tr td.price {
    min-width: 90px; }
  table.table-order-items tbody tr td.subtotal {
    text-align: right; }
  table.table-order-items tbody tr td.qty {
    min-width: 100px; }
  table.table-order-items tbody tr td.sku {
    min-width: 150px; }
  table.table-order-items tbody tr td {
    padding-bottom: 10px;
    padding-right: 10px; }
    table.table-order-items tbody tr td:last-of-type {
      padding-right: 0; }
    table.table-order-items tbody tr td dd {
      margin-bottom: 0px; }

table.table-order-items tfoot:before {
  content: '';
  display: block;
  height: 10px; }

table.table-order-items tfoot tr th {
  text-align: right;
  padding: 5px 20px; }

table.table-order-items tfoot tr td {
  text-align: right; }

/*# sourceMappingURL=print.css.map */
