/********************************************** 
Print 
**********************************************/
@media print {
	body {font-size: 12px;}
	.listOptions li:before {font-size: 12px;}

	.basicContainer {max-width: auto; padding:0px 30px;}

	nav.stickyScroll {height: auto; position: static;}
		#topBar {display: none;}
		#mainBar {box-shadow: none;}
		#mainBar .basicContainer {height: auto;}
		#mainBar .basicContainer > * {display: none;}
		#mainBar .basicContainer #logo {display: block; margin-top: 30px; margin-bottom: 30px;}
		header#headerSmallProductDetail h1 {margin-bottom: 15px; font-size: 24px;}
		h3, .h3, #vehicleDetailPrice {font-size: 20px; margin-bottom: 10px;}

	.stickyScrollGhost {display: none;}


	header#headerSmallProductDetail {padding:0px;}

	header {background-color: transparent;}
		header#headerSmallProductDetail .partButton {display: none;}

	#whiteContainerProductDetail .basicContainer {flex-direction: column;}
		.productDetailLeft {width: auto; order:2;}
			#vehicleDetailVAT {font-size: 12px; margin-left: 5px;}

			.partSlickSliderProducts {margin:0px; box-shadow: none; width: 500px;}
			.partSlickSliderProductsNavigation {width: 500px; box-shadow: none;}
			.slick-prev, .slick-next {display: none!important;}
			.partSlickSliderProductsNavigation {margin-bottom: 30px;}
			.partSlickSliderProductsNavigation .slick-current img {outline: none;}
		
	.productDetailRight {width: auto; padding-left: 0px; order:1;}
		
		.productDetailRightBlock {box-shadow: none; padding: 0px; border:none; display: none;}
		.productDetailRightBlock.makeAnOffer {margin-top: 0px; display: block;}
			#offerAndTextContainer {display: none;}
			.productDetailRightBlock .partButton.solidRoundedCorners.lightBlue {display: none;}
			.partButton.solidRoundedCorners.lightGreen {background-color: transparent; padding:0px;}
			.productDetailRightBlock:last-child {display: none;}
				.tableSpecifications {page-break-after:always; width: 400px;}
				.tableSpecifications, .listOptions {margin-bottom: 30px;}

	.vehicleContainerWithBorderTop {display: none;}
	.gradientContainer {display: none;}
	footer {display: none;}
}