.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;
  }
  iframe, .hidden-print, .checkout-cart-index .footer-main, .checkout-cart-index .footer.omnicapital-fca, .checkout-cart-index #gift-options-cart, .checkout-cart-index .cart-discount, .checkout-cart-index .cart.actions , .checkout-cart-index #block-shipping, .checkout-cart-index .cart-summary .checkout-methods-items, .checkout-cart-index #shopping-cart-table .actions-toolbar, .checkout-cart-index .page.messages, .checkout-cart-index .all-features {
    display: none !important;
  }
  
  .checkout-cart-index h1.page-title {border-bottom: 1px solid #ccc;}
  .checkout-cart-index .cart-container {display:grid;}
  .checkout-cart-index .form.form-cart {order:0;}
  .checkout-cart-index .cart-summary {order:1;}


  
  /* PDF New css Start*/
  @page {
    size: A4;
    margin: 0 20px;
  }
  .logo img {max-width:300px !important; width: 300px !important;}
  .checkout-cart-index h1.page-title {font-size: 20px;}
body.checkout-cart-index #shopping-cart-table {border: none !important;border-collapse: collapse;}
  body.checkout-cart-index #shopping-cart-table .cart > .item{border-bottom: 1px solid #cccccc;}
  body.checkout-cart-index #shopping-cart-table thead tr th{border: none !important;border-collapse: collapse;}
  body.checkout-cart-index #shopping-cart-table tr {border-collapse: collapse;border: none !important;}
  body.checkout-cart-index table#shopping-cart-table tbody {height:  auto !important; min-height: auto !important; border: 0 !important;}
body.checkout-cart-index table#shopping-cart-table tbody tr td{border: none !important; width: auto !important;}
  body.checkout-cart-index #shopping-cart-table tbody tr td.photo a .product-image-wrapper .product-image-photo{height:80px; width: 80px; object-fit: contain;}
  body.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.item {border: 0 !important;}
  body.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.item .product-item-details{padding-bottom: 0; border: 0 !important;}
  body.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.item .product-item-details .product-item-name a{font-size: 12px; color: #1f73b7 !important; text-decoration: none!important;}
  body.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.item .product-item-details p{font-size: 12px; margin: 0 !important;}
  
  body.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.qty .input-text{border: 0;width: 20px; height: auto;line-height: 1;font-size: 14px;font-weight: 700;padding: 0;}
  body.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.subtotal{border-left: none !important;border-right: none !important;}

  body.checkout-cart-index .table-wrapper table.totals {width: 50%; float: right;}
  body.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col {padding: 0;}
  body.checkout-cart-index #shopping-cart-table tbody .item-actions {display: none !important;}
  

  /* PDF New css End*/
}