@media print {
	/* All your print styles go here */
	.button_icon_wrapper, .button_wrapper, .quick_start_product_documents {
		display: none !important;
	}

	.breadcrumbs, .fixed-header .right, .language-dropdown {
		display: none;
	}

	.fixed-header-inner {
		padding: 0;
		box-shadow: none;
		max-width: unset;
	}

	header.fixed-header {
		padding: 0;
		background: none;
	}
	main {
		margin-top : 0;
	}

	.quick_start_product_details, .quick_start_product_documents .container {
		max-width: 100%;
	}

	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 15px;
	}

	.quick_start_inner img {
		width: 12cm;
		margin: 0 auto;
		display: block;
	}

	.product_details_list li strong, .product_details_list li span {
		font-size: 11pt;
	}

	.footer .footer-columns {
		display: none;
	}
	.footer {
		padding: 0;
		background: unset;
	}

	.bottom-text {
		color: #e6151a;
		max-width: unset;
		text-align: center;
		font-size: 10pt;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}
}