@media print {
   /* body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
    font-family: Arial,"Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 13pt; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  
  h1 {
    font-size: 19pt;
margin-top: 0; }
  
  h2 {
    font-size: 17pt; }
  
  h3 {
    font-size: 15pt; }
  
  h4, h5, h6 {
    font-size: 14pt; }
  
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  
  code {
    font: 12pt Courier, monospace; }
  
  blockquote {
    margin: 1.2em;
    padding: 1em;
    font-size: 12pt; }
  
  hr {
    background-color: #ccc; }
  

  img {
    float: left;
    margin: 1em 1.5em 1.5em 0;
    max-width: 100% !important; }
  
  a img {
    border: none; }
  

  a:link, a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333; }
  
  a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%; }
  
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  
  
  a[href^="http://"] {
    color: #000; }
  
  a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
    content: " (" attr(href) ") ";
    display: none; }
  
  
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  

  table {
    margin: 1px;
    text-align: left; }
  
  th {
    border-bottom: 1px solid #333;
    font-weight: bold; }
  
  td {
    border-bottom: 1px solid #333; }
  
  th, td {
    padding: 4px 10px 4px 0; }
  
  tfoot {
    font-style: italic; }
  
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left; }
  
  thead {
    display: table-header-group; }
  
  img, tr {
    page-break-inside: avoid; }
  
 
  #header, #footer, #navigation, #rightSideBar, #leftSideBar
  {display:none;}

  */

    html {
        background: #fff;
    }
        body > div:not(.product) {
            display: none;
        }

        body.page--produkty {
            padding-top: 0;
        }
        body .product > *:not(.printable) {
            display: none;
        }
        body .product .section {
            margin-top: 0;
            margin-bottom: 30px;
        }
        body .product .product__tags {
            margin-bottom: 10px;
        }
        body .product .container-6,
        body .product .container-4 {
            width: 100%;
        }
        body .product .link--more {
            display: none;
        }
        .product__detail .subsidy {
            padding: 5px;
            background: transparent;
            margin-bottom: 0;
            border: 1px solid #039504;
        }
        .product__detail .subsidy::before {
            display: none;
        }
        .product__detail h1 {
            font-size: 30px;
        }

        body.page--produkty h2 {
            font-size: 20px;
        }
        .product__energy {
            background: transparent;
            color: #039504;
            border-radius: 5px;
            font-size: 12px;
            height: 23px;
            border: 1px solid #039504;
            margin-bottom: 5px;
        }
        .product__detail tr th {
          font-size: 14px;
        }

        .product__params tr:nth-child(odd) td {
          background: #f8f8f8;
        }

        .product__detail tr td {
          font-size: 14px;
          padding-top: 0;
          font-weight: 600;
        }
        .product__detail tr td span {
          font-size: 12px;
          font-weight: 400;
        }
        .print-hide{
            display: none !important;
        }
        .print-show{
            display: block !important;
            visibility: visible !important;
        }
        .printable .tab__content{
            display: block !important;
            margin-bottom: 0 !important;
            padding: 0 !important;
            border: 0 !important;
        }
        .printable .tab__content > *:not(table,p){
            display: none !important;
        }
        .printable .tab__content tr:first-child{
            border-top: 2px solid #ff8b00;
        }
        .printable .tab__content tr{
            border-top: 1px solid #f8f8f8;
        }
        .printable .tab--static{
            display: none;
        }
        .printable .tab__content#dimensions{
            display: flex !important;
            visibility: visible !important;
            width: 72%;
            /*left: 30%;*/
            left: 0%;
            position: relative;
            margin-left: 0;
            /*margin-top: -367px !important;*/
        }
        .printable .tab__content#dimensions p {
          position: absolute;
        }
        .printable .tab__content#dimensions p span{
          font-size: 18px !important;
          font-weight: 500 !important;
          color: #000 !important;
        }
        .printable .tab__content#dimensions p + .row + p {
          left: 50%;
          
        }
        .printable .tab__content#dimensions .row{
            display: block !important;
            visibility: visible !important;
            width: 50%;
            padding-top: 30px;
            margin-left: 0;
            margin-right: 0;
        }
        .printable img{
            max-width: 100%;
            display: block;
        }
        .printable .tab__content#dimensions .row img{
            max-width: 70%;
            padding: 4px 16px;

        }
        .product__energy::after{
            display: none;
        }

        .product__params table {
          break-inside: avoid;
        }

        .product__params table td:not(:first-child) {
            width: 30%;
        }

        .product__params .section.tab__content#el-params table td:first-child {
            width: 84%;
        }

        .product__params table td:first-child {
          padding-left: 0;
        }

        .product__params .section.tab__content#el-params table td:nth-child(3) {
          width: 150px;
          white-space: nowrap;
        }

        .product__params .section.tab__content#el-params table td:nth-child(2) {
          font-size: 13px;
          color: #a3a3a3;
          line-height: 25px;
          white-space: nowrap;
        }

        body .product table td p {
            margin-bottom: 0;
        }
        .page--produkty .head {
          display: block;
          position: relative;
        }
        .page--produkty .head .head__logo {
          display: block;
          height: 50px;
          margin-bottom: 20px;
        }
        .page--produkty .head .btn {
          display: none !important;
        }
        .page--produkty .product__name {
          width: 50%;
        }
        .page--produkty .product__tags {
          width: 50%;
        }

        .page--produkty .section.tab__content::before {
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 10px;
          color: #000;
          font-family: Montserrat, sans-serif;
          display: block;
        }

        .page--produkty .section.tab__content#scop {
          width: 28%;
          margin-left: 0;
        }

        .page--produkty .section.tab__content#scop::before {
          content: "Energetický štítek";
          position: absolute;
        }

        .page--produkty .section.tab__content#scop img {
          height: 350px;
          padding-top: 36px;
        }

        .page--produkty .section.tab__content#el-params::before {
          content: "Elektrické parametry";
        }

        .page--produkty * {
          box-shadow: none !important;
        }

        .page--produkty .section.tab__content#noise-params {
          break-inside: avoid;
        }

        .page--produkty .section.tab__content#noise-params::before {
          content: "Hlukové parametry";
        }

        .page--produkty .container-product {
          width: 50%;
        }

        .page--produkty .product__img-wrapper {
          right: 0;
          display: block !important;
          border: 0;
          padding: 0;
          margin: 0;
        }

        .page--produkty .product__detail .row .col-md-6.text-center {
          position: absolute;
          right: 0;
          width: 45%;
        }

        .page--produkty .product__img--overlay .product__energy {
          display: none;
        }

        .page--produkty h1.product__name {
          color: #ff8b00;
          font-weight: 300;
        }
}

