.cre-btn {
  min-height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.aw100 {
  width: 100%;
}

.btn48 {
  min-height: 48px;
}

.btn54 {
  min-height: 54px;
}

.ff-zalando {
  font-family: "Zalando Sans Expanded", Sans-serif !important;
}

.cre-btn-primary {
  border: 2px solid #e23e41;
  color: #fff;
  background: #e23e41;
}

.cre-btn:hover {
  text-decoration: none;
}

.cre-btn-primary:hover {
  color: #fff;
  background: #a02c2e;
  border-color: #a02c2e;
}

.cre-btn-primary:focus {
  color: #fff;
  background: #7c2224;
  border-color: #7c2224;
}

/* btn outline */
.cre-btn-outline {
  border: 2px solid #e23e41;
  color: #e23e41;
  background: transparent;
}

.cre-btn-outline:hover {
  color: #e23e41;
  background: #fcecec;
}

/* btn verde */
.cre-btn-verde {
  color: #fff;
  border: 2px solid #17a921;
  background: #17a921;
  font-family: "Zalando Sans Expanded", Sans-serif;
}

.cre-btn-verde:hover {
  color: #fff;
  border: 2px solid #11931a;
  background: #11931a;
}
