.pure-button {
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.28);
  border-radius: 2px;
  padding: .6em 1.8em .55em;
}

.button-xsmall {
  font-size: 70%;
}

.button-small {
  font-size: 85%;
}

.button-large {
  font-size: 110%;
}

.button-xlarge {
  font-size: 125%;
}

.button-order {
  color: #FFF;
  background: #ec5040;
  font-weight: 400;
  font-size: 1.3em;
  border-radius: 2px;
}

.button-order:hover {
  color: #FFF;
  background: #ff3300;
}

.button-other {
  font-weight: 400;
  font-size: 1.2em;
  border-radius: 2px;
  color: #FFF;
}
.button-other:hover {
  color:#FFF;
}

.button-login {
  color: #FFF;
  background: #74013C;
  font-weight: 300;
  font-size: 1.2em;
}

.button-login:hover {
  background: #590830;
}

.button-more {
  color: #FFF;
  background: #D8A900;
}

.button-more:hover {
  color: #FFF;
  background: #BC9300;
}
