/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media print {
  * {
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-print-color-adjust: exact;
  }
  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;
  }
  .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;
  }
  .footer.content {
    padding: 0;
  }
  body {
    padding: 0 !important;
  }
  body .col-xs-1 {
    width: 8.33333333%;
  }
  body .col-xs-2 {
    width: 16.66666667%;
  }
  body .col-xs-3 {
    width: 25%;
  }
  body .col-xs-4 {
    width: 33.33333333%;
  }
  body .col-xs-5 {
    width: 41.66666667%;
  }
  body .col-xs-6 {
    width: 50%;
  }
  body .col-xs-7 {
    width: 58.33333333%;
  }
  body .col-xs-8 {
    width: 66.66666667%;
  }
  body .col-xs-9 {
    width: 75%;
  }
  body .col-xs-10 {
    width: 83.33333333%;
  }
  body .col-xs-11 {
    width: 91.66666667%;
  }
  body .col-xs-12 {
    width: 100%;
  }
  body .col-sm-1 {
    width: 8.33333333%;
  }
  body .col-sm-2 {
    width: 16.66666667%;
  }
  body .col-sm-3 {
    width: 25%;
  }
  body .col-sm-4 {
    width: 33.33333333%;
  }
  body .col-sm-5 {
    width: 41.66666667%;
  }
  body .col-sm-6 {
    width: 50%;
  }
  body .col-sm-7 {
    width: 58.33333333%;
  }
  body .col-sm-8 {
    width: 66.66666667%;
  }
  body .col-sm-9 {
    width: 75%;
  }
  body .col-sm-10 {
    width: 83.33333333%;
  }
  body .col-sm-11 {
    width: 91.66666667%;
  }
  body .col-sm-12 {
    width: 100%;
  }
  body .col-md-1 {
    width: 8.33333333%;
  }
  body .col-md-2 {
    width: 16.66666667%;
  }
  body .col-md-3 {
    width: 25%;
  }
  body .col-md-4 {
    width: 33.33333333%;
  }
  body .col-md-5 {
    width: 41.66666667%;
  }
  body .col-md-6 {
    width: 50%;
  }
  body .col-md-7 {
    width: 58.33333333%;
  }
  body .col-md-8 {
    width: 66.66666667%;
  }
  body .col-md-9 {
    width: 75%;
  }
  body .col-md-10 {
    width: 83.33333333%;
  }
  body .col-md-11 {
    width: 91.66666667%;
  }
  body .col-md-12 {
    width: 100%;
  }
  body .col-lg-1 {
    width: 8.33333333%;
  }
  body .col-lg-2 {
    width: 16.66666667%;
  }
  body .col-lg-3 {
    width: 25%;
  }
  body .col-lg-4 {
    width: 33.33333333%;
  }
  body .col-lg-5 {
    width: 41.66666667%;
  }
  body .col-lg-6 {
    width: 50%;
  }
  body .col-lg-7 {
    width: 58.33333333%;
  }
  body .col-lg-8 {
    width: 66.66666667%;
  }
  body .col-lg-9 {
    width: 75%;
  }
  body .col-lg-10 {
    width: 83.33333333%;
  }
  body .col-lg-11 {
    width: 91.66666667%;
  }
  body .col-lg-12 {
    width: 100%;
  }
  body [class^="col-xs-"],
  body [class^="col-sm-"],
  body [class^="col-md-"],
  body [class^="col-lg-"] {
    float: left;
  }
  body .container {
    width: 1100px;
  }
  body .page-wrapper .headerDT .navmain.scrollhide {
    height: auto;
    opacity: 1;
  }
  body .navbottom.scrollshow {
    display: none;
  }
  body .header-wrapper-clone {
    display: none;
  }
  body .page-wrapper .header-wrapper.sticky {
    position: relative;
    display: block !important;
  }
  body section#product_detail .subMenu {
    position: relative !important;
  }
  body .page-wrapper .headerMB {
    display: none;
  }
  body .page-wrapper .headerDT {
    display: block;
  }
  body .accordion .item .content {
    display: block !important;
  }
}
