/* Paniez - Email verification notices */
@media (min-width: 992px){
  .woocommerce-notices-wrapper,
  .wc-block-components-notices{
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 0 16px;
  }
}
.woocommerce-notices-wrapper{
  margin-top: 12px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
  border-radius: 12px !important;
  padding: 12px 14px 12px 44px !important; /* room for icon */
  line-height: 1.25 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  position: relative;
}
.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-notices-wrapper .woocommerce-info:before{
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%);
  position: absolute !important;
}
.woocommerce-notices-wrapper .woocommerce-info{
  background:#fff !important;
  border-left: 5px solid #ABD082 !important;
}
.woocommerce-notices-wrapper .woocommerce-error{
  border-left: 5px solid #e44 !important;
}
.woocommerce-notices-wrapper a{
  font-weight: 700;
  text-decoration: none !important;
}
