/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-display: swap;
  font-family: 'Quicksand-Light';
  src: url('fonts/Quicksand-Light.woff2') format('woff2'), url('fonts/Quicksand-Light.woff') format('woff'), url('fonts/Quicksand-Light.ttf') format('ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand-Bold';
  src: url('fonts/Quicksand-Bold.woff2') format('woff2'), url('fonts/Quicksand-Bold.woff') format('woff'), url('fonts/Quicksand-Bold.ttf') format('ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand-Regular';
  src: url('fonts/Quicksand-Regular.woff2') format('woff2'), url('fonts/Quicksand-Regular.woff') format('woff'), url('fonts/Quicksand.ttf') format('ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  src: url('fonts/Quicksand-Regular.woff2') format('woff2'), url('fonts/Quicksand-Regular.woff') format('woff'), url('fonts/Quicksand.ttf') format('ttf');
}
@font-face {
  font-display: swap;
  font-family: 'shopware';
  src: url('fonts/shopware.woff');
}
:root {
  --theme-color-primary: #fd7400;
  --theme-color-secondary: #fea300;
  --theme-color-01: #fd7400;
  --theme-color-02: #fea300;
  --theme-color-03: #888888;
  --theme-color-04: #3e3e3e;
  --theme-color-05: #95c11f;
  --theme-color-06: #e6e6e6;
  --theme-color-07: #1d1d1d;
  --theme-color-08: #f14c42;
  --theme-color-09: #7f7f7f;
  --theme-color-10: #e3e3e3;
  --theme-color-11: #17132a;
  --theme-color-12: #f4f4f4;
  --theme-color-13: #3f47cc;
  --theme-color-14: #333333;
  --theme-color-15: #2c65e6;
  --theme-color-16: #ffffff;
  --theme-color-17: #f9f9f9;
  --gradient: linear-gradient(var(--theme-color-primary), var(--theme-color-secondary));
  --gradient-right: linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary));
  --gradient-left: linear-gradient(to left, var(--theme-color-primary), var(--theme-color-secondary));
  --gradient-bottom: linear-gradient(to bottom, var(--theme-color-primary), var(--theme-color-secondary));
  --gradient-bottom-right: linear-gradient(to bottom, var(--theme-color-primary), var(--theme-color-secondary));
  --info-icon-bg-color: var(--theme-color-15);
  --info-icon-color: var(--theme-color-16);
  --icons-color: #95c11f;
  --border-color: #d3d3d3;
  --border-hover-color: #fd7400;
  --table-font-color: #333333;
  --important-details-first-column-width: 150px;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    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;
  }
  .hidden-print {
    display: none !important;
  }
}
