@media print {

    a:link:after, a:visited:after {
        content: "";
    }

    .yith-wcwl-share,
    .wishlist-title,
    .wishlist-print,
    .wishlist-banner.single,
    .wishlist_table thead .product-remove,
    table.wishlist_table tbody td.product-remove,
    .btn.wishlist-request-information,
    table.wishlist_table tfoot td,
    header,
    .sidebar,
    footer {
        display: none !important;
    }

    table.wishlist_table {
        border-collapse: collapse;
    }

    table.wishlist_table,
    table.wishlist_table td,
    table.wishlist_table th {
        border: none !important;
    }
    
    .woocommerce table.wishlist_table tbody td {
        display: table-cell;
        width: initial !important;
        border-top: 1px solid #333 !important;
    }
    
    .woocommerce table.wishlist_table tbody tr:first-of-type td {
        border-top: none !important;
    }

    table.wishlist_table thead th.product-name h3 {
        text-align: center;
    }
    
    table.wishlist_table .visible-xs {
        display: none !important;
    }
    
    table.wishlist_table .hidden-xs {
        display: block !important;
    }

    .page-title-wrapper, 
    .rep-section-wrapper {
        margin-bottom: 0;
    }

    .logo-print {
        display: block;
        width: 72px;
        height: 72px;
        margin: 0;
    }
    
    .printable-icon {
        display: inline-block !important;
        float: left;
    }
    
    .attachment-wishlist_thumbnail {
        display: block !important;
        width: 80px;
        height: auto !important;
        min-height: 42px;
        margin: 0 auto;
    }
    
    .print-heading tr:first-of-type td:first-of-type {
        width: 82px;
    }
    
    .print-heading h3,
    .print-heading h2 {
        font-weight: 300;
        font-size: 30px;
        line-height: 1.1;
        color: #070707;
        padding: 0;
        margin: 0 !important;
    }
    
    body div.print-heading h2 {
        font-weight: 600;
        line-height: 1.1;
        white-space: nowrap;
    }
    
    .print-heading h3 {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 20px !important;
    }
    
    .print-heading p {
        margin-top: 10px;
    }
    
    table.wishlist_table .visible-print-block {
        display: table !important;
        width: 100%;
    }
    
    table.wishlist_table .hidden-xs.hidden-print {
        display: none !important;
    }
    
    table.wishlist_table thead th.product-name {
        padding: 16px 12px;
    }
    
    .btn.clear-list,
    .hidden-title-form {
        display: none !important;
    }
}