html,
body {
  height: 100%;
}
body {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  counter-reset: section-counter;
}
.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sticky-buttons {
  width: 100%;
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .sticky-buttons {
    padding: 1rem;
  }
  .btn-circle.btn-xl {
    width: 50px;
    height: 50px;
    border-radius: 55px;
    font-size: 24px;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 600px) {
  .sticky-buttons {
    position: absolute;
    padding: 1rem 3rem;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
  }
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn .badge.cart-badge {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 0.9rem;
}

/* label {
  font-size: 113px;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  max-width: 100%;
  padding-right: 60px;
  box-sizing: border-box;
  left: 0;
} */

.required::after {
  content: " *";
  color: #dc3545;
  right: 0px;
  top: -15px;
}

.alert .icon {
  display: table-cell;
}

.alert div,
.alert span {
  padding-left: 5px;
  display: table-cell;
}

img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.qr-code img {
  margin-left: auto;
  margin-right: auto;
  border: white solid 2rem;
  border-radius: 1rem;
}

.center-alert {
  left: 0;
  right: 0;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 1rem;
}
.alert p {
  margin: 0;
}
.alert {
  z-index: 100;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

a:hover {
  color: white !important;
  text-decoration: none !important;
}

a .beer-name {
  display: block;
  color: white;
  font-weight: bold;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

footer a {
  color: #888;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

.small-extid {
  font-size: 0.7rem;
  color: #888;
}
.legal .section:before {
  counter-increment: section-counter;
  content: counter(section-counter, upper-roman) ". ";
}
.legal .section {
  text-align: center;
}
.legal ol > li {
  padding-top: 1rem;
}
.legal p {
  padding-left: 40px;
}

@media only screen and (max-width: 765px) {
  .team-text {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 765px) {
  .team-img {
    text-align: right;
  }
  .team-text {
    text-align: left;
  }
}

.landing h2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

h2 {
  margin: 0;
  padding-bottom: 1rem;
}
