/*.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);
}
*/

.ezLogo {
  float: right;
  margin: -12px 0 0 0;
}

.price {
  background-color: #eee;
  margin: 0 12px 0 0;
}

.price:last-child {
  margin: 0px 0px 0px 0px;
  background-color: red;
}

.volume {
  border: 1px solid #eee;
  padding: 36px;
}

.locations {
  border: 0px;
  padding: 36px;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

/*body {

  background: url("../img/gh-burger.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  opacity: 0.4;
  position: absolute;
   top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
*/
.container {
  background-color: white;
  padding-top: 21px;
  opacity: 1 !important;
}

body {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

body::after {
  background: none;
  content: "";
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-size: 100% auto;
}

.stepcenter {
  width: 80px;
  height: 80px;
  margin: 0px auto 22px auto;
  text-align: center;
}
.centerheader {
  margin: 0px auto 15px auto;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background-color: #5fb06d;
  border-color: #5fb06d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #38ad5a;
  border-color: #38ad5a;
}

.ezHeader {
  font-weight: bold;
  font-size: 50px;
}

.congrats {
  text-align: center;
  margin: 52px 148px 52px 148px;
  font-size: 42px;
  font-weight: lighter;
}

.order {
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
}

.order span {
  font-size: 18px;
}

.preparation h1 {
  margin: 0px auto 36px auto;
  text-align: center;
  font-size: 64px;
  color: #5eaf75;
  font-weight: bold;
}

a {
  color: #5fb06d;
}

.bold {
  font-weight: bold;
}

.larger {
  font-size: 28px;
}
