.tea-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;

  .row {
    margin-inline: 0;
    height: 100%;

    > div {
      padding: 0;
      height: 100%;
    }
  }
}

.popup-container {
  position: relative;
  width: 1000px;
  height: 500px;
  max-width: inherit;
  padding: 0;
  border: 0;
  margin: 0 auto;
  background-color: #fff;
}

.tea-popup .close-popup {
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  padding: 0;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000000000;
}
.tea-popup .close-popup i {
  font-size: 30px;
  margin-left: 3px;
}

.white-popup {
  background-color: #f7f7f7;
  height: 100%;
}
.banner-newsletter {
  float: left;
  width: 100%;
  height: 100%;
}
.banner-newsletter img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.kt-popup-newsletter {
  position: relative;
  overflow: hidden;
  padding: 40px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}

.popup-title h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: .5rem;
}

.popup-title .notice {
  font-size: 14px;
  text-transform: uppercase;
}

.popup-title .primary {
  font-size: 17px;
  color: #666;
  font-family: "Montserrat", sans-serif;
  color: red;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 300;
}

input#mce-EMAIL {
  width: 100%;
  height: 54px;
  border-color: rgba(0, 0, 0, 0.1);
  padding-inline: 1rem;
  text-align: start;
  color: #cfcfcf;
}

button#subscribe {
  width: 100%;
  background-color: var(--color-primary) !important;
  height: 50px;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  border: none;
  text-transform: uppercase;
}

.checkbox-bottom {
  margin-top: 10px;
}

input[type="checkbox"] {
  display: none;
}

.checkbox-bottom label {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
}

input[type="checkbox"] + label {
  cursor: pointer;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
  margin: 0 10px 0 0px;
  top: 2px;
  position: relative;
}

input[type="checkbox"]:checked + label:before {
  background: url(//cdn.shopify.com/s/files/1/1467/1304/t/7/assets/icon-check.png?2131806913827189849)
    no-repeat;
}

#newsletterPopup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#newsletterPopup.hidden {
  opacity: 0;
  visibility: hidden;
}
