/**
 * store-notice.scss
 * Store notice styles.
 *
 * @package WC_Progressive_Discounts/Assets/CSS
 * @since   1.0.0
 */
.wc-progressive-discount-store-notice {
  display: block !important;
  position: initial !important;
  text-align: center;
}

body.theme-storefront .wc-progressive-discount-store-notice {
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
}
body.theme-storefront .wc-progressive-discount-store-notice a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
body.theme-storefront .wc-progressive-discount-store-notice a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=store-notice.css.map */
