
@page {
	margin: 10mm 10mm 10mm 20mm;
}
@media print {

	*, *:before, *:after { 

		color: #000;

		box-shadow: none;

		text-shadow: none;

	}
	html, body {
		height: 297mm;
		width: 210mm;
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
        text-align: center;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}

	.action_print, .logo__link, .breadcrumb {
		display: none;
	}
    .noprint {
		display: none;
	}

    .barcode__img {
        width: 200px;
        height: 130px;
    }
    .print_table {
        display: grid;  
        /* flex-wrap: wrap; */
    }
}