fs-unit {
  font-weight: 700;
  font-size: 18px;
}

.order-container {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
}

.order-container h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.order-items {
  list-style: none;
  padding: 0;
}

.order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.order-item:last-child {
  border-bottom: none;
}

.order-item-image img {
  max-width: 100px;
  border-radius: 10px;
}

.order-item-details {
  flex-grow: 1;
  padding: 0 20px;
}

.order-item-details h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
}

.order-item-details p {
  margin: 0;
  font-size: 14px;
}

.order-item-price {
  text-align: right;
  min-width: 100px;
}

.order-item-price p {
  margin: 0;
  font-size: 16px;
}

.my-product-table img {
  width: 33px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px; /* Adjust spacing as needed */
}

.map-border {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 10px;
}

.fs-form-break {
  border: 1px solid #1B2342;
}

.fs-form-headline {
  margin-top: 40px;
  min-width: 180px;
}

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