@page {
  margin: 2cm;
}
@media print {
  /* line 7, ../sass/print-sheet.scss */
  body button.navbar-toggle, body #mainmenu, body nav, body .social_contact, body #carousel, body .flex-direction-nav, body #similar-result, body #asideform, body .gototop, body .no-sheet, body footer {
    display: none !important;
  }
  /* line 11, ../sass/print-sheet.scss */
  body #canvas .col-md-8 {
    width: 100% !important;
    text-align: center;
  }
  /* line 14, ../sass/print-sheet.scss */
  body #canvas .col-md-8 .id {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 20px 0;
    top: 0;
    right: 0;
    text-align: center;
  }
  /* line 23, ../sass/print-sheet.scss */
  body #canvas .col-md-8 .price {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    width: 100%;
    bottom: auto;
  }
  /* line 30, ../sass/print-sheet.scss */
  body #canvas .col-md-8 .price span {
    font-size: 24px;
  }
  /* line 37, ../sass/print-sheet.scss */
  body #canvas .sheet ul.slides {
    width: 100% !important;
  }
  /* line 39, ../sass/print-sheet.scss */
  body #canvas .sheet ul.slides li {
    width: 25% !important;
  }
  /* line 41, ../sass/print-sheet.scss */
  body #canvas .sheet ul.slides li .flex-active-slide {
    width: 100% !important;
  }
  /* line 44, ../sass/print-sheet.scss */
  body #canvas .sheet ul.slides li .cont-cell-image {
    text-align: center;
    height: auto;
    padding: 10px !important;
  }
  /* line 48, ../sass/print-sheet.scss */
  body #canvas .sheet ul.slides li .cont-cell-image .cell-image {
    text-align: center;
    margin: auto;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  /* line 55, ../sass/print-sheet.scss */
  body #canvas .sheet ul.slides li .cont-cell-image .cell-image img {
    max-height: 200px;
  }
  /* line 69, ../sass/print-sheet.scss */
  body #canvas .text-sheet .description ul {
    width: 100%;
  }
  /* line 75, ../sass/print-sheet.scss */
  body a[href]:after {
    content: none !important;
  }
}
