@charset "UTF-8";
@keyframes focus_point {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1.2) rotate(360deg);
  }
}
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;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  text-align: center;
  position: relative;
  width: 80%;
}

.ob-boxException {
  background-color: lightsalmon;
  padding: 0.5rem;
  text-align: center;
}

.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;
  border-radius: 0.5rem;
  text-align: center;
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ob-boxInformation {
  border: 1px solid blue;
  background-color: #f0ddc5;
  padding: 0.5rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}

.ob-boxCaptivating .FocusPoint {
  display: inline-block;
  transform: scale(1);
  animation-name: focus_point;
  animation-duration: 750ms;
  animation-delay: 500ms;
  animation-iteration-count: 1;
  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: 20vw;
  padding: 1rem 0rem 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-newsletterInscription:hover {
  border: 1px solid gray;
}
.Button-registrationForm {
  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-loginForm {
  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-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-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;
  width: 26em;
  height: 6em;
  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:hover {
  border: 1px solid gray;
}
.Button-pickupModePage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26em;
  height: 15em;
  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:hover {
  border: 1px solid gray;
}
.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-deliveryModePage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26em;
  height: 15em;
  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-deliveryModePage:hover {
  border: 1px solid gray;
}
.Button-userOtherAddress {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26em;
  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-userOtherAddress:hover {
  border: 1px solid gray;
}
.Button-eStorePage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26em;
  height: 6em;
  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:hover {
  border: 1px solid gray;
}
.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-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-pickupLocationBox:hover {
  border: 1px solid gray;
}
.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: 10em;
  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-userChoiceSubmit:hover {
  border: 1px solid gray;
}
.Button-caddyPage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  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-caddyPage:hover {
  border: 1px solid gray;
}
.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-updateSubmit:hover {
  border: 1px solid gray;
}
.Button-paymentPage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 9em;
  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-paymentPage:hover {
  border: 1px solid gray;
}
.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-return:hover {
  border: 1px solid gray;
}
.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 {
  display: flex;
  background-color: rgba(107, 142, 35, 0.75);
  line-height: 1.5;
  flex-direction: column;
  width: 100%;
}

.BodyLayout-mainContent {
  overflow-wrap: break-word;
}

section {
  background-image: url("../photos/2023-baniere-potager-1420x630.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
section.UserSetting {
  display: flex;
  flex: row;
}

.PageWrapper {
  display: flex;
  width: 70vw;
  min-height: 86vh;
  height: auto;
  margin: auto;
}

.Hidden {
  display: none;
}

.SiteHeader-signBoard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 0vw 4vw;
}

.SignBoard-container {
  width: 100%;
  border-bottom: 3px solid #f0ddc5;
}
.SignBoard-container img {
  width: 100%;
}
.SignBoard-slogan {
  max-width: 80vw;
  text-align: center;
  background-color: #f0ddc5;
  border-radius: 0px 0px 10px 10px;
  padding: 0.5em 1.5em;
}
.SignBoard-producerHomePageButton {
  display: none;
  align-self: flex-end;
}

.SiteFooter {
  background-color: #f0ddc5;
}

.Footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 1rem 0rem 1rem 0rem;
  border-top: 3px solid #dcb99b;
}
.Footer-mainSection {
  display: flex;
  flex-direction: row;
}
.Footer-mainSection ul {
  display: flex;
  flex-direction: row;
}
.Footer-mainSection ul > li {
  border-left: 2px solid black;
  margin-left: 1em;
  padding-left: 1em;
}
.Footer-mainSection ul > :last-child {
  border-right: 2px solid black;
  padding-right: 1em;
}

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

.Article {
  width: 30%;
  margin-left: 2.5%;
}
.Article-representation {
  padding-top: 12.5%;
  padding-bottom: 12.5%;
  text-align: center;
  border: 2px solid rgba(197, 216, 240, 0.75);
  border-radius: 1em 1em 0em 0em;
  background-color: rgba(240, 221, 197, 0.75);
}
.Article-sheet {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  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: 75%;
  max-width: 500px;
  border-radius: 0.5em;
  vertical-align: middle;
}

.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: rgba(197, 216, 240, 0.75);
  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: #c5d8f0;
}
.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: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: "garbage representation update update packaging arrow price";
  padding: 1rem 0rem 1rem 0rem;
}
.ArticleResume > div {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ArticleResume-garbage {
  grid-area: garbage;
}
.ArticleResume-representation {
  grid-area: representation;
}
.ArticleResume-representation img {
  max-width: 75px;
  height: auto;
  border-radius: 0.5em;
}
.ArticleResume-update {
  grid-area: update;
  max-width: 300px;
}
.ArticleResume-packaging {
  grid-area: packaging;
  border-radius: 0em 0.5em 0em 0em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
.ArticleResume-arrow {
  grid-area: arrow;
}
.ArticleResume-arrow img {
  max-height: 1.5em;
}
.ArticleResume-price {
  grid-area: price;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}

.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 1.5em;
  border-radius: 30px;
}

.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;
}

.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;
}

.NavigationMainBar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #f0ddc5;
  border-top: 3px solid #dcb99b;
  border-bottom: 3px solid #dcb99b;
  font-size: 2rem;
  padding: 0px;
  margin: 0px;
}
.NavigationMainBar > a {
  text-decoration: none;
  color: white;
  padding: 3vh;
  text-align: center;
}
.NavigationMainBar > a:hover {
  background-color: #dcb99b;
  font-weight: bold;
}
.NavigationMainBar .NavigationGauge {
  padding-left: 1vw;
}
.NavigationMainBar > :last-child {
  position: absolute;
  right: 0vw;
  min-width: 15vw;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 2;
  background-color: #f0ddc5;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.dropdown-content a:hover {
  font-weight: bold;
}

.dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 3vh;
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  width: 100%;
  vertical-align: text-top;
}
.dropbtn:hover {
  background-color: #dcb99b;
  font-weight: bold;
}
.dropbtn:focus {
  background-color: #dcb99b;
}

.Show {
  display: block;
}

.NavigationStoreBar {
  background-color: #f0ddc5;
  border-bottom: 1px solid #dcb99b;
  font-size: 1.5rem;
  padding: 0px;
  margin: 0px;
}
.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 1rem 0rem;
  text-decoration: none;
}
.NavigationStoreBar a:hover {
  background-color: #dcb99b;
  color: white;
}
.NavigationStoreBar .NavigationGauge {
  padding-left: 1vw;
}

.NavigationUserSettingBar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f0ddc5;
  font-size: 1.2rem;
  padding: 0px;
  margin: 0px;
}
.NavigationUserSettingBar a {
  text-decoration: none;
  color: white;
  padding: 3vh;
  text-align: center;
  border-bottom: 3px solid #dcb99b;
}
.NavigationUserSettingBar a:hover {
  background-color: #dcb99b;
}

.HomePage-pannel {
  min-height: 96%;
  max-height: 96%;
  padding-top: 1.72vh;
  padding-bottom: 1.72vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 1em;
  grid-template-areas: "welcome welcome newsletter" "welcome welcome newsletter" "welcome welcome question" " . . question";
}
.HomePage-pannel > div {
  background-color: rgba(240, 221, 197, 0.75);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.Pannel-welcomeText {
  grid-area: welcome;
  overflow: auto;
}
.Pannel-welcomeText ul {
  list-style-type: "✔";
  list-style-position: inside;
}
.Pannel-newsletterForm {
  grid-area: newsletter;
  border: 6px solid lightblue;
  text-align: center;
  overflow: auto;
}
.Pannel-userQuestion {
  grid-area: question;
  border: 6px solid orange;
  overflow: auto;
}

.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;
}
.UserQuestion-message {
  text-align: center;
}

.NewsPage-title {
  display: none;
}
.NewsPage-resizePhoto {
  display: none;
}
.NewsPage-posts {
  min-height: 73.96vh;
  max-width: 100%;
  padding-top: 1.72vh;
  padding-bottom: 1.72vh;
}

.Posts-post {
  max-width: 45%;
  margin: auto;
  margin-bottom: 1rem;
}
.Posts-post:nth-child(odd) {
  position: relative;
  right: 15%;
}
.Posts-post:nth-child(even) {
  position: relative;
  left: 15%;
}
.Posts-post:last-child {
  margin-bottom: 0rem;
}

.Post-date {
  padding: 0.5em 1.5em;
  text-align: center;
  background-color: rgba(197, 216, 240, 0.75);
}
.Post-content {
  padding: 1.5rem;
  background-color: #f0ddc5;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}
.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;
}

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

#PickupLocation-map {
  width: 100%;
  min-height: 64.5vh;
  height: 100%;
  border: 6px solid #c5d8f0;
  border-radius: 0.5rem;
}

.PickupLocationIntroduce {
  padding: 1.5rem;
}
.PickupLocationIntroduce-title {
  text-align: center;
}
.PickupLocationIntroduce-title > h3 {
  margin-top: 0px;
}
.TermsOfSalesPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 73.96vh;
  max-height: 73.96vh;
  max-width: 100%;
  padding-top: 1.72vh;
  padding-bottom: 1.72vh;
  overflow: auto;
}
.TermsOfSalesPage > div {
  position: relative;
  max-width: 90%;
  padding: 1.5rem;
  margin: auto;
  border-radius: 0.5rem;
  background-color: rgba(240, 221, 197, 0.75);
}
.TermsOfSalesPage > div:first-child {
  vertical-align: top;
}
.TermsOfSalesPage > div:last-child {
  margin-bottom: none;
}

.RegistrationPage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Container-registrationPage > div {
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f0ddc5;
}

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

.LoginPage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Container-loginPage {
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: rgba(240, 221, 197, 0.75);
}

.LoginBox {
  min-width: 600px;
  display: grid;
  grid-template-columns: 1fr 9fr;
  grid-gap: 20px;
}
.LoginBox-userPicture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.LoginBox-userPicture-img {
  background-color: #dcb99b;
}

.ForgotPasswordPage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ForgotPasswordPage-title {
  text-align: center;
}

.Container-forgotPasswordPage > div {
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: rgba(240, 221, 197, 0.75);
}
.Container-forgotPasswordPage > div:nth-Child(2) {
  min-width: 25vw;
  max-width: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.Container-userSettingPage {
  display: flex;
  flex-direction: column;
}
.Container-userSettingPage > div {
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.UserSettingPage-title {
  background-color: rgba(240, 221, 197, 0.75);
  text-align: center;
}
.UserSettingPage-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}
.UserSettingPage-form {
  width: 600px;
}

.UserSet {
  min-width: 20vw;
  margin-right: 1rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  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: 1em 2em;
}

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

.OrderHomePage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.OrderHomePage-harvestingMode {
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f0ddc5;
}
.OrderHomePage-harvestingModeButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-template-areas: "shippingModePage" "eStorePage";
  padding: 0.5rem;
}

.ShippingModePage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}
.ShippingModePage > div {
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.ShippingModePage-information {
  background-color: #f0ddc5;
}
.ShippingModePage-shippingMode {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(240, 221, 197, 0.75);
}
.ShippingModePage-shippingMode > h4 {
  background-color: #dcb99b;
  padding: 0.5em 1.5em;
  border-radius: 0.5em;
}
.ShippingModePage-shippingModeButton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-template-areas: "pickupModePage" "deliveryModePage";
  padding: 0.5rem;
}
.ShippingModePage .Information-content {
  display: none;
  grid-template-columns: 2fr;
  grid-template-rows: repeat(2, 2fr);
  grid-gap: 1rem;
  grid-template-areas: "shippingMode operation" "deliverySchedules resume";
  padding: 0.5rem;
}
.ShippingModePage .Information-content ol {
  display: inline-block;
}
.ShippingModePage .Information-content > div {
  text-align: center;
  border-radius: 0.5rem;
  border: 2px solid #dcb99b;
  padding: 1.5rem;
}
.ShippingModePage .Information-content > div > h4 {
  background-color: #dcb99b;
  padding: 0.5em 1.5em;
  border-radius: 0.5em;
}
.ShippingModePage .Information-header > h4 {
  display: block;
  text-align: center;
  transition-property: transform;
  transition-duration: 200ms;
}
.ShippingModePage .Information-header > h4:hover {
  transform: scale(1.05);
}
.ShippingModePage .Information-header > h4 > * {
  padding: 0rem 0.75rem;
}
.ShippingModePage .ShowInformation {
  display: grid;
}

.PickupModePage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.PickupModePage > div {
  min-width: 20vw;
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f0ddc5;
}
.PickupModePage > div:last-child {
  margin-bottom: 1rem;
}
.PickupModePage-information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PickupModePage-information > div {
  margin: inherit;
}

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

.DeliveryModePage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.DeliveryModePage > div {
  min-width: 20vw;
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f0ddc5;
}
.DeliveryModePage > div:last-child {
  margin-bottom: 1rem;
}
.DeliveryModePage-information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DeliveryModePage-information > div {
  margin: inherit;
}

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

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

.PickupLocationBox-introduce {
  text-align: center;
}

.StorePage {
  display: flex;
  flex-direction: row-reverse;
  padding: 1.5rem;
}
.StorePage-aside {
  width: 17.5vw;
}
.StorePage-pickupLocationSheet {
  margin-bottom: 1rem;
}
.StorePage-pickupLocationContent {
  width: 52.5vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: auto;
}
.StorePage-caddyButton {
  display: none;
  justify-content: center;
  align-items: center;
}

.CaddyPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CaddyPage .ResumeCaddy {
  padding: 0.5rem;
  margin: auto;
  max-width: 800px;
  overflow: auto;
}
.CaddyPage-paymentPageButton {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 3em;
  grid-gap: 1rem;
  grid-template-areas: "return paymentPage";
  padding: 0.5rem;
}

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

.PaymentPage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PaymentPage-paymentButton {
  min-width: 20vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 3em);
  grid-gap: 1rem;
  grid-template-areas: "cashMethodButton" "bankMethodButton" "returnButton";
  padding: 0.5rem;
  background-color: #f0ddc5;
}

.PaymentMethod {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PaymentMethod > div {
  margin: 2rem 2rem 0rem 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.Information-txt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.Information-txt > div {
  margin-left: 1rem;
  padding: 1.5rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f0ddc5;
  border: 3px solid #dcb99b;
}
.Information-txt > div:first-child {
  margin: unset;
}

#InformationBankMethod ul {
  display: flex;
}
#InformationBankMethod li {
  display: block;
  max-width: 45%;
  padding: 1.5rem;
  border-left: 2px solid #dcb99b;
}
#InformationBankMethod li:first-child {
  border-left: unset;
}

.ResumeCheckoutPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.ArticleCheckoutResume {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 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;
}
.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;
}

.NewsletterForm {
  margin: 1rem 0rem 1rem 0rem;
}
.NewsletterForm-fieldset {
  border-radius: 0.5rem;
}
.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 1.5em;
  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 1.5em;
  border-radius: 30px;
}
.PickupLocationBox-submitButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1em 2em;
}

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