/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --background-color: #ffffff;
  --background-frontend-color: #fdfced;
  --text-color: #033029;
  --text-invert-color: #ffffff;
  --border-color: #505b59;
  --green-color: #555b38;
  --green-dark-color: #555b38;
  --red-color: #a22646;
  --input-color: #ffffff;
  --input-border-color: #c7c7c7;
  --black-color: #000000;

  --spacing-0: 0.25rem;
  --spacing-1: 0.5rem;
  --spacing-2: 0.75rem;
  --spacing-3: 1rem;
  --spacing-4: 1.5rem;
  --spacing-5: 1.6875rem;
  --spacing-6: 3rem;
  --spacing-8: 3.75rem;
  --spacing-9: 4.5rem;
  --spacing-12: 5.625rem;
}

body,body header {
    background: #ffffff;
    background: var(--background-color);
    color: #033029;
    color: var(--text-color);
  }

@media print {

body,body header {
      color: #000000;
      color: var(--black-color);
  }
    }

body.frontend,body.frontend header {
      background: #fdfced;
      background: var(--background-frontend-color);
    }

:root {
  --columns: 12;
  --gutter: 1.5rem;
  --outer-padding: 1.5rem;
}

@media screen and (max-width: 900px) {

:root {
    --columns: 4;
    --gutter: 1rem;
    --outer-padding: 1rem;
}
  }

@media print {

:root {
    --outer-padding: 0px;
}
  }

:root {

  --column-width: calc((100% - var(--gutter)*(var(--columns) - 1) - var(--outer-padding)*2)/var(--columns));
}

@media screen and (min-width: calc(1400px + 1px)) {

:root {
    --grid-limit-outer: 1401px;
    --grid-limit: calc(var(--grid-limit-outer) - var(--outer-padding)*2);
}
  }

.grid-overlay {
  display: none;
}

.grid-overlay--active {
  --grid-overlay-width: var(
    --grid-limit,
    calc(100% - var(--outer-padding)*2)
  );
  display: block;
  position: fixed;
  z-index: 9000;
  top: 0px;
  width: calc(100% - 3rem);
  width: var(--grid-overlay-width);
  left: 50%;
  margin-left: calc(-50% - -1.5rem);
  margin-left: calc(var(--grid-overlay-width)/2*-1);
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent 1.5rem,
    rgba(255, 0, 255, 0.05) 1.5rem
  );
  background: linear-gradient(
    to right,
    var(--grid-overlay-gutter, transparent) var(--gutter),
    var(--grid-overlay-column, rgba(255, 0, 255, 0.05)) var(--gutter)
  );
  background-size: calc(8.3333333333% + 0.125rem) 100%;
  background-size: calc((100% + var(--gutter))/var(--columns, 12)) 100%;
  background-position: top 0px left -1.5rem;
  background-position: top 0px left calc(var(--gutter)*-1);
}

:root {
  --font-serif: "DM Serif Display", serif;
  --font-sans: "Open Sans", sans-serif;

  --text-largest: normal 55px/1.16 var(--font-serif);
  --text-larger: normal 32px/1.25 var(--font-sans);
  --text-large: normal 22px/1.45 var(--font-sans);
  --text-normal: normal 16px/1.5 var(--font-sans);
  --text-small: normal 14px/1.57 var(--font-sans);
}

@media screen and (max-width: 900px) {

:root {
    --text-largest: normal 32px/1.25 var(--font-serif);
}
  }

body {
  font: normal 16px/1.5 "Open Sans", sans-serif;
  font: var(--text-normal);
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0px 0px 0.75rem 0px;
  margin: 0px 0px var(--spacing-2) 0px;
}

h1:last-child {
    margin-bottom: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

p {
  max-width: 80ch;
}

h1 {
  font: normal 55px/1.16 "DM Serif Display", serif;
  font: var(--text-largest);
}

body.frontend h1 {
    color: #555b38;
    color: var(--green-color);
  }

@media print {

body.frontend h1 {
      color: #000000;
      color: var(--black-color);
  }
    }

h2 {
  font: normal 32px/1.25 "Open Sans", sans-serif;
  font: var(--text-larger);
}

h3 {
  font: normal 22px/1.45 "Open Sans", sans-serif;
  font: var(--text-large);
}

h3.bold {
    font-weight: 600;
  }

h2,
h3 {
  margin-top: 1.5rem;
  margin-top: var(--spacing-4);
  margin-bottom: 0.75rem;
  margin-bottom: var(--spacing-2);
}

h2:first-child {
    margin-top: 0px;
  }

h3:first-child {
    margin-top: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

a,
a:visited {
  color: #033029;
  color: var(--text-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media print {

a,
a:visited {
    color: #000000;
    color: var(--black-color);
}
  }

header {
  font: normal 22px/1.45 "Open Sans", sans-serif;
  font: var(--text-large);
}

footer {
  font: normal 14px/1.57 "Open Sans", sans-serif;
  font: var(--text-small);
}

.field label {
  font: normal 14px/1.57 "Open Sans", sans-serif;
  font: var(--text-small);
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  font: normal 16px/1.5 "Open Sans", sans-serif;
  font: var(--text-normal);
}

.legend {
  font: normal 14px/1.57 "Open Sans", sans-serif;
  font: var(--text-small);
}

.calendar .week-name {
    font-weight: 600;
  }

@media screen and (max-width: 900px) {

.calendar {
    font: normal 14px/1.57 "Open Sans", sans-serif;
    font: normal 14px/1.57 var(--font-sans);
}
  }

.delivery-report-total .sum {
    font: normal 22px/1.45 "Open Sans", sans-serif;
    font: var(--text-large);
  }

.orders-report.list td {
    font: normal 22px/1.45 "Open Sans", sans-serif;
    font: var(--text-large);
    font-weight: bold;
  }

.delivery-report .customer,.delivery-report-total .customer,.delivery-report .total,.delivery-report-total .total {
    font: normal 22px/1.45 "Open Sans", sans-serif;
    font: var(--text-large);
    font-weight: bold;
  }

.delivery-report .number,.delivery-report-total .number {
    font: normal 22px/1.45 "Open Sans", sans-serif;
    font: var(--text-large);
  }

*,
*:before,
*:after {
  box-sizing: border-box;
}

button,
a.button {
  display: inline-block;
  background: #555b38;
  background: var(--green-color);
  color: #ffffff;
  color: var(--text-invert-color);
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 40px;
  border: 0px;
  border-radius: 20px;
  padding: 0px 20px;
}

button:not(.does-not-exist):focus,a.button:focus,button:not(.does-not-exist):hover,a.button:hover {
    background: #555b38;
    background: var(--green-dark-color);
  }

button:not(.does-not-exist):disabled {
    opacity: 0.5;
    background: #555b38;
    background: var(--green-color);
  }

a.button:disabled {
    opacity: 0.5;
    background: #555b38;
    background: var(--green-color);
  }

button:not(.does-not-exist):disabled:focus {
    opacity: 0.5;
    background: #555b38;
    background: var(--green-color);
  }

a.button:disabled:focus {
    opacity: 0.5;
    background: #555b38;
    background: var(--green-color);
  }

button:not(.does-not-exist):disabled:hover {
    opacity: 0.5;
    background: #555b38;
    background: var(--green-color);
  }

a.button:disabled:hover {
    opacity: 0.5;
    background: #555b38;
    background: var(--green-color);
  }

.buttons {
  margin-top: 1.5rem;
  margin-top: var(--spacing-4);
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-4);
}

.buttons:last-child {
    margin-bottom: 0px;
  }

footer {
  padding-left: 1.5rem;
  padding-left: var(--outer-padding);
  padding-right: 1.5rem;
  padding-right: var(--outer-padding);
}

footer > .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

footer > .inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-column-gap: 1.5rem;
    grid-column-gap: var(--gutter);
  }

footer .content {
    grid-column: 1 / span 12;
    grid-column: 1 / span var(--columns);
  }

footer {

  padding-top: 5.625rem;

  padding-top: var(--spacing-12);
  padding-bottom: 0.75rem;
  padding-bottom: var(--spacing-2);
}

footer .credit {
    margin-top: 5.625rem;
    margin-top: var(--spacing-12);
  }

form fieldset {
    display: flex;
    flex-wrap: wrap;
    border: 0px;
    margin: 0px;
    padding: 0px;
  }

form fieldset .field {
      margin-left: 1.5rem;
      margin-left: var(--gutter);
    }

form fieldset .field:nth-child(2n + 1) {
        margin-left: 0px;
      }

form .check-box,form .radio-button,form .field {
    width: 50%;
  }

@media screen and (max-width: 900px) {

form .check-box,form .radio-button,form .field {
      width: 100%;
  }
    }

form .check-box,form .radio-button {
    margin-bottom: 0.25rem;
    margin-bottom: var(--spacing-0);
  }

form .check-box label,form .radio-button label {
      display: block;
      padding-left: 24px;
    }

form .check-box input,form .radio-button input {
      float: left;
      margin-top: 4px;
      margin-left: -24px;
    }

form .field {
    margin-bottom: 0.5rem;
    margin-bottom: var(--spacing-1);
  }

form .field:last-child {
      margin-bottom: 0px;
    }

form .field label {
      display: block;
      margin-bottom: 0.25rem;
      margin-bottom: var(--spacing-0);
    }

form .field input[type="text"],form .field input[type="password"],form .field input[type="email"],form .field textarea {
      border: 1px solid #c7c7c7;
      border: 1px solid var(--input-border-color);
      border-radius: 4px;
      background: #ffffff;
      background: var(--input-color);
      padding: 0.5rem;
      padding: var(--spacing-1);
      width: 100%;
    }

form .field input[type="text"]:disabled {
        color: #033029;
        color: var(--text-color);
        opacity: 0.4;
      }

form .field input[type="password"]:disabled {
        color: #033029;
        color: var(--text-color);
        opacity: 0.4;
      }

form .field input[type="email"]:disabled {
        color: #033029;
        color: var(--text-color);
        opacity: 0.4;
      }

form .field textarea:not(.does-not-exist):disabled {
        color: #033029;
        color: var(--text-color);
        opacity: 0.4;
      }

form .field textarea {
      min-height: 115px;
    }

form .field-with-errors label {
      color: #a22646;
      color: var(--red-color);
    }

form .admin-description {
    margin-top: 0.75rem;
    margin-top: var(--spacing-2);
    margin-bottom: 0.5rem;
    margin-bottom: var(--spacing-1);
  }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: inherit;
  color: #033029;
  color: var(--text-color);
  line-height: 1.5;
  border: 1px solid #c7c7c7;
  border: 1px solid var(--input-border-color);
  border-radius: 5px;
  padding: 0.25em 0.75em;
  background: #ffffff;
  background: var(--input-color);
}

select:disabled {
    opacity: 0.8;
  }

select {

  padding-right: 2em;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E');
  background-position: top 50% right 0.5em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  margin-bottom: 0.25em;
}

header {
  padding-top: 0.75rem;
  padding-top: var(--spacing-2);
  padding-bottom: 0.75rem;
  padding-bottom: var(--spacing-2);
  padding-left: 1.5rem;
  padding-left: var(--outer-padding);
  padding-right: 1.5rem;
  padding-right: var(--outer-padding);
}

header > .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

header > .inner {
    display: flex;
  }

header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

header h3 {
    margin-right: 0.75rem;
    margin-right: var(--spacing-2);
    margin-bottom: 0px;
  }

header h3 a {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

header .logo a {
      display: flex;
      gap: 0.75rem;
      gap: var(--spacing-2);
      align-items: center;
    }

header .logo .logotype {
      background: url("/assets/logo-a199e8bc.svg") no-repeat;
      background-size: contain;
      background-position: top 50% left 0rem;
      overflow: hidden;
      text-indent: -9000rem;
      width: 17.5rem;
      height: 3rem;
    }

header .nav-toggle {
    display: none;
  }

header nav ul {
      display: flex;
      list-style-type: none;
      padding: 0px;
      margin: 0px;
    }

header nav li {
      margin-left: 0.5rem;
      margin-left: var(--spacing-1);
    }

header nav li:first-child {
        margin-left: 0px;
      }

header nav a {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

header nav a:visited {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

header nav a.current,header nav a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

@media screen and (max-width: 900px) {
      header .logo .logotype {
        width: 15rem;
        height: 2.5rem;
      }
      header .logo .name {
        display: none;
      }

    header .nav-toggle {
      display: block;
      overflow: hidden;
      text-indent: -9000px;
      width: 32px;
      height: 32px;
      background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20fill%3D%22%23041411%22%20fill-rule%3D%22nonzero%22%20d%3D%22M26.719%209.344a.28.28%200%200%200%20.28-.281V7.938a.28.28%200%200%200-.28-.282H6.28a.28.28%200%200%200-.28.282v1.125c0%20.155.126.28.281.28H26.72zm0%207.5a.28.28%200%200%200%20.28-.281v-1.125a.28.28%200%200%200-.28-.282H6.28a.28.28%200%200%200-.281.282v1.125c0%20.155.126.28.281.28zm0%207.5a.28.28%200%200%200%20.28-.281v-1.125a.28.28%200%200%200-.28-.282H6.28a.28.28%200%200%200-.281.282v1.125c0%20.155.126.28.281.28z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;
      background-position: 50% 50%;
      cursor: pointer;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
    }

    header nav {
      display: none;
      width: 100%;
      margin-top: 1.5rem;
      margin-top: var(--spacing-4);
    }

      header nav ul {
        border-top: 1px solid #505b59;
        border-top: 1px solid var(--border-color);
        flex-direction: column;
      }

      header nav li {
        border-bottom: 1px solid #505b59;
        border-bottom: 1px solid var(--border-color);
        margin-left: 0px;
        width: 100%;
        padding: 0.25rem 0px;
        padding: var(--spacing-0) 0px;
      }

    header.expanded {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      z-index: 200;
    }

      header.expanded .nav-toggle {
        background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20fill%3D%22%23041411%22%20fill-rule%3D%22nonzero%22%20d%3D%22m9.7%2023.39%205.8-5.799%205.799%205.799a.375.375%200%200%200%20.53%200l1.06-1.061a.375.375%200%200%200%200-.53L17.092%2016l5.799-5.799a.375.375%200%200%200%200-.53l-1.061-1.06a.375.375%200%200%200-.53%200l-5.8%205.797-5.799-5.8a.375.375%200%200%200-.53%200L8.11%209.67a.375.375%200%200%200%200%20.53l5.799%205.8-5.8%205.799a.375.375%200%200%200%200%20.53l1.061%201.06a.375.375%200%200%200%20.53%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
      }

      header.expanded nav {
        display: block;
      }
  }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  padding-top: 1.5rem;
  padding-top: var(--spacing-4);
  padding-bottom: 1.5rem;
  padding-bottom: var(--spacing-4);
  padding-left: 1.5rem;
  padding-left: var(--outer-padding);
  padding-right: 1.5rem;
  padding-right: var(--outer-padding);
}

main > .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: var(--grid-limit, 100%);
  }

@media screen and (max-width: 900px) {

main {
    padding-top: 0.75rem;
    padding-top: var(--spacing-2);
    padding-bottom: 0.75rem;
    padding-bottom: var(--spacing-2);
}
  }

.order-form .calendar {
    border-bottom: 1px solid #505b59;
    border-bottom: 1px solid var(--border-color);
    margin-top: 1.5rem;
    margin-top: var(--spacing-4);
  }

@media screen and (max-width: 900px) {

.order-form .calendar {
      margin-top: 0px;
      border-bottom: 0px;
  }
    }

.order-form .header,.order-form .week {
    display: flex;
    flex-wrap: wrap;
  }

.order-form .header {
    border-bottom: 2px solid #505b59;
    border-bottom: 2px solid var(--border-color);
  }

@media screen and (max-width: 900px) {

.order-form .header {
      display: none;
  }
    }

.order-form .header .day {
      padding-bottom: 0.5rem;
      padding-bottom: var(--spacing-1);
    }

.order-form .week {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221600%22%20height%3D%22200%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h1600v200H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cg%20stroke%3D%22%23555b38%22%20mask%3D%22url%28%23b%29%22%20opacity%3D%22.374%22%3E%3Cpath%20d%3D%22m1492.12%20200%20200-200m-323.59%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M-85.47%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M139.9%20200l200-200m-534.42%20200L5.48%200m1421.21%20200%20200-200m-309.05%20200%20200-200m-316.32%20200%20200-200m83.53%20200%20200-200m-592.58%20200%20200-200M975.95%20200l200-200m-563.5%20200%20200-200M307.11%20200l200-200M-27.31%20200l200-200M866.9%20200l200-200M496.13%20200l200-200M198.06%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M81.74%20200l200-200m1174.03%20200%20200-200m-316.32%20200%20200-200M1230.4%20200l200-200m90.8%20200%20200-200m-716.17%20200%20200-200m-563.5%20200%20200-200m54.45%20200%20200-200M525.21%20200l200-200M227.14%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M110.82%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M692.42%20200l200-200m54.45%20200%20200-200m-563.5%20200%20200-200M278.03%20200l200-200M-56.39%20200l200-200m694.21%20200%20200-200M467.05%20200l200-200M168.98%20200l200-200m-541.69%20200%20200-200M721.5%20200l200-200M358%20200%20558%200M52.66%20200l200-200m1224.92%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M248.95%20200l200-200M-92.74%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M132.63%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200M1085%20200%201285%200M968.68%20200l200-200m-563.5%20200%20200-200M299.84%20200l200-200M-34.58%20200l200-200m694.21%20200%20200-200M488.86%20200l200-200M190.79%20200l200-200M-150.9%20200%2049.1%200m694.21%20200%20200-200m-563.5%20200%20200-200M74.47%20200l200-200M1448.5%20200l200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-599.85%20200%20200-200M997.76%20200l200-200m-563.5%20200%20200-200M328.92%20200l200-200M1.77%20200l200-200m686.94%20200%20200-200M517.94%20200l200-200M219.87%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M103.55%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M685.15%20200l200-200m54.45%20200%20200-200M576.1%20200l200-200M270.76%20200l200-200M-63.66%20200l200-200m694.21%20200%20200-200M161.71%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M38.12%20200l200-200M23.58%20200l200-200m1246.73%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M241.68%20200l200-200m-541.69%20200%20200-200M794.2%20200l200-200M430.7%20200l200-200M125.36%20200l200-200m1086.79%20200%20200-200M1303.1%20200l200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M961.41%20200l200-200m-563.5%20200%20200-200M292.57%20200l200-200M-41.85%20200l200-200m694.21%20200%20200-200M481.59%20200l200-200M183.52%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M59.93%20200l200-200m1181.3%20200%20200-200m-425.37%20200%20200-200m90.8%20200%20200-200m-599.85%20200%20200-200M990.49%20200l200-200m-563.5%20200%20200-200M321.65%20200l200-200M-12.77%20200l200-200m694.21%20200%20200-200M510.67%20200l200-200M212.6%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M96.28%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200M1157.7%20200l200-200m-309.05%20200%20200-200M932.33%20200l200-200m-563.5%20200%20200-200M263.49%20200l200-200M-70.93%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M154.44%20200l200-200m352.52%20200%20200-200m-563.5%20200%20200-200M30.85%20200l200-200M9.04%20200l200-200m1254%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200M1012.3%20200l200-200M648.8%20200l200-200M532.48%20200l200-200M234.41%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M118.09%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M954.14%20200l200-200m-563.5%20200%20200-200M285.3%20200l200-200M-49.12%20200l200-200m694.21%20200%20200-200M474.32%20200l200-200M176.25%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M67.2%20200l200-200M45.39%20200l200-200m1188.57%20200%20200-200m-309.05%20200%20200-200m-316.32%20200%20200-200m90.8%20200%20200-200m-599.85%20200%20200-200M983.22%20200l200-200m-563.5%20200%20200-200M314.38%20200l200-200M-20.04%20200l200-200m694.21%20200%20200-200M503.4%20200l200-200M205.33%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M89.01%20200l200-200M1375.8%20200l200-200m-309.05%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M256.22%20200l200-200M-78.2%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M147.17%20200l200-200m-534.42%20200%20200-200m686.94%20200%20200-200m-563.5%20200%20200-200M16.31%20200l200-200M-5.5%20200l200-200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    border-bottom: 1px solid #505b59;
    border-bottom: 1px solid var(--border-color);
  }

.order-form .week-name {
    width: 20%;
    background: #fdfced;
    background: var(--background-frontend-color);
    display: flex;
    justify-content: left;
    align-items: center;
  }

@media screen and (max-width: 900px) {

.order-form .week-name {
      width: 100%;
      padding-top: 1rem;
      padding-top: var(--spacing-3);
      padding-bottom: 0.25rem;
      padding-bottom: var(--spacing-0);
      border-bottom: 2px solid #505b59;
      border-bottom: 2px solid var(--border-color);
      justify-content: center;
  }
    }

.order-form .day {
    width: 16%;
    background: #fdfced;
    background: var(--background-frontend-color);
    text-align: center;
  }

@media screen and (max-width: 900px) {

.order-form .day {
      width: 20%;
  }
    }

.order-form .day.closed,.order-form .day.locked {
      background: transparent;
    }

.order-form .day .name {
      display: none;
    }

@media screen and (max-width: 900px) {

.order-form .day .name {
        display: block;
        background: #fdfced;
        background: var(--background-frontend-color);
        border-bottom: 1px solid #505b59;
        border-bottom: 1px solid var(--border-color);
    }
      }

.order-form .closed-notice,.order-form .toggle {
    min-height: 4.5rem;
    min-height: var(--spacing-9);
    display: flex;
    justify-content: center;
    align-items: center;
  }

@media screen and (max-width: 900px) {

.order-form .closed-notice,.order-form .toggle {
      min-height: 3rem;
      min-height: var(--spacing-6);
  }
    }

.order-form .closed-notice {
    text-shadow: 0px 0px 2px #fdfced;
    text-shadow: 0px 0px 2px var(--background-frontend-color);
  }

.order-form button.toggle {
    position: relative;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #033029;
    color: var(--text-color);
    width: 100%;
    line-height: inherit;
    overflow: hidden;
    text-indent: -9000px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.25%22%20height%3D%2223.25%22%20viewBox%3D%220%200%2023.25%2023.25%22%3E%3Cpath%20fill%3D%22%23555b38%22%20d%3D%22M11.625%2023.25c6.422%200%2011.625-5.203%2011.625-11.625S18.047%200%2011.625%200%200%205.203%200%2011.625%205.203%2023.25%2011.625%2023.25m0-1.5C6.061%2021.75%201.5%2017.245%201.5%2011.625%201.5%206.061%206.005%201.5%2011.625%201.5c5.564%200%2010.125%204.505%2010.125%2010.125%200%205.564-4.505%2010.125-10.125%2010.125%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

.order-form button.toggle.ordered:disabled:hover {
      background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.25%22%20height%3D%2223.25%22%20viewBox%3D%220%200%2023.25%2023.25%22%3E%3Cpath%20fill%3D%22%23555b38%22%20d%3D%22M11.625%2023.25c6.42%200%2011.625-5.205%2011.625-11.625S18.045%200%2011.625%200%200%205.205%200%2011.625%205.205%2023.25%2011.625%2023.25M9.22%2017.78l-4.875-4.875a.75.75%200%200%201%200-1.06l1.06-1.061a.75.75%200%200%201%201.061%200l3.284%203.284%207.034-7.034a.75.75%200%200%201%201.06%200l1.061%201.06a.75.75%200%200%201%200%201.061L10.28%2017.78a.75.75%200%200%201-1.06%200%22%2F%3E%3C%2Fsvg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }

.order-form button.toggle.ordered {
      background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.25%22%20height%3D%2223.25%22%20viewBox%3D%220%200%2023.25%2023.25%22%3E%3Cpath%20fill%3D%22%23555b38%22%20d%3D%22M11.625%2023.25c6.42%200%2011.625-5.205%2011.625-11.625S18.045%200%2011.625%200%200%205.205%200%2011.625%205.205%2023.25%2011.625%2023.25M9.22%2017.78l-4.875-4.875a.75.75%200%200%201%200-1.06l1.06-1.061a.75.75%200%200%201%201.061%200l3.284%203.284%207.034-7.034a.75.75%200%200%201%201.06%200l1.061%201.06a.75.75%200%200%201%200%201.061L10.28%2017.78a.75.75%200%200%201-1.06%200%22%2F%3E%3C%2Fsvg%3E');
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }

.order-form button.toggle:focus {
      outline-offset: 0px;
      z-index: 200;
    }

.order-form .legend {
    display: flex;
    flex-wrap: wrap;
  }

.order-form .legend  > span {
      margin-right: 0.75rem;
      margin-right: var(--spacing-2);
      margin-bottom: 0.25rem;
      margin-bottom: var(--spacing-0);
    }

@media screen and (max-width: 900px) {

.order-form .legend .reminder {
        width: 100%;
    }
      }

.order-form .legend .legend-item {
      white-space: nowrap;
    }

.order-form .legend .icon {
      display: inline-block;
      vertical-align: middle;
      width: 22px;
      height: 22px;
      margin-right: 0.25rem;
      margin-right: var(--spacing-0);
    }

.order-form .legend .icon.check {
        background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.25%22%20height%3D%2223.25%22%20viewBox%3D%220%200%2023.25%2023.25%22%3E%3Cpath%20fill%3D%22%23555b38%22%20d%3D%22M11.625%2023.25c6.42%200%2011.625-5.205%2011.625-11.625S18.045%200%2011.625%200%200%205.205%200%2011.625%205.205%2023.25%2011.625%2023.25M9.22%2017.78l-4.875-4.875a.75.75%200%200%201%200-1.06l1.06-1.061a.75.75%200%200%201%201.061%200l3.284%203.284%207.034-7.034a.75.75%200%200%201%201.06%200l1.061%201.06a.75.75%200%200%201%200%201.061L10.28%2017.78a.75.75%200%200%201-1.06%200%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 14px 14px;
      }

.order-form .legend .icon.uncheck {
        background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.25%22%20height%3D%2223.25%22%20viewBox%3D%220%200%2023.25%2023.25%22%3E%3Cpath%20fill%3D%22%23555b38%22%20d%3D%22M11.625%2023.25c6.422%200%2011.625-5.203%2011.625-11.625S18.047%200%2011.625%200%200%205.203%200%2011.625%205.203%2023.25%2011.625%2023.25m0-1.5C6.061%2021.75%201.5%2017.245%201.5%2011.625%201.5%206.061%206.005%201.5%2011.625%201.5c5.564%200%2010.125%204.505%2010.125%2010.125%200%205.564-4.505%2010.125-10.125%2010.125%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 14px 14px;
      }

.order-form .legend .icon.scratch {
        background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221600%22%20height%3D%22200%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h1600v200H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cg%20stroke%3D%22%23555b38%22%20mask%3D%22url%28%23b%29%22%20opacity%3D%22.374%22%3E%3Cpath%20d%3D%22m1492.12%20200%20200-200m-323.59%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M-85.47%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M139.9%20200l200-200m-534.42%20200L5.48%200m1421.21%20200%20200-200m-309.05%20200%20200-200m-316.32%20200%20200-200m83.53%20200%20200-200m-592.58%20200%20200-200M975.95%20200l200-200m-563.5%20200%20200-200M307.11%20200l200-200M-27.31%20200l200-200M866.9%20200l200-200M496.13%20200l200-200M198.06%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M81.74%20200l200-200m1174.03%20200%20200-200m-316.32%20200%20200-200M1230.4%20200l200-200m90.8%20200%20200-200m-716.17%20200%20200-200m-563.5%20200%20200-200m54.45%20200%20200-200M525.21%20200l200-200M227.14%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M110.82%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M692.42%20200l200-200m54.45%20200%20200-200m-563.5%20200%20200-200M278.03%20200l200-200M-56.39%20200l200-200m694.21%20200%20200-200M467.05%20200l200-200M168.98%20200l200-200m-541.69%20200%20200-200M721.5%20200l200-200M358%20200%20558%200M52.66%20200l200-200m1224.92%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M248.95%20200l200-200M-92.74%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M132.63%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200M1085%20200%201285%200M968.68%20200l200-200m-563.5%20200%20200-200M299.84%20200l200-200M-34.58%20200l200-200m694.21%20200%20200-200M488.86%20200l200-200M190.79%20200l200-200M-150.9%20200%2049.1%200m694.21%20200%20200-200m-563.5%20200%20200-200M74.47%20200l200-200M1448.5%20200l200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-599.85%20200%20200-200M997.76%20200l200-200m-563.5%20200%20200-200M328.92%20200l200-200M1.77%20200l200-200m686.94%20200%20200-200M517.94%20200l200-200M219.87%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M103.55%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M685.15%20200l200-200m54.45%20200%20200-200M576.1%20200l200-200M270.76%20200l200-200M-63.66%20200l200-200m694.21%20200%20200-200M161.71%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M38.12%20200l200-200M23.58%20200l200-200m1246.73%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M241.68%20200l200-200m-541.69%20200%20200-200M794.2%20200l200-200M430.7%20200l200-200M125.36%20200l200-200m1086.79%20200%20200-200M1303.1%20200l200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M961.41%20200l200-200m-563.5%20200%20200-200M292.57%20200l200-200M-41.85%20200l200-200m694.21%20200%20200-200M481.59%20200l200-200M183.52%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M59.93%20200l200-200m1181.3%20200%20200-200m-425.37%20200%20200-200m90.8%20200%20200-200m-599.85%20200%20200-200M990.49%20200l200-200m-563.5%20200%20200-200M321.65%20200l200-200M-12.77%20200l200-200m694.21%20200%20200-200M510.67%20200l200-200M212.6%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M96.28%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200M1157.7%20200l200-200m-309.05%20200%20200-200M932.33%20200l200-200m-563.5%20200%20200-200M263.49%20200l200-200M-70.93%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M154.44%20200l200-200m352.52%20200%20200-200m-563.5%20200%20200-200M30.85%20200l200-200M9.04%20200l200-200m1254%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m90.8%20200%20200-200m-607.12%20200%20200-200M1012.3%20200l200-200M648.8%20200l200-200M532.48%20200l200-200M234.41%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M118.09%20200l200-200m1086.79%20200%20200-200m-309.05%20200%20200-200m83.53%20200%20200-200m-599.85%20200%20200-200m-309.05%20200%20200-200M954.14%20200l200-200m-563.5%20200%20200-200M285.3%20200l200-200M-49.12%20200l200-200m694.21%20200%20200-200M474.32%20200l200-200M176.25%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M67.2%20200l200-200M45.39%20200l200-200m1188.57%20200%20200-200m-309.05%20200%20200-200m-316.32%20200%20200-200m90.8%20200%20200-200m-599.85%20200%20200-200M983.22%20200l200-200m-563.5%20200%20200-200M314.38%20200l200-200M-20.04%20200l200-200m694.21%20200%20200-200M503.4%20200l200-200M205.33%20200l200-200m-541.69%20200%20200-200m694.21%20200%20200-200m-563.5%20200%20200-200M89.01%20200l200-200M1375.8%20200l200-200m-309.05%20200%20200-200m-316.32%20200%20200-200m-309.05%20200%20200-200m-563.5%20200%20200-200m47.18%20200%20200-200m-563.5%20200%20200-200M256.22%20200l200-200M-78.2%20200l200-200m694.21%20200%20200-200m-563.5%20200%20200-200M147.17%20200l200-200m-534.42%20200%20200-200m686.94%20200%20200-200m-563.5%20200%20200-200M16.31%20200l200-200M-5.5%20200l200-200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
      }

.extra-orders-promo {
  margin-top: 3rem;
  padding: 1rem;
  border: 1px solid #505b59;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  max-width: 25rem;
}

@media screen and (max-width: 900px) {

.extra-orders-promo {
    max-width: 100%;
}
  }

.preference-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 1.5rem;
  margin-top: var(--spacing-4);
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-4);
}

.preference-lists .preferences {
    min-width: 20rem;
  }

.preference-lists .check-box {
    width: 100%;
  }

.preference-lists .list {
    margin-bottom: 0.75rem;
    margin-bottom: var(--spacing-2);
  }

.order-report {
  margin-bottom: 3rem;
  margin-bottom: var(--spacing-6);
}

.order-report h3 {
    margin-bottom: 0.75rem;
    margin-bottom: var(--spacing-2);
  }

.order-report .links {
    margin-top: 0.75rem;
    margin-top: var(--spacing-2);
    text-align: right;
  }

.delivery-report,
.delivery-report-total {
  border-top: 1px solid #505b59;
  border-top: 1px solid var(--border-color);
  margin-bottom: 3rem;
  margin-bottom: var(--spacing-6);
}

.delivery-report h3,.delivery-report-total h3 {
    margin-bottom: 0.5rem;
    margin-bottom: var(--spacing-1);
    margin-bottom: 0px;
  }

.delivery-report .address,.delivery-report-total .address {
    margin-bottom: 0.75rem;
    margin-bottom: var(--spacing-2);
  }

.delivery-report .row,.delivery-report-total .row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #505b59;
    border-bottom: 1px solid var(--border-color);
    padding: 0.5rem 0px;
    padding: var(--spacing-1) 0px;
  }

@media print {

.delivery-report .row,.delivery-report-total .row {
      padding: 1.5mm 0px;
  }
    }

.delivery-report .row .customer,.delivery-report-total .row .customer {
      flex: 1;
      padding-right: 0.75rem;
      padding-right: var(--spacing-2);
    }

@media print {

.delivery-report .row .customer,.delivery-report-total .row .customer {
        padding-right: 4mm;
    }
      }

.delivery-report .row .orders,.delivery-report-total .row .orders {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      margin-right: 0.75rem;
      margin-right: var(--spacing-2);
    }

.delivery-report .row .orders .order,.delivery-report-total .row .orders .order {
        white-space: nowrap;
      }

@media print {

.delivery-report .row .orders .order,.delivery-report-total .row .orders .order {
          margin-right: 4mm;
      }
        }

.delivery-report .row .orders .number,.delivery-report-total .row .orders .number {
        vertical-align: middle;
      }

.delivery-report .row .orders .prefs,.delivery-report-total .row .orders .prefs {
        vertical-align: middle;
      }

.delivery-report-total {
  margin-bottom: 3rem;
  margin-bottom: var(--spacing-6);
}

.delivery-report-total .orders {
    flex: 1;
  }

@media print {

.delivery-report-total {
    margin-bottom: 6mm;
}
  }

.delivery-report .orders {
    width: 100%;
  }

.scrolling-table {
  overflow-x: auto;
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-4);
}

.scrolling-table:last-child {
    margin-bottom: 0px;
  }

table.list {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
  margin-bottom: var(--spacing-4);
  border-bottom: 1px solid #505b59;
  border-bottom: 1px solid var(--border-color);
}

table.list:last-child {
    margin-bottom: 0px;
  }

table.list td,table.list th {
    padding: 0.5rem 0.5rem 0.5rem 0px;
    padding: var(--spacing-1) var(--spacing-1) var(--spacing-1) 0px;
    text-align: left;
    font-weight: normal;
  }

@media print {

table.list td,table.list th {
      padding: 2mm 2mm 2mm 0px;
  }
    }

table.list td.right,table.list th.right,table.list td.number,table.list th.number {
      text-align: right;
    }

table.list td.number,table.list th.number {
      width: 8rem;
    }

table.list td.center,table.list th.center {
      text-align: center;
    }

table.list td:last-child {
      padding-right: 0px;
    }

table.list th:last-child {
      padding-right: 0px;
    }

table.list th {
    padding-bottom: 1rem;
    padding-bottom: var(--spacing-3);
  }

table.list .subheader th {
      padding-top: 1.5rem;
      padding-top: var(--spacing-4);
      border-top: 1px solid #505b59;
      border-top: 1px solid var(--border-color);
    }

table.list .subheader:first-child th {
      border-top: none;
    }

table.list td {
    border-top: 1px solid #505b59;
    border-top: 1px solid var(--border-color);
  }

table.list td.actions {
      text-align: right;
      white-space: nowrap;
    }

table.list td.actions a {
        margin-left: 0.25rem;
        margin-left: var(--spacing-0);
      }

table.list tr.sum td {
    border-top: 2px solid #505b59;
    border-top: 2px solid var(--border-color);
  }

table.orders-list tr.preferences td {
    white-space: nowrap;
  }

table.orders-list td {
    text-align: center;
    padding-left: 0.5rem;
    padding-left: var(--spacing-1);
    padding-right: 0.5rem;
    padding-right: var(--spacing-1);
    min-width: 10%;
  }

@media print {

table.orders-list td {
      padding-left: 2mm;
      padding-right: 2mm;
  }
    }

table.orders-list td.spacer {
      width: 100%;
    }

table.orders-list td.total {
    }

table.extra-orders-list {
  margin-top: 1.5rem;
  margin-top: var(--spacing-4);
  border-bottom: 2px solid #505b59;
  border-bottom: 2px solid var(--border-color);
}

table.extra-orders-list tr.group {
    border-top: 2px solid #505b59;
    border-top: 2px solid var(--border-color);
  }

.toast-wrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 300;
}

.toast-wrapper .toast {
    display: inline-block;
    background: #555b38;
    background: var(--green-color);
    color: #ffffff;
    color: var(--text-invert-color);
    margin: 20px auto 0px auto;
    padding: 0.5rem 0.75rem;
    padding: var(--spacing-1) var(--spacing-2);
    min-width: 66%;
    text-align: left;
    animation-duration: 500ms;
    animation-name: toast-appear;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: forwards;
  }

@media screen and (max-width: 900px) {

.toast-wrapper .toast {
      min-width: 100%;
  }
    }

.toast-wrapper .toast.error {
      background: #a22646;
      background: var(--red-color);
    }

.toast-wrapper .toast.fadeout {
      animation-duration: 300ms;
      animation-name: toast-disappear;
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

@keyframes toast-appear {
  from {
    transform: translateZ(0px) translateY(60px);
  }
  to {
    transform: translateZ(0px) translateY(0px);
  }
}

@keyframes toast-disappear {
  from {
    transform: translateZ(0px) translateY(0px);
  }
  to {
    transform: translateZ(0px) translateY(60px);
  }
}

@media print {
  header,
  footer {
    display: none;
  }
  main {
    padding: 0mm;
  }
}
