@media print {
  body {
    height: auto; }
  .wrapper-navbar {
    display: none; }
  a[href]:after {
    content: none !important; }
  .woocommerce-cart .page-wrapper {
    min-height: auto; }
  .woocommerce-cart .print-quote-btn,
  .woocommerce-cart #breadcrumbs,
  .woocommerce-cart .wc-proceed-to-checkout,
  .woocommerce-cart footer,
  .woocommerce-cart header,
  .woocommerce-cart .head-img,
  .woocommerce-cart .entry-title,
  .woocommerce-cart .left-sidebar,
  .woocommerce-cart .actions,
  .woocommerce-cart .product-remove,
  .woocommerce-cart .product-thumbnail,
  .woocommerce-cart .cart_totals h2 {
    display: none; }
  .woocommerce-cart .entry-content {
    margin-top: 150px; }
  .woocommerce-cart .print-title {
    display: block; }
  .woocommerce-cart .print-header,
  .woocommerce-cart .print-footer {
    display: block; }
  .woocommerce-cart .print-header {
    position: fixed;
    top: 0;
    right: 0; }
    .woocommerce-cart .print-header .print-head-text {
      width: 250px; }
      .woocommerce-cart .print-header .print-head-text p {
        font-size: 10px; }
    .woocommerce-cart .print-header img {
      width: 250px;
      height: auto;
      margin-bottom: 50px; }
  .woocommerce-cart .print-footer {
    position: fixed;
    bottom: 0; } }
