@media print {
    .tools-wrap,
    #sp-header-sticky-wrapper,
    #sp-bottom,
    .offcanvas-overlay,
    .offcanvas-menu,
    #sp-main-body:last-child,
    #system-message-container,
    ul.breadcrumb,
    form.form-product-search,
    .product-feature,
    .product-feature .numb_see,
    .product-feature .share,
    .product-feature .print-icon,
    .product-feature .item_top_line,
    .sites-catalog-box {
        display: none;
    }

    .content_viewblock {
        display: block;
    }
}
