/* Base styling for all notices (optional, if you want to override WooCommerce defaults) */
.woocommerce-message.notice {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 60px; }
  .woocommerce-message.notice:before {
    color: #ffffff; }
  .woocommerce-message.notice.info-notice {
    background-color: #2074a7;
    border: 1px solid #1b628d;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
    color: #ffffff; }
    .woocommerce-message.notice.info-notice:before {
      font-family: "WooCommerce" !important;
      /* Ensure WooCommerce icon font is used if available, or a different font if using unicode/fontawesome */
      content: "\e006";
      /* Default WooCommerce 'info' icon (an 'i' in a circle) */ }
  .woocommerce-message.notice.success-notice {
    background-color: #4e3fa5;
    /* Light green */
    border: 1px solid #423687;
    /* Green border */
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
    color: #ffffff;
    /* Dark green text */ }

/*# sourceMappingURL=solid-plugins-left-to-free-shipping-style.css.map */
