:root {
  --yith-wcwtl-input-email-border-color: #e0e0e0;
  --yith-wcwtl-input-email-color: #8d8d8d;
  --yith-wcwtl-input-email-placeholder-color: #8d8d8d;
}

.yith-wcwtl-output {
  margin-bottom: 20px;
  position: relative;
}
.yith-wcwtl-output:after, .yith-wcwtl-output:before {
  content: "";
  clear: both;
  display: table;
}
.yith-wcwtl-output label[for=yith-wcwtl-policy-check] {
  margin: 10px 0 0 0;
  grid-column: 1/-1;
  display: block;
}
.yith-wcwtl-output label[for=yith-wcwtl-policy-check] span {
  font-size: 12px;
}
.yith-wcwtl-output .counter {
  font-size: 12px;
}
.yith-wcwtl-output .yith-wcwtl-msg {
  margin-bottom: 20px;
}
.yith-wcwtl-output input, .yith-wcwtl-output p {
  margin-bottom: 0;
}
.yith-wcwtl-output p {
  color: #333333;
  margin-top: 0;
}
.yith-wcwtl-output form {
  margin-bottom: 25px;
}
.yith-wcwtl-output form, .yith-wcwtl-output .wrap-form-fields {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.yith-wcwtl-output .wrap-form-fields .yith-wcwtl-submit {
  white-space: pre;
  margin-bottom: 0;
  padding-top: 20px;
  line-height: 18px;
  height: auto;
}

#yith-wcwtl-user-email {
  width: 100%;
  height: 100%;
  border-color: var(--yith-wcwtl-input-email-border-color);
  border-radius: 9px;
  padding: 18px;
  font-size: 14px;
}
#yith-wcwtl-user-email::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--yith-wcwtl-input-email-placeholder-color);
  opacity: 1;
}
#yith-wcwtl-user-email:-ms-input-placeholder {
  font-size: 14px;
  color: var(--yith-wcwtl-input-email-placeholder-color);
  opacity: 1;
}
#yith-wcwtl-user-email::placeholder {
  font-size: 14px;
  color: var(--yith-wcwtl-input-email-placeholder-color);
  opacity: 1;
}

.yith-wcwtl-policy-check {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.yith-wcwtl-policy-check + span {
  font-size: 12px;
}

.yith-wcwtl-notices {
  margin: 20px 0;
  display: none;
}
.yith-wcwtl-notices p {
  font-size: 14px;
}

.yith-wcwtl-ajax-message .wrapper-notice {
  display: flex;
  align-items: center;
}
.yith-wcwtl-ajax-message .wrapper-notice span {
  line-height: 27px;
  font-size: 17px;
}
.yith-wcwtl-ajax-message .wrapper-notice img {
  margin-right: 30px;
}
.yith-wcwtl-ajax-message .wrapper-notice.yith-wcwtl-success svg {
  width: 50px;
  margin-right: 15px;
}

table.my_account_waitlist .product-title {
  margin-left: 5px;
}
table.my_account_waitlist .product-info {
  display: inline-block;
  text-decoration: none !important;
  box-shadow: none;
}
table.my_account_waitlist .product-info img {
  max-width: 50px;
  height: auto;
}
table.my_account_waitlist .product-info .product-image, table.my_account_waitlist .product-info .product-title {
  display: inline-block;
  vertical-align: middle;
}
table.my_account_waitlist .waitlist-product-variation ul {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* RESPONSIVE */
@media (max-width: 996px) {
  .yith-wcwtl-output form, .yith-wcwtl-output .wrap-form-fields {
    grid-template-columns: repeat(1, 1fr);
  }
  .yith-wcwtl-output form #yith-wcwtl-email, .yith-wcwtl-output .wrap-form-fields {
    height: auto;
  }
  .yith-wcwtl-output .wrap-form-fields .yith-wcwtl-submit {
    padding-top: 10px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  table.my_account_waitlist .waitlist-actions:before {
    content: "" !important;
  }
}

/*# sourceMappingURL=yith-wcwtl-frontend.css.map */
