.notify-me-wrap {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.notify-me-wrap .notify-me-cover {
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .7;
}
.notify-me-wrap .notify-me-form {
  position: absolute;
  height: auto;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1002;
  background: #fff;
  opacity: 1;
  width: 800px;
  padding: 80px 80px 100px 80px;
}
.notify-me-wrap .notify-me-form .notify-me-img-wrap .notify-me-img {
  width: 100px;
  height: 100px;
}
.notify-me-wrap .notify-me-form .notify-me-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 13px;
  margin-bottom: 10px;
}
.notify-me-wrap .notify-me-form .notify-me-subtitle {
  font-size: 16px;
  color: #333;
  line-height: 13px;
  margin-bottom: 40px;
}
.notify-me-wrap .notify-me-form .notify-me-description {
  margin-bottom: 20px;
  font-size: 12px;
}
.notify-me-wrap .notify-me-form .notify-me-question-wrap {
  margin-bottom: 40px;
}
.notify-me-wrap .notify-me-form .notify-me-form-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  max-width: 100%;
  font-weight: bold;
}
.notify-me-wrap .notify-me-form .notify-me-form-input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding-left: 15px;
  border: 1px solid #4d4f52;
  border-radius: 3px;
  color: #000;
}
.notify-me-wrap .notify-me-form .notify-me-form-label + span {
  color: #c92323;
}
.notify-me-wrap .notify-me-form .notify-me-form-hint-required,
.notify-me-wrap .notify-me-form .notify-me-form-hint-format {
  font-size: 12px;
  color: #c92323;
  margin-top: 4px;
  align-self: flex-start;
}
.notify-me-wrap .notify-me-form .notify-me-form-input.hint {
  border-color: #c92323;
}
.notify-me-wrap .notify-me-close-wrap {
  position: absolute;
  top: 50px;
  right: 50px;
}
.notify-me-wrap .notify-me-close {
  display: block;
  margin: auto;
  cursor: pointer;
}
.notify-me-wrap .notify-me-btn {
  display: block;
  position: relative;
  margin: 0 auto;
  background: #492582;
  color: #fff;
  padding: 10px 30px;
  min-width: 192px;
  border: 1px solid #492582;
  border-radius: 27.5px;
  font-size: 20px;
  text-align: center;
}
.notify-me-wrap .g-recaptcha-container {
  margin-bottom: 40px;
}
.notify-me-wrap .g-recaptcha-container.required .g-recaptcha > div iframe {
  border: 1px solid #c92323;
  border-radius: 5px;
}
.notify-me-wrap .g-recaptcha-container.required > .required {
  display: block;
  font-size: 12px;
  color: #c92323;
}
.notify-me-wrap .notify-me-complete,
.notify-me-wrap .notify-me-failed {
  position: absolute;
  height: auto;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1002;
  background: #FFFFFF;
  opacity: 1;
  width: 800px;
  padding: 80px 80px 100px 80px;
}
.notify-me-wrap .notify-me-complete .notify-me-checkmark-wrap,
.notify-me-wrap .notify-me-failed .notify-me-checkmark-wrap,
.notify-me-wrap .notify-me-complete .notify-me-error-wrap,
.notify-me-wrap .notify-me-failed .notify-me-error-wrap {
  margin-bottom: 40px;
}
.notify-me-wrap .notify-me-complete .notify-me-checkmark,
.notify-me-wrap .notify-me-failed .notify-me-checkmark,
.notify-me-wrap .notify-me-complete .notify-me-error,
.notify-me-wrap .notify-me-failed .notify-me-error {
  display: block;
  margin: auto;
  width: auto;
}
.notify-me-wrap .notify-me-complete .notify-me-desc-wrap,
.notify-me-wrap .notify-me-failed .notify-me-desc-wrap,
.notify-me-wrap .notify-me-complete .notify-me-desc-wrap,
.notify-me-wrap .notify-me-failed .notify-me-desc-wrap {
  margin-bottom: 60px;
}
.notify-me-wrap .notify-me-complete .notify-me-desc,
.notify-me-wrap .notify-me-failed .notify-me-desc,
.notify-me-wrap .notify-me-complete .notify-me-desc,
.notify-me-wrap .notify-me-failed .notify-me-desc {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 27px;
}
.content.productlistComponent.white .products p {
  color: #0e071e;
}
.hide {
  display: none !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}
[v-cloak] {
  display: none;
}
@media screen and (max-width: 800px) {
  .notify-me-wrap .notify-me-complete,
  .notify-me-wrap .notify-me-failed {
    width: calc(60vw);
    padding: 40px 20px 60px 20px;
  }
}
