/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.msg {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  cursor: pointer
}

.msg.hidden {
  opacity: 0
}

@media (min-width:992px) {}

.msg-wrapper {
  z-index: 1003;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%
}

.msg-wrapper .msg {
  position: relative
}

.notice-message,
.warning-message,
.error-message {
  padding: 5px 10px 5px 5px;
  margin-top: 19px;
  border: 0;
  font-weight: 400
}


.watchdog-messages .msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0
}

.watchdog-messages .msg .container {
  width: 100%
}

.watchdog-messages .msg .cancel-action {
  float: right;
  font-weight: bold
}

body.user-action-visible .overlay,
body.msg-visible .overlay,
body.spinner-visible .overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

body.user-action-visible .overlay.invisible,
body.msg-visible .overlay.invisible,
body.spinner-visible .overlay.invisible {
  opacity: 0
}

body.user-action-visible .overlay,
body.msg-visible .overlay {
  z-index: 0
}

.msg.msg-success,
.msg.msg-notice {
  border-color: #66bf3a;
  color: #ffffff;
  background-color: #66bf3a
}

.msg.msg-success a,
.msg.msg-notice a {
  color: #ffffff
}

.msg.msg-info {
  color: #ffffff
}

.msg.msg-info a {
  color: #ffffff
}

.msg.msg-warning {
  border-color: #ffa813;
  color: #ffffff;
  background-color: #ffa813
}

.msg.msg-warning a {
  color: #ffffff
}

.msg.msg-error {
  border-color: #f80120;
  color: #ffffff;
  background-color: #f80120
}

.msg.msg-error a {
  color: #ffffff
}

.validator-msg.msg-info,
.js-validator-msg.msg-info {
  color: #556fd1
}

.validator-msg.msg-error,
.js-validator-msg.msg-error {
  color: #f80120
}

.validator-msg.msg-warning,
.js-validator-msg.msg-warning {
  color: #ffa813
}

.messages {
  left: auto;
  top: auto;
  bottom: 20px;
  right: 20px;
  z-index: 999999999
}

.msg-wrapper {
  left: auto;
  top: auto;
  bottom: 20px;
  right: 20px;
  width: auto
}

.msg {
  max-width: 480px;
  padding: 1ex 1em 1ex 2em;
  font-size: 14px;
  min-height: 60px;
  font-weight: 500;
  opacity: 1;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center
}

.msg.msg-info {
  background-color: var(--color-primary);
  border-color: var(--color-primary)
}

@media (min-width: 768px) {
  .msg {
    padding: 1.5ex 1em 1.5ex 2em;
    font-size: 20px;
    min-height: 90px
  }
}

.express-checkout__discount-coupon-input-wrapper .msg-error {
  margin-left: 0
}
