@media print {
    body {
        background: #fff;
    }
    body * {
        visibility: hidden;
    }
    .section_to_print .back_to_orders, .mob_search, .btn_profile_menu, .menu, .header {
        display: none;
    }
    .customer_order_page {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .section-to-print, .section_to_print * {
        visibility: visible;
    }
}