/* ============================================================
   Posh-branded WooCommerce front-end notices
   ============================================================ */

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  font-family: 'Poppins', sans-serif;
}

/* ---- Success ---- */
.woocommerce .woocommerce-message,
.woocommerce-message {
  background-color: #fdf2f8 !important;
  border: none !important;
  border-left: 4px solid #e0457b !important;
  border-radius: 8px !important;
  color: #375275 !important;
  padding: 16px 20px 16px 3.5em !important;
  box-shadow: 0 1px 3px rgba(55, 82, 117, 0.08) !important;
  border-top: none !important;
}

.woocommerce .woocommerce-message::before,
.woocommerce-message::before {
  font-family: WooCommerce !important;
  content: '\e015' !important;
  color: #0abab5 !important;
  display: inline-block !important;
  position: absolute !important;
  top: 1em !important;
  left: 1.5em !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: inherit !important;
  font-weight: normal !important;
  flex-shrink: 0;
}

.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message a,
.woocommerce-message a.button,
.woocommerce-message a {
  color: #e0457b !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-left: 0.5em !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  transform: none !important;
}

.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce-message a.button:hover,
.woocommerce-message a:hover {
  color: #c03a6b !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ---- Error ---- */
.woocommerce .woocommerce-error,
.woocommerce-error {
  background-color: #fff !important;
  border: none !important;
  border-left: 4px solid #d64545 !important;
  border-radius: 8px !important;
  color: #3a3a3a !important;
  padding: 16px 20px 16px 3.5em !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  border-top: none !important;
}

.woocommerce .woocommerce-error::before,
.woocommerce-error::before {
  font-family: WooCommerce !important;
  content: '\e016' !important;
  color: #d64545 !important;
  display: inline-block !important;
  position: absolute !important;
  top: 1em !important;
  left: 1.5em !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.woocommerce .woocommerce-error a,
.woocommerce-error a {
  color: #e0457b !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ---- Info ---- */
.woocommerce .woocommerce-info,
.woocommerce-info {
  background-color: #fff !important;
  border: none !important;
  border-left: 4px solid #375275 !important;
  border-radius: 8px !important;
  color: #375275 !important;
  padding: 16px 20px 16px 3.5em !important;
  box-shadow: 0 1px 3px rgba(55, 82, 117, 0.08) !important;
  border-top: none !important;
}

.woocommerce .woocommerce-info::before,
.woocommerce-info::before {
  font-family: WooCommerce !important;
  content: '\e028' !important;
  color: #375275 !important;
  display: inline-block !important;
  position: absolute !important;
  top: 1em !important;
  left: 1.5em !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.woocommerce .woocommerce-info a,
.woocommerce-info a {
  color: #e0457b !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Checkout coupon/login toggles reuse message/info classes */
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-message,
.woocommerce-form-login-toggle .woocommerce-info {
  border-left-color: #375275 !important;
}

@media (max-width: 375px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 14px 16px 14px 3.25em !important;
    font-size: 14px;
  }
}
