.alert-success {
  background-color: #2eace7;
  color: #fff;
}

.alert-error {
  background-color: red;
  color: #fff;
}

.form-output.error,
.error {
  color: #777777;
}

#mini-cart.full {
  color: #2eace7;
}

.table-cart-stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-cart-stepper span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px silver;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.table-cart-stepper span i {
  font-style: normal;
}

.table-cart-stepper input {
  padding: 0;
  text-align: right;
  width: 50px;
}

.footer-articolo-item-wrapper {
  margin-bottom: 1.5rem;
}

.footer-articolo-item-wrapper .footer-articolo-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-articolo-item-wrapper .footer-articolo-content-wrapper .footer-articolo-image-wrapper {
  width: 20%;
}

.footer-articolo-item-wrapper .footer-articolo-content-wrapper .footer-articolo-body-wrapper {
  width: 80%;
  padding: 0 1rem;
  text-align: left;
}

.footer-articolo-item-wrapper .footer-articolo-content-wrapper .footer-articolo-body-wrapper p {
  margin: 0;
  font-size: 0.8rem;
}
/*# sourceMappingURL=main.css.map */