.section-newsletter {
  padding: 0 20px;
}

.newsletter-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.newsletter-button-group {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}

.newsletter-desc {
  margin-top: 15px;
}

.newsletter--field {
  margin-bottom: 0;
  width: 260px;
  margin-right: 10px;
}

@media screen and (max-width: 959px) {
  .newsletter-content form {
    width: 100%;
  }
  .newsletter--field {
    width: 100%;
  }
  .newsletter-button-group .shopline-localization-form {
    flex: 1;
  }
}

.newsletter-commit--message .icon {
  width: 14px;
  margin-right: 4px;
}

.newsletter--button {
  min-width: 90px;
}

.newsletter-form {
  width: 100%;
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
/* .section-padding.section-newsletter{
        padding: 30px 0 !important;
}
.newsletter-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    max-width: 1550px;
    margin: auto;
}
.newsletter-desc {
    margin-top: 0;
}
.newsletter-button-group {
  margin-top: 0;
}
.signup-button {
    background-color: #d6252a;
    color: #ffffff;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #d6252a;
    cursor: pointer;
}

.signup-button:hover {
    background-color: #ffffff;
    color: #d6252a;
}
.sign-up-tiao{
    display: block;
} */