@media print {
    body {
        padding-top: 72px;
        padding-bottom: 72px ;
    }
    h1{
        margin:0px!important;
    }
   #topbar{
    display: none!important;
   }
   .breadcrumb{
    display: none!important;
   }
   .related{
    display: none!important;
   }
   .sidebar{
    display: none!important;
   }
   #footer{
    display: none!important;
   }
   .addthis_inline_share_toolbox_65kr{
    display: none!important;
   }
   #atstbx{
    display: none!important;
   }
   #post-info{
    display: none!important;
   }
   #basketCount{
    display: none!important;
   }
   #orderBuyOneClick{
    display: none!important;
   }
   a[href]:after {
    content: none !important;
   }
   #main-content{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    align-content: center!important;
    flex-direction: row!important;
    margin-top:0px!important;
   }
   .product-short-details{
    min-width:500px!important;
   }
   .pportfolio-image{
    margin-left:200px!important;
   }
   .galimg {
    margin-top:0px!important;
   }
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    @page :footer {
        display: none
    }

    @page :header {
        display: none
    }
}
  /* body > *:not(#container) {
    display: none;
  }
  #container > *:not(#content) {
    display: none;
  }
  #content > *:not(#print_me) {
    display: none;
  } */