#sbarro-online-order-button {
  line-height: 45px;
  cursor: pointer;
  padding: 5px 10px 0;
  background-color: #c8102e;
  width: 275px;
}
@media (max-width: 768px) {
  #sbarro-online-order-button {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
#sbarro-online-order-button > a {
  display: inline-block;
  color: white;
}
#sbarro-online-order-button div#button-text {
  background-color: #c8102e;
  color: white;
  font-family: TradeGothicLT-BoldCondTwenty, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
}
#sbarro-online-order-button div#button-text a {
  color: white;
}

/*# sourceMappingURL=online-order-button.css.map */
