@page {
  margin: 0cm;
}
/* ==========================================================================
   Print styles.
   ========================================================================== */
/* line 9, ../../app/styles/print.scss */
#canvas > nav, #nav-mobile, .fixed-action-btn, .fixed-action-btn *,
img, .img, .zmdi, .m_order_id, .dropdown-options, .modal, .btn-floating, .tap-target-wrapper, .btn {
  display: none;
}

/* line 14, ../../app/styles/print.scss */
* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 19, ../../app/styles/print.scss */
*,
*:before,
*:after {
  background: transparent !important;
  color: #000 !important;
                        /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 30, ../../app/styles/print.scss */
a,
a:visited {
  text-decoration: underline;
}

/* line 35, ../../app/styles/print.scss */
a[href]:after {
  content: " (" attr(href) ")";
}

/* line 39, ../../app/styles/print.scss */
abbr[title]:after {
  content: " (" attr(title) ")";
}

/*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */
/* line 48, ../../app/styles/print.scss */
a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}

/* line 53, ../../app/styles/print.scss */
pre {
  white-space: pre-wrap !important;
}

/* line 56, ../../app/styles/print.scss */
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

/*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */
/* line 67, ../../app/styles/print.scss */
thead {
  display: table-header-group;
}

/* line 71, ../../app/styles/print.scss */
tr,
img {
  page-break-inside: avoid;
}

/* line 76, ../../app/styles/print.scss */
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

/* line 83, ../../app/styles/print.scss */
h2,
h3 {
  page-break-after: avoid;
}

/* line 88, ../../app/styles/print.scss */
html {
  font-size: 52.5%;
}

/* line 92, ../../app/styles/print.scss */
body {
  width: 95%;
}

/* line 96, ../../app/styles/print.scss */
html, body {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 10pt;
}

/* line 102, ../../app/styles/print.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
}

/* line 107, ../../app/styles/print.scss */
.container {
  width: 100%;
  height: 100%;
  page-break-after: avoid;
}

/* line 113, ../../app/styles/print.scss */
.row-wrapper-order {
  display: block;
  width: 7cm;
  max-width: 7cm;
  margin: auto;
  padding: 0.3cm;
  border: 1px solid silver;
  text-align: left;
}

/* line 123, ../../app/styles/print.scss */
.order-items {
  display: block;
  width: 96%;
  max-width: 100%;
  margin: 0;
  padding: 0 15px 0 15px;
  font-size: 97%;
}
/* line 131, ../../app/styles/print.scss */
.order-items .item-price {
  float: right;
  display: inline-block;
}

/* line 138, ../../app/styles/print.scss */
.order-items li > div {
  display: inline;
}

/* line 142, ../../app/styles/print.scss */
.right-align {
  text-align: right;
}

/* line 146, ../../app/styles/print.scss */
.card-title {
  text-transform: capitalize;
  line-height: 2.4;
  font-size: 18pt;
}

/* line 152, ../../app/styles/print.scss */
.payment-ship-method {
  display: inline;
  text-transform: capitalize;
}

/* line 157, ../../app/styles/print.scss */
.table-receipt {
  width: 100%;
  display: table;
  margin: 16px 0 0 0;
}

/* line 163, ../../app/styles/print.scss */
.order-detail-title {
  line-height: 3.6;
}

/*# sourceMappingURL=print.css.map */