.table-list__extras {
  padding: 40px;
  border: 3px solid #c4b278;
  margin-top: 50px;
}
.table-list__extras > p {
  font-weight: 600;
  color: #c4b278;
}

.table-product {
  flex: 1;
  width: 100%;
  max-width: 900px;
  border: 3px solid #F5F3F5;
  margin-inline: auto;
}
.table-product:not(:last-of-type) {
  margin-bottom: 30px;
}
.table-product__heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 30px;
  border-bottom: 3px solid #F5F3F5;
  text-decoration: none;
}
.table-product__name {
  flex: 1;
  margin: 0;
  font-size: 1.5rem;
}
.table-product__content {
  position: relative;
  top: -1px;
  padding-bottom: 30px;
}
.table-product__body {
  padding: 40px 40px 0 40px;
}
.table-product__description {
  margin: 0 0 30px 0;
}
.table-product__description ul {
  padding-left: 20px;
  list-style: disc;
}
.table-product__price {
  margin-bottom: 20px;
}
.table-product__price-amount {
  display: block;
  font-size: 26px;
  font-weight: 700;
  font-family: poppins, sans-serif;
}
.table-product__price-disclaimer {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  margin-top: 5px;
  font-style: italic;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  font-size: 15px;
  border-radius: 0 4px 4px 0;
  line-height: 1.7;
}
.table-product__actions {
  text-align: center;
}

.form__group--table-promo {
  max-width: 250px;
}

.form__group--table-quantity {
  max-width: 75px;
}

.table-product-list__item {
  padding: 0;
  background: #fff;
  border: none;
}
.table-product-list__item:not(:last-of-type) {
  margin-bottom: 25px;
}

/*# sourceMappingURL=table-list-page.css.map */
