@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sales-order-print #my-orders-table h3 {
    font-weight: 400;
    line-height: 24px;
    color: #272727;
    margin-top: 0px;
    font-style: normal;
  }
  .header-container {
    box-shadow: none;
  }
  .page-title {
    margin-top: 0 !important;
  }
  .page-title h1 {
    font-size: 20px !important;
  }
  .page-title.category-title {
    min-height: 0 !important;
  }
  .footer-container {
    margin-top: 0;
    padding-bottom: 0;
  }
  .footer-container .promotional-area {
    padding: 0;
  }
  .footer-container .footer {
    padding: 20px 0 0;
  }
  .footer-container .footer-bottom {
    margin-top: 25px;
  }
  .button,
  button.link,
  .nav-primary,
  .utility-links,
  .mobile-navigation,
  .newsletter,
  .header-panel,
  .menu-trigger,
  .breadcrumbs,
  .toolbar-top,
  .toolbar-bottom,
  .pager,
  .search-trigger,
  .cart-collaterals,
  .quick-access,
  .moile-accordion,
  .learn-more,
  .catalog-product-view .product-image,
  .catalog-product-view .add-to-cart,
  .catalog-product-view .product-ribbon,
  .catalog-product-view .additional-sells,
  .catalog-product-view .product-auxiliary.secondary,
  .catalog-product-view .product-collateral .header .tab,
  .catalog-category-view .configurable-swatch-list,
  .checkout-cart-index .btn-remove,
  .dashboard .orders .view,
  .back-link,
  .footer .mobile-accordion {
    display: none !important;
  }
  .catalog-product-view .carousel-container img {
    height: 450px;
  }
  .catalog-product-view .product-view .product-img-box {
    min-height: 100px;
  }
  .catalog-product-view .product-view form {
    display: none;
  }
  .catalog-product-view .tab-content {
    padding-top: 0;
  }
  .catalog-category-view .products-grid .item {
    width: 33%;
  }
  .catalog-category-view .products-grid .item .product-image img {
    width: 50px;
  }
  .catalog-category-view .product-ribbon {
    border: 1px solid #000;
    position: relative;
    text-align: center;
    display: block;
    z-index: 100;
    margin: 0;
    padding: 5px 0px;
    float: none;
  }
  .catalog-category-view .product-ribbon:after {
    border: none !important;
  }
  .product-ribbon + .product-name {
    margin-top: 0 !important;
  }
  .checkout-cart-index .cart-table .qty {
    border: none;
  }
  .footer {
    padding: 0;
  }
}
