html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: field;
  -moz-appearance: field;
  appearance: field;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}

@media print{
* {
  background: transparent!important;
  color: #000!important;
  filter: none!important;
  text-shadow: none!important;
}

a,
a:visited {
  text-decoration: underline!important;
}

blockquote,
pre {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

.table-wrapper table {
  table-layout: fixed;
  width: 100%;
}

.table-wrapper table td {
  width: auto;
}

.table-wrapper table>tfoot>tr:first-child {
  border-top: 1px solid #999;
}

.box,
img,
tr {
  page-break-inside: avoid;
}

img {
  max-width: 100%!important;
}

@page {
  margin: 1cm;
}

.block-content,
h2,
h3,
p {
  orphans: 3;
  widows: 3;
}

.block-content {
  page-break-before: avoid;
}

.block-title,
h2,
h3 {
  page-break-after: avoid;
}

.nav-toggle {
  display: none!important;
}

.footer.content>[class],
.header.content>[class],
.nav-sections,
.panel.wrapper>[class],
.sidebar {
  display: none;
}

.footer .copyright,
.logo {
  display: block!important;
  margin: 10px 0;
}

.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: auto;
  visibility: visible;
}

.column.main {
  float: none!important;
  width: 100%!important;
}

.breadcrumbs {
  margin: 0 auto;
  text-align: right;
}

.footer.content {
  padding: 0;
}
}


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