@media print {
	body {
		padding-top: 0 !important; 
	}
	#header, #footer {
		display: none !important;
	}
	.other-recipes, .submit-recipe, .products-buy {
		display: none !important;
	}
	.block__share, .print {
		display: none !important;
	}
	.align__center {
		text-align: left !important;
	}
	a {
		color: #000 !important;
	}
	.recipe-content {
		flex:  0 0 100% !important;
		max-width: none !important;
		width: 100% !important;
	}
	#menu__main, #menu_mobile {
		display: none !important;
	}
	.block__title  {
		display: block !important;
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.image {
		h1 {
			display: none !important;
		}
	}
	.top {
		display: block !important;
	}
	.image-mobile {
		display: none !important;
	}
	.image-large {
		display: block !important;
	}
	
		
	#cookiescript_badge {
		display: none !important;
	}
	
	.grecaptcha-badge {
		display: none !important;
	}
	
	.grecaptcha-logo {
		display: none !important;
	}
	
	.recipe-content .image {
		display: none !important;
	}
}

