@media print {
  
  .template-article #menuDrawer, 
  .template-article #velaMenuMobile,
  .template-article #velaBreadcrumbs,
  .template-article #cartDrawer, 
  .template-article #footer, 
  .template-article .related-posts,
  .template-article .velaProductSharing,
  .template-article .articleTags,
  .template-article .articleButton,
  .template-article .articleComment,
  .template-article .articleHeader img,
  .template-article .articleHeader button,
  .template-article .articleHeader .product-price,
  .template-article  .velaHeaderLeft,
  .template-article  .velaHeaderCenter,
  .template-article  .velaHeaderRight
   
   {
	  display:none !important;
  }
  
  h1.logo {
  	top:0 !important;
  	left:88% !important;
  	transform: translate(0,0) !important;
  	width:10% !important;  		  
  }
  
  h1.logo a:after {
  	  content:" " !important;
  }  
  
  
  .template-article .articleHeader > div:first-of-type,
  .template-article .articleHeader > div > h1 ~ div>a  {
	  display:none !important;
  }
  
  .template-article #velaHeaderMain {
  	margin-top:0;
  	background:none;
  }
  
   
  h1.velaArticleTitle {
	  font-size:36px !important;
	  text-align:left !important;
	  margin-right: 10%;
  }
  
  h1.velaArticleTitle + div > span,
  .articleHeader div
   {
	  text-align:left !important;
	  display:inline !important;
	  margin-left: 0 !important;
	  padding-left: 0 !important;
	  margin-right: 10px;
  }

}
