@charset "UTF-8";
/* CSS Document */

@media print {
    html, body, .body {display:block;}
    
    #top-nav {display: none;width:0px;}
    #language-nav {display: none;width:0px;}
    #page-header #logo {float: right;}
    
    #content-header {display: none;width:0px;}
    
    .footer-section {display: none;width:0px;}
    .footer-nav  {display: none;width:0px;}
    .shop-link-wrapper  {display: none;width:0px;}
    .icon-social-wrapper   {display: none;width:0px;}
}

