@media print {
    body.woocommerce  header,  body.woocommerce  footer, .up-sells {
        display: none;
    }

    .videos {
        display: none;
    }

    .content-woocommerce .back {
        display: none;
    }

    body.woocommerce .content-woocommerce {
        margin-top: 0;
    }

    .product-share-links {
        display: none !important;
    }

    .related.products {
        display: none;
    }


    .woocommerce div.product div.images img {
        width: 300px;
    }

    .woocommerce-product-gallery .flex-viewport {
        display: none;
    }

    body.woocommerce .content-woocommerce .product-materiel .check:before {
        content: "✔";
        color: #0AE520;
        font-size: 20px;
    }

    body.woocommerce .content-woocommerce .product-materiel .no:before {
        content: "×";
        color: #D10000;
        font-size: 40px;
    }
}