@media print {
	.DetailContent #DetailThumbs,
	.shariff,
	#DetailMoreInfos,
	#DetailFastpageAllArticles,
	#detTab .resp-tabs-list,
	#DetailBack,
	#DetailScart,
	#DetailPrint,
	.backtotop,
	#Breadcrum,
	#DetailTable tr th.lastFix,
	#DetailTable tr td:last-of-type
	{
		display: none;
	}
	
	#detTab .resp-tab-content {
		border-top: 0;
		padding-bottom: 0;
	}
	
	#detTab {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#DetailInfo {
		margin-bottom: 0;
	}
	
	#DetailHersteller {
		max-width: 200px !important;
		max-height: 200px !important;
	}
	
	.SiteContainer {
		padding-bottom: 0;
	}
	
	#footer > div.ce_text {
		background: #fff;
		color: #000;
	}
	
	.CCinArticle > .CCInput {
		float:none;
	}
	
	a[href*="del"] {
		display:none;
	}
	
	.ShopTable th.Right, .Right {
		text-align:left;
	}
	
	.lieferzeit {
		text-align:left;
	}
	
	#DirectOrderTable {
		display:none;
	}
	
	.updowncontainer i {
		display:none;
	}
	.hidePrint {
		display:none !important;
	}	

	
	a[href*="print"], a[href*="Pay"], #btnSaveScart, .Gift .content button {
		visibility:hidden;
	}
	
	#scartFooter {
		visibility:hidden;
	}
	
	body {
		border-top:none;
	}
	
	#ScartSteps {
		display:none;
	}
	
	#InfoDemoShop {
		top:0px;
	}
	
	button[name="order"] {
    	display: none;
	}
	
	#cookiewookie {
		display:none !important;
	}
	#readmorecontainer {
		overflow:unset;		
		height: unset !important;
	}
	.filter_select {
		display: none;
	}
	
	#DetailTable thead:first-child {
		display: none;
	}
	
}


