@charset "UTF-8";
html, body, div, p, a, ul, li, footer, header, main {
  border: 0px;
  font: inherit;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

ul {
  list-style: none;
}

input {
  border-color: unset;
}

@font-face {
  font-family: "Aaargh.ttf";
  src: url("../fonts/Aaargh.ttf");
}
@font-face {
  font-family: "FiraCode.otf";
  src: url("../fonts/FiraCode_Bold.otf");
}
@font-face {
  font-family: "Note_this.ttf";
  src: url("../fonts/Note_this.ttf");
}
.ob-textErrorMessage {
  font-family: "Aaargh.ttf";
  font-weight: bold;
  color: red;
  background-color: rgba(253, 203, 208, 0.75);
}

.ob-textInformationMessage {
  font-family: "Aaargh.ttf";
  font-size: 1.1em;
  color: blue;
  background-color: rgba(185, 220, 249, 0.75);
}

.ob-textAcknowledgeMessage {
  font-family: "Aaargh.ttf";
  font-weight: bold;
  color: green;
  background-color: rgba(220, 237, 200, 0.75);
}

.ob-textShoppingList {
  font-family: "Note_this.ttf";
}

.ob-textCommon {
  font-family: "Aaargh.ttf";
}

.ob-emptyField {
  font-style: italic;
}

.ob-textBold {
  font-weight: bold;
}

.ob-textItalic {
  font-style: italic;
}

.ob-textUnderline {
  text-decoration: underline;
}

.ob-textOverline {
  text-decoration: overline;
}

.ob-textNoDecoration {
  text-decoration: none;
}

.ob-textTinySize {
  font-size: 0.7em;
}

.ob-textLittleSize {
  font-size: 1em;
}

.ob-textLittleMiddleSize {
  font-size: 1.2em;
}

.ob-textMiddleSize {
  font-size: 1.5em;
}

.ob-textMiddleBigSize {
  font-size: 1.7em;
}

.ob-textBigSize {
  font-size: 2em;
}

.ob-textRed {
  color: red;
}

.ob-textBulletedList {
  list-style-type: disc;
}

.ob-textCheckedList {
  list-style-type: "✔";
}

.ob-textAvoidBreak {
  break-inside: avoid;
}

.ob-boxError {
  background-color: lightsalmon;
  box-shadow: rgba(255, 255, 255, 0.5) 3px 0px 2px 0px inset, salmon -3px -3px 2px 0px inset;
  padding: 0.5rem 0.5rem;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  text-align: center;
  position: relative;
  width: 80%;
}

.ob-boxException {
  background-color: lightsalmon;
  box-shadow: rgba(255, 255, 255, 0.5) 3px 0px 2px 0px inset, salmon -3px -3px 2px 0px inset;
  padding: 0.5rem 0.5rem;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  text-align: center;
  position: relative;
  width: 80%;
}

.ob-boxAcknowledge {
  background-color: lightgreen;
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, green -3px -3px 2px 0px inset;
  padding: 0.5rem 0.5rem;
  border-radius: 0.75rem;
  text-align: center;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ob-boxInformation {
  border: 1px solid blue;
  padding: 0.5rem 0.5rem;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
}

.ob-boxCaptivating > .FocusPoint {
  display: none;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background-color: #f56042;
  transform: scale(0);
  animation-name: focus_point;
  animation-duration: 300ms;
  animation-delay: 250ms;
  animation-iteration-count: 4;
  animation-direction: alternate;
}

.Button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.Button-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.Button-img > img {
  height: 1em;
  max-width: 20px;
}
.Button-producerHomePage {
  display: flex;
  width: 90vw;
  padding: 1rem 0rem;
  border-radius: 0.5em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #f0ddc5 15%, #f0ddc5 41%, #dcb99b 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-producerHomePage:hover {
  border: 1px solid gray;
}
.Button-newsletterInscription {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-loginForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-forgotPasswordForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-registrationForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-identifierFormPage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-identifierForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-contactAdd {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-contactDelete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-contactForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-denominationFormPage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-denominationForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-addressBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-addressDelete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-addressAdd {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-addressForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-shippingModePage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-eStorePage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-deliveryForm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-orderCancel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-pickupModePage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
  flex-direction: column;
}
.Button-pickupModePage > .text {
  padding-top: 0.5em;
}
.Button-deliveryModePage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
  flex-direction: column;
}
.Button-deliveryModePage > .text {
  padding-top: 0.5em;
}
.Button-userOtherAddress {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 1px 6px;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-userOtherAddress:hover {
  border: 1px solid gray;
}
.Button-pickupLocationBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-userChoiceMinus {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  border-radius: 0.5em;
  user-select: none;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-userChoiceMinus:hover {
  border: 1px solid gray;
}
.Button-userChoicePlus {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  border-radius: 0.5em;
  user-select: none;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-userChoicePlus:hover {
  border: 1px solid gray;
}
.Button-userChoiceSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 2em;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-caddyPage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-trashArticle {
  display: block;
  border-radius: 0.5em;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-trashArticle:hover {
  border: 1px solid gray;
}
.Button-updateMinus {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  border-radius: 0.5em;
  user-select: none;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-updateMinus:hover {
  border: 1px solid gray;
}
.Button-updatePlus {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  border-radius: 0.5em;
  user-select: none;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-updatePlus:hover {
  border: 1px solid gray;
}
.Button-updateSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 1.5em;
  font-size: 0.7em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-paymentPage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-return {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-cashMethod {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}
.Button-bankMethod {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6em;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  color: black;
  background: linear-gradient(#FFF7F0 0%, #c5d8f0 15%, #c5d8f0 41%, #9bbedc 100%);
  box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 2px 0px inset, #8ca7bf -3px -3px 2px 0px inset;
}

.ob-cliquable {
  cursor: pointer;
}

.ob-zoomin {
  cursor: zoom-in;
}

.ob-zoomout {
  cursor: zoom-out;
}

body {
  background-color: #6b8e23ad;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  width: 100vw;
}

.BodyLayout-mainContent {
  overflow-wrap: break-word;
  min-height: 75vh;
}

.MainContent-userMessage {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.Hidden {
  display: none;
}

.SiteHeader-signBoard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
}

.SignBoard-container {
  border-bottom: 3px solid #f0ddc5;
}
.SignBoard-container img {
  width: 100vw;
}
.SignBoard-slogan {
  max-width: 80vw;
  font-size: 0.75em;
  text-align: center;
  background-color: rgba(240, 221, 197, 0.75);
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  padding: 0.5em 1em;
}
.SignBoard-producerHomePageButton {
  display: none;
  margin-top: 1rem;
}

.SiteFooter {
  background-color: #f0ddc5;
  margin-top: 1rem;
}

.Footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 1.5rem;
}

.NavigationMainBar {
  overflow: hidden;
  background-color: #dcb99b;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.NavigationMainBar > a {
  display: inline-block;
  font-size: 16px;
  color: white;
  padding: 1rem 1rem;
}
.NavigationMainBar > a > span {
  display: none;
}
.NavigationMainBar button > span {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 2;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  display: block;
  float: none;
  border-bottom: 3px solid #dcb99b;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  text-align: center;
}

.dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.Show {
  display: block;
}

.NavigationStoreBar {
  overflow: hidden;
  background-color: #f0ddc5;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.NavigationStoreBar > a {
  display: inline-block;
  width: 100%;
  border-top: 3px solid #dcb99b;
  border-bottom: 3px solid #dcb99b;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  padding: 1rem 0rem;
  text-decoration: none;
}
.NavigationStoreBar .NavigationGauge {
  padding-left: 1rem;
}

.NavigationUserSettingBar {
  overflow: hidden;
  background-color: #f0ddc5;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.NavigationUserSettingBar > a {
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #dcb99b;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 1rem 0rem;
  text-decoration: none;
}

.PickupLocationSheet {
  display: flex;
  flex-direction: column;
}
.PickupLocationSheet-title {
  background-color: rgba(240, 221, 197, 0.75);
  padding: 0.5rem 0.5rem;
  text-align: center;
}
.PickupLocationSheet-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f0ddc5;
  border-radius: 0em 0em 0.5em 0.5em;
}
.PickupLocationSheet-body > div {
  padding: 0.5rem 0.5rem;
}

.Article-sheet {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 2px solid #f0ddc5;
  border-radius: 0 0 10px 10px;
  background-color: #f0ddc5;
}
.Sheet-representation {
  display: flex;
  flex-direction: column;
}
.Sheet-sheet {
  display: flex;
  flex-direction: column;
  background-color: darkblue;
}
.Sheet-option {
  display: flex;
  flex-direction: column;
}

.Representation-img {
  width: 100%;
  max-width: 500px;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  vertical-align: middle;
}

.Sheet {
  position: relative;
  width: 100%;
  background-color: white;
}
.Sheet-header {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(8, 1fr) 31px;
  min-height: 50px;
  grid-template-areas: "a a a a a a a a b";
  background-color: #f0ddc5;
  padding: 0.5em 0.75em;
}
.Sheet-description {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80%;
  padding: 0.5em;
  border-color: blue;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0px 0px 10px 10px;
  background-color: #e1f8fc;
}
.Sheet-information {
  padding: 5px 0px 5px 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: white;
}
.Sheet-information > * {
  display: inline-block;
  text-align: center;
}
.Sheet-price {
  padding: 5px 0px 5px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: white;
  border-top: 1px solid #dcb99b;
  border-bottom: 1px solid #dcb99b;
}
.Sheet-price > * {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.Header-designation {
  grid-area: a;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  text-align: center;
  padding-right: 10px;
}
.Header-moreInformation {
  grid-area: b;
  align-self: center;
  justify-self: center;
}
.Header-moreInformation > * {
  vertical-align: middle;
}
.Header-moreInformation > img {
  width: 100%;
}

.Description-container {
  position: relative;
}

.Information-title {
  width: 50%;
}
.Information-result {
  width: 50%;
}

.Price-title {
  width: 50%;
}
.Price-result {
  width: 50%;
}

.UserChoice-quantityButton {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 20px;
  min-height: 30px;
  padding: 0.5em;
}
.UserChoice-quantityButton div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.UserChoice-quantityButton input {
  width: 90%;
  height: 90%;
  border-radius: 0.5em;
  text-align: center;
}
.UserChoice-submitButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ArticleResume {
  display: grid;
  grid-template-columns: 40px repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "garbage img img packaging packaging" "garbage update update update update" "garbage price price price price";
  margin-bottom: 0.5em;
  border: 4px solid #f0ddc5;
  border-radius: 0.75rem;
}
.ArticleResume-garbage {
  grid-area: garbage;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 6px;
  background-color: rgba(240, 221, 197, 0.75);
}
.ArticleResume-garbage .Button {
  max-width: 100%;
}
.ArticleResume-representation {
  grid-area: img;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0ddc5;
}
.ArticleResume-representation img {
  max-width: 75px;
  height: auto;
  border-radius: 0.5em;
}
.ArticleResume-packaging {
  grid-area: packaging;
  border-radius: 0em 0.5em 0em 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0ddc5;
}
.ArticleResume-packaging > div {
  height: 100%;
  font-size: 1em;
  font-weight: bold;
}
.ArticleResume-arrow {
  display: none;
}
.ArticleResume-update {
  grid-area: update;
  background-color: #f0ddc5;
}
.ArticleResume-update > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ArticleResume-price {
  grid-area: price;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #f0ddc5;
}

.Update-quantityButton {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 20px;
  min-height: 30px;
  padding: 0.5em;
}
.Update-quantityButton div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Update-quantityButton input {
  width: 90%;
  height: 90%;
  border-radius: 0.5em;
  text-align: center;
}
.Update-submitButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

.DeliveryForm-form, .PickupForm-form {
  width: 100%;
}
.DeliveryForm-fieldset, .PickupForm-fieldset {
  margin-top: 10px;
  background-color: #f0ddc5;
  border: 2px solid #dcb99b;
  border-radius: 10px;
}
.DeliveryForm-legend, .PickupForm-legend {
  background-color: white;
  border: 2px solid #dcb99b;
  border-radius: 30px;
  padding: 10px;
}
.DeliveryForm-field, .PickupForm-field {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.DeliveryForm-field label, .PickupForm-field label {
  text-align: center;
  padding-top: 0.5em;
}
.DeliveryForm-field > input, .PickupForm-field > input {
  text-align: center;
  border: 3px solid white;
  padding: 0.5em 1.5em;
  border-radius: 30px;
}
.DeliveryForm-editAddressButton, .PickupForm-editAddressButton {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.AddressBox-field select {
  width: 100%;
  border: 2px solid white;
  padding: 0.5em 1em;
  border-radius: 30px;
}

.LoginForm-fieldset {
  margin-top: 10px;
  border-radius: 10px;
}
.LoginForm-fieldset > p {
  text-align: center;
}
.LoginForm-field {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.LoginForm-field label {
  text-align: center;
  padding-top: 0.5em;
}
.LoginForm-field input {
  text-align: center;
  border: 2px solid white;
  padding: 0.5em 1.5em;
  border-radius: 30px;
}
.LoginForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.ForgotPasswordForm-fieldset {
  margin-top: 10px;
  border-radius: 10px;
}
.ForgotPasswordForm-field {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ForgotPasswordForm-field input {
  text-align: center;
  border: 2px solid white;
  padding: 0.5em 1.5em;
  border-radius: 30px;
}
.ForgotPasswordForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.Identifier-fieldset, .Denomination-fieldset, .Contacts-fieldset, .Contact-fieldset, .AddressBox-fieldset, .Addresses-fieldset, .Address-fieldset,
.RegistrationForm-fieldset, .ContactForm-fieldset, .AddressForm-fieldset, .BotForm-fieldset {
  margin-top: 10px;
  background-color: #f0ddc5;
  border: 2px solid #dcb99b;
  border-radius: 10px;
}
.Identifier-legend, .Denomination-legend, .Contacts-legend, .Contact-legend, .AddressBox-legend, .Addresses-legend, .Address-legend,
.RegistrationForm-legend, .ContactForm-legend, .AddressForm-legend, .BotForm-legend {
  background-color: white;
  border: 2px solid #dcb99b;
  border-radius: 30px;
  padding: 10px;
}
.Identifier-field, .Denomination-field, .Contacts-field, .Contact-field, .AddressBox-field, .Addresses-field, .Address-field,
.RegistrationForm-field, .ContactForm-field, .AddressForm-field, .BotForm-field {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Identifier-field label, .Denomination-field label, .Contacts-field label, .Contact-field label, .AddressBox-field label, .Addresses-field label, .Address-field label,
.RegistrationForm-field label, .ContactForm-field label, .AddressForm-field label, .BotForm-field label {
  text-align: center;
  padding-top: 0.5em;
}
.Identifier-field .MyOutput, .Identifier-field input, .Denomination-field .MyOutput, .Denomination-field input, .Contacts-field .MyOutput, .Contacts-field input, .Contact-field .MyOutput, .Contact-field input, .AddressBox-field .MyOutput, .AddressBox-field input, .Addresses-field .MyOutput, .Addresses-field input, .Address-field .MyOutput, .Address-field input,
.RegistrationForm-field .MyOutput,
.RegistrationForm-field input, .ContactForm-field .MyOutput, .ContactForm-field input, .AddressForm-field .MyOutput, .AddressForm-field input, .BotForm-field .MyOutput, .BotForm-field input {
  text-align: center;
  border: 3px solid white;
  padding: 0.5em 1.5em;
  border-radius: 30px;
}

.IdentifierForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.DenominationForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.ContactsForm-contactDeleteButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.ContactForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.AddressBox-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.AddressesForm-addressDeleteButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.AddressForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.HomePage-pannel {
  display: flex;
  flex-direction: column;
}
.HomePage-pannel > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}

.Pannel-welcomeText ul {
  list-style-type: "✔";
  list-style-position: inside;
}
.Pannel-newsletterForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 6px solid lightblue;
}
.Pannel-userQuestion {
  border: 6px solid orange;
}

.UserQuestion-unusedPlot {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.UserQuestion-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
}
.UserQuestion-img > img {
  width: 50px;
  height: auto;
}
.UserQuestion-message {
  text-align: center;
}

.NewsPage-title {
  display: none;
}
.NewsPage-resizePhoto {
  display: none;
}
.NewsPage-resizePhoto img {
  max-width: 100%;
}
.NewsPage-posts {
  display: flex;
  flex-direction: column;
}
.NewsPage-posts > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
}

.Post-date {
  padding: 0.5em 1em;
  text-align: center;
  background-color: #c5d8f0;
}
.Post-content {
  padding: 1.5rem 1.5rem;
  background-color: #f0ddc5;
  border-radius: 0px 0px 0.5em 0.5em;
}
.Post-content ul {
  list-style-type: "✔";
  list-style-position: inside;
}
.Post-image img {
  max-width: 100%;
  max-height: none;
  border-radius: 0px 0px 0.5em 0.5em;
}

.Container-loginPage {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}

.LoginBox {
  display: flex;
  flex-direction: column;
}
.LoginBox-userPicture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.LoginBox-userPicture-img {
  background-color: #dcb99b;
}

.TermsOfSalesPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.TermsOfSalesPage h3 {
  text-align: center;
}
.TermsOfSalesPage > div {
  background-color: rgba(240, 221, 197, 0.75);
  border-radius: 0.75rem;
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
}

.PickupLocationPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.PickupLocationPage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
}
.PickupLocationPage > div:last-child {
  margin-bottom: 0px;
}

#PickupLocation-map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
}

.PickupLocationIntroduce {
  padding: 1.5rem 1.5rem;
  background-color: #f0ddc5;
}
.PickupLocationIntroduce-title > h3 {
  margin-top: 0px;
}
.Container-registrationPage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}

.RegistrationForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.Container-forgotPasswordPage {
  display: flex;
  flex-direction: column;
}
.Container-forgotPasswordPage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}

.OrderHomePage-harvestingMode {
  display: flex;
  flex-direction: column;
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}
.OrderHomePage-harvestingModeButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 3em);
  grid-gap: 1rem;
  grid-template-areas: "shippingModePage" "eStorePage";
  padding: 0.5rem 0.5rem;
}

.ShippingModePage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ShippingModePage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}
.ShippingModePage-shippingMode {
  display: flex;
  flex-direction: column;
}
.ShippingModePage-shippingModeButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 190px);
  grid-gap: 1rem;
  grid-template-areas: "pickupModePage" "deliveryModePage";
  padding: 0.5rem 0.5rem;
}
.ShippingModePage .Information-content {
  display: none;
}
.ShippingModePage .Information-header > h4 {
  display: flex;
  justify-content: space-between;
}
.ShippingModePage .ShowInformation {
  display: block;
}

.PickupModePage {
  display: flex;
  flex-direction: column;
}
.PickupModePage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}
.PickupModePage-information > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
}

.PickupForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.DeliveryModePage {
  display: flex;
  flex-direction: column;
}
.DeliveryModePage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}
.DeliveryModePage-information > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
}

.DeliveryForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.StoreHomePage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.StoreHomePage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}
.StoreHomePage-orderCancelButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.StoreHomePage-pickupLocation {
  display: flex;
  flex-direction: column;
  background-color: #f0ddc5;
  border-radius: 10px;
}
.StoreHomePage-information {
  display: none;
  background-color: #f0ddc5;
}
.StoreHomePage-information > h4 {
  margin-top: 0px;
}

.StorePage {
  display: flex;
  flex-direction: column;
  padding: 1rem 0.75rem 0rem 0.75rem;
}
.StorePage-aside > div {
  margin-bottom: 1rem;
}
.StorePage-pickupLocationSheet {
  margin-bottom: 1rem;
}
.StorePage-caddyButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 3em;
  grid-gap: 1rem;
  grid-template-areas: "caddyButton";
  padding: 0.5rem 0.5rem;
}

.CaddyPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CaddyPage .ResumeCaddy {
  margin: 1rem 0.75rem 0rem 0.75rem;
}
.CaddyPage-paymentPageButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 3em);
  grid-gap: 1rem;
  grid-template-areas: "paymentPage" "return";
  padding: 0.5rem 0.5rem;
}
.CaddyPage .Button {
  font-weight: bold;
}

.ResumeCaddy-empty {
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  background-color: #f0ddc5;
}
.ResumeCaddy-bill {
  display: flex;
  flex-direction: column;
  background-color: #f0ddc5;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
}
.ResumeCaddy-bill > div {
  display: flex;
  border-bottom: 2px solid #dcb99b;
  padding: 0.5rem 0.5rem;
}
.ResumeCaddy-bill > div > span {
  width: 50%;
}
.ResumeCaddy-bill > div > span:last-child {
  text-align: right;
}
.ResumeCaddy-bill > div:last-child {
  border-bottom: 0px;
}
.ResumeCaddy-submit {
  background-color: #f0ddc5;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
}

.PaymentPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.PaymentPage-paymentButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 3em);
  grid-gap: 1rem;
  grid-template-areas: "cashMethodButton" "bankMethodButton" "returnButton";
  padding: 0.5rem 0.5rem;
}

.PaymentMethod {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.PaymentMethod > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}
.PaymentMethod-information {
  text-align: center;
}

.ResumeCheckoutPage {
  display: flex;
  flex-direction: column;
  margin: 1rem 0.75rem 0rem 0.75rem;
}

.ResumeCheckout-caddy {
  padding: 0.5rem 0.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}
.ResumeCheckout-caddy h4 {
  text-align: center;
}
.ResumeCheckout-message {
  text-align: center;
}

.ArticleCheckoutResume {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "designation designation designation" "quantity quantity price";
  padding: 0.5em;
  overflow: auto;
}
.ArticleCheckoutResume > div {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ArticleCheckoutResume-designation {
  grid-area: designation;
}
.ArticleCheckoutResume-quantity {
  grid-area: quantity;
  border-radius: 0em 0.5em 0em 0em;
  text-align: center;
  font-size: 1em;
}
.ArticleCheckoutResume-price {
  grid-area: price;
  text-align: center;
  font-size: 1em;
}

.BillCheckout {
  display: flex;
  flex-direction: column;
}
.BillCheckout > div {
  display: flex;
  border-bottom: 2px solid #dcb99b;
  padding: 0.5rem 0.5rem;
}
.BillCheckout > div:last-child {
  border-bottom: none;
  font-weight: bold;
  color: red;
}
.BillCheckout > div > span {
  width: 50%;
}
.BillCheckout > div > span:last-child {
  text-align: right;
}

.Container-userSettingPage > div {
  margin: 1rem 0.75rem 0rem 0.75rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #f0ddc5;
}

.IdentifierPage-identifierFormButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.MainInformationPage-denominationFormButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}
.MainInformationPage-contactFormButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(1, 2em);
  grid-gap: 1rem;
  grid-template-areas: "contactAdd";
  padding: 0.5rem 0.5rem;
}

.AddressPage-addressFormButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(1, 2em);
  grid-gap: 1rem;
  grid-template-areas: "addressAdd";
  padding: 0.5rem 0.5rem;
}

.NewsletterForm {
  margin: 1rem 0rem;
}
.NewsletterForm-fieldset {
  border-radius: 10px;
}
.NewsletterForm-legend {
  font-weight: bold;
}
.NewsletterForm-field {
  text-align: center;
}
.NewsletterForm-field label {
  padding-top: 0.5em;
  align-self: center;
}
.NewsletterForm-field input {
  width: 50%;
  border: 2px solid white;
  padding: 0.5em 1em;
  border-radius: 30px;
}
.NewsletterForm-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

.PickupLocationBox-fieldset {
  border-radius: 10px;
}
.PickupLocationBox-field select {
  width: 100%;
  border: 2px solid white;
  padding: 0.5em 1em;
  border-radius: 30px;
}
.PickupLocationBox-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

/*# sourceMappingURL=style-frontend-mobile.css.map */
