@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Story+Script&display=swap");
@font-face {
  font-family: "planeat-icons";
  src: url("../fonts/planeat-icons.83b748be9366.eot");
  src: url("../fonts/planeat-icons.83b748be9366.eot") format("embedded-opentype"), url("../fonts/planeat-icons.57f4f1334098.woff2") format("woff2"), url("../fonts/planeat-icons.8049c05b60f7.woff") format("woff"), url("../fonts/planeat-icons.39ba6289a882.ttf") format("truetype"), url("../fonts/planeat-icons.1e8177993581.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "planeat-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.icon-menu:before {
  content: "\e800";
} /* '' */
.icon-x-bold:before {
  content: "\e801";
} /* '' */
.icon-arrow:before {
  content: "\e802";
} /* '' */
.icon-home:before {
  content: "\e803";
} /* '' */
.icon-clock:before {
  content: "\e804";
} /* '' */
.icon-check:before {
  content: "\e805";
} /* '' */
.icon-x:before {
  content: "\e806";
} /* '' */
.icon-calendar:before {
  content: "\e807";
} /* '' */
.icon-phone:before {
  content: "\e808";
} /* '' */
.icon-location:before {
  content: "\e809";
} /* '' */
.icon-bin:before {
  content: "\e80a";
} /* '' */
.icon-user:before {
  content: "\e80b";
} /* '' */
.icon-weight:before {
  content: "\e80c";
} /* '' */
.icon-business:before {
  content: "\e80d";
} /* '' */
.icon-coins:before {
  content: "\e80e";
} /* '' */
.icon-mail:before {
  content: "\e80f";
} /* '' */
.icon-cart:before {
  content: "\e811";
} /* '' */
.icon-search:before {
  content: "\e812";
} /* '' */
.icon-pen:before {
  content: "\e813";
} /* '' */
.icon-question-circle:before {
  content: "\e814";
} /* '' */
.icon-add-circle:before {
  content: "\e815";
} /* '' */
.icon-bill:before {
  content: "\e816";
} /* '' */
.icon-exclamation-circle:before {
  content: "\e817";
} /* '' */
.icon-ai:before {
  content: "\e818";
} /* '' */
.icon-cutlery:before {
  content: "\e819";
} /* '' */
.icon-bag:before {
  content: "\e81a";
} /* '' */
.icon-calendar-bag:before {
  content: "\e81b";
} /* '' */
.icon-x-circle:before {
  content: "\e81c";
} /* '' */
.icon-easy:before {
  content: "\e81d";
} /* '' */
.icon-balance:before {
  content: "\e81e";
} /* '' */
.icon-heart:before {
  content: "\e81f";
} /* '' */
.icon-sort:before {
  content: "\e820";
} /* '' */
.icon-empty-heart:before {
  content: "\e821";
} /* '' */
.icon-free:before {
  content: "\e822";
} /* '' */
.icon-flower:before {
  content: "\e823";
} /* '' */
.icon-qr:before {
  content: "\e824";
} /* '' */
.icon-smiling-user:before {
  content: "\e825";
} /* '' */
.icon-deductible:before {
  content: "\e826";
} /* '' */
.icon-sort-reverse:before {
  content: "\e827";
} /* '' */
.icon-dropdown:before {
  content: "\e828";
} /* '' */
.icon-double-arrow:before {
  content: "\e829";
} /* '' */
strong {
  color: inherit;
}

.container {
  max-width: 80rem;
}

.button {
  border: none;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: "Inter", sans-serif;
}

.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active),
.button.is-focused:not(:active), .button:focus:not(:active) {
  box-shadow: none;
}

.dialog.modal {
  padding: 0.5rem;
}

.label {
  font-weight: inherit;
  color: inherit;
}

.input, .select select, .taginput .taginput-container.is-focusable, .textarea {
  border: 1px solid #cfd9bf;
  box-shadow: inset 0 0 0.25em rgba(56, 50, 50, 0.05);
  color: #2d2828;
  border-radius: 0.4rem;
  transition: 0.2s;
}
.custom-form .input, .custom-form .select select, .custom-form .taginput .taginput-container.is-focusable, .custom-form .textarea {
  border: 1px solid #c3c1c1;
  box-shadow: inset 0 0 0.25em rgba(56, 50, 50, 0.05);
}
.input:hover, .input:focus, .input:active, .select select:hover, .select select:focus, .select select:active, .taginput .taginput-container.is-focusable:hover, .taginput .taginput-container.is-focusable:focus, .taginput .taginput-container.is-focusable:active, .textarea:hover, .textarea:focus, .textarea:active {
  border-color: #5F8029;
  box-shadow: none;
}

.select select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #5F8029;
  border-width: 2px;
  border-radius: 0;
}

.title, .subtitle {
  color: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
}

.content h2:not(:first-child) {
  margin-top: unset;
}

.content ul.unstyled {
  list-style: none;
  margin-left: unset;
  margin-top: unset;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background-color: #5F8029;
  border-color: #5F8029;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: #5F8029;
}

.b-radio {
  width: auto;
}
.b-radio .control-label {
  width: 100%;
}
.b-radio.radio input[type=radio] {
  margin: 0;
}
.b-radio.radio input[type=radio]:checked + .check.is-primary, .b-radio.radio input[type=radio]:focus + .check.is-primary, .b-radio.radio input[type=radio]:checked + .check.is-primary, .b-radio.radio input[type=radio]:not(:disabled):hover + .check.is-primary {
  border-color: #5F8029;
  box-shadow: none !important;
}
.b-radio.radio input[type=radio] + .check {
  border-color: #8fa669;
  transition: 0.2s;
}
.b-radio.radio input[type=radio] + .check.is-primary::before {
  background: #5F8029;
}

.notification {
  border-radius: 0;
  text-align: center;
  padding: 0.5rem 2rem;
}
.notification:not(:last-child) {
  margin: 0;
}
.notification.is-success {
  background: #6f8d3e;
}
.notification.is-info {
  background: #21485b;
}
.notification.is-danger {
  background: #dd3503;
}
.notification.is-warning {
  background: #DA9E07;
  color: #fff;
}
.notification > .delete {
  top: 0.55rem;
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, b, u, i, center, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
  display: block;
  width: 100%;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: #9B9898;
}

::placeholder {
  color: #9B9898;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html, body {
  font-family: "Inter", sans-serif;
  color: #2d2828;
}

a {
  color: #4c6621;
  text-decoration: underline;
  transition: 0.2s;
}
a:hover {
  color: #394d19;
}
.light-bg a:not(.button) {
  color: #42591d;
}
.light-bg a:not(.button):hover {
  color: #2f4014;
}
a i {
  transition: 0.2s;
}

html {
  min-height: 100vh;
  background: #383232;
  line-height: 1.38;
}

body {
  background: #fff;
}

em {
  font-style: italic;
}

.section-title {
  background: #eff2ea;
  padding: 1rem;
  font-weight: 700;
  text-align: center;
}
.section-title h1 {
  max-width: 80rem;
  margin: 0 auto;
  font-size: 1.25rem;
}
.section-title .intro {
  margin-top: 1rem;
  max-width: 40rem;
  margin: 1rem auto;
}

sup {
  vertical-align: text-top;
  font-size: 0.66em;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.66em;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  background-color: #5F8029;
  color: #fff;
  padding: 0 1.5rem;
  height: 2.5rem;
  transition: 0.2s;
  white-space: nowrap;
}
.button:hover, .button:active, .button:focus {
  background-color: #4c6621;
  color: #fff;
}
.button[disabled], .button.disabled {
  background-color: #5F8029 !important;
}
.button.outlined {
  color: #4c6621;
  background-color: transparent;
  border: 2px solid #5F8029;
}
.button.outlined:hover, .button.outlined:active, .button.outlined:focus {
  border-color: #4c6621;
  background-color: #4c6621;
  color: #fff;
}
.button.outlined[disabled], .button.outlined.disabled {
  color: #4c6621 !important;
  border-color: #5F8029 !important;
  background-color: transparent !important;
}
.button.outlined.danger-outlined {
  color: #dd3503;
  border-color: #dd3503;
}
.button.outlined.danger-outlined:hover, .button.outlined.danger-outlined:active, .button.outlined.danger-outlined:focus {
  border-color: #c93103;
  color: #c93103;
}
.button.negative {
  background-color: #fff;
  color: #4c6621;
}
.button.negative:hover, .button.negative:active, .button.negative:focus {
  color: #394d19;
}
.button.negative[disabled], .button.negative.disabled {
  background-color: #fff !important;
  color: #4c6621 !important;
}
.button.negative-outlined {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.button.negative-outlined:hover, .button.negative-outlined:active, .button.negative-outlined:focus {
  background-color: #fff;
  color: #4c6621;
}
.button.negative-outlined[disabled], .button.negative-outlined.disabled {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}
.button.danger-button {
  background-color: #dd3503;
}
.button.danger-button:hover {
  background-color: #c93103;
}
.button.danger-button[disabled], .button.danger-button.disabled {
  background-color: #dd3503 !important;
}
.button.with-logo {
  color: #4c6621;
  background-color: transparent;
  border: 2px solid #5F8029;
}
.button.with-logo:hover, .button.with-logo:active, .button.with-logo:focus {
  border-color: #42591d;
  background-color: #eff2ea;
  color: #394d19;
}
.button.with-logo img {
  height: 1.5rem;
  width: auto;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.button.with-logo.apple img {
  position: relative;
  top: -0.1rem;
}
.button.with-logo[disabled], .button.with-logo.disabled {
  background-color: transparent !important;
}
.button[disabled], .button.disabled {
  opacity: 0.4;
}

.modal-card-foot .button:not(:last-child) {
  color: #557325;
  background-color: transparent;
  border: 2px solid #5F8029;
  line-height: calc(2.5rem - 4px);
}
.modal-card-foot .button:not(:last-child):hover, .modal-card-foot .button:not(:last-child):active, .modal-card-foot .button:not(:last-child):focus {
  border-color: #4c6621;
  color: #4c6621;
}

input[type=checkbox] {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  border: 2px solid #5F8029;
  color: transparent;
  margin-right: 0.25em;
  border-radius: 0.25em;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
input[type=checkbox]::before {
  display: block;
  content: "\e805";
  font-family: "planeat-icons";
  font-size: 0.9em;
  line-height: calc(1.25em - 2px);
  width: calc(1.25em - 2px);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
input[type=checkbox]:checked {
  background: #5F8029;
  color: #fff;
}

label.checkbox:not(.b-checkbox) {
  position: relative;
  padding-left: 1.75rem;
}
label.checkbox:not(.b-checkbox) input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border: 2px solid #5F8029;
  border-radius: 2rem;
  margin: -0.1rem 0.2em 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
input[type=radio]::before {
  display: block;
  content: "";
  width: 2%;
  height: 2%;
  border-radius: 2rem;
  background: transparent;
  position: absolute;
  left: 49%;
  bottom: 49%;
  transition: 0.2s;
}
input[type=radio]:checked::before {
  background: #5F8029;
  width: 62%;
  height: 62%;
  left: 19%;
  bottom: 19%;
}

input[type=checkbox].switch {
  width: 3rem;
  height: 1.6rem;
  border-radius: 1rem;
  background: #D7D6D6;
  border: none;
  position: relative;
  transition: 0.2s;
}
input[type=checkbox].switch::before {
  content: "";
  font-size: 0.9em;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 1rem;
  background: #fff;
  top: 0.25rem;
  left: 0.25rem;
  transition: 0.2s;
}
input[type=checkbox].switch + label span.checked-label {
  display: none;
}
input[type=checkbox].switch + label span.not-checked-label {
  display: inline;
}
input[type=checkbox].switch:checked {
  background: #5F8029;
}
input[type=checkbox].switch:checked::before {
  left: 1.65rem;
}
input[type=checkbox].switch:checked + label span.checked-label {
  display: inline;
}
input[type=checkbox].switch:checked + label span.not-checked-label {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.table {
  display: table;
}
.table .row {
  display: table-row;
}
.table .cell {
  display: table-cell;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.tp-widget-wrapper {
  text-align: center;
}

.trustpilot-widget {
  width: 100%;
  max-width: 82rem;
  margin: 0 auto;
}

.tooltip .tooltip-icon {
  color: #5F8029;
  font-size: 1rem;
  cursor: pointer;
}
.tooltip .tooltip-icon:hover {
  color: #557325;
}
.tooltip .tooltip-text {
  position: absolute;
  display: none;
  top: calc(100% + 0.3rem);
  background: #42591d;
  padding: 0.9rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  width: 18rem;
  z-index: 2;
  box-shadow: 0 0.25rem 0.5rem rgba(56, 50, 50, 0.3);
  left: -0.25rem;
  text-align: left;
}
.tooltip .tooltip-text::before {
  content: "";
  display: block;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: rgba(66, 89, 29, 0);
  border-bottom-color: #42591d;
  border-width: 0.25rem;
  position: absolute;
  bottom: 100%;
  left: 0.5rem;
}
.tooltip:hover .tooltip-text {
  display: block;
}
.tooltip.left-side .tooltip-text {
  right: -0.25rem;
  left: auto;
}
.tooltip.left-side .tooltip-text::before {
  right: 0.5rem;
  left: auto;
}

.table-pagination {
  margin-top: 1.5rem;
  width: 100%;
}
.table-pagination .step-links {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.table-pagination a {
  text-decoration: none;
}
.table-pagination i {
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-pagination i::before {
  text-decoration: none;
}
.table-pagination i.first-page::before {
  transform: rotate(180deg);
}
.table-pagination i.prev-page::before {
  transform: rotate(90deg);
}
.table-pagination i.next-page::before {
  transform: rotate(-90deg);
}

#header {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
}

.header-wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logo-wrapper {
  margin-left: 1rem;
}
.logo-wrapper img {
  height: 1.75rem;
  width: auto;
  vertical-align: middle;
}

.office-link-wrapper {
  line-height: 50px;
  margin-right: 1rem;
  font-size: 0.875rem;
}
.office-link-wrapper span {
  display: none;
}

.header-list {
  display: flex;
  align-items: center;
}
.header-list > a {
  text-decoration: none;
  cursor: pointer;
}
.header-list .active {
  cursor: default;
}

.home-office-tabs .tab {
  display: block;
  line-height: 50px;
  padding: 0 1rem;
  flex-grow: 1;
}
.home-office-tabs .tab.active {
  background-color: #eff2ea;
}

.navigation {
  width: 100%;
  height: 50px;
  background: #cfd9bf;
}
.navigation .nav-item {
  background: #dfe6d4;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #2d2828;
  border-top: 1px solid #cfd9bf;
}
.navigation .nav-item:not(:first-child):not(.active) {
  margin-left: 1px;
}
.navigation .nav-item.active {
  background: #eff2ea;
  font-weight: 700;
}
.navigation .nav-item.active i {
  color: #4c6621;
}
.navigation .nav-item.active + .nav-item {
  margin: 0;
}
.navigation .nav-item.mobile-icon {
  width: 3rem;
}
.navigation .nav-item.mobile-icon .link-name {
  display: none;
}
.navigation .nav-item:not(.mobile-icon) {
  line-height: 1rem;
  text-align: center;
  flex-grow: 1;
}
.navigation .nav-item:not(.mobile-icon) i {
  margin-right: 0.5rem;
}
.navigation i {
  font-size: 1.25rem;
  color: #5F8029;
}
.navigation i.icon-dropdown {
  display: none;
}
.navigation .signup {
  display: none;
}

.user-menu {
  width: 2rem;
}
.user-menu a {
  display: block;
}
.user-menu a:not(:hover) {
  text-decoration: none;
  color: #2d2828;
}
.user-menu:hover > a {
  color: #4c6621;
  cursor: default;
}

#open-menu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#open-menu.open + .menu-wrapper {
  left: 0;
}

.menu-wrapper {
  background: #fff;
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 103;
  font-size: 1rem;
}
.menu-wrapper .user-name {
  margin-bottom: 2rem;
  max-width: calc(100% - 8rem);
}
.menu-wrapper a:not(:last-child) {
  margin-bottom: 1rem;
}
.menu-wrapper .close {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  line-height: 3.125rem;
  padding: 0 1rem;
  text-align: center;
}
.menu-wrapper .close i {
  margin: -0.2rem 0 0 0.5rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
.menu-wrapper hr {
  background: #eff2ea;
  height: 1px;
}
.menu-wrapper .fa-bahai {
  font-size: 1.125em;
  vertical-align: baseline;
  line-height: 1em;
  color: #DA9E07;
  margin-right: 0.4rem;
}

.login i {
  margin-left: 0.5rem;
}

.search-section {
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dfe6d4;
  border-top: 0 solid transparent;
  padding: 0 0.9rem;
  transition: 0.2s;
  overflow: hidden;
}
.search-section.visible {
  height: 4.5rem;
  border-top: 1px solid #cfd9bf;
}
.search-section.visible .search-wrapper {
  opacity: 1;
}

.search-wrapper {
  width: 100%;
  max-width: 80rem;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  background: #fff;
  transition: 0.2s;
  opacity: 0;
}
.search-wrapper input:-moz-placeholder + button {
  opacity: 0;
  pointer-events: none;
}
.search-wrapper input:placeholder-shown + button {
  opacity: 0;
  pointer-events: none;
}

.search-bar {
  line-height: 2.5rem;
  padding-left: 1rem;
  flex-grow: 1;
  width: calc(100% - 7rem);
  text-overflow: ellipsis;
}
.search-bar::-moz-placeholder {
  color: #9B9898;
}
.search-bar::placeholder {
  color: #9B9898;
}

.search-button {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 5rem;
  padding-right: 0.2rem;
  text-align: center;
  background-color: #5F8029;
  color: #fff;
  border-radius: 0 2rem 2rem 0;
  flex-grow: 1;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 500;
}
.search-button:hover {
  background-color: #557325;
}

.search-clear {
  color: #557325;
  flex-grow: 1;
  width: 2rem;
  font-size: 0.75rem;
  text-align: center;
  cursor: pointer;
  margin-right: 0.5rem;
}

.icon-bag {
  position: relative;
}
.icon-bag .mark {
  display: block;
  width: 10px;
  height: 10px;
  background: #DA9E07;
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  right: -5px;
}

.account-buttons {
  display: flex;
  height: 100%;
  min-width: 16.6666666667%;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  background: #5F8029;
}
.account-buttons .btn {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.account-buttons .btn.signup {
  display: none;
}

.language-selector {
  display: inline-flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
  padding: 0 0.9rem;
  background: #dfe6d4;
  transition: 0.2s;
  border-top: 1px solid #cfd9bf;
}
.language-selector select {
  padding-left: 1.15rem;
  position: relative;
}
.language-selector .language-icon {
  width: 1em;
  height: 1em;
  margin-right: -1rem;
}

#super-banner {
  width: 100%;
  padding: 0 0.75rem;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  background: #51344D;
  color: #fff;
}
#super-banner a {
  color: #fff;
}
#super-banner a:hover {
  color: #9fb37f;
}
#super-banner::before, #super-banner::after {
  display: block;
  content: "";
  height: 0.75rem;
  width: 100%;
}
#super-banner i {
  margin: 0 5px 0 -1px;
  font-size: 18px;
  line-height: 1em;
  position: relative;
  bottom: -2px;
  color: #F9C032;
}
#super-banner.alert {
  background: #dd3503;
  color: #fff;
}
#super-banner.alert i {
  color: #F9C032;
}
#super-banner.notice {
  background: #4c6621;
  color: #fff;
}
#super-banner.notice i {
  color: #F9C032;
}
#super-banner.notice a {
  color: #fff;
}
#super-banner.notice a:hover {
  color: #9fb37f;
}
#super-banner.warning {
  background: #F8E7B7;
}
#super-banner.warning i {
  color: #DA9E07;
}
#super-banner.onboarding {
  background: #824C71;
  color: #fff;
}
#super-banner.onboarding i {
  color: #f8b991;
}
#super-banner.onboarding a {
  color: #fff;
}
#super-banner.onboarding a:hover {
  color: #9fb37f;
}
#super-banner.charity-meal-counter {
  background: #FCF3DB;
}
#super-banner.xmas {
  background: #c75a17;
  color: #fff;
}
#super-banner.xmas i {
  color: #F9C032;
}
#super-banner.xmas a {
  color: #fff;
}
#super-banner.xmas a:hover {
  color: #F8E7B7;
}
#super-banner.hidden {
  display: none;
}
#super-banner a span {
  text-decoration: inherit;
}
#super-banner .desktop {
  display: none;
}

.subtitle-alert-notice {
  padding: 0 1rem 1rem;
  text-align: center;
  background: #eff2ea;
  font-size: 0.875rem;
  margin-top: -0.5rem;
}
.subtitle-alert-notice i {
  margin: 0 3px 0 -1px;
  font-size: 1.125rem;
  line-height: 1em;
  position: relative;
  bottom: -1px;
  color: #DA9E07;
}
.subtitle-alert-notice span {
  font-weight: 700;
  color: #DA9E07;
}

.basic-page {
  line-height: 1.5;
}
.basic-page .content-wrapper {
  width: 100%;
  padding: 1.5rem 1rem 2rem;
}
.basic-page p {
  margin-bottom: 1rem;
}
.basic-page .center-text {
  text-align: center;
}
.basic-page .bottom-line {
  text-align: center;
}
.basic-page .bottom-line .button {
  width: 100%;
}

.qr-code {
  padding: 2rem;
  text-align: center;
}
.qr-code img {
  width: 100%;
  max-width: 40rem;
}

input, textarea {
  background: #fff;
}

.form-page-wrapper {
  background: #eff2ea;
}
.form-page-wrapper #coverage-message {
  margin-bottom: 1.25rem;
  width: 100%;
}
.form-page-wrapper #coverage-message p {
  padding: 0.5rem 0.75rem;
  border-radius: 0.4rem;
  text-align: center;
}
.form-page-wrapper #coverage-message p p {
  margin: 0;
  padding: 0;
}
.form-page-wrapper #coverage-message i {
  margin-right: 0.2rem;
}
.form-page-wrapper #coverage-message .address-covered {
  color: #557325;
  background-color: #eff2ea;
}
.form-page-wrapper #coverage-message .address-uncovered {
  color: #DA9E07;
  background-color: rgba(218, 158, 7, 0.1);
}
.form-page-wrapper #coverage-message .address-error {
  color: #dd3503;
  background-color: rgba(221, 53, 3, 0.1);
}
.form-page-wrapper form:not(:last-child):not(.form-fullwidth) {
  margin-bottom: 1.5rem;
}
.form-page-wrapper form .button:last-child {
  margin-top: 0.5rem;
}

.form-fullwidth {
  width: 100%;
  padding: 2rem 1.5rem;
  background: #fff;
}
.form-fullwidth .button {
  width: 100%;
}
.form-fullwidth .button:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form-fullwidth p:not(:last-child), .form-fullwidth h3 {
  margin-bottom: 1.5rem;
}
.form-fullwidth h3 {
  font-weight: 700;
  text-align: center;
}
.form-fullwidth + .form-fullwidth {
  margin-top: 0.5rem;
}

form .field, .form .field {
  margin-bottom: 1.5rem;
}
form .field:not(:last-child), .form .field:not(:last-child) {
  margin-bottom: 1.5rem;
}
form .field .label span, .form .field .label span {
  font-weight: 400;
  font-size: 0.75rem;
}
form .field .radio > div, .form .field .radio > div {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 0.5rem;
}
form .field.checkbox, .form .field.checkbox {
  position: relative;
  padding-left: 1.75rem;
}
form .field.checkbox input, .form .field.checkbox input {
  position: absolute;
  left: 0;
  font-size: 1rem;
}
form .field:not(.checkbox) label:not(.checkbox), .form .field:not(.checkbox) label:not(.checkbox) {
  font-weight: 600;
  color: #746f6f;
  display: inline-block;
  margin-bottom: 0.5rem;
}
form .field:not(.checkbox) label:not(.checkbox) a, .form .field:not(.checkbox) label:not(.checkbox) a {
  font-weight: 400;
}
form .field .help-text, .form .field .help-text {
  margin-top: 0.5rem;
}
form .field .control i, .form .field .control i {
  color: #5F8029;
}
form .field .control i:hover, .form .field .control i:hover {
  color: #4c6621;
}
form .errorlist, .form .errorlist {
  margin-top: 0.5rem;
  color: #dd3503;
}
form .errorlist li, .form .errorlist li {
  margin-top: 0.25rem;
}
form .errors-notice, .form .errors-notice {
  color: #dd3503;
}

.form-checkbox-list-wrapper {
  padding-top: 0.5rem;
}

.divider-text {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.divider-text span {
  display: inline-block;
  background: #fff;
  padding: 0 0.75rem;
  position: relative;
  z-index: 2;
}
.divider-text::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #dfe6d4;
  position: absolute;
  top: 0.75rem;
}

.error-message {
  color: #dd3503;
}

.success-message {
  color: #4c6621;
}

.warning-message {
  color: #DA9E07;
}

.address-option {
  width: 100%;
  line-height: 1.4rem;
  border: 1px solid #cfd9bf;
  padding: 1rem;
  border-radius: 0.4rem;
  transition: 0.2s;
}
.address-option:focus, .address-option:active {
  border-color: #4c6621;
}
.address-option:not(:last-of-type) {
  margin-bottom: 1rem;
}
.address-option .name {
  font-weight: 600;
}
.address-option .address-actions {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.address-option .favourite-address i {
  color: #F9C032;
}
.address-option .delete-button {
  color: #dd3503;
}
.address-option i {
  margin-right: 0.25rem;
}
.address-option.b-radio.radio {
  align-items: flex-start;
}
.address-option:hover, .address-option:focus, .address-option:active {
  border-color: #5F8029;
}
.address-option p {
  margin: 0;
}

.address-options-wrapper {
  margin-bottom: 2rem;
}
.address-options-wrapper > p:first-child {
  margin-bottom: 1rem;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 102;
}
.modal .modal-wrapper {
  width: auto;
}
.modal.open {
  display: flex;
  position: fixed;
  overflow: auto;
}

.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 4rem 0 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  height: 4rem;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #dfe6d4;
}
.modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 1.125rem;
  width: calc(100% - 6rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-content .modal-header .icon-button {
  font-size: 1.25rem;
  width: 2.5rem;
  line-height: 2.5rem;
  margin-right: -0.5rem;
  text-align: center;
  color: #5F8029;
  cursor: pointer;
}
.modal-content .modal-header .icon-button:hover {
  color: #557325;
}
.modal-content .modal-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  border-top: 1px solid #dfe6d4;
  width: 100%;
  padding: 1rem 1.5rem;
}
.modal-content .modal-content-footer .button {
  min-width: 8rem;
}
.modal-content .modal-content-footer .button .icon-bag {
  margin-right: 0.5rem;
}
.modal-content .modal-body {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #9B9898 #ebeaea;
  padding: 1rem;
}
.modal-content .modal-body::-webkit-scrollbar {
  width: 0.75rem;
}
.modal-content .modal-body::-webkit-scrollbar-track {
  background-color: #ebeaea;
}
.modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #9B9898;
  border-radius: 1rem;
  border: 3px solid #ebeaea;
  width: 50%;
}
.modal-content .modal-body p {
  margin-bottom: 1rem;
}
.modal-content .modal-body ul li {
  padding-left: 1.75rem;
  position: relative;
}
.modal-content .modal-body ul li::before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  color: #5F8029;
  font-size: 2rem;
  line-height: 1rem;
}
.modal-content .modal-body ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.modal-content .bottom-line-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  border-top: 1px solid #dfe6d4;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-top: auto;
}
.modal-content .bottom-line-buttons .stop-reminder {
  margin-right: auto;
  padding-right: 1rem;
}
.modal-content .bottom-line-buttons .button {
  flex-grow: 1;
}
.modal-content + .modal-close {
  display: none;
}
.modal-content input + p {
  margin: 1rem;
}
.modal-content.convert-points-modal .modal-body {
  text-align: center;
  padding: 2rem 2rem 1.5rem;
}
.modal-content.convert-points-modal .points-input {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.modal-content.convert-points-modal .points-input .b-numberinput {
  width: 66%;
  max-width: 10rem;
}
.modal-content.convert-points-modal .b-slider .b-slider-track {
  border-radius: 0.1rem;
}
.modal-content.convert-points-modal .b-slider.is-medium .b-slider-track {
  height: 0.5rem;
}
.modal-content.convert-points-modal .b-slider.is-success .b-slider-fill {
  background: #9fb37f !important;
  border: none;
}
.modal-content.convert-points-modal .b-slider.is-medium .b-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 2rem;
  transition: 0.2s;
}
.modal-content.convert-points-modal .b-slider.is-medium .b-slider-thumb-wrapper.is-dragging .b-slider-thumb {
  transform: scale(1.1);
}
.modal-content.convert-points-modal .bottom-line-buttons {
  justify-content: center;
}

#modal-address-selection .modal-body {
  padding: 1rem;
}

.contact-us-banner {
  display: block;
  padding: 2rem 1.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  max-width: 80rem;
  margin: 0 auto 1.75rem;
  border-top: 1px solid #605B5B;
  border-bottom: 1px solid #605B5B;
}
.contact-us-banner p {
  margin-bottom: 1rem;
}
.contact-us-banner i {
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 0.5rem;
}
.contact-us-banner i:first-of-type {
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  margin-left: -0.1rem;
  border-right: 1px solid #afbf94;
}

.footer {
  background: #383232;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.5rem 2.5rem;
  color: #fff;
}
.footer a:not(:hover) {
  text-decoration: none;
}
.footer .footer-block-title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.footer .tp-widget-wrapper {
  margin-bottom: 1.5rem;
}
.footer .company-info {
  text-align: center;
  font-size: 0.875rem;
  color: #c3c1c1;
  margin-top: 3rem;
}
.footer .company-info span {
  display: inline-block;
}

.footer-block:not(:last-of-type) {
  padding-bottom: 2rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #605B5B;
}
.footer-block .footer-block-title:not(:first-child) {
  padding-top: 1.75rem;
  margin-top: 2rem;
  border-top: 1px solid #605B5B;
}

.footer-links {
  color: #c3c1c1;
  font-size: 0.875rem;
  display: block;
  transition: 0.1s;
  margin-top: 0.5rem;
}
.footer-links:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-links i {
  margin-right: 0.3rem;
}

.trustpilot-footer-wrapper {
  margin-bottom: 2rem;
}

.social-links a {
  display: inline-flex;
  margin: 0 0.2rem;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3rem;
  color: #5F8029;
  text-decoration: none;
  transition: 0.2;
}
.social-links a:hover {
  background: #dfe6d4;
}
.social-links i {
  font-size: 1.5rem;
  vertical-align: middle;
}
.social-links .fa-facebook-f {
  color: #0866ff;
}
.social-links .fa-instagram {
  color: #ff0069;
}

.sw-theme-basic {
  border: none;
  font-size: 0.875rem;
}
.sw-theme-basic > .nav {
  box-shadow: none !important;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.sw-theme-basic > .nav .nav-link {
  margin: 0;
  border-bottom: 1px solid #ebeaea;
}
.sw-theme-basic > .nav .nav-link::after {
  display: none;
}
.sw-theme-basic > .nav .nav-link.default {
  color: #9B9898;
}
.sw-theme-basic > .nav .nav-link.default.done {
  color: #557325;
  border-color: #afbf94;
}
.sw-theme-basic > .nav .nav-link.default.done:hover {
  color: #4c6621;
  border-color: #5F8029;
}
.sw-theme-basic > .nav .nav-link.active {
  color: #383232 !important;
  font-weight: 600;
  border-color: #9B9898;
}
.sw-theme-basic > .nav .nav-link.active:hover {
  cursor: default;
}

.sw > .tab-content > .tab-pane {
  padding: 0;
}
.sw > .nav {
  flex-wrap: nowrap;
  flex-direction: row !important;
}
.sw > .nav .nav-link {
  padding: 0 0 0.5rem;
}
.sw .forward-arrow {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #c3c1c1;
  border-right: 1px solid #c3c1c1;
  transform: rotate(45deg);
}

.simple-thank-you-page {
  text-align: center;
  font-size: 1.125rem;
  padding: 2rem 2rem 3rem;
}
.simple-thank-you-page .wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.simple-thank-you-page h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.simple-thank-you-page p {
  margin-bottom: 2rem;
}
.simple-thank-you-page p span {
  display: inline-block;
}
.simple-thank-you-page p .icon-coins {
  color: #DA9E07;
}
.simple-thank-you-page .confirmation i {
  color: #5F8029;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  line-height: 1rem;
}
.simple-thank-you-page .button {
  max-width: 30rem;
  margin: 0 auto;
}

.print-page {
  text-align: center;
}
#order-resume .print-page {
  border-top: 1px dotted #dfe6d4;
  padding: 2rem 1rem;
  margin-top: 2rem;
}

@media screen and (max-width: 22em) {
  html {
    font-size: 14px;
  }
  #super-banner a span {
    display: none;
  }
}
@media screen and (max-width: 40em) {
  #super-banner a span {
    display: none;
  }
  .stop-reminder + .postpone {
    display: none;
  }
}
@media screen and (max-width: 29.999em) {
  .form-wrapper.address-first-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    flex-wrap: wrap;
  }
  .form-wrapper .city {
    width: 100%;
  }
  .form-wrapper .prov, .form-wrapper .cap {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 25em) {
  .home-office-tabs .tab {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 30em) {
  .form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .form-wrapper .field {
    width: 50%;
  }
  .form-wrapper .field.city {
    width: 60%;
  }
  .form-wrapper .field.prov {
    width: 15%;
  }
  .form-wrapper .field.cap {
    width: 25%;
  }
  .home-office-tabs .tab {
    padding: 0 2rem;
  }
  .home-office-tabs a i {
    display: inline;
  }
  .navigation .nav-item {
    padding: 0 0.75rem;
  }
  .navigation .nav-item.mobile-icon {
    width: 16.6666666667%;
    min-width: 3rem;
  }
  .navigation .nav-item.mobile-icon .link-name {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .office-link-wrapper span {
    display: inline;
  }
  .navigation .nav-item {
    line-height: 1rem;
  }
  .navigation .nav-item.mobile-icon {
    width: auto;
    min-width: unset;
    flex-grow: 1;
  }
  .navigation .nav-item.mobile-icon .link-name {
    display: inline-block;
    max-width: 6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .navigation .nav-item.mobile-icon .icon-search {
    margin-right: 0.3rem;
  }
  .navigation i {
    margin-right: 0.5rem;
  }
  .form-page-wrapper {
    padding: 0 2rem 3rem;
  }
  .form-fullwidth {
    max-width: 40rem;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 1rem;
  }
  .form-fullwidth + .form-fullwidth {
    margin-top: 1.5rem;
  }
  .simple-thank-you-page {
    font-size: 1.25rem;
    padding: 3rem 3rem 4.5rem;
  }
  .simple-thank-you-page h1 {
    font-size: 2rem;
  }
  .modal {
    padding: 2rem;
  }
  .modal form {
    display: flex;
    max-height: 100%;
  }
  .modal-content {
    position: relative;
    width: 100%;
    min-width: 32rem;
    max-width: 37.5rem;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  #super-banner {
    padding: 0 0.5rem;
    line-height: 2rem;
  }
  #super-banner::before, #super-banner::after {
    display: none;
  }
  #super-banner .desktop {
    display: inline;
  }
  #super-banner .mobile {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .contact-us-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    border-color: #5F8029;
    margin-bottom: 3rem;
  }
  .contact-us-banner p {
    margin: 0;
  }
  .footer {
    padding-bottom: 4rem;
    text-align: left;
  }
  .footer .footer-block:not(:last-of-type) {
    margin-bottom: 0;
  }
  .footer .tp-widget-wrapper {
    padding: 1rem 0;
  }
  .footer .company-info {
    border-top: 1px dotted #605B5B;
    padding-top: 3rem;
    width: 100%;
    max-width: 82rem;
    margin: 3rem auto 0;
  }
  .footer-wrapper {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .footer-wrapper .footer-block {
    width: 25%;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .footer-wrapper .footer-block .footer-block-title:not(:first-child) {
    border: none;
    padding: 0;
    margin-top: 1.375rem;
  }
  .footer-wrapper .social-links {
    width: 2.5rem;
  }
  .footer-wrapper .social-links a {
    margin: 0 0 0.5rem;
  }
  .detail-page .print-page {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 56em) {
  #header {
    padding: 0 2rem;
    border-bottom: 1px solid #dfe6d4;
  }
  #header .header-wrapper {
    margin: 0 auto;
    display: block;
  }
  #header .header-wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .logo-wrapper {
    margin: 0 1.5rem 0 0;
    display: flex;
    align-items: center;
    float: left;
    height: 60px;
  }
  .logo-wrapper img {
    height: 2rem;
  }
  .office-link-wrapper {
    float: left;
    line-height: 60px;
    margin: 0;
  }
  .office-link-wrapper span {
    display: none;
  }
  .header-list {
    height: 60px;
  }
  .header-list a:not(.btn):not(.active):hover {
    color: #4c6621;
    text-decoration: underline;
  }
  .home-office-tabs {
    float: left;
  }
  .home-office-tabs .tab {
    line-height: 60px;
    padding: 0 1rem;
  }
  .home-office-tabs .tab.active {
    background: #eff2ea;
  }
  .navigation {
    width: auto;
    margin: 0;
    float: right;
    background: transparent;
  }
  .navigation .nav-item {
    background: transparent;
    white-space: nowrap;
    padding: 0 0.75rem;
    border: none;
  }
  .navigation .nav-item:not(.mobile-icon) {
    flex-grow: unset;
  }
  .navigation .nav-item:not(.mobile-icon) i {
    padding: 0;
    margin-right: 0.5rem;
  }
  .navigation .nav-item.user-menu {
    padding-right: 0;
  }
  .navigation .nav-item:not(:first-child):not(.active) {
    margin: 0;
  }
  .navigation i {
    font-size: 1.25rem;
  }
  .navigation .user-menu #open-menu:hover {
    text-decoration: none;
  }
  .menu-wrapper .close {
    top: 0.5rem;
  }
  .search-section {
    padding: 0 2rem;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    background: #eff2ea;
  }
  .search-section.visible {
    border: none;
  }
  .search-wrapper {
    margin: 0 auto;
    overflow: hidden;
  }
  .search-wrapper .search-bar {
    padding-left: 1.5rem;
  }
  .language-selector {
    top: 1px;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
    background: #f0f2e7;
    border: none;
    height: auto;
    margin-right: 1rem;
  }
  .account-buttons {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-items: center;
    float: right;
    height: 60px;
    margin-left: 0.75rem;
    background-color: transparent;
    padding: 0;
    white-space: nowrap;
  }
  .account-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
    height: 2.5rem;
    padding: 0 1rem;
  }
  .account-buttons .btn.signup {
    display: flex;
    background: #5F8029;
  }
  .account-buttons .btn.signup:hover {
    background: #557325;
  }
  .account-buttons .btn.login {
    color: #557325;
    border: 2px solid #5F8029;
  }
  .account-buttons .btn.login:hover {
    border-color: #4c6621;
    color: #4c6621;
  }
  .basic-page .content-wrapper {
    max-width: 84rem;
    padding: 2rem 2rem 3rem;
    margin: 0 auto;
  }
  .basic-page .content-wrapper.narrow {
    max-width: 52rem;
  }
  .basic-page .bottom-line .button {
    width: auto;
    min-width: 15rem;
  }
}
@media screen and (min-width: 64em) {
  .navigation .nav-item {
    padding: 0 1rem;
  }
  .navigation .nav-item.mobile-icon .link-name {
    max-width: 7rem;
  }
  .navigation .user-menu {
    width: auto;
    position: relative;
  }
  .navigation .user-menu .user-action-link {
    color: #2d2828;
    font-weight: 600;
  }
  .navigation .user-menu:hover .menu-wrapper {
    display: block;
  }
  .navigation #open-menu .icon-user {
    display: none;
  }
  .navigation #open-menu .icon-dropdown {
    display: inline-block;
    margin: 0 0 0 0.3rem;
  }
  .menu-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    top: 100%;
    width: auto;
    height: auto;
    overflow-y: initial;
    transition: 0.3s;
    z-index: 103;
    display: none;
    text-align: right;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #dfe6d4;
    border-top: 0;
    padding-top: 1rem;
  }
  #open-menu.open + .menu-wrapper {
    left: auto;
  }
  .menu-wrapper .user-name, .menu-wrapper .close {
    display: none;
  }
  .menu-wrapper a {
    line-height: 1em;
    white-space: nowrap;
    cursor: pointer;
  }
  .menu-wrapper a:hover {
    color: #5F8029;
  }
  .menu-wrapper hr {
    height: 1px;
  }
}
@media screen and (min-width: 80em) {
  .office-link-wrapper span {
    display: inline;
  }
  .tp-widget-wrapper {
    max-width: 82rem;
    margin: 0 auto;
  }
}
@media print {
  .footer,
  .footer-bottom,
  .print-page,
  #super-banner,
  #header,
  #itemDetailApp,
  #nutrients-detail,
  div.print,
  img.logo,
  .item-detail .prod-delivery-alert {
    display: none !important;
  }
  .section-title h1 {
    font-size: 20px;
    line-height: 1;
  }
  .section {
    padding: 0.5rem;
    padding-top: 0 !important;
  }
  .dish-ingredient {
    width: 50%;
  }
  a {
    text-decoration: none !important;
  }
  .dish-sub-title {
    font-size: 16px;
    font-weight: 400;
  }
  .dish-ingredient {
    padding-left: 15px;
    border-left: 2px solid #cfd9bf;
    font-size: 13px;
    line-height: 15px;
  }
  .order-details h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .order-detail-plan div {
    font-size: 14px;
  }
  section.instructions-section {
    page-break-before: always;
  }
}/*# sourceMappingURL=new-core.css.map */