
.card-qty[data-v-4c1c1dce] {
  text-align: center;
  white-space: nowrap;
  max-width: 60px;
  margin: 0 10px;
}
.cart-item__image[data-v-4c1c1dce] {
  max-height: 90px;
}
.form-pickup[data-v-4c1c1dce] {
  color: black;
}
.form-error[data-v-4c1c1dce] {
  position: absolute;
  top: -10px;
  left: 0;
  color: red;
}
.order-button[data-v-4c1c1dce] {
  margin-top: 20px;
}
.order-fancyButton[data-v-4c1c1dce] {
  margin-bottom: 20px;
}
.orderFancy[data-v-4c1c1dce] {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
}
.orderFancy-active[data-v-4c1c1dce] {
  display: flex;
}
.orderFancy__container[data-v-4c1c1dce] {
  position: relative;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 20px 20px 45px 0 rgba(0, 0, 0, 0.35);
}
.orderFancy__text[data-v-4c1c1dce] {
  margin: 20px;
  color: #000;
}
.orderFancy__close[data-v-4c1c1dce] {
  position: absolute;
  top: -30px;
  right: -30px;
}
.row-map[data-v-4c1c1dce] {
  max-width: 100%;
}
.form-pickup__map[data-v-4c1c1dce] {
  margin-top: 25px;
  width: 100%;
}
@media screen and (max-width: 576px) {
.orderFancy__text[data-v-4c1c1dce] {
    font-size: 14px;
}
.cart-products__left[data-v-4c1c1dce] {
    min-height: 100px;
}
}


