.dd-nlm-message,
.dd-nlm-error,
.dd-nlm-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f1f1f1;
  color: #2f2f2f;
  border: 1px solid #005681;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.dd-nlm-message::before, .dd-nlm-message::after,
.dd-nlm-error::before,
.dd-nlm-error::after,
.dd-nlm-info::before,
.dd-nlm-info::after {
  content: " ";
  display: table;
}
.dd-nlm-message::after,
.dd-nlm-error::after,
.dd-nlm-info::after {
  clear: both;
}
.dd-nlm-message::before,
.dd-nlm-error::before,
.dd-nlm-info::before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.dd-nlm-message .button,
.dd-nlm-error .button,
.dd-nlm-info .button {
  float: right;
}
.dd-nlm-message li,
.dd-nlm-error li,
.dd-nlm-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.dd-nlm-message {
  border-color: #8fae1b;
}
.dd-nlm-message::before {
  content: "\e015";
  color: #8fae1b;
}

.dd-nlm-info {
  border-color: #1e85be;
}
.dd-nlm-info::before {
  color: #1e85be;
}

.dd-nlm-error {
  border-color: #b81c23;
}
.dd-nlm-error::before {
  content: "\e016";
  color: #b81c23;
}

.dd-nlm-notices-wrapper {
  display: block;
}

.dd-nlm-subscribe-form-small .dd-nlm-message,
.dd-nlm-subscribe-form-small .dd-nlm-error,
.dd-nlm-subscribe-form-small .dd-nlm-info,
.dd-nlm-subscribe-form-footer .dd-nlm-message,
.dd-nlm-subscribe-form-footer .dd-nlm-error,
.dd-nlm-subscribe-form-footer .dd-nlm-info {
  margin: 0 0 1em !important;
}
.dd-nlm-subscribe-form-small .form-wrap,
.dd-nlm-subscribe-form-footer .form-wrap {
  display: block;
}
.dd-nlm-subscribe-form-small .form-group input[type=email],
.dd-nlm-subscribe-form-footer .form-group input[type=email] {
  color: #2f2f2f;
  border: none !important;
  border-radius: 0px !important;
  background: #ffffff;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  width: 100%;
}
.dd-nlm-subscribe-form-small .form-group .validate-message,
.dd-nlm-subscribe-form-footer .form-group .validate-message {
  margin-top: 5px;
  color: #990000;
  display: none;
  font-size: 0.9em;
}
.dd-nlm-subscribe-form-small.has-error .form-group .validate-message,
.dd-nlm-subscribe-form-footer.has-error .form-group .validate-message {
  display: block;
  color: #990000;
}
.dd-nlm-subscribe-form-small.progress button,
.dd-nlm-subscribe-form-footer.progress button {
  pointer-events: none;
}

.dd-nlm-subscribe-form-small .form-group {
  padding-bottom: 0.5rem;
}

.dd-nlm-subscribe-form-footer .form-wrap {
  display: flex;
}
@media (max-width: 480px) {
  .dd-nlm-subscribe-form-footer .form-wrap {
    width: 100%;
    display: block;
  }
}
.dd-nlm-subscribe-form-footer .form-group {
  padding-right: 10px;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .dd-nlm-subscribe-form-footer .form-group {
    padding-right: 0px;
    padding-bottom: 10px;
  }
}
.dd-nlm-subscribe-form-footer .form-button {
  width: 160px;
}
@media (max-width: 480px) {
  .dd-nlm-subscribe-form-footer .form-button {
    width: 100%;
    display: block;
  }
}
.dd-nlm-subscribe-form-footer button {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  margin: 0;
  width: 100%;
}
.dd-nlm-subscribe-form-footer button:hover {
  background-color: #ffffff;
  color: #000000;
}

.dd-nlm-overlay-form-wrap {
  visibility: hidden;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
  z-index: 1000010;
  transition: all 0.3s;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 35px;
  max-height: 550px;
  max-width: 640px;
  width: 90%;
  margin: 0;
  background-color: #f1f1f1;
  z-index: 1000011;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) scale(0.7);
  opacity: 0;
  transition: all 0.3s;
  overflow: auto;
  overflow-x: hidden;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a, .dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a:focus, .dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a:hover, .dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a:visited {
  text-decoration: underline;
  color: #000;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a:hover, .dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a:focus:hover, .dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a:hover:hover, .dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content a:visited:hover {
  color: #ff9237;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button-preview,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ff9237;
  color: #ff9237;
  background-color: transparent;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button-preview svg,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button svg {
  height: 20px;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button-preview svg polygon,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button-preview svg rect,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button svg polygon,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button svg rect {
  fill: #ff9237;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button-preview:hover,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button:hover {
  border: 1px solid #ff9237;
  color: #fff;
  background-color: #ff9237;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button-preview:hover svg polygon,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button-preview:hover svg rect,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button:hover svg polygon,
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-button:hover svg rect {
  fill: #fff;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-row {
  display: block;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-row label {
  display: block;
  color: #000000;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-row .input-text {
  width: 100%;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-row .form-row-checkbox {
  display: flex;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-row .form-row-checkbox .input-checkbox {
  margin-top: 7px;
  margin-right: 7px;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-form-row .form-row-checkbox label {
  display: inline-block;
}
@media (max-width: 767px) {
  .dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content {
    padding: 15px;
  }
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-overlay-form-wrap-content-head {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  min-height: calc(1.2em + 24px);
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-overlay-form-wrap-content-head button {
  background: 0 0;
  border: 0;
  font-size: 24px;
  line-height: 1;
  padding: 0.4em;
  color: inherit;
  display: flex;
  box-shadow: none;
}
.dd-nlm-overlay-form-wrap .dd-nlm-overlay-form-wrap-content .dd-nlm-overlay-form-wrap-content-con {
  height: 100%;
  position: relative;
  line-height: 1.5;
}
.dd-nlm-overlay-form-wrap.show {
  visibility: visible;
}
.dd-nlm-overlay-form-wrap.show .dd-nlm-overlay-form-wrap-content {
  transform: scale(1) translateY(-50%) translateX(-50%);
  opacity: 1;
}

.dd-nlm-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1001;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #ff9237;
  -webkit-animation: NlmPreloaderSpin 2s linear infinite;
  animation: NlmPreloaderSpin 2s linear infinite;
  display: none;
}
.dd-nlm-spinner:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #ff9237;
  -webkit-animation: NlmPreloaderSpin 3s linear infinite;
  animation: NlmPreloaderSpin 3s linear infinite;
}
.dd-nlm-spinner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #ff9237;
  -webkit-animation: NlmPreloaderSpin 1.5s linear infinite;
  animation: NlmPreloaderSpin 1.5s linear infinite;
}

@keyframes NlmPreloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dd-nlm-hidden {
  display: none !important;
}

.dd-nlm-subscribe-form .validate-message {
  margin-top: 5px;
  color: #b53238;
  display: block;
}
.dd-nlm-subscribe-form h2,
.dd-nlm-subscribe-form h3 {
  margin-bottom: 15px;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-steps {
  position: relative;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-steps .dd-nlm-step {
  height: auto;
  transition: all 0.5s ease;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-steps .dd-nlm-step.step-hidden {
  transform: translateX(100%);
  height: 0;
  overflow: hidden;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-steps .dd-nlm-step.step-done {
  transform: translateX(-100%);
  height: 0;
  overflow: hidden;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-steps .dd-nlm-step:not(.step-hidden) {
  padding-top: 0;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-steps .dd-nlm-step[data-step="1"] {
  padding-top: 0;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-control {
  display: flex;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-control .dd-nlm-step-control-prev {
  text-align: left;
  width: 50%;
}
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-control .dd-nlm-step-control-next {
  text-align: right;
  width: 50%;
}
@media (max-width: 480px) {
  .dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-control {
    flex-direction: column-reverse;
  }
  .dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-control .dd-nlm-step-control-prev,
.dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-control .dd-nlm-step-control-next {
    text-align: center;
    width: 100%;
  }
  .dd-nlm-subscribe-form .dd-nlm-step-wrapper .dd-nlm-step-control .dd-nlm-step-control-next {
    margin-bottom: 5px;
  }
}
.dd-nlm-subscribe-form.progress .dd-nlm-spinner {
  display: inline-block;
}