@media print {
    
	.js__itempage--tab:not(.itempage--tabs--button__inner--active),
	.content--footer,
	.onlymobilesee,
    .itempage--center--popup__wrap,
	.itempage--center--oneclick,
	.share-info,
	.itempage--center--quantity,
	.item__show_hide,
	.itempage--center--buyinfo,
	.fnc--products--all__quantity,
	.header--overhead{
		display: none;
	}
	
	.itempage--tab--info__hidentext{
		height: 100%;
	}
	
	.itempage--tabs--buttons{
		overflow: hidden;
	}
	
	.fnc--products--listitem__image{
		height: 150px;
	}
	
	.itempage--item--image{
		max-height: 400px;
	}
	
	#share-buttons{
		display: none !important;
	}
	
	.share-modal:after{
		content: none !important;
	}
}