@media print {

    header:after {
        content:"SPECIFICATION SHEET";
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        margin-top: -10px;
    }

    header .header-search, header .header-bottom, header .my-account,
    .woocommerce-product-gallery__navigation-container,
    footer, form.cart, .tabs.wc-tabs, .stock, .posted_in, .up-sells, .related, .spare-parts, .spare-part-heading,
    .woocommerce-Tabs-panel--documents, .woocommerce-Tabs-panel--reviews, .onsale, .variations_form,
    #breadcrumbs, .woocommerce-product-rating
    {
        display: none !important;
    }

    .woocommerce-Tabs-panel--information
    {
        display: block !important;
    }

    .woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
        background: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    .woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel + .woocommerce-Tabs-panel {
        margin-top: 2.5rem !important;
    }

    .woocommerce-Tabs-panel:first-of-type {
        border-radius: 0.625rem 0.625rem 0 0 !important;
    }

    .woocommerce-Tabs-panel:last-of-type {
        border-radius: 0 0 0.625rem 0.625rem !important;
    }

    .woocommerce-product-gallery__slider-sticky {
        position: static !important;
    }

    #content .print-button {
        display: none !important;
    }

    #content .woocommerce-product-gallery figure {
        width: 300px !important;
        height: 300px !important;
    }

    #content .woocommerce-Tabs-panel--information {
        padding: 0 !important;
    }

    .product_meta {
        margin-top: 15px;
    }

    .product_title {
        font-size: 26px;
        padding-top: 15px !important;
    }

}