.print-only-header {
    display: block;
    margin-left: 49px;
    margin-top: 10px;
    height: 150px;
    
}
.print-only-footer {
    display: block;
    width:100vw;
  height: auto;
 position:fixed; 
 bottom:0;
}

thead {display: table-header-group;height: 100px;} 
tfoot {display: table-footer-group;height: 80px;}
tfoot tr, tfoot td {}
@page  
{ 
    size: auto;   /* auto is the initial value */ 
    /* this affects the margin in the printer settings */ 
    margin: 0mm 0mm 0mm 0mm;  
}
@-moz-document url-prefix() {
#content {
    margin: 30px 30px 30px 30px;
      page-break-after: always;
}
#tab-description {
page-break-after: always;
}
}
body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
} 
 header, #top, .breadcrumb, #product, .content-bottom,.content-footer, .nav-tabs, .owl-carousel, #tab-pdf, .btn-group, iframe, .related-products, .alert, .aggregate-options, #content h3, .mfp-gallery   {
    display:none !important;
}
.image-product, .thumbnail, .thumbnails {
    overflow: hidden;

}


iframe
{
    visibility:hidden !important;
    display:none !important;
    height: 0px;
    width: 0px;
}


h1 {
    font-size: 16px;
}
.list-unstyled {
    margin-left: 0px;
    padding-left: 0px;
 list-style: none;
}