/* 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 > div.list-attribute.product-stock.live-inventory-finished-loading > a > span {
    display: none;
}
.label_1954 .live-inventory-finished-loading > a > 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>div.page-content.container-fluid>section.shopping-cart>div.container>div.row.main>div>table>tbody>tr>td.qnt-count>a.incr-btn.cartupdate.decrease-btn {
        display: none;
    }
}

@media Print {
    body>div.page-content.container-fluid>section.shopping-cart>div.container>div.row.main>div>table>tbody>tr>td.qnt-count>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>div.page-content.container-fluid>section.shopping-cart>div.container>div:nth-child(17)>div.col-sm-8>div>div>form>div>table>tbody>tr:nth-child(4)>td>div>div.row.delivery>div {
            display: none;
        }
    }

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

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

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