@charset "UTF-8";

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: none;
  background-image: none;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #ebe6d5;
  border-left: 0;
  padding: 0.5rem 10rem 0.5rem 0.5rem;
  line-height: 1.4rem;
  animation: none;
  color: #777;
  border-radius: 3rem;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  content: "🛈";
  display: inline-block;
  position: relative;
  color: #ccc;
  margin: 0 0.5rem 0 0;
  font-size: 2rem;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  min-width: 1px;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 1rem;
  padding: 0.5rem 1.25rem;
  background-color: #cbbe8f;
  transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-error a:after,
.woocommerce .woocommerce-info a:after,
.woocommerce .woocommerce-message a:after {
  display: none;
}

.woocommerce .woocommerce-error a:after:hover,
.woocommerce .woocommerce-info a:after:hover,
.woocommerce .woocommerce-message a:after:hover {
  background-color: #84753d;
}
