@font-face {
  font-family: poppins-regular;
  src: url("fonts/poppins_regular.ttf");
}

@font-face {
  font-family: poppins-bold;
  src: url("fonts/poppins_semibold.ttf");
}

.circle-parent {
  width: 40%;
  padding-bottom: 40%;
  position: absolute;
  top: 5%;
  left: 30%;
}

body {
  color: #1c1c1c;
  font-family: poppins-regular !important;
}

p {
  margin: 0 !important;
  font-size: 10pt;
}

.bold {
  font-family: poppins-bold !important;
}

.white {
  color: #fff;
}

.circle {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-style: solid;
  border-color: #e6e6ee;
  border-width: 1px;
  margin: 0;
  position: absolute;
  left: 0%;
  top: 0%;
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profile-header {
  padding-bottom: 2rem !important;
}

.profile-background-first {
  margin-top: -5%;
}

.profile-background {
  border-radius: 20px;
  margin-bottom: -35px;
  position: relative;
}

.beer-card-container {
  position: relative;
}

.beer-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 10%;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.beer-card-header {
  margin-bottom: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.beer-card-image {
  position: absolute;
  left: 5%;
  top: 1.5rem;
  width: 21%;
}

.beer-card-tap {
  position: absolute;
  top: 13%;
  right: 0%;
  width: 15%;
}

.beer-card-tap p {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
  font-size: 9px;
}

.beer-card-text-container {
  position: absolute;
  top: 0;
  left: 25%;
  width: 60%;
}


#logo {
  width: 65%;
}

#beer-header {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

.invisible {
  height: 0;
}

#volume-0 {
  border-right: black;
  border-width: 1px;
  border-style: hidden solid hidden hidden;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.multiplePrice,
.multipleVolume {
  font-size: 15px;
  padding-left: 3px;
  padding-right: 0px;
}

.singlePrice,
.singleVolume {
  font-size: 15px;
  padding-left: 3px;
  padding-right: 0px;
}

/* Popup */
.popup,
.popup-postal-code {
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
}

.popup-top {
  border-top: 2px solid #e7e7ef;
  border-left: 2px solid #e7e7ef;
  border-right: 2px solid #e7e7ef;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #f8f7fd;
}

.popup-bottom {
  font-family: poppins-bold;
  background: #ededf2;
  border-top: 1px solid #e7e7ef;

  border-bottom: 2px solid #e7e7ef;
  border-left: 2px solid #e7e7ef;
  border-right: 2px solid #e7e7ef;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.popup-bottom:hover {
  background-color: #e3e3e8;
  color: #1c1c1c;
  text-decoration: underline;
}

.popup p,
.popup-postal-code p {
  font-family: poppins-regular;
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}

.overlay {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(38, 42, 47, 0.75);
  position: fixed;
}

.buttons {
  margin-top: 20px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.buttons button {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 10px;
  margin-right: 10px;
  width: 150px;
  font-size: 18px;
  border: none;
  background-color: #74c17e;
  border-radius: 100px;
  color: white;
  outline: none;
}

.has-bottom-sticky {
  padding-bottom: 30%;
}

button:hover {
  background: #5b9963;
}

@media only screen and (max-width: 450px) {
  .button-1,
  .button-1-postal {
    margin-bottom: 10px;
  }

  .buttons button {
    width: 200px;
  }
}

@media only screen and (max-width: 410px) {
  .multiplePrice,
  .multipleVolume {
    font-size: 12px;
  }

  .singlePrice,
  .singleVolume {
    font-size: 14px;
  }
}

@media only screen and (max-width: 350px) {
  .multiplePrice,
  .multipleVolume {
    font-size: 10px;
  }

  .singlePrice,
  .singleVolume {
    font-size: 12px;
  }
}

@media only screen and (max-width: 340px) {
  .beer-card-header {
    font-size: 0.8em;
  }

  .beer-card-description {
    font-size: 8pt;
  }
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.bittersweet {
  background: #a6607d;
}

.warm-full {
  background: #a770a6;
}

.powerful {
  background: #c55ba2;
}

.labradors {
  background: #006c9a;
}

.fresh-drinkable {
  background: #1d9abc;
}

.spicy-fresh {
  background: #02afad;
}

.accessible-character {
  background: #008084;
}

.rich-smooth {
  background: #91b497;
}

.happy-fresh {
  background: #fece81;
}

.rich-warming {
  background: #f8ae7f;
}

.smooth-fruity {
  background: #f0857d;
}

.full-fruity {
  background: #df514a;
}
