.newsletter-modal._show {
  display: flex;
  align-items: center;
  z-index: 9992 !important;
}
.newsletter-modal._show .action-close {
  margin: 0;
  top: 25px;
  right: 24px;
  padding: 0;
}
.newsletter-modal._show .action-close:before {
  color: #fff;
  font-size: 10px;
  content: url('../images/close.svg');
}
.newsletter-modal._show .action-close:hover:before {
  color: #fff;
}
.newsletter-modal.modal-success .modal-inner-wrap {
  padding: 40px 20px 20px;
}
.newsletter-modal .newletter-banner {
  background: #5184A3;
  margin: 25px 0 30px;
}
.newsletter-modal .newletter-banner .banner-wrapper {
  display: flex;
  align-items: center;
  padding: 22px 15px 24px;
  justify-content: space-between;
  color: #fff;
  line-height: 42px;
}
@media (max-width: 767px) {
  .newsletter-modal .newletter-banner .banner-wrapper {
    flex-direction: column;
  }
}
.newsletter-modal .newletter-banner .banner-wrapper .title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newsletter-modal .newletter-banner .banner-wrapper .title {
    font-size: 18px;
  }
}
.newsletter-modal .newletter-banner .banner-wrapper .sub-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsletter-modal .newletter-banner .banner-wrapper .sub-title {
    font-size: 14px;
  }
}
.newsletter-modal.modal-popup {
  z-index: 9990;
}
.newsletter-modal .modal-header {
  padding: 0;
}
.newsletter-modal .modal-inner-wrap {
  position: relative;
  width: 90%;
  max-width: 550px;
  padding: 20px 20px 40px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
  max-height: 100vh;
  overflow-y: auto !important;
  z-index: 1;
}
.newsletter-modal .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: unset;
  border: none;
  z-index: 1;
}
.newsletter-modal .modal-inner-wrap .modal-header {
  border: none;
  z-index: 2;
}
.newsletter-modal .modal-inner-wrap .block.newsletter {
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
}
.newsletter-modal .modal-inner-wrap .block.newsletter > .content {
  padding-bottom: 5px;
}
.newsletter-modal .modal-inner-wrap .block.newsletter > .content:after {
  display: none;
}
.newsletter-modal .modal-inner-wrap .block.newsletter > .content .newsletter-popup-banner .newsletter-popup-banner-text-column {
  font-weight: normal;
}
.newsletter-modal .modal-inner-wrap .block.newsletter > .content .newsletter-popup-banner .newsletter-banner-image img {
  max-width: 95px !important;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .title {
  display: block;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .field-label {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .block-title {
  font-size: 18px;
  line-height: 1.4;
  color: #212529;
  text-transform: none;
  margin-bottom: 28px;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .block-title strong {
  font-weight: 600;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .block-title:after {
  display: none;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .form.subscribe {
  display: block;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .field {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .field .control:before {
  display: none;
}
.newsletter-modal .modal-inner-wrap .block.newsletter input {
  font-weight: 400;
  padding: 0 15px;
  margin: 0;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #B2B2B2;
}
.newsletter-modal .modal-inner-wrap .block.newsletter input:focus {
  border-color: #B2B2B2;
  box-shadow: inset 0 0 0 1px #B2B2B2 !important;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .newsletter-subscribe-popup-hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1em 0;
  background-color: #bdc7cb;
  border: none;
}
.newsletter-modal .modal-inner-wrap .block.newsletter .actions {
  padding-top: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .newsletter-modal .modal-inner-wrap .block.newsletter .actions {
    width: unset;
  }
}
.newsletter-modal .modal-inner-wrap .block.newsletter .actions .action.subscribe {
  background: #EE2737 !important;
  width: 100%;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy {
  width: 100%;
  max-height: 250px;
  margin: 20px 0 24px;
  border: 1px solid #B2B2B2;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
  box-sizing: border-box;
  color: #212529;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy .privacy-policy-text {
  position: relative;
  padding: 16px;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy .privacy-policy-text p {
  font-family: 'Montserrat';
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy .privacy-policy-text:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #b2b2b2;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy::-webkit-scrollbar {
  width: 20px;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy::-webkit-scrollbar-track {
  background: #fff;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy::-webkit-scrollbar-thumb {
  background: #B2B2B2;
  border: 6px solid #fff;
  box-sizing: content-box;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-privacy-policy::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-conditions {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #151F6D;
}
.newsletter-modal .modal-inner-wrap .newsletter-popup-conditions a {
  text-decoration: underline;
}
.newsletter-modal .modal-inner-wrap .newsletter-subscribe-popup-buttons {
  text-align: center;
}
.newsletter-modal .modal-inner-wrap .newsletter-subscribe-popup-buttons .newsletter-subscribe-popup-cancel {
  display: inline-block;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  cursor: pointer;
  vertical-align: top;
  transition: all .5s ease;
  text-decoration: underline;
}
.newsletter-modal .modal-inner-wrap .newsletter-subscribe-popup-buttons .newsletter-subscribe-popup-cancel:hover {
  color: #e4673b;
  text-decoration: underline;
}
.newsletter-modal .modal-inner-wrap .mage-error {
  text-align: left;
}
.newsletter-modal .modal-inner-wrap .submit-error-message {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ff0000;
  transition: all 0.3s ease;
  color: #ff0000;
  background: rgba(255, 0, 0, 0.1);
  line-height: 1.3;
}
.newsletter-modal .modal-inner-wrap #newsletter-success-modal {
  text-align: center;
}
.newsletter-modal .modal-inner-wrap #newsletter-success-modal .newsletter-popup-success-icon img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.newsletter-modal .modal-inner-wrap #newsletter-success-modal .newsletter-popup-success-text {
  padding: 20px 0;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 25px;
  display: block;
}
.newsletter-modal .modal-inner-wrap #newsletter-success-modal .newsletter-subscribe-success-close {
  color: #666666;
  min-height: auto;
}
.newsletter-modal .modal-inner-wrap #newsletter-success-modal .newsletter-subscribe-success-close:hover {
  color: #289b37;
}
@media only screen and (max-width: 767px) {
  .newsletter-modal.modal-popup {
    left: 0;
  }
  .newsletter-modal.modal-popup .modal-inner-wrap {
    width: 90%;
    max-height: 100vh;
    margin: auto;
    min-height: auto !important;
    background-color: #ffffff !important;
  }
  .newsletter-modal.modal-popup .modal-inner-wrap .actions {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-modal .modal-inner-wrap {
    overflow-x: hidden;
    padding: 20px;
  }
  .newsletter-modal .modal-inner-wrap .block.newsletter .form.subscribe {
    width: 100%;
    left: 0;
  }
}
