.woocommerce .woocommerce-success {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .woocommerce-success::before {
  content: url("../../icons/check.svg");
  top: auto;
}
.woocommerce .woocommerce-success::after {
  flex-basis: 100%;
}
.woocommerce .woocommerce-success > a {
  color: #107C11;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce .woocommerce-success > a.button {
  color: #FFFFFF;
  background-color: #50B748;
  border: 1px solid #50B748;
  font-weight: 400;
  text-decoration: none;
}
.woocommerce .woocommerce-success > a.button:hover {
  color: #50B748;
  background-color: transparent;
}
.woocommerce .woocommerce-error {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce .woocommerce-error::before {
  content: url("../../icons/icon-error.svg");
  top: auto;
}
.woocommerce .woocommerce-error::after {
  flex-basis: 100%;
}
.woocommerce .woocommerce-error > a {
  color: #BC1D1D;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce .woocommerce-error > a.button {
  color: #FFFFFF;
  background-color: #D44040;
  border: 1px solid #D44040;
  font-weight: 400;
  text-decoration: none;
}
.woocommerce .woocommerce-error > a.button:hover {
  color: #D44040;
  background-color: transparent;
}
.woocommerce .woocommerce-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .woocommerce-info::before {
  content: url("../../icons/icon-info.svg");
  top: auto;
}
.woocommerce .woocommerce-info::after {
  flex-basis: 100%;
}
.woocommerce .woocommerce-info > a {
  color: #2E58A7;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce .woocommerce-info > a.button {
  color: #FFFFFF;
  background-color: #5D8BE2;
  border: 1px solid #5D8BE2;
  font-weight: 400;
  text-decoration: none;
}
.woocommerce .woocommerce-info > a.button:hover {
  color: #5D8BE2;
  background-color: transparent;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: block;
}