<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hide Address Menu */
li.sidebar-addresses {
display: none;
}
/*Hide Order Dashboard Tile */
li#cdash_myrecentorders {
   display: none;
}
/* Hides Inventory based on label id 1953 being assigned to products */
.label_1953 .list-attribute.product-stock.live-inventory-loader {
    display: none;
}
.label_1953 .list-attribute.product-stock.live-inventory-finished-loading {
    display: none;
}
/*Changes Inventory to In Stock based on label id 1954 being assigned to products*/
.label_1954 div.footer-wrapper-description &gt; div.list-attribute.product-stock.live-inventory-finished-loading &gt; a &gt; span {
    display: none;
}
.label_1954 .live-inventory-finished-loading &gt; a &gt; span {
    display: none;
}
.label_1954 strong.stock-qty {
    display: none;
}
.label_1954 a.showproductlocations {
          pointer-events: none;  
}
.label_1954 span.live-outstock {
          display: none;
}
.label_1954 .list-attribute.product-stock.live-inventory-finished-loading:after {
          content: "In Stock";
          font-weight: bold;
}
.label_1954 strong.live-stock-content.in-stock {
    display: none
}
.label_1954 strong.live-stock-content.out-stock {
    display: none
}

/* start hides all the dirty stuff printing the cart*/

@media Print {

    .header-full {
        display: none;
    }
}



@media Print {

    .col-sm-4 {
        display: none;
    }
}

@media Print {
    .col-lg-9.col-md-9.col-sm-9.cart-topbuttons {
        display: none;
    }
}




@media Print {
    td.delete {
        display: none;
    }
}

@media Print {
    body&gt;div.page-content.container-fluid&gt;section.shopping-cart&gt;div.container&gt;div.row.main&gt;div&gt;table&gt;tbody&gt;tr&gt;td.qnt-count&gt;a.incr-btn.cartupdate.decrease-btn {
        display: none;
    }
}

@media Print {
    body&gt;div.page-content.container-fluid&gt;section.shopping-cart&gt;div.container&gt;div.row.main&gt;div&gt;table&gt;tbody&gt;tr&gt;td.qnt-count&gt;a.incr-btn.cartupdate.increase-btn {
        display: none;
    }

    @media Print {
        a.btn.btn-black.to-checkout {
            display: none;
        }
    }

    @media Print {
        footer.footer {
            display: none;
        }
    }

    @media Print {
        body&gt;div.page-content.container-fluid&gt;section.shopping-cart&gt;div.container&gt;div:nth-child(17)&gt;div.col-sm-8&gt;div&gt;div&gt;form&gt;div&gt;table&gt;tbody&gt;tr:nth-child(4)&gt;td&gt;div&gt;div.row.delivery&gt;div {
            display: none;
        }
    }

    @media Print {
        body&gt;div.page-content.container-fluid&gt;section.shopping-cart&gt;div.container&gt;div:nth-child(17)&gt;div.col-sm-8&gt;div&gt;div&gt;form&gt;div&gt;table&gt;tbody&gt;tr:nth-child(4)&gt;td&gt;div&gt;div.row.pickup&gt;div {
            display: none
        }
    }

    @media Print {
        button.btn.btn-primary.btn-sm.btn-block {
            display: none;
        }
    }

    /* end hides all the dirty stuff printing the cart*/</pre></body></html>