@charset "UTF-8";
html, body {
  height: 100%;
  background-color: rgb(247, 247, 244);
}

.mbcfg__wide-only {
  display: none;
}
.mbcfg__wide-only--inline {
  display: none;
}

.mbcfg__narrow-only {
  display: block;
}
.mbcfg__narrow-only--inline {
  display: inline-block;
}

.hidden {
  display: none;
}

.mbcfg__valign-middle {
  vertical-align: middle;
}

.mbcfg_link {
  text-decoration: none;
}

.mbcfg {
  background-color: rgb(247, 247, 244);
  position: relative;
  z-index: 3000;
}
.mbcfg.on-top {
  z-index: 5000;
}
.mbcfg.on-top ~ .dixa-messenger-namespace {
  display: none;
}
.mbcfg__link:visited, .mbcfg__link:link {
  color: rgb(13, 117, 72);
  text-decoration: underline;
}
.mbcfg__loading {
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mbcfg__filter-persons-only {
  position: fixed;
  left: 0;
  top: 49px;
  right: 0;
  z-index: 1;
}
[data-is-beta-jbk-customer=true][data-is-member=false] .mbcfg__filter-persons-only {
  top: 79px;
}
.mbcfg__filter-persons-only-inner {
  border-top: 1rem rgb(247, 247, 244) solid;
  box-shadow: 0 2px 4px 0 rgba(193, 194, 186, 0.2);
  background-color: #fff;
  padding: 1rem;
  width: 100vw;
}
.mbcfg__filter-persons-only-title-1 {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #75756e;
  text-align: center;
  margin: 0.5em 0;
}
.mbcfg__filter-persons-only-title-2 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin: 0.5em 0;
}
.mbcfg__filter-persons-only-buttons {
  text-align: center;
}
.mbcfg__filter-existing-customer {
  display: none;
}
.mbcfg__filter-existing-customer.on {
  display: block;
  position: sticky;
  left: 0;
  top: 49px;
  right: 0;
  z-index: 1;
}
[data-is-beta-jbk-customer=true][data-is-member=false] .mbcfg__filter-existing-customer {
  top: 79px;
}
.mbcfg__filter-existing-customer-inner {
  border-top: 1rem rgb(247, 247, 244) solid;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(193, 194, 186, 0.2);
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(13, 117, 72);
  height: 69px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 1rem;
}
.mbcfg__filter-existing-customer svg {
  display: inline-block;
  margin-right: 0.5rem;
}
.mbcfg__filter-existing-customer span {
  margin-right: 1.5rem;
}
.mbcfg__filter-existing-customer span span {
  margin-right: 0;
}
.mbcfg__filter-existing-customer-toggle {
  position: absolute;
  right: 1.5rem;
  top: 30px;
  margin: 0 !important;
}
.mbcfg__filterpanel {
  background-color: rgba(247, 247, 244, 0.9);
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  z-index: 5;
  transition: all 0.25s ease-out;
}
.mbcfg__filterpanel-inner {
  background-color: #fff;
  margin-left: 10vw;
  width: 90vw;
  height: 100vh;
  padding: 2rem;
  overflow: scroll;
}
.mbcfg__filterpanel.on {
  right: 0;
}
.mbcfg__filterpanel-header {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 2rem 0 1rem;
}
.mbcfg__filterpanel-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.mbcfg__filterpanel-tag {
  color: #333333;
  display: flex;
  flex: 0 1 calc(50% - 0.5rem);
  justify-content: center;
  padding: 1.5rem 0.5rem;
  background-color: #f8f8f8;
  border-radius: 4px;
  line-height: 1.3;
  white-space: nowrap;
}
.mbcfg__filterpanel-tag.on {
  color: rgb(252, 252, 245);
  background-color: rgb(13, 117, 72);
}
.mbcfg__mealbox-list {
  list-style: none;
  padding: 0 1rem;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 0;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
}
[data-voucher-banner=true] .mbcfg__mealbox-list {
  margin-top: 0;
}

.mbcfg__mealbox-list.off {
  display: none;
}
.mbcfg__mealbox-list-error {
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
}
.mbcfg__mealbox-list-item {
  font-size: 14px;
  font-size: 1rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(193, 194, 186, 0.2);
  margin-bottom: 1rem;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  .mbcfg__mealbox-list-item {
    width: calc(50% - 2rem);
  }
}
.mbcfg__mealbox-list-item:first-child {
  margin-top: 1rem;
}
.mbcfg__mealbox-list-item-most-popular, .mbcfg__mealbox-list-item-tag {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(94, 94, 94, 0.3);
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 272px;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 700;
  cursor: default;
}
.mbcfg__mealbox-list-item-tag--news {
  box-shadow: inset 0px -4px 12px 1px rgba(89, 159, 169, 0.7);
  background-color: #64798D;
  color: #fff;
}
.mbcfg__mealbox-list-item-texts {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-color: rgb(195, 199, 211);
  padding: 1rem;
  overflow: hidden;
  height: 192px;
  position: relative;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.mbcfg__mealbox-list-item-title {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.25rem 0 0.5rem;
}
[lang=sv] .mbcfg__mealbox-list-item-title {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.mbcfg__mealbox-list-item-meta {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
}
.mbcfg__mealbox-list-item-meta li {
  display: inline-block;
  margin-right: 1.25rem;
  white-space: nowrap;
}
.mbcfg__mealbox-list-item-description {
  display: none;
}
.mbcfg__mealbox-list-item-price {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 300;
  text-align: right;
  position: absolute;
  right: 1rem;
  bottom: 3.5rem;
}
.mbcfg__mealbox-list-item-price span {
  font-size: 27px;
  font-size: 1.9285714286rem;
  font-weight: 700;
}
.mbcfg__mealbox-list-item-price span .currency {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 400;
}
.mbcfg__mealbox-list-item-price--before, .mbcfg__mealbox-list-item-price--member {
  background-color: rgb(13, 117, 72);
  color: #fff;
  border-radius: 5px;
  padding: 0.25em 1rem 0.25em 1rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 12px;
  font-size: 0.8571428571rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.15em 0.75rem 0.15em 0.75rem;
  color: #333333;
}
.mbcfg__mealbox-list-item-price--before {
  text-decoration: line-through;
}
.mbcfg__mealbox-list-item-links {
  display: flex;
  flex-flow: row nowrap;
}
.mbcfg__mealbox-list-item-link-menu {
  background-color: #fff;
  color: rgb(13, 117, 72);
  text-align: center;
  flex: 0 1 50%;
  padding: 1rem 0;
  border-right: 1px solid rgb(247, 247, 244);
}
.mbcfg__mealbox-list-item-link-menu a:link,
.mbcfg__mealbox-list-item-link-menu a:visited {
  display: block;
  color: rgb(13, 117, 72);
  text-decoration: none;
}
.mbcfg__mealbox-list-item-link-menu a:focus,
.mbcfg__mealbox-list-item-link-menu a:hover {
  color: rgb(13, 117, 72);
  text-decoration: none;
}
.mbcfg__mealbox-list-item-link-menu img {
  width: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.mbcfg__mealbox-list-item-link-menu span {
  cursor: pointer;
  display: block;
}
.mbcfg__mealbox-list-item-link-viewmore {
  background-color: #fff;
  color: rgb(13, 117, 72);
  text-align: center;
  flex: 0 1 50%;
  padding: 1rem 0;
  border-left: 1px solid rgb(247, 247, 244);
  text-decoration: none;
}
.mbcfg__mealbox-list-item-link-viewmore img {
  width: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.mbcfg__mealbox-list-item-link-viewmore a:link,
.mbcfg__mealbox-list-item-link-viewmore a:visited {
  display: block;
  color: rgb(13, 117, 72);
  text-decoration: none;
}
.mbcfg__mealbox-list-item-link-viewmore a:focus,
.mbcfg__mealbox-list-item-link-viewmore a:hover {
  color: rgb(13, 117, 72);
  text-decoration: none;
}
.mbcfg__menu {
  color: #333333;
}
.mbcfg__menu-inner {
  margin: 1rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(168, 168, 162, 0.3);
  width: calc(100vw - 2rem);
  height: calc(100vh - 2rem);
}
.mbcfg__menu-content {
  color: #333333;
  overflow: auto;
  overflow-x: hidden;
  flex: 0 1 100%;
  display: none;
}
.mbcfg__menu-content.on {
  display: block;
}
.mbcfg__menu-date-selector {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  min-height: 20px;
}
.mbcfg__menu-date-selector-prev {
  position: absolute;
  left: 0;
  top: 5px;
}
.mbcfg__menu-date-selector-week {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  line-height: 1.2;
}
.mbcfg__menu-date-selector-date {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
}
.mbcfg__menu-date-selector-next {
  position: absolute;
  right: 0;
  top: 5px;
}
.mbcfg__menu-days-selector {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.mbcfg__menu-days-selector-person {
  font-size: 13px;
  font-size: 0.9285714286rem;
  text-transform: uppercase;
  border: 1px solid rgb(237, 237, 235);
  color: rgb(13, 117, 72);
  padding: 0.5em 0.75rem;
  border-radius: 6px;
  flex: 0 1 100%;
  margin: 0 0.5rem;
  text-align: center;
  cursor: pointer;
}
.mbcfg__menu-days-selector-person:first-child {
  margin-left: 0;
}
.mbcfg__menu-days-selector-person:last-child {
  margin-right: 0;
}
.mbcfg__menu-days-selector-person.on {
  border-color: #601030;
  background-color: #601030;
  color: #fff;
}
.mbcfg__menu-days-selector-person.single {
  border-color: transparent;
  background-color: transparent;
  color: #ccc;
  cursor: default;
  position: relative;
}
.mbcfg__menu-days-selector-person.single:before {
  content: "";
  border-bottom: 1px solid #eee;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.mbcfg__menu-days-selector-person.single .single-item {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 5px;
}
.mbcfg__menu-title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 400;
  text-align: center;
  margin: 1rem;
}
.mbcfg__page-details-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.75s ease-out;
}
.mbcfg__page-details-wrapper.on {
  z-index: 1;
  opacity: 1;
}
.mbcfg__page-details-content {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  background-position: center bottom;
}
.mbcfg__page-configure {
  background-size: cover;
}
.mbcfg__tab {
  display: none;
}
.mbcfg__tab.active {
  display: block;
}
.mbcfg__tab h3:first-child {
  margin-top: 0;
}
.mbcfg__tab-padding {
  padding: 0 1rem 2rem;
}
.mbcfg__back {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  color: #000;
  font-weight: 200;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background-image: url("/assets/source/js/ng-apps/assets/back.svg");
  background-repeat: no-repeat;
  background-position: 18px 18px;
  background-size: 12px;
}
.mbcfg__back--white {
  background-image: url("/assets/source/js/ng-apps/assets/back-white.svg");
}
.mbcfg__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbcfg__list li {
  display: inline-block;
}
.mbcfg__list-variants {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbcfg__list-link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 0.5rem;
  background-color: rgb(237, 237, 235);
  color: #333333;
}
.mbcfg__list-link-variant {
  display: block;
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.mbcfg__list-link-variant > div:nth-child(2) {
  flex-grow: 1;
}
.mbcfg__list-link-variant-title {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25em;
}
.mbcfg__list-link-variant-description {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.2;
  color: #82827B;
  display: block;
  margin-bottom: 0.25em;
}
.mbcfg__list-link-variant-info {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #4F94AF;
  background: transparent url(/assets/source/js/ng-apps/assets/variant-info.svg) no-repeat;
  background-size: contain;
  z-index: 1;
  border-radius: 50%;
  font-style: normal;
  cursor: pointer;
}
.mbcfg__list-link-variant-check {
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: transparent url(/assets/source/js/ng-apps/assets/check-default.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
  margin-top: -3px;
}
.mbcfg__list-link-variant-check.selected {
  background: transparent url(/assets/source/js/ng-apps/assets/check-checked.svg) no-repeat;
  background-size: contain;
}
.mbcfg__list-link-variant-priceinfo {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.3;
}
.mbcfg__list-link-variant-details-overlay {
  box-shadow: 0 2px 4px 0 rgba(168, 168, 162, 0.3);
  background-color: rgba(248, 248, 248, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.mbcfg__list-link-variant-details-overlay.on {
  opacity: 1;
  z-index: 300;
}
.mbcfg__list-link-variant-details-overlay-inner {
  padding: 2rem;
  padding-bottom: 210px;
  background-color: #fff;
  margin: 1rem;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.mbcfg__list-link-variant-details-overlay-title {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: 300;
  margin-bottom: 1rem;
  padding-bottom: 1em;
  border-bottom: 1px solid rgb(237, 237, 235);
}
.mbcfg__list-link-variant-details-overlay-description {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #F7F7F4;
}
.mbcfg__list-link-variant-details-overlay-bom {
  position: relative;
  z-index: 2;
}
.mbcfg__list-link-variant-details-overlay-image {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(5%) translateY(28%);
}
.mbcfg__round-button {
  font-size: 26px;
  font-size: 1.8571428571rem;
  text-decoration: none;
  text-align: center;
  color: #333333;
  background-color: #e8e8e8;
  width: 47px;
  height: 47px;
  line-height: 47px;
  display: inline-block;
  margin: 0 0.5rem 1rem 0;
  border-radius: 50%;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(13, 117, 72, 0.5);
}
.mbcfg__round-button:link, .mbcfg__round-button:visited {
  color: #333333;
}
.mbcfg__round-button:hover, .mbcfg__round-button.on {
  color: rgb(252, 252, 245);
  background-color: #601030;
  border-color: #601030;
}
.mbcfg__round-button-small {
  font-size: 15px;
  font-size: 1.0714285714rem;
  text-decoration: none;
  text-align: center;
  color: #333333;
  background-color: #fff;
  border: 1px solid #A8A8A2;
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0.25rem;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
}
.mbcfg__round-button-small:link, .mbcfg__round-button-small:visited {
  color: #333333;
}
.mbcfg__round-button-small:hover, .mbcfg__round-button-small.on {
  color: rgb(252, 252, 245);
  background-color: rgb(13, 117, 72);
  border-color: rgb(13, 117, 72);
}
.mbcfg__panel-configure-inner {
  padding: 2rem;
  height: 100%;
}
.mbcfg__panel-configure-login, .mbcfg__panel-configure-details, .mbcfg__panel-configure-address-finder, .mbcfg__panel-configure-delivery-options {
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  transition: left 0.35s ease-out;
}
.mbcfg__panel-configure-login.on, .mbcfg__panel-configure-details.on, .mbcfg__panel-configure-address-finder.on, .mbcfg__panel-configure-delivery-options.on {
  left: 0;
}
.mbcfg__panel-login {
  z-index: 210;
}
.mbcfg__panel-login.on {
  left: 0;
}
.mbcfg__panel-login-header {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 300;
  color: #75756e;
  margin-bottom: 0.5em;
}
.mbcfg__address-finder {
  position: absolute;
}
.mbcfg__panel-configure-details {
  position: absolute;
  z-index: 110;
}
.mbcfg__panel-configure-details.on {
  left: 0;
}
.mbcfg__panel-configure-details-sections {
  height: 85vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 2rem 0 2rem;
}
.mbcfg__panel-configure-address-finder-sections {
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 2rem 2rem;
  background: url(/assets/source/js/ng-apps/assets/spidskaal@2x.png) no-repeat left bottom;
  background-size: 265px;
}
.mbcfg__panel-configure-details-variants {
  margin-bottom: 30rem;
}
.mbcfg__panel-configure-address-finder {
  z-index: 300;
}
.mbcfg__panel-configure-delivery-options {
  z-index: 400;
}
.mbcfg__panel-details-backbutton {
  text-transform: uppercase;
  border-bottom: 1px solid rgb(237, 237, 235);
  padding: 2rem 2rem 1rem 2rem;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
  width: 100%;
}
.mbcfg__panel-details-backbutton-link {
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: rgb(13, 117, 72);
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1em;
}
.mbcfg__panel-details-backbutton-link:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 1px;
  transform: rotate(-90deg);
  background: url(/assets/source/js/ng-apps/assets/collapse-up.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mbcfg__panel-details-backbutton-meta {
  color: #75756E;
}
.mbcfg__panel-details-backbutton-meta-persons {
  background: url(/assets/source/js/ng-apps/assets/persons.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1.25rem;
  padding-left: 1.5rem;
}
.mbcfg__panel-details-backbutton-meta-days {
  background: url(/assets/source/js/ng-apps/assets/days.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1.25rem;
  padding-left: 1.75rem;
}
.mbcfg__panel-details-backbutton-meta-variant {
  background: url(/assets/source/js/ng-apps/assets/variant.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 1.5rem;
}
.mbcfg__panel-details-header {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: 1.4;
  color: #75756e;
  margin-bottom: 0.5em;
}
.mbcfg__panel-address-finder {
  z-index: 300;
}
.mbcfg__panel-delivery-options {
  z-index: 400;
}

.mbcfg__message-too-few-results {
  text-align: center;
  padding: 2rem 1rem;
  color: #a8a8a2;
  font-weight: 300;
  line-height: 1.4;
}
.mbcfg__message-too-few-results div {
  margin-bottom: 1em;
}

.mbcfg__close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  text-decoration: none;
  color: #000;
  font-weight: 200;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-indent: -1000px;
  background-image: url("/assets/source/js/ng-apps/assets/close.svg");
  background-repeat: no-repeat;
  background-position: 14px 28px;
  background-size: 20px;
}
.mbcfg__close--white {
  background-image: url("/assets/source/js/ng-apps/assets/close-white.svg");
}
.mbcfg__close--pushdown {
  top: 50px;
}

.mbcfg__flexlayout-vertical {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.mbcfg__flexlayout-vertical-top {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  flex: 0 1 100%;
  padding: 1rem;
}
.mbcfg__flexlayout-vertical-top--slim {
  padding: 0;
}

.mbcfg__arrow-circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/assets/source/js/ng-apps/assets/arrow-circle-right.svg");
  background-repeat: no-repeat;
}
.mbcfg__arrow-circle--left {
  transform: rotate(-180deg);
}
.mbcfg__arrow-circle--up {
  transform: rotate(-90deg);
}
.mbcfg__arrow-circle--down {
  transform: rotate(90deg);
}

.mbcfg__collapse {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("/assets/source/js/ng-apps/assets/collapse-up.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5rem;
  top: 23px;
  transform: rotate(-180deg);
  transition: transform 0.35s ease-in;
}
.mbcfg__collapse.open {
  transform: rotate(0);
}

.mbcfg__delivery-finder {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid rgb(237, 237, 235);
}
.mbcfg__delivery-finder-header {
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 300;
  line-height: 1.4;
  color: #3B3C39;
  margin-top: 2em;
}
.mbcfg__delivery-finder-header2 {
  font-size: 14px;
  font-size: 1rem;
  color: #75756e;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.mbcfg__delivery-finder-input [type=number],
.mbcfg__delivery-finder-input [type=text] {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #75756e;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgb(237, 237, 235);
  border-radius: 5px;
}
.mbcfg__delivery-finder-cant-find-address {
  text-align: center;
  color: rgb(13, 117, 72);
  padding: 1rem;
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-decoration: underline;
}

.mbcfg__delivery-options {
  margin-bottom: 30rem;
}
.mbcfg__delivery-options-days {
  font-size: 18px;
  font-size: 1.2857142857rem;
  text-align: center;
  background-color: rgb(13, 117, 72);
  color: #fff;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 1rem;
}
.mbcfg__delivery-options-header {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: 1.3;
  color: #3B3C39;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mbcfg__delivery-options-note {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #A8A8A2;
  margin-bottom: 1em;
}
.mbcfg__delivery-options-weeks {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #75756e;
  width: 100%;
  border-radius: 3px;
  padding: 1rem;
  border: 1px solid #C1C2BA;
}
.mbcfg__delivery-options-week-header {
  font-weight: 300;
  text-transform: uppercase;
  color: #75756E;
  margin-bottom: 0;
}
.mbcfg__delivery-options-frequencies {
  list-style: none;
  margin: 0 -0.5rem 1em;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  color: #75756e;
}
.mbcfg__delivery-options-frequency {
  flex: 0 1 calc(33.3333334% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid #C1C2BA;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
  color: #3B3C39;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 300;
  min-height: 53px;
}
.mbcfg__delivery-options-frequency.selected {
  border-color: #601030;
  background-color: #601030;
  color: #fff;
}
.mbcfg__delivery-options-dates {
  list-style: none;
  margin: 0 -0.5rem 1em;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  color: #75756e;
}
.mbcfg__delivery-options-dates li {
  flex: 0 1 calc(33.3333334% - 1rem);
  margin: 0.5rem;
}
.mbcfg__delivery-options-date {
  border: 1px solid #C1C2BA;
  border-radius: 3px;
  text-align: center;
  padding: 0.75rem 0.5rem;
  display: block;
  position: relative;
  line-height: 1.2;
  height: 100%;
  color: #333333;
}
.mbcfg__delivery-options-date:active, .mbcfg__delivery-options-date:hover, .mbcfg__delivery-options-date:link {
  color: #333333;
}
.mbcfg__delivery-options-date.selected {
  border-color: #601030;
  background-color: #601030;
  color: #fff;
}
.mbcfg__delivery-options-date.disabled {
  border-color: #F8F8F8;
  background-color: #F8F8F8;
  color: #C1C2BA;
}
.mbcfg__delivery-options-date-day-name {
  display: block;
  text-transform: uppercase;
  color: #601030;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.mbcfg__delivery-options-date-day-name.selected {
  color: #fff;
}
.mbcfg__delivery-options-date-day-name.disabled {
  color: #C1C2BA;
}
.mbcfg__delivery-options-date-day-date {
  color: #333333;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.mbcfg__delivery-options-date-day-date.selected {
  color: #fff;
}
.mbcfg__delivery-options-date-day-date.disabled {
  color: #C1C2BA;
}
.mbcfg__delivery-options-changed-delivery-legend {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: 300;
  line-height: 1.3;
  color: #a8a8a2;
  position: relative;
  padding: 1rem 0 1rem 35px;
  border-top: 1px solid rgb(237, 237, 235);
}
.mbcfg__delivery-options-changed-delivery-legend img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.mbcfg__delivery-options-default-days-message {
  text-align: center;
  color: rgb(13, 117, 72);
  margin: 2rem 0;
  line-height: 1.4;
}
.mbcfg__delivery-options-changed-delivery-message {
  font-size: 11px;
  font-size: 0.7857142857rem;
  word-break: break-word;
}
.mbcfg__delivery-options-changed-delivery-message-day {
  text-transform: uppercase;
  color: #601030;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.selected .mbcfg__delivery-options-changed-delivery-message-day {
  color: #fff;
}
.mbcfg__delivery-options-no-options {
  background-color: lightblue;
  color: #fff;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 3px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.mbcfg__delivery-options-find-address, .mbcfg__delivery-options-find-address a {
  margin-top: 1rem;
  line-height: 1.4;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

.mbcfg__success-message {
  color: #333333;
  text-align: center;
  margin-bottom: 2em;
}

.mbcfg__error-message {
  color: #A42534;
  text-align: center;
  margin-bottom: 2em;
}

.mbcfg__icon-few-left,
.mbcfg__icon-changed-delivery {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}

.mbcfg__basket-feedback {
  text-align: center;
  padding: 1rem;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
}
.mbcfg__basket-feedback.on {
  transform: translateY(0);
}
.mbcfg__basket-feedback-header {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: 400;
}
.mbcfg__basket-feedback-icon {
  margin: 2rem 0;
}

.mbcfg__login-header {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 300;
  color: #75756e;
}
.mbcfg__login-button .btn {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.mbcfg__login-form {
  position: relative;
}

.mbcfg__form-element-label {
  display: block;
  margin-bottom: 0.5em;
}
.mbcfg__form-element-field {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  display: block;
  width: 100%;
  border: 1px solid rgb(237, 237, 235);
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.mbcfg__form-element-field--composite {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mbcfg__form-element-flex {
  display: flex;
}

.mbcfg__tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
}
.mbcfg__tabs-list-item {
  border-top: 1px solid rgb(237, 237, 235);
}
.mbcfg__tabs-list-item:nth-child(1) {
  order: 1;
}
.mbcfg__tabs-list-item:nth-child(1).anonymous {
  order: 2;
}
.mbcfg__tabs-list-item:nth-child(2) {
  order: 2;
}
.mbcfg__tabs-list-item:nth-child(2).anonymous {
  order: 1;
}
.mbcfg__tabs-list-item:nth-child(3) {
  order: 3;
}
.mbcfg__tabs-list-item:nth-child(4) {
  order: 4;
}
.mbcfg__tabs [role=tab] {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 400;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  padding: 1.25rem 1rem;
  text-decoration: none;
  position: relative;
}

.mbcfg__details-header {
  position: relative;
  padding: 2rem 0;
  height: 100vh;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
}
.mbcfg__details-title {
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-top: 3em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.mbcfg__details-subtitle {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3em;
}
.mbcfg__details-shortdescription {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  padding: 0 2rem;
  margin-bottom: 2em;
  text-align: left;
}
.mbcfg__details-config {
  color: #82827B;
  padding: 2rem 3rem;
}
.mbcfg__details-config ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.mbcfg__details-config li {
  text-align: center;
  margin: auto;
  white-space: nowrap;
}
.mbcfg__details-config-data {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.mbcfg__details-config svg {
  display: block;
  width: 22px;
  margin: 0 auto 0.5rem;
}
.mbcfg__details-config-days svg {
  width: 26px;
}
.mbcfg__details-config-time svg {
  width: 16px;
}
.mbcfg__details-main {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin: -1rem 0.25rem 20rem;
}
.mbcfg__details-description {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5;
  background-color: #fff;
  padding: 0 1rem 1rem;
  position: relative;
}
.mbcfg__details-description p {
  margin-top: 0;
}
.mbcfg__details-description h2,
.mbcfg__details-description h3 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
.mbcfg__details-description-btn-readmore, .mbcfg__details-description-btn-readmore:visited, .mbcfg__details-description-btn-readmore:link {
  display: block;
  width: 80%;
  margin: 1rem auto 2rem;
  border-radius: 500px;
  border: 1px solid #75756E;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
}
.mbcfg__details-btn-scroll {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.mbcfg__choose {
  position: sticky;
  left: 0;
  bottom: 1rem;
  width: calc(100vw - 2rem);
  padding: 1rem 1rem 0.75rem;
  margin: 1rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  background-color: #F8F8F8;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  min-height: 80px;
  z-index: 10;
  text-align: left;
}
.mbcfg__choose--inside {
  flex: 0 1 auto;
  bottom: 1rem;
  width: auto;
  min-height: initial;
}
.mbcfg__choose--fit {
  position: fixed;
  bottom: 0.5rem;
  display: none;
  text-align: left;
}
.mbcfg__choose--fit.on {
  display: block;
}
.mbcfg__choose--fit .mbcfg_btn {
  position: absolute;
  right: 1rem;
  top: 45%;
  transform: translateY(-45%);
}
.mbcfg__choose-dish {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6;
  height: 20px;
}
.mbcfg__choose-dish-color {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6;
  background: #E1DCD4;
  display: inline-block;
  padding: 0px 5px;
  border-radius: 4px;
  height: 20px;
}
.mbcfg__choose-dish-price {
  font-weight: 500;
}
.mbcfg__choose-label--dark {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.2;
  color: #333333;
  padding-top: 0.5rem;
}
.mbcfg__choose-label {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1;
  color: #75756e;
  padding-top: 0.5rem;
}
.mbcfg__choose-price {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.1;
  color: #333333;
}
.mbcfg__choose-price--total {
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-weight: 500;
}
.mbcfg__choose-price--mobile {
  display: block;
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-weight: 500;
}
.mbcfg__choose-price--mobile .currency {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 5px;
}
.mbcfg__choose-price .currency {
  display: inline-block;
}
.mbcfg__choose-plate-price {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  color: #75756e;
}
.mbcfg__choose-plate-price .currency {
  font-size: 14px;
  font-size: 1rem;
}
.mbcfg__choose .mbcfg_btn {
  margin: 0.5rem auto;
  min-width: 135px;
  position: absolute;
  right: 1rem;
  top: 45%;
  transform: translateY(-45%);
}

.mbcfg__recipe-loading-message {
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #75756e;
  text-transform: uppercase;
}

.mbcfg__recipe-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbcfg__recipe-list-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 300;
  line-height: 1.4;
  color: #a8a8a2;
}
.mbcfg__recipe-list-item a {
  font-weight: 400;
  text-decoration: none;
  color: #333333;
  background: url(/assets/build/images/svg/chevron-right.svg) no-repeat right 50%;
  display: block;
  padding-right: 20px;
}
.mbcfg__recipe-list-item-index {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 300;
  line-height: 1;
  color: #75756e;
}

.mbcfg__backdrop {
  display: none;
  background-color: rgba(247, 247, 244, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.mbcfg__backdrop--fixed {
  position: fixed;
}
.mbcfg__backdrop.on {
  display: block;
  opacity: 1;
  z-index: 100;
  height: 100vh;
  width: 100vw;
}
.mbcfg__backdrop-inner {
  box-shadow: 0 2px 4px 0 rgba(168, 168, 162, 0.3);
  background-color: #fff;
  border-radius: 5px;
  margin: 1rem;
  height: calc(100vh - 2rem);
  width: calc(100vw - 2rem);
  overflow: hidden;
}

.mbcfg__recipe-details {
  background-color: #fff;
}
.mbcfg__recipe-details-error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.mbcfg__recipe-details-video {
  margin-top: 2rem;
}
.mbcfg__recipe-details-image {
  margin-top: 4.5rem;
}
.mbcfg__recipe-details-image img {
  width: 100%;
  height: auto;
}
.mbcfg__recipe-details-content {
  margin-bottom: 5rem;
}
.mbcfg__recipe-details-header {
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 1.5rem auto 0.75em;
}
.mbcfg__recipe-details-title {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 1em auto;
}
.mbcfg__recipe-details-meta {
  text-align: center;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0 1.5rem;
  border-bottom: 2px solid rgb(237, 237, 235);
  text-transform: uppercase;
}
.mbcfg__recipe-details-meta-persons {
  background: url(/assets/source/js/ng-apps/assets/persons-filled.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1.25rem;
  padding-left: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #75756E;
}
.mbcfg__recipe-details-meta-time {
  background: url(/assets/source/js/ng-apps/assets/watch.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1.25rem;
  padding-left: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #75756E;
}
.mbcfg__recipe-details-description-wrap, .mbcfg__recipe-details-ingredients-wrap {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.6;
  display: none;
}
.mbcfg__recipe-details-description-wrap.on, .mbcfg__recipe-details-ingredients-wrap.on {
  display: block;
}
.mbcfg__recipe-details-tabnav {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 0 2rem;
}
.mbcfg__recipe-details-tabnav a:link,
.mbcfg__recipe-details-tabnav a:visited {
  flex: 1 1 50%;
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: rgb(117, 117, 110);
}
.mbcfg__recipe-details-tabnav a:link.on,
.mbcfg__recipe-details-tabnav a:visited.on {
  border-bottom: 2px solid rgb(13, 117, 72);
  color: rgb(13, 117, 72);
}
.mbcfg__recipe-details-ingredients-list {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}
.mbcfg__recipe-details-ingredients-list-header {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.mbcfg__recipe-details-ingredients-list li, .mbcfg__recipe-details-ingredients-list div {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.mbcfg__recipe-details-ingredients-list:first-letter {
  text-transform: uppercase;
}

.mbcfg__chefs {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 540px) {
  .mbcfg__chefs {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
.mbcfg__chefs .chef-heads {
  margin-bottom: 1rem;
}
@media (min-width: 540px) {
  .mbcfg__chefs .chef-heads {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.mbcfg__chefs .chef-head {
  width: 66px;
  height: 66px;
  display: inline-block;
  position: relative;
  margin: 0 -0.5rem;
  border-radius: 50%;
  background-color: rgb(251, 248, 245);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  vertical-align: middle;
  text-indent: -1000px;
  overflow: hidden;
}
@media (min-width: 540px) {
  .mbcfg__chefs .chef-head {
    margin: 0 -1rem 0 0;
  }
  .mbcfg__chefs .chef-head:last-child {
    margin-right: 0;
  }
}
.mbcfg__chefs .chef-names {
  line-height: 1.4;
  color: #75756e;
}
.mbcfg__chefs .chef-names__title {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a8a8a2;
}
@media (min-width: 540px) {
  .mbcfg__chefs .chef-names__title {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
}
.mbcfg__chefs .chef-name {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.mbcfg__chefs .chef-name:link, .mbcfg__chefs .chef-name:visited {
  color: #333333;
  text-decoration: none;
}
@media (min-width: 540px) {
  .mbcfg__chefs .chef-name {
    font-size: 14px;
    font-size: 1rem;
  }
}

.mbcfg__bom-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbcfg__bom__content-wrapper {
  position: relative;
  min-height: 25px;
}
.mbcfg__bom__content {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}
.mbcfg__bom-meta {
  background-color: rgb(13, 117, 72);
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 10px;
}
.mbcfg__bom__loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.25s ease-out;
}
.mbcfg__bom__loading--hidden {
  opacity: 0;
}
.mbcfg__bom__row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.mbcfg__bom__row-simple {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 300;
  margin-bottom: 1em;
}
.mbcfg__bom__row--replacement-header {
  background-color: #f8f8f8;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 300;
  color: #75756e;
  text-transform: uppercase;
  padding: 2px 6px;
  margin: -2px -6px 2px;
}
.mbcfg__bom__row--replacement {
  background-color: #f8f8f8;
  padding: 2px 6px;
  margin: -2px -6px 4px;
}

.mbcfg__bom__data-block {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.mbcfg__bom__data-block.hidden-on-small {
  display: none;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block.hidden-on-small {
    display: block;
  }
}
.mbcfg__bom__data-block.hidden-on-large {
  display: block;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block.hidden-on-large {
    display: none;
  }
}
.mbcfg__bom__data-block-label {
  text-transform: uppercase;
  color: #75756e;
  display: block;
  line-height: 1.4;
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-weight: 400;
}
.mbcfg__bom__data-block-data {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #333333;
  display: block;
}
.mbcfg__bom__data-block[data-col=amount] {
  flex: 0 0 20%;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block[data-col=amount] {
    flex: 0 0 60px;
  }
}
.mbcfg__bom__data-block[data-col=name] {
  flex: 1 0 65%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block[data-col=name] {
    flex: 1 0;
  }
}
.mbcfg__bom__data-block[data-col=btn] {
  flex: 0 0 15%;
  text-align: right;
  align-self: center;
  margin-top: 11px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block[data-col=btn] {
    flex: 0 0 40px;
    order: 100;
  }
}
.mbcfg__bom__data-block[data-col=expiretime] {
  flex: 0 0 calc(50% - 0.25rem);
  border: 1px solid rgb(237, 237, 235);
  padding: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block[data-col=expiretime] {
    border: 0;
    padding: 0;
    overflow: hidden;
    flex: 0 0 140px;
  }
}
.mbcfg__bom__data-block[data-col=country] {
  flex: 0 0 calc(50% - 0.25rem);
  border: 1px solid rgb(237, 237, 235);
  padding: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block[data-col=country] {
    border: 0;
    padding: 0;
    overflow: hidden;
    flex: 0 0 100px;
  }
}
.mbcfg__bom__data-block[data-col=manufacturer] {
  flex: 0 0 calc(50% - 0.25rem);
  border: 1px solid rgb(237, 237, 235);
  padding: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mbcfg__bom__data-block[data-col=manufacturer] {
    border: 0;
    padding: 0;
    overflow: hidden;
    flex: 0 0 140px;
  }
}

.btn--bom {
  display: inline-block;
}
.btn--bom.active .bom__btn-closed {
  display: none;
}
.btn--bom.active .bom__btn-open {
  display: block;
}

.mbcfg__bom__meta-header {
  text-transform: uppercase;
  color: #75756e;
  display: block;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0.5em;
}
.mbcfg__bom__nutrition-wrapper {
  margin-bottom: 1rem;
  border: 1px solid rgb(237, 237, 235);
  padding: 1rem 1rem 0.5rem;
}
@media (min-width: 1024px) {
  .mbcfg__bom__nutrition-wrapper {
    float: left;
    width: 50%;
    padding: 1.5rem;
  }
}
.mbcfg__bom__nutrition-table {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  width: 100%;
}
.mbcfg__bom__nutrition-table td {
  padding: 0;
  line-height: 1.2;
}
.mbcfg__bom__nutrition-table td:first-child {
  padding-left: 0;
}
.mbcfg__bom__nutrition-table td:last-child {
  padding-right: 0;
}
.mbcfg__bom__nutrition-table__value {
  text-align: right;
  white-space: nowrap;
  line-height: 1.2;
}
.mbcfg__bom__nutrition-table__indent {
  display: block;
  margin-left: 1rem;
}
.mbcfg__bom__nutrition-table__indent:before {
  content: "–";
  display: inline-block;
  margin-right: 0.5rem;
}
.mbcfg__bom__ingredients-wrapper {
  margin-bottom: 1rem;
  border: 1px solid rgb(237, 237, 235);
  padding: 1rem;
}
@media (min-width: 1024px) {
  .mbcfg__bom__ingredients-wrapper {
    float: right;
    width: 49%;
    padding: 1.5rem;
  }
}
.mbcfg__bom__ingredients-list {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-bottom: 1em;
  line-height: 1.2;
}
.mbcfg__bom__ingredients-list:first-letter {
  text-transform: uppercase;
}
.mbcfg__bom__allergentext {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 1em;
}
.mbcfg__bom__footnote {
  border-top: 1px solid rgb(237, 237, 235);
  padding-top: 1rem;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-size: 1rem;
}
.mbcfg__bom__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 1.5rem;
}
.mbcfg__bom__list-empty {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
.mbcfg__bom__list-empty svg {
  margin: 1rem 0;
}
.mbcfg__bom__list-date-picker {
  padding: 1.5rem;
  margin: 0 -1rem 0;
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}
@media (min-width: 1024px) {
  .mbcfg__bom__list-date-picker {
    font-size: 14px;
    font-size: 1rem;
    text-align: left;
    margin: 1rem;
    padding: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .mbcfg__bom__list-date-picker-inner {
    position: relative;
    text-align: center;
    width: 340px;
  }
  [lang=sv] .mbcfg__bom__list-date-picker-inner {
    width: 130px;
  }
  .mbcfg__bom__list-date-picker-inner--simple {
    width: auto !important;
    margin-bottom: 1em;
  }
}
.mbcfg__bom__list-date-picker-prev {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 1024px) {
  .mbcfg__bom__list-date-picker-prev {
    left: 0.5rem;
  }
}
.mbcfg__bom__list-date-picker-next {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .mbcfg__bom__list-date-picker-next {
    right: 0;
  }
}
.mbcfg__bom__list-date-picker-weekno {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}
.mbcfg__bom__list-date-picker-dates {
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
}
.mbcfg__bom__list-date-picker-divider {
  display: none;
}
@media (min-width: 1024px) {
  .mbcfg__bom__list-date-picker-divider {
    display: inline-block;
    margin: 0 0.5rem;
  }
}
.mbcfg__bom__list-date-picker-header {
  display: none;
}

.mbcfg__bom__replacement-warning {
  vertical-align: middle;
}

.mbcfg__bom-is-organic:after {
  content: "*";
}

.mbcfg__bom-is-not-organic:after {
  content: "";
}

.mbcfg__bom-is-allergen {
  font-weight: 700;
}

.mbcfg_btn {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Calibri, Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #0c6c42;
  border: 1px solid transparent;
  box-shadow: inset 0 -2px 0 0 #0a5e3a;
  border-radius: 500px;
  display: inline-block;
  min-width: 8.5714285714em;
  padding: 11px 1.5rem;
  white-space: nowrap;
  transition: background-color, border-color 0.25s ease-in;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #601030;
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  font-size: 16px;
  font-size: 1.1428571429rem;
  border-radius: 28px;
  padding: 9px 1.5rem;
}
.mbcfg_btn:link, .mbcfg_btn:visited {
  color: #fff;
}
.mbcfg_btn:focus, .mbcfg_btn:hover {
  border-color: transparent;
  background-color: #4A0B24;
  box-shadow: none;
  color: rgb(252, 252, 245);
}
.mbcfg_btn--secondary {
  background-color: #fff;
  color: rgb(13, 117, 72);
  box-shadow: none;
  border: 1px solid rgb(117, 117, 110);
}
.mbcfg_btn--secondary:link, .mbcfg_btn--secondary:visited {
  color: rgb(13, 117, 72);
}
.mbcfg_btn--secondary:focus, .mbcfg_btn--secondary:active, .mbcfg_btn--secondary:hover, .mbcfg_btn--secondary:visited:hover {
  background-color: #fff;
  color: rgb(13, 117, 72);
  border: 1px solid #095031;
}
.mbcfg_btn--block {
  width: 100%;
  display: block;
}
.mbcfg_btn[type=button].mbcfg_btn--block {
  width: 100%;
}
.mbcfg_btn--composite {
  border-radius: 0 5px 5px 0 !important;
}
.mbcfg_btn--push-down {
  margin-bottom: 2rem;
}
.mbcfg_btn[disabled], .mbcfg_btn[disabled]:active, .mbcfg_btn[disabled]:focus, .mbcfg_btn[disabled]:hover, .mbcfg_btn.disabled, .mbcfg_btn.disabled:active, .mbcfg_btn.disabled:focus, .mbcfg_btn.disabled:hover {
  transition: none;
  box-shadow: inset 0 -2px 0 0 #D9D9D9;
  border-color: transparent;
  background-color: #E6E6E6;
  color: rgb(252, 252, 245);
  cursor: default;
}

.mbcfg__filterpanel-wide {
  display: none;
}

.mbcfg__footer {
  padding: 1rem;
}
.mbcfg__footer-header {
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin-bottom: 1em;
  color: #75756e;
}
.mbcfg__footer-cols {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.mbcfg__footer-cols li {
  flex: 0 0 50%;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.mbcfg__footer-cols li:nth-child(odd) {
  padding-right: 1rem;
}
.mbcfg__footer-cols a:link,
.mbcfg__footer-cols a:visited {
  text-decoration: none;
}
.mbcfg__footer-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mbcfg__footer-group-list li {
  margin-bottom: 1em;
}

.angucomplete-holder {
  position: relative;
}
.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  background-color: #ffffff;
}
.angucomplete-searching {
  padding: 1rem;
  color: #acacac;
  font-size: 16px;
}
.angucomplete-row {
  line-height: 1.4;
  padding: 1rem;
  color: #000000;
  clear: both;
}
.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff;
}

.mbcfg__responsive-video-wrapper {
  background-color: #75756e;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.mbcfg__responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mbcfg__menus-persons-selector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.mbcfg__menus-persons-selector-label {
  text-transform: uppercase;
  color: rgb(13, 117, 72);
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 400;
}
.mbcfg__menus-persons-selector-persons {
  text-transform: uppercase;
  color: rgb(13, 117, 72);
  font-size: 13px;
  font-size: 0.9285714286rem;
  cursor: pointer;
  padding: 0.5em 1rem;
  border: 1px solid #ededeb;
  border-radius: 6px;
}
.mbcfg__menus-persons-selector img {
  width: 12px;
  vertical-align: middle;
}
.mbcfg__menus-persons-selector-buttons {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 6px 0 rgba(94, 94, 94, 0.4);
  padding: 0.75rem;
  transition: opacity 0.5s ease-out;
}
.mbcfg__menus-persons-selector-buttons div:first-child {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: rgb(13, 117, 72);
  font-size: 11px;
  font-size: 0.7857142857rem;
}
.mbcfg__menus-persons-selector-buttons.on {
  width: 210px;
  height: auto;
  overflow: auto;
  z-index: 10;
  opacity: 1;
}

.mbcfg__mealbox-carousel-btn,
.mbcfg__slide-dot-list {
  display: none;
}

.mbcfg__color-kvikkassen {
  background-color: #A58997;
}
.mbcfg__color-slankekassen {
  background-color: #B1D3B2;
}
.mbcfg__color-flexitarkassen {
  background-color: #CD9996;
}
.mbcfg__color-boernefamiliekassen {
  background-color: #C3C7D3;
}
.mbcfg__color-sense {
  background-color: #e9bcc1;
}
.mbcfg__color-slank-morgen {
  background-color: #bdc6cf;
}
.mbcfg__color-slank-24-7-5-dage {
  background-color: #aac7c3;
}
.mbcfg__color-maaltidskasse-vegetarkassen {
  background-color: #97CBB2;
}
.mbcfg__color-livretter {
  background-color: #405957;
}
.mbcfg__color-den-veganske-maaltidskasse {
  background-color: #B1D3B2;
}
.mbcfg__color-lowcarbkassen {
  background-color: #8FA5AF;
}
.mbcfg__color-maaltidskasse-verdenskassen {
  background-color: #A58997;
}
.mbcfg__color-10-minutterskassen {
  background-color: #c0cfd6;
}
.mbcfg__color-kvik-vegetar {
  background-color: #a8c8b3;
}
.mbcfg__color-glutenfri-vegansk {
  background-color: #90afb1;
}
.mbcfg__color-kvik-uden-fisk {
  background-color: #e3aca9;
}
.mbcfg__color-vegetar-weekend {
  background-color: #a6c29c;
}
.mbcfg__color-boernefamilie-weekend {
  background-color: #978088;
}
.mbcfg__color-brunchkassen {
  background-color: #efc6b4;
}
.mbcfg__color-den-groenne-brunchkasse {
  background-color: #c5d9bd;
}
.mbcfg__color-vegetariska-matkassen {
  background-color: #b0cec4;
}
.mbcfg__color-veganska-matkassen {
  background-color: #B1D3B2;
}
.mbcfg__color-morgonkassen {
  background-color: #bdc6cf;
}
.mbcfg__color-flexitariska-matkassen {
  background-color: #bf9e99;
}
.mbcfg__color-vegetariska-snabbkassen {
  background-color: #d4d7cc;
}
.mbcfg__color-glutenfria-vegan {
  background-color: #92b1b3;
}
.mbcfg__color-kvik-boernefamilie {
  background-color: #384e4c;
}

.mbcfg__address-finder-overlay {
  padding: 1rem;
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
.mbcfg__address-finder-overlay-col1 {
  padding: 1rem 0;
  flex: 0 0 50%;
}
.mbcfg__address-finder-overlay-col2 {
  justify-content: center;
  padding: 1rem;
  flex: 0 0 50%;
}
.mbcfg__address-finder-overlay-header {
  font-size: 22px;
  font-size: 1.5714285714rem;
  color: rgb(13, 117, 72);
  margin: 0 0 2rem;
  text-align: center;
}
.mbcfg__address-finder-overlay-intro {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 300;
  color: #75756e;
}
.mbcfg__address-finder-overlay-img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
.mbcfg__address-finder-overlay-delivery-days {
  text-align: center;
  margin: 1em 0;
}
.mbcfg__address-finder-standalone-wrapper {
  position: fixed;
  top: 49px;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(247, 247, 244, 0.8);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease-out;
}
[data-is-beta-jbk-customer=true][data-is-member=false] .mbcfg__address-finder-standalone-wrapper {
  top: 79px;
}
.mbcfg__address-finder-standalone-wrapper.on {
  z-index: 6000;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mbcfg__address-finder-standalone-content {
  overflow: visible;
  max-width: 1024px;
  margin: 2rem 1rem 60px;
  height: auto;
  box-shadow: 0 2px 4px 0 #C1C2BA;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  background-color: #fff;
}
.mbcfg__address-finder-standalone-content.hidden {
  display: none;
}
@media (min-width: 1228px) {
  .mbcfg__address-finder-standalone-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.mbcfg__delivery-finder-input {
  text-align: left;
}

.mbcfg__mealoftheweek {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0.5em 0;
  text-align: center;
}

.mbcfg__changed-delivery-days-notice {
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.9285714286rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 2rem;
}
.mbcfg__changed-delivery-days-notice li {
  margin-bottom: 1em;
}
.mbcfg__changed-delivery-days-notice__note {
  margin-bottom: 0;
  color: #333;
}
.mbcfg__changed-delivery-days-notice__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.mbcfg__changed-delivery-days-notice__normal-delivery-date {
  color: #333;
  font-weight: 500;
}
.mbcfg__changed-delivery-days-notice__normal-delivery-date:first-letter {
  text-transform: capitalize;
}
.mbcfg__changed-delivery-days-notice__actual-delivery-date {
  color: #333;
}
.mbcfg__changed-delivery-days-notice__actual-delivery-date-date {
  text-transform: lowercase;
}
.mbcfg__changed-delivery-days-notice__note2 {
  border-radius: 3px;
  background-color: #FCE9C5;
  padding: 0.5rem 0.75rem;
}
/*# sourceMappingURL=app.mealbox-configurator.css.map */
