body.has-notices .woocommerce-notices-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 20%;
}
body.has-notices .woocommerce-notices-wrapper.hide {
  opacity: 0;
  visibility: hidden;
}
body.has-notices .woocommerce-notices-wrapper::before {
  content: "x";
  font-size: 40px;
  color: white;
  margin-left: auto;
  flex: 1 100%;
  text-align: right;
}
body.has-notices .woocommerce-notices-wrapper .woocommerce-message {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  width: 100%;
}

.checkout input[type=checkbox] {
  width: auto;
}
.checkout .mailchimp-newsletter {
  margin: 2rem 0;
}
/*# sourceMappingURL=shop.css.map */
