/* line 3, ../../styles/vendor/normalize/_lib.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* line 8, ../../styles/vendor/normalize/_lib.scss */
body {
  margin: 0;
}

/* line 11, ../../styles/vendor/normalize/_lib.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 25, ../../styles/vendor/normalize/_lib.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 31, ../../styles/vendor/normalize/_lib.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 35, ../../styles/vendor/normalize/_lib.scss */
progress {
  vertical-align: baseline;
}

/* line 38, ../../styles/vendor/normalize/_lib.scss */
[hidden],
template {
  display: none;
}

/* line 42, ../../styles/vendor/normalize/_lib.scss */
a {
  background-color: transparent;
}

/* line 45, ../../styles/vendor/normalize/_lib.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 49, ../../styles/vendor/normalize/_lib.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 54, ../../styles/vendor/normalize/_lib.scss */
b,
strong {
  font-weight: inherit;
}

/* line 58, ../../styles/vendor/normalize/_lib.scss */
b,
strong {
  font-weight: bolder;
}

/* line 62, ../../styles/vendor/normalize/_lib.scss */
dfn {
  font-style: italic;
}

/* line 65, ../../styles/vendor/normalize/_lib.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 69, ../../styles/vendor/normalize/_lib.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 73, ../../styles/vendor/normalize/_lib.scss */
small {
  font-size: 80%;
}

/* line 76, ../../styles/vendor/normalize/_lib.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 83, ../../styles/vendor/normalize/_lib.scss */
sub {
  bottom: -0.25em;
}

/* line 86, ../../styles/vendor/normalize/_lib.scss */
sup {
  top: -0.5em;
}

/* line 89, ../../styles/vendor/normalize/_lib.scss */
img {
  border-style: none;
}

/* line 92, ../../styles/vendor/normalize/_lib.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 95, ../../styles/vendor/normalize/_lib.scss */
code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em;
}

/* line 104, ../../styles/vendor/normalize/_lib.scss */
figure {
  margin: 1em 40px;
}

/* line 107, ../../styles/vendor/normalize/_lib.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 112, ../../styles/vendor/normalize/_lib.scss */
button,
input,
select,
textarea {
  font: inherit;
}

/* line 118, ../../styles/vendor/normalize/_lib.scss */
optgroup {
  font-weight: bold;
}

/* line 121, ../../styles/vendor/normalize/_lib.scss */
button,
input,
select {
  overflow: visible;
}

/* line 126, ../../styles/vendor/normalize/_lib.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 132, ../../styles/vendor/normalize/_lib.scss */
button,
select {
  text-transform: none;
}

/* line 136, ../../styles/vendor/normalize/_lib.scss */
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

/* line 142, ../../styles/vendor/normalize/_lib.scss */
[disabled] {
  cursor: default;
}

/* line 145, ../../styles/vendor/normalize/_lib.scss */
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

/* line 151, ../../styles/vendor/normalize/_lib.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 156, ../../styles/vendor/normalize/_lib.scss */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 160, ../../styles/vendor/normalize/_lib.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 165, ../../styles/vendor/normalize/_lib.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 173, ../../styles/vendor/normalize/_lib.scss */
textarea {
  overflow: auto;
}

/* line 176, ../../styles/vendor/normalize/_lib.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 181, ../../styles/vendor/normalize/_lib.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 185, ../../styles/vendor/normalize/_lib.scss */
[type="search"] {
  -webkit-appearance: field;
     -moz-appearance: field;
          appearance: field;
}

/* line 188, ../../styles/vendor/normalize/_lib.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/* line 10, ../../styles/print.scss */
.page-print .logo {
  float: none;
  display: block;
  text-align: left;
}

@media print {
  /* line 18, ../../styles/print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
  }

  /* line 27, ../../styles/print.scss */
  a,
  a:visited {
    text-decoration: underline !important;
  }

  /* line 33, ../../styles/print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 39, ../../styles/print.scss */
  thead {
    display: table-header-group;
  }

  /* line 43, ../../styles/print.scss */
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  /* line 46, ../../styles/print.scss */
  .table-wrapper table td {
    width: auto;
  }
  /* line 52, ../../styles/print.scss */
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }

  /* line 57, ../../styles/print.scss */
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 63, ../../styles/print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 1cm;
  }
  /* line 71, ../../styles/print.scss */
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, ../../styles/print.scss */
  .block-content {
    page-break-before: avoid;
  }

  /* line 83, ../../styles/print.scss */
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 89, ../../styles/print.scss */
  .nav-toggle {
    display: none !important;
  }

  /* line 93, ../../styles/print.scss */
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }

  /* line 101, ../../styles/print.scss */
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }

  /* line 110, ../../styles/print.scss */
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    visibility: visible;
    height: auto;
  }

  /* line 118, ../../styles/print.scss */
  .column.main {
    width: 100% !important;
    float: none !important;
  }

  /* line 123, ../../styles/print.scss */
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }

  /* line 128, ../../styles/print.scss */
  .footer.content {
    padding: 0;
  }
}
