@media print {
/*** PRINT CSS ***/	
	.print-preview .button-container,
	button.printProduct {
		display: none!important;
	}
	
	.print-preview {
		position: relative!important;
		min-width: 0px!important;
		min-height: 0px!important;
		background: white;
	}
	
	.print-preview .product-print {
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	}
	
	.product-print * {
		-webkit-print-color-adjust:exact !important;
		print-color-adjust:exact !important;
	}
	
	.product-print p {
		font-size: 12px!important;
	}
	
	.product-print .orange {
		background-color:#F9B42A!important;
	}

	.product-print .cream {
		background-color:#F5F0E1!important;
	}
	
	.product-print .grey {
		background-color:#404040!important;
	}
	
	.product-print .dietry-table {
		font-size: 12px!important;
		font-weight: bold!important;
	}
	
	.product-print .allergy-table img {
		height: auto!important;
		width: 50px!important;
	}
	
	.product-print .allergy-table td {
		text-align: center;
		font-weight: bold;
	}
	
	.site-header,
	.storefront-breadcrumb,
	.lbp-oven-header,
	.non-print-content,
	.product-footer,
	.pre-footer,
	.site-footer,
	.site-footer *,
	.storefront-handheld-footer-bar{
		display: none!important;
	}
	
/*** PRINT CSS - END ***/	
}

