@media screen and (min-width: 1001px) {
  :root {
    --container-padding: 100px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --container-padding: 80px;
  }
}
@media screen and (max-width: 700px) {
  :root {
    --container-padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --container-padding: 40px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --container-padding: 25px;
  }
}
@font-face {
  font-family: "AgrandirNarrow";
  font-weight: normal;
  src: url("/app/fonts/agrandir_narrow/Agrandir-Regular.otf") format("opentype");
}
@font-face {
  font-family: "AgrandirNarrow";
  font-weight: bold;
  src: url("/app/fonts/agrandir_narrow/Agrandir-TextBold.otf") format("opentype");
}
* {
  font-variant-ligatures: none;
}

a {
  text-decoration: none;
  color: unset;
}

p.button {
  margin: 0px;
}

.title-text {
  font-size: 60px;
  font-weight: bold;
}

.heading-text {
  font-size: 45px;
  font-weight: bold;
}

.body-text {
  font-size: 20px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-family: "AgrandirNarrow";
  font-size: 50px;
}
@media screen and (max-width: 900px) {
  h1.head {
    font-size: 35px;
  }
}

h2 {
  font-family: "AgrandirNarrow";
  font-size: 38px;
  color: #016c61;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 25px;
  }
}

html {
  scroll-behavior: smooth;
}

.heading {
  display: flex;
  justify-content: space-between;
}

input, textarea, select {
  padding: 8px 10px;
  border: 0px;
  font-size: 14px;
  width: 200px;
  border-radius: 0px !important;
  background-color: #ECECEC;
  font-family: "AgrandirNarrow";
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus {
  outline: 0px;
}
input[type=date], textarea[type=date], select[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=date]:focus, textarea[type=date]:focus, select[type=date]:focus {
  outline: none;
}
input[type=checkbox], textarea[type=checkbox], select[type=checkbox] {
  -webkit-appearance: auto;
}
input[type=file], textarea[type=file], select[type=file] {
  display: none;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}
.table-container.small {
  width: -moz-min-content;
  width: min-content;
}
.table-container table {
  width: 100%;
}
.table-container .app-table {
  overflow: scroll;
  border-collapse: collapse;
}
.table-container .app-table th {
  white-space: nowrap;
  border-left: 1px solid #016c61;
  border-right: 1px solid #016c61;
}
.table-container .app-table td {
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
}
.table-container .app-table td, .table-container .app-table th {
  text-align: left;
  padding: 10px 5px;
  font-size: 10px;
  white-space: nowrap;
}
.table-container .app-table td .input-symbol, .table-container .app-table th .input-symbol {
  min-width: 150px;
}
.table-container .app-table tr:nth-child(even) {
  background-color: rgb(246, 246, 246);
}
.table-container .app-table tr td:first-child {
  font-weight: bold;
}
.table-container .app-table tr.top-border {
  border-top: 1px solid rgb(175, 175, 175);
}
.table-container .app-table tr:last-child {
  border-bottom: 1px solid #ECECEC;
}
.table-container .app-table tr.footer, .table-container .app-table tr:first-child {
  background-color: #016c61;
  color: white;
  border-bottom: none;
}
.table-container .app-table tr.footer td, .table-container .app-table tr:first-child td {
  border-left: 1px #016c61 solid !important;
  border-right: 1px #016c61 solid !important;
  font-weight: bold;
}
.table-container .app-table a:not(:first-child) {
  margin-left: 5px;
}

.badge {
  padding: 5px 7px;
  margin: 0px;
  color: #ffffff !important;
  font-size: 12px;
  width: -moz-min-content;
  width: min-content;
  background-color: #016c61;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.badge.red {
  background-color: #B24C4C;
}
.badge.green {
  background-color: #61A049;
}
.badge.purple {
  background-color: #B66CC4;
}
.badge.grey {
  background-color: #dddddd;
  color: #808080 !important;
}
.badge.orange {
  background-color: #D38032;
}

div.fields {
  width: 100%;
  max-width: 500px;
}
div.fields.max-width {
  max-width: unset;
}
div.fields > div, div.fields .field {
  margin-top: 5px;
}
div.fields > div:first-child:not(.ignore-first), div.fields .field:first-child:not(.ignore-first) {
  margin-top: 0px;
}
div.fields > div > p:first-child, div.fields .field > p:first-child {
  font-size: 12px;
  margin: 0px;
}
div.fields > div p, div.fields .field p {
  margin: 0px;
}
div.fields > div > input:not([type=checkbox]), div.fields > div textarea, div.fields > div select, div.fields .field > input:not([type=checkbox]), div.fields .field textarea, div.fields .field select {
  width: 100%;
  box-sizing: border-box;
}
div.fields > div > div, div.fields > div .field, div.fields .field > div, div.fields .field .field {
  margin-top: 0px;
}
div.fields > div .copy_field, div.fields .field .copy_field {
  cursor: pointer !important;
}
div.fields > div .copy_field input, div.fields .field .copy_field input {
  cursor: pointer !important;
}
div.fields > div .paste_field .copy i, div.fields .field .paste_field .copy i {
  color: red;
}
div.fields > div.name, div.fields .field.name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
div.fields > div.phone > div, div.fields .field.phone > div {
  display: flex;
  gap: 10px;
}
div.fields > div.phone > div > span:first-child, div.fields .field.phone > div > span:first-child {
  width: 80px;
}
div.fields > div.phone > div > input, div.fields .field.phone > div > input {
  width: 100%;
}
div.fields > div.address > div, div.fields .field.address > div {
  display: grid;
  gap: 10px;
}
div.fields > div.address > div:not(:first-child), div.fields .field.address > div:not(:first-child) {
  margin-top: 5px;
}
div.fields > div.address > div:first-child, div.fields .field.address > div:first-child {
  grid-template-columns: 1fr 100px;
}
div.fields > div.address > div:last-child, div.fields .field.address > div:last-child {
  grid-template-columns: 150px 1fr;
}
div.fields > div.deadline, div.fields .field.deadline {
  display: flex;
  gap: 10px;
}
div.fields > div.deadline > div:first-child, div.fields .field.deadline > div:first-child {
  width: 100%;
}
div.fields > div.deadline > div:first-child > div, div.fields .field.deadline > div:first-child > div {
  display: flex;
  gap: 10px;
}
div.fields > div.deadline > div:first-child > div > input, div.fields .field.deadline > div:first-child > div > input {
  width: 100%;
}
div.fields > div.deadline > div:last-child, div.fields .field.deadline > div:last-child {
  width: 50px;
}
div.fields button, div.fields .button {
  margin-top: 10px !important;
}

table .fields div > p:first-child, table .fields .field > p:first-child {
  font-size: 8px !important;
  margin: 0px;
}

.input-symbol {
  display: flex;
  align-items: center;
}
.input-symbol span {
  padding: 8px 10px;
  background-color: #ECECEC;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #111111;
  white-space: nowrap;
}
.input-symbol input {
  width: 100%;
}
.input-symbol.left span {
  border-right: 0px;
  padding-right: 0px;
}
.input-symbol.left input {
  padding-left: 2px;
}

.status {
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #016c61;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
.status.green {
  background-color: #61A049;
}
.status.orange {
  background-color: #D38032;
}
.status.red {
  background-color: #B24C4C;
}
.status.grey {
  background-color: #ECECEC;
  color: #111111;
}
.status p {
  margin: 0px;
}

.status-container, .badge-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}

.box.active > div:first-child i {
  transform: rotate(180deg);
}
.box.active .fields, .box.active .inner {
  display: block;
}
.box > div:first-child {
  background-color: #ECECEC;
  color: #808080;
  padding: 10px;
  font-size: 12px;
  border: 2px solid #ECECEC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.box > div:first-child:hover {
  background-color: rgb(230.9, 230.9, 230.9);
}
.box > div:first-child p {
  margin: 0px;
}
.box .fields, .box .inner {
  border: 2px solid #ECECEC;
  padding: 5px 10px 10px 10px;
  box-sizing: border-box;
  display: none;
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}

hr {
  background-color: #ECECEC;
  height: 1px;
  border: 0;
}

button, input[type=submit], .button {
  color: #016c61;
  border: 0px;
  height: -moz-min-content;
  height: min-content;
  font-size: 14px;
  padding: 8px 10px;
  font-family: "AgrandirNarrow";
  background-color: #ffffff;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: 0.2s ease;
}
button:hover, input[type=submit]:hover, .button:hover {
  background-color: rgb(247.35, 247.35, 247.35);
}
button:active, input[type=submit]:active, .button:active {
  background-color: rgb(239.7, 239.7, 239.7);
}
button:disabled, input[type=submit]:disabled, .button:disabled {
  background-color: #ECECEC;
  color: #808080;
  cursor: default;
}
button:active, input[type=submit]:active, .button:active {
  transform: scale(0.96);
}
button.transparant, input[type=submit].transparant, .button.transparant {
  background-color: transparent !important;
  color: #016c61;
}
button.transparant:hover, input[type=submit].transparant:hover, .button.transparant:hover {
  background-color: #e3e7e7 !important;
}
button.big, input[type=submit].big, .button.big {
  font-size: 18px;
}
button.small, input[type=submit].small, .button.small {
  font-size: 10px;
}
button.main, input[type=submit].main, .button.main {
  background-color: #016c61;
  color: #ffffff;
}
button.main:hover, input[type=submit].main:hover, .button.main:hover {
  background-color: rgb(0.8596330275, 92.8403669725, 83.3844036697);
}
button.main:active, input[type=submit].main:active, .button.main:active {
  background-color: rgb(0.719266055, 77.680733945, 69.7688073394);
}
button.red, input[type=submit].red, .button.red {
  background-color: #B24C4C;
  color: #ffffff;
}
button.orange, input[type=submit].orange, .button.orange {
  background-color: #D38032;
  color: #ffffff;
}
button.light-grey, input[type=submit].light-grey, .button.light-grey {
  background-color: #ECECEC;
  color: #111111;
}
button.purple, input[type=submit].purple, .button.purple {
  background-color: #B66CC4;
  color: #ffffff;
}
button.dark-blue, input[type=submit].dark-blue, .button.dark-blue {
  background-color: #090A50;
  color: #ffffff;
}
button.accent, input[type=submit].accent, .button.accent {
  background-color: transparent;
  border: 2px solid #016c61;
}
button.accent.main, input[type=submit].accent.main, .button.accent.main {
  border-color: #016c61;
  color: #016c61;
}
button.accent.main:hover, input[type=submit].accent.main:hover, .button.accent.main:hover {
  background-color: #016c61;
  border-color: #016c61;
  color: #ffffff;
}
button.accent.white, input[type=submit].accent.white, .button.accent.white {
  border-color: #ffffff;
  color: #ffffff;
}
button.accent.white:hover, input[type=submit].accent.white:hover, .button.accent.white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #016c61;
}

.carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.carousel .owl-item {
  flex: 1 0 auto;
  height: auto !important;
}
.carousel .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tab-navigation {
  display: flex;
  color: #808080;
  margin-bottom: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
.tab-navigation::-webkit-scrollbar {
  display: none;
}
.tab-navigation .tab-element {
  padding: 10px;
  transform: translate(0px, 1px);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 3px solid #ECECEC;
}
.tab-navigation .tab-element:hover {
  background-color: #ECECEC;
}
.tab-navigation .tab-element:hover:active {
  background-color: rgb(220.7, 220.7, 220.7);
  border-color: rgb(210.5, 210.5, 210.5);
}
.tab-navigation .tab-element:hover:active.selected {
  border-color: #016c61;
  background-color: rgb(215.6, 215.6, 215.6);
}
.tab-navigation .tab-element.selected {
  color: #016c61;
  font-weight: 500;
  border-bottom: 3px solid #016c61;
  background-color: #ECECEC;
}
.tab-navigation .tab-element.selected:hover {
  background-color: rgb(228.35, 228.35, 228.35);
}
.tab-navigation .tab-element p {
  margin: 0px;
  font-size: 14px;
  white-space: nowrap;
}

.tab {
  display: none !important;
}
.tab.active {
  display: block !important;
}

.order-component {
  background-color: #ECECEC;
  color: #016c61;
  border-bottom: 4px solid #016c61;
  padding: 20px;
}
.order-component > div {
  margin-bottom: 10px;
}
.order-component:not(:first-child) {
  margin-top: 10px;
}
.order-component.cancelled {
  background-color: unset;
  border: 4px solid #B24C4C;
}
.order-component.cancelled h2,
.order-component.cancelled p,
.order-component.cancelled i {
  color: #B24C4C !important;
}
.order-component.cancelled .button {
  background-color: #B24C4C;
  color: #ffffff;
}
.order-component p {
  margin: 0px;
}
.order-component .price {
  font-size: 20px;
}
.order-component .comment {
  font-size: 12px;
}

.pagination-results {
  margin-top: 0px;
  font-size: 12px;
  color: #808080;
  margin-top: 10px 0px 0px 0px !important;
}

.pagination-controls {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.breadcrumbs {
  font-size: 10px !important;
}
.breadcrumbs > p {
  margin: 0px;
}
.breadcrumbs > p span, .breadcrumbs > p i {
  color: #808080;
}
.breadcrumbs > p span:last-child {
  color: #016c61;
}
.breadcrumbs > p i {
  font-size: 9px;
}

#response {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
}
#response > div {
  position: fixed;
  bottom: 20px;
  right: 30px;
  color: #ffffff;
  border-radius: 2px;
  padding: 10px;
  font-size: 12px;
  z-index: 9999;
  animation: fadeInUp 0.4s forwards 0s, fadeOutDown 0.4s forwards 4s;
}
#response > div.success {
  background-color: #61A049;
}
#response > div.error {
  background-color: #B24C4C;
}
#response > div.loading {
  background-color: #D38032;
}

.product-component {
  background-color: #ECECEC;
  color: #016c61;
  border-bottom: 4px solid #016c61;
  padding: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  min-height: 120px;
}
.product-component img {
  width: 150px !important;
  height: 150px;
}
@media screen and (max-width: 575px) {
  .product-component img {
    width: 100px !important;
    height: 100px;
  }
}
.product-component > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-component > div .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.product-component > div .button {
  width: -moz-fit-content;
  width: fit-content;
}
.product-component p {
  margin: 0px;
}
.product-component .description-badge {
  margin-bottom: 5px;
}

.site .product-component {
  height: 100%;
  box-sizing: border-box;
}

.checkbox-component {
  padding: 10px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ECECEC;
  color: #808080;
  cursor: pointer;
}
.checkbox-component input {
  width: unset;
}
.checkbox-component input[type=checkbox]:checked + label {
  color: black;
}

.radio-component {
  display: flex;
  gap: 5px;
}
.radio-component > div {
  height: -moz-min-content;
  height: min-content;
  padding: 10px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ECECEC;
  color: #808080;
  cursor: pointer;
}
.radio-component input {
  width: unset;
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  margin: 0px;
}
.radio-component input[type=radio]:checked + label {
  color: black;
}

.price-component {
  margin: 0px;
  font-size: 20px;
}
.price-component .grams {
  font-size: 12px;
}
.price-component.small {
  font-size: 16px;
}
.price-component.small .gram {
  font-size: 10px;
}
.price-component.big {
  font-size: 30px;
}
.price-component .old-price {
  font-size: 12px;
  color: #B24C4C;
  text-decoration: line-through;
}
.price-component .new-price {
  color: #61A049;
}

.spicy-component {
  display: flex;
  align-items: center;
}
.spicy-component > div {
  padding: 10px;
}
.spicy-component > div p {
  margin: 0px;
  font-size: 10px;
}
.spicy-component > div:first-child {
  color: #ffffff;
}
.spicy-component > div:first-child p {
  font-weight: bold;
}
.spicy-component > div:not(:first-child) {
  background-color: #ECECEC;
}
.spicy-component > div:not(:first-child) i {
  color: grey;
}
.spicy-component > div:not(:first-child) i.active {
  color: #B24C4C;
}
.spicy-component.score-1 > div:first-child {
  background-color: #61A049;
}
.spicy-component.score-2 > div:first-child {
  background-color: #dac60c;
}
.spicy-component.score-3 > div:first-child {
  background-color: #D38032;
}
.spicy-component.score-4 > div:first-child {
  background-color: #B24C4C;
}

.warning-component {
  font-size: 10px;
  background-color: #D38032;
  padding: 8px 10px;
  color: #ffffff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.warning-component p {
  margin: 0px;
}

.article-component {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.article-component img {
  width: 100%;
  height: 250px;
}
.article-component > div {
  color: #016c61;
  padding: 15px 25px;
  box-sizing: border-box;
  background-color: #ECECEC;
  border-bottom: 4px solid #016c61;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-component > div .date {
  font-size: 12px;
}
.article-component > div p {
  margin: 0px;
}
.article-component > div .button {
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.picture-component {
  background-color: #ECECEC;
  color: #016c61;
  border-bottom: 4px solid #016c61;
  padding: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  min-height: 120px;
}
.picture-component img {
  width: 150px !important;
  height: 150px;
}
.picture-component > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.picture-component > div > div p {
  margin: 0px;
}
.picture-component > div > div .name-internal {
  font-weight: bold;
  margin-top: 5px;
}
.picture-component > div > div .alt {
  font-size: 12px;
}
.picture-component > div .button {
  width: -moz-fit-content;
  width: fit-content;
}

.counter-component {
  background-color: #ECECEC;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}
.counter-component input {
  width: 30px !important;
  text-align: center;
}
.counter-component input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.counter-component > div {
  padding: 0px 10px;
  cursor: pointer;
}
.counter-component .trash {
  font-size: 12px;
}
.counter-component .trash, .counter-component .min-btn, .counter-component .max-button {
  width: 30px;
  box-sizing: border-box;
}

.cart-product-component {
  background-color: #ECECEC;
  border-bottom: 4px solid #016c61;
  padding: 20px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.cart-product-component > div {
  display: flex;
  gap: 20px;
}
.cart-product-component .data p {
  margin: 0px;
  color: #016c61;
}
.cart-product-component .data .name {
  font-weight: bold;
  font-size: 20px;
}
.cart-product-component .data ul {
  padding-left: 0px;
  list-style: none;
}
.cart-product-component img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-product-component .price-component {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #016c61;
}
.cart-product-component .counter-component {
  margin-top: 10px;
  background-color: rgb(220.7, 220.7, 220.7);
}
.cart-product-component .counter-component input {
  background-color: rgb(220.7, 220.7, 220.7);
}

.error-component {
  font-size: 12px;
  background-color: #B24C4C;
  padding: 10px;
  color: #ffffff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.error-component p {
  margin: 0px;
}

#page-article #article-date {
  color: grey;
  font-size: 10px;
}
#page-article h1 {
  margin: 0px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #page-article h1 {
    font-size: 35px;
  }
}
#page-article p {
  margin: 0px !important;
}
#page-article ul {
  margin: 0px;
}

#page-contact > div {
  position: relative;
}
#page-contact > div .fading-images {
  z-index: 1;
  width: 100%;
  z-index: 1;
  height: calc(100vh - 100px);
  overflow: hidden;
}
#page-contact > div .fading-images img {
  min-height: 100vh;
  width: 100vw;
  filter: contrast(70%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  #page-contact > div .fading-images img {
    height: 400px;
  }
}
#page-contact > div #information {
  z-index: 2;
  position: absolute;
  top: 60px;
  left: var(--container-padding);
  background-color: #ffffff;
  padding: 20px;
  width: 350px;
  box-sizing: border-box;
}
#page-contact > div #information > div {
  border: 4px solid #016c61;
  padding: 20px;
  box-sizing: border-box;
}
#page-contact > div #information > div h1 {
  margin: 0px;
  color: #016c61;
}
#page-contact > div #information > div > p {
  margin: 5px 0px 0px 0px;
  color: #016c61;
}
#page-contact > div #information > div #contact-options {
  margin-top: 10px;
}
#page-contact > div #information > div #contact-options > div:not(:first-child) {
  margin-top: 10px;
}
#page-contact > div #information > div #information-socials {
  margin-top: 10px;
}
#page-contact > div #information > div #information-socials > a:not(:first-child) {
  margin-top: 10px;
}
#page-contact > div #information > div #kvk {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 450px) {
  #page-contact > div #information {
    left: var(--container-padding);
    right: var(--container-padding);
    width: unset;
    top: 40px;
    position: absolute;
  }
}

#page-home {
  position: relative;
}
#page-home #lander {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 500px) {
  #page-home #lander {
    height: 400px;
  }
}
#page-home #lander #deal {
  position: absolute;
  right: 100px;
  height: 250px;
  top: 100px;
  z-index: 2;
  border-radius: 50%;
}
@media screen and (max-width: 1100px) {
  #page-home #lander #deal {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 600px) {
  #page-home #lander #deal {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  #page-home #lander #deal {
    height: 150px;
  }
}
@media screen and (max-width: 450px) {
  #page-home #lander #deal {
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    z-index: 100;
  }
}
#page-home #lander > div:first-child {
  position: absolute;
  padding: 0px 200px;
  bottom: 170px;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  #page-home #lander > div:first-child {
    padding: 0px 100px;
  }
}
@media screen and (max-width: 650px) {
  #page-home #lander > div:first-child {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 500px) {
  #page-home #lander > div:first-child {
    padding: 0px 20px;
  }
}
#page-home #lander > div:first-child h1 {
  font-weight: bold;
  margin: 0px;
  color: #ffffff;
  font-size: 80px;
  text-shadow: 1px 1px 11px rgb(100, 100, 100);
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #page-home #lander > div:first-child h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 650px) {
  #page-home #lander > div:first-child h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  #page-home #lander > div:first-child h1 {
    font-size: 40px;
  }
}
#page-home #lander .background-overlay {
  height: 100%;
  width: 100%;
  z-index: 2;
  background-repeat: repeat-x;
  background-size: 600px 200px;
  background-position: bottom;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 500px) {
  #page-home #lander .background-overlay {
    background-size: 500px 150px;
  }
}
#page-home #lander .fading-images {
  width: 100%;
  z-index: 1;
  height: 100%;
}
#page-home #lander .fading-images img {
  height: 100vh;
  width: 100vw;
  filter: contrast(70%);
}
@media screen and (max-width: 500px) {
  #page-home #lander .fading-images img {
    height: 400px;
  }
}
#page-home #surprisebox-deals {
  padding: 20px var(--container-padding);
}
#page-home #surprisebox-deals > .center {
  display: block;
  margin: 0px auto;
  width: -moz-fit-content;
  width: fit-content;
}
#page-home #surprisebox-deals #surprisebox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#page-home #surprisebox-deals #surprisebox p {
  font-weight: bold;
  color: #016c61;
  font-size: 20px;
  margin: 0px;
  text-align: center;
}
#page-home #surprisebox-deals #surprisebox span {
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  #page-home #surprisebox-deals #surprisebox {
    display: block;
  }
  #page-home #surprisebox-deals #surprisebox > .button {
    display: block;
    margin: 0px auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-home #surprisebox-deals #deals {
  margin-top: 10px;
}
#page-home #surprisebox-deals #deals > .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0px auto;
}
#page-home #services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background-color: #016c61;
  padding: 40px var(--container-padding);
}
@media screen and (max-width: 750px) {
  #page-home #services {
    grid-template-columns: 1fr;
  }
}
#page-home #services > div {
  position: relative;
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-home #services > div {
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  #page-home #services > div {
    height: 350px;
  }
}
#page-home #services > div > div:first-child {
  position: absolute;
  border: solid 4px #ffffff;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: block;
  padding: 20px;
  align-items: end;
  box-shadow: rgba(216, 216, 216, 0.2) 0px 8px 24px;
}
#page-home #services > div > div:first-child h2 {
  font-size: 50px;
  line-height: 45px;
  text-wrap: wrap;
  word-wrap: break-word;
}
#page-home #services > div > div:first-child h2, #page-home #services > div > div:first-child p {
  color: #ffffff;
  margin: 0px;
  text-shadow: 1px 1px 11px rgb(100, 100, 100);
}
#page-home #services > div > div:first-child .button {
  display: block;
  margin-top: 7px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  #page-home #services > div > div:first-child > div {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
  }
  #page-home #services > div > div:first-child h2 {
    font-size: 35px;
  }
}
#page-home #services > div img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#page-home #articles {
  padding: 40px var(--container-padding);
}
#page-home #articles h2 {
  color: #016c61;
  margin-top: 0px;
}
#page-home #articles > .button {
  display: block;
  margin: 20px auto 0px auto;
  width: -moz-fit-content;
  width: fit-content;
}
#page-home #newsletter {
  background-color: #016c61;
  padding: 40px var(--container-padding);
  color: #ffffff;
}
#page-home #newsletter h2 {
  color: #ffffff;
  margin: 0px;
}
#page-home #newsletter p {
  margin: 0px;
}
#page-home #newsletter > div {
  margin-top: 5px;
}
#page-home #additional {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background-color: #ffffff;
  padding: 40px var(--container-padding);
}
@media screen and (max-width: 750px) {
  #page-home #additional {
    grid-template-columns: 1fr;
  }
}
#page-home #additional > div {
  position: relative;
  height: 250px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-home #additional > div {
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  #page-home #additional > div {
    height: 300px;
  }
}
#page-home #additional > div > div:first-child {
  position: absolute;
  border: solid 4px #ffffff;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: block;
  padding: 20px;
  align-items: end;
  box-shadow: rgba(216, 216, 216, 0.2) 0px 8px 24px;
}
#page-home #additional > div > div:first-child h2 {
  font-size: 50px;
  line-height: 45px;
  text-wrap: wrap;
  word-wrap: break-word;
}
@media screen and (max-width: 1000px) {
  #page-home #additional > div > div:first-child h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  #page-home #additional > div > div:first-child h2 {
    font-size: 23px;
  }
}
#page-home #additional > div > div:first-child h2, #page-home #additional > div > div:first-child p {
  color: #ffffff;
  margin: 0px;
  text-shadow: 1px 1px 11px rgb(100, 100, 100);
}
#page-home #additional > div > div:first-child .button {
  display: block;
  margin-top: 7px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  #page-home #additional > div > div:first-child > div {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
  }
}
#page-home #additional > div img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#page-articles #grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 10px;
}
@media screen and (max-width: 400px) {
  #page-articles #grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

#page-catering h1, #page-catering p {
  margin: 0px;
}
#page-catering .owl-carousel .owl-item img {
  height: 200px;
}

#page-verrassing .grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #page-verrassing .grid {
    grid-template-columns: 1fr;
  }
}
#page-verrassing .grid h1 {
  margin: 0px;
  line-height: 1;
}
#page-verrassing .grid img {
  height: 300px;
}

#page-giftcard h1, #page-giftcard p {
  margin: 0px;
}
#page-giftcard img {
  max-width: 100%;
  width: 200px;
  margin-top: 20px;
}

#page-products .category {
  margin-top: 30px;
}
#page-products .category h2 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 5px;
}
#page-products .category .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 10px;
}

#page-product > .grid.active {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
}
#page-product > .grid > div .description {
  margin: 0px;
}
#page-product > .grid img {
  width: 100%;
  aspect-ratio: 1/1;
}
#page-product #tab-information {
  color: #016c61;
}
#page-product #tab-information .name {
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
}
#page-product #tab-information .price-component {
  margin-top: 10px;
}
#page-product #tab-information .spicy-component {
  margin-top: 5px;
}
#page-product #tab-allergens > .fields > p {
  margin: 0px;
  color: #016c61;
}
#page-product #tab-allergens ul {
  margin: 0px;
  list-style: none;
  padding-left: 0px;
}
#page-product #tab-allergens ul li {
  color: #808080;
}
#page-product #tab-allergens ul li.selected {
  color: #016c61;
  font-weight: bold;
}

#header-alert {
  padding: 8px 10px;
  display: flex;
  justify-content: center;
}
#header-alert p {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #016c61;
  text-decoration: underline;
  text-align: center;
}

header {
  padding: 15px var(--container-padding);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: #016c61;
  color: #ffffff;
  z-index: 999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
}
header.dev {
  background-color: #B24C4C;
}
header #links {
  display: flex;
  gap: 15px;
  align-items: center;
}
header #links a {
  color: #ffffff;
  font-weight: 500;
}
header #links {
  font-size: 12px;
}

#menu {
  padding: 40px var(--padding);
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #016c61;
  display: none;
  position: fixed;
  z-index: 10000;
}
#menu.active {
  display: block;
}
#menu > div:first-child {
  padding: 15px var(--container-padding);
  display: flex;
  justify-content: space-between;
}
#menu h1, #menu p {
  color: #ffffff !important;
}

header a, #menu a {
  display: inline-block;
}
header a > img, #menu a > img {
  display: block;
}
header .logo, #menu .logo {
  height: 60px;
}
@media screen and (max-width: 700px) {
  header .logo, #menu .logo {
    height: 50px;
  }
}
header .toggle-menu, #menu .toggle-menu {
  cursor: pointer;
}

footer {
  min-height: 500px;
  position: relative;
  background-color: #016c61;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  footer {
    min-height: 700px;
  }
}
@media screen and (max-width: 860px) {
  footer {
    min-height: 900px;
  }
}
@media screen and (max-width: 500px) {
  footer {
    min-height: 1200px;
  }
}
footer.app {
  min-height: 450px;
}
@media screen and (max-width: 1200px) {
  footer.app {
    min-height: 400px;
  }
}
@media screen and (max-width: 860px) {
  footer.app {
    min-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  footer.app {
    min-height: 600px;
  }
}
@media screen and (max-width: 560px) {
  footer.app > div {
    padding: 30px var(--container-padding);
  }
}
footer.app > div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer > div {
  z-index: 2;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 60px var(--container-padding);
}
footer > div .logo {
  height: 80px;
}
@media screen and (max-width: 560px) {
  footer > div {
    padding: 30px var(--container-padding);
  }
}
footer > div:last-child {
  z-index: 1;
  opacity: 0.5;
  background-repeat: repeat-x;
  background-size: 600px 200px;
  background-position: bottom;
}
footer > div:first-child {
  display: grid;
  grid-template-columns: 200px 200px 250px 1fr;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  footer > div:first-child {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  footer > div:first-child {
    gap: 30px;
  }
}
@media screen and (max-width: 860px) {
  footer > div:first-child {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 560px) {
  footer > div:first-child {
    gap: 30px;
  }
  footer > div:first-child .logo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  footer > div:first-child {
    grid-template-columns: 1fr;
  }
}
footer > div:first-child > div p {
  margin: 0px;
}
footer > div:first-child > div a:last-child {
  margin-top: 10px;
}
footer > div:first-child > div ul {
  margin: 0px;
  list-style: none;
  padding-left: 0px;
}
@media screen and (max-width: 560px) {
  footer > div:first-child > .opening-hours {
    grid-row: 1;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 500px) {
  footer > div:first-child > .opening-hours {
    grid-row: 3;
    grid-column: 1/2;
  }
}
footer > div:first-child > .opening-hours .special-opening-hours {
  background-color: #ffffff;
  color: #D38032;
  padding: 5px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 560px) {
  footer > div:first-child > .links {
    grid-row: 2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 500px) {
  footer > div:first-child > .links {
    grid-row: 2;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 1200px) {
  footer > div:first-child > div:first-child {
    grid-row: 1/3;
  }
}
@media screen and (max-width: 560px) {
  footer > div:first-child > div:first-child {
    grid-row: 2;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 500px) {
  footer > div:first-child > div:first-child {
    grid-row: 1;
    grid-column: 1/2;
  }
}
footer > div:first-child .slogan {
  width: 100%;
}
footer > div:first-child .slogan p {
  font-size: 35px;
  text-align: right;
}
footer > div:first-child .slogan p:last-child {
  font-size: 25px;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  footer > div:first-child .slogan {
    grid-column: 2/4;
    text-align: left;
    margin-top: -50px;
  }
}
@media screen and (max-width: 860px) {
  footer > div:first-child .slogan {
    grid-column: 1/3;
    grid-row: 3;
    margin-top: 0px;
  }
  footer > div:first-child .slogan p {
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  footer > div:first-child .slogan {
    grid-row: 3;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 500px) {
  footer > div:first-child .slogan {
    grid-row: 4;
    grid-column: 1/2;
    gap: 20px;
  }
  footer > div:first-child .slogan p {
    font-size: 25px;
  }
  footer > div:first-child .slogan p:last-child {
    font-size: 20px;
  }
}
footer #copyright {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  footer #copyright {
    font-size: 14px;
  }
}
footer .background-overlay {
  height: 100%;
}
footer table {
  border-collapse: collapse;
}
footer table td {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
}

body {
  margin: 0px;
  position: relative;
  font-family: "AgrandirNarrow";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .container {
  padding: 20px var(--container-padding);
}
body .container h1 {
  margin: 0px;
  font-family: "AgrandirNarrow";
  font-size: 35px;
}
@media screen and (max-width: 700px) {
  body .container h1 {
    font-size: 30px;
  }
}
body .container {
  flex: 1;
}
body .container h1 {
  color: #016c61;
}
body #mail-container > div h2, body #mail-container > div p, body #mail-container > div a {
  margin: 0px !important;
}
body #mail-container > div h2.button, body #mail-container > div p.button, body #mail-container > div a.button {
  color: #ffffff;
}

#page-crew-dashboard #grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
#page-crew-dashboard #grid > a div {
  background-color: #016c61;
  color: #ffffff;
  padding: 20px;
}
#page-crew-dashboard #grid > a div:hover {
  background-color: rgb(0.8596330275, 92.8403669725, 83.3844036697);
}
#page-crew-dashboard #grid > a div:active {
  background-color: rgb(0.719266055, 77.680733945, 69.7688073394);
  transform: scale(0.96);
}
#page-crew-dashboard #grid > a div p {
  margin: 0px;
}
#page-crew-dashboard #surprisebox {
  background-color: #ECECEC;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  margin-bottom: 10px;
}
#page-crew-dashboard #surprisebox > h3 {
  margin: 0px;
}

#page-crew-financial #filter {
  margin-top: 10px;
}
#page-crew-financial #quick-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
#page-crew-financial #stats {
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
#page-crew-financial #stats > div {
  background-color: #016c61;
  color: #ffffff;
  padding: 20px;
}
#page-crew-financial #stats > div p {
  margin: 0px;
}
#page-crew-financial #stats > div p:first-child {
  font-size: 10px;
}
#page-crew-financial #stats > div p:last-child {
  font-size: 20px;
}

#page-crew-import textarea {
  width: 100%;
  min-height: 300px;
}

#page-crew-surpriseboxes #current {
  padding: 20px;
  border: 4px solid #016c61;
  display: block;
  max-width: 400px;
}
#page-crew-surpriseboxes #current p {
  margin: 0px;
}
#page-crew-surpriseboxes #current .date {
  font-size: 20px;
  margin-bottom: 10px;
}

#page-crew-orders #tab-general > div {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  #page-crew-orders #tab-general > div {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 575px) {
  #page-crew-orders #tab-general > div {
    grid-template-columns: 1fr;
  }
}

#page-crew-products #tab-general > div {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  #page-crew-products #tab-general > div {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 575px) {
  #page-crew-products #tab-general > div {
    grid-template-columns: 1fr;
  }
}
#page-crew-products #tab-general > div .product-component:not(:first-child) {
  margin-top: 10px;
}
#page-crew-products #tab-options .grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  color: #016c61;
}
#page-crew-products #tab-options .grid > div {
  background-color: #ECECEC;
  border-bottom: 4px solid #016c61;
  padding: 20px;
}
#page-crew-products #tab-options .grid > div .name {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
#page-crew-products #tab-options .grid > div .button {
  margin-top: 5px;
}
#page-crew-products #tab-options .grid p {
  margin: 0px;
}

#page-crew-product #tab-deals .grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 10px;
  color: #016c61;
}
#page-crew-product #tab-deals .grid > div {
  background-color: #ECECEC;
  border-bottom: 4px solid #016c61;
  padding: 20px;
}
#page-crew-product #tab-deals .grid > div .description {
  font-weight: bold;
  font-size: 20px;
}
#page-crew-product #tab-deals .grid p {
  margin: 0px;
}
#page-crew-product #tab-menu #product-menu-options {
  margin-top: 10px;
}
#page-crew-product #tab-prices .grams {
  margin-top: 5px;
  display: block;
}
#page-crew-product #tab-availability table tr td:first-child {
  font-weight: unset;
}
#page-crew-product #tab-availability table {
  margin-top: 10px;
}
#page-crew-product #tab-availability table .fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: top;
  gap: 5px;
  margin-top: 5px;
}
#page-crew-product #tab-availability table .fields > div {
  margin: 0px;
  gap: 5px;
  color: #ffffff;
  padding: 5px;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
#page-crew-product #tab-availability table .fields > div.red {
  background-color: #B24C4C;
}
#page-crew-product #tab-availability table .fields > div.orange {
  background-color: #D38032;
}
#page-crew-product #tab-availability table .fields > div.green {
  background-color: #61A049;
}

#page-crew-new-product-deal .deal-tab {
  display: none;
}
#page-crew-new-product-deal .deal-tab.active {
  display: block;
}

#page-crew-pictures #tab-general > div {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  #page-crew-pictures #tab-general > div {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 575px) {
  #page-crew-pictures #tab-general > div {
    grid-template-columns: 1fr;
  }
}
#page-crew-pictures #tab-general > div #grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 10px;
}

#page-crew-picture #tab-general > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#page-crew-picture #tab-general > div img {
  width: 100%;
  max-width: 300px;
}

#page-crew-articles #tab-general > div {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  #page-crew-articles #tab-general > div {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 575px) {
  #page-crew-articles #tab-general > div {
    grid-template-columns: 1fr;
  }
}
#page-crew-articles #tab-general > div #grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}

#page-crew-article #tab-general form > div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  #page-crew-article #tab-general form > div:first-child {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #page-crew-article #tab-general form > div:first-child > div {
    grid-row: 2;
  }
  #page-crew-article #tab-general form > div:first-child img {
    grid-row: 1;
  }
}
#page-crew-article #tab-general form > div:first-child img {
  width: 100%;
  max-width: 300px;
}

#page-crew-prices #tab-prices td > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}
#page-crew-prices #tab-prices td > div input {
  width: 100%;
  box-sizing: border-box;
}
#page-crew-prices #tab-prices td > div .badge-container {
  width: -moz-fit-content;
  width: fit-content;
}
#page-crew-prices #tab-prices td > div .badge-container .badge {
  height: -moz-min-content;
  height: min-content;
}
#page-crew-prices #tab-prices td .grams {
  margin-top: 5px;
  display: block;
}

#page-order-order.crew #main {
  grid-column: 1/3;
}
#page-order-order .tab-navigation {
  margin-top: 10px;
}
#page-order-order #grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #page-order-order #grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  #page-order-order #grid {
    grid-template-columns: 1fr;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #page-order-order #grid > #main {
    grid-row: 1;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 500px) {
  #page-order-order #grid > #main {
    grid-row: 1;
    grid-column: 1/2;
  }
}
#page-order-order #grid > #main #tab-order table {
  width: 100%;
}
#page-order-order #grid > #main #tab-order table tr td:first-child {
  font-weight: bold;
  font-size: 12px;
}
#page-order-order #grid > #main #tab-order table tr td:last-child {
  text-align: end;
  font-size: 12px;
  font-weight: bold;
}
#page-order-order #grid > #main #tab-order table tr.child {
  font-size: 12px;
}
#page-order-order #grid #details {
  padding: 20px;
  background-color: #016c61;
  color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1000px) {
  #page-order-order #grid #details {
    grid-row: 2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 500px) {
  #page-order-order #grid #details {
    grid-row: unset;
    grid-column: unset;
  }
}
#page-order-order #grid #details > p:first-child {
  font-size: 25px;
  font-weight: bold;
}
#page-order-order #grid #details > div {
  margin-top: 5px;
}
#page-order-order #grid #details > div > p:first-child {
  font-size: 12px;
}
#page-order-order p {
  margin: 0px;
}

#page-order-home > div {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  #page-order-home > div {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 575px) {
  #page-order-home > div {
    display: block;
  }
}
#page-order-home > div #order-settings {
  min-width: 0;
  background-color: #ECECEC;
  padding: 10px;
  box-sizing: border-box;
}
#page-order-home > div .category h2 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 5px;
}
#page-order-home > div .category .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 10px;
}
@media screen and (max-width: 850px) {
  #page-order-home > div .category .grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 575px) {
  #page-order-home > div .category .grid {
    display: block;
  }
}

#page-order-cart > div {
  display: grid;
}
@media screen and (max-width: 800px) {
  #page-order-cart > div {
    grid-template-columns: 1fr;
  }
}
#page-order-cart > div {
  gap: 20px;
}
#page-order-cart .box .inner > div {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
#page-order-cart .box .inner > div p {
  margin: 0px;
}
#page-order-cart .box .inner > div p:not(:first-child) {
  font-weight: bold;
}
#page-order-cart #grid {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
}

#page-order-giftcard .tab-navigation {
  margin-top: 10px;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
.popup-overlay .popup-wrapper {
  background: white;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.popup-overlay .popup-wrapper .popup-head {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  background-color: #016c61;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-overlay .popup-wrapper .popup-head i {
  cursor: pointer;
}
.popup-overlay .popup-wrapper .popup-content {
  padding: 20px;
}

#popup-add-product-cart .description {
  margin: 0px;
  color: #016c61;
}
#popup-add-product-cart .price-component {
  color: #016c61;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */