/*PROMO MODAL*/
.promo {
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}
.promo-modal-content {
  /* background-color: #fffbfb; */
  margin: auto;
  z-index: 2; /* Sit on top */
  /* border: 1px solid #888; */
  max-width: 90rem;
  font-family: sofia pro;
  position: relative;
  padding: 3rem;
}
.promo-container {
  position: relative;
}
.promo-close {
  text-align: start;
  color: #aaaaaa;
  font-size: 40px;
  position: absolute;
  right: 1%;
  top: 1%;
}
.promo-close:hover,
.promo-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*Modal*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fffbfb;
  margin: auto;
  border: 1px solid #888;
  max-width: 90rem;
  font-family: sofia pro;
  position: relative;
  padding: 3rem;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 40px;
  position: absolute;
  right: 40px;
  top: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-list {
  list-style-type: none;
}
.modal-item {
  padding: 1rem;
}

.modal-content h1 {
  font-size: 3rem;
  color: #de8989;
  border-bottom-style: solid;
  border-bottom-width: 3.1px;
  width: fit-content;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.modal-item img {
  padding-right: 3rem;
  padding-left: 3rem;
  width: 100%;
}

.modal-carelist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
}

.modal-location {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: space-between;
  gap: 5rem;
}

.price-table {
  width: 100%;
  color: #301e1e;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 5rem;
}
.table-menu {
  width: 70%;
}
.table-price {
  width: 30%;
}

.modal-location div {
  display: flex;
  align-items: flex-start;
  color: #301e1e;
  font-size: 1.8rem;
  font-weight: 180;
  line-height: 5rem;
}

.modal-moreinfo-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2%;
  width: 100%;
  gap: 3rem;
}

.modal-moreinfo-item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  gap: 1rem;
  padding: 3rem;
}
.location-img {
  width: 16rem;
  margin-bottom: 2.3rem;
}

.location-word {
  font-family: Sofia Pro;
  font-weight: 400;
  line-height: 35px;
  font-family: Sofia Pro;
  color: #301e1e;
  font-size: 1.8rem;
}

.moreinfo-contact h3 {
  font-family: Sofia Pro;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 61px;
  text-align: center;
  color: #ffa5a5;
}

/* Wax table */
#wax-field {
  margin-top: 5rem;
}

.wax-table-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
