#subWrap h1 {
    text-transform: none;
}
.row {
    margin-bottom: 3rem;
}
.row h3 {
    margin-top: 0;
    margin-bottom: 3rem;
}
.brand-image {
    margin: auto;
    width: 400px;
    display: block;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
  
  h1 {
    margin-bottom: 10px;
    color: #444;
  }
  p {
    color: #9c9c9c;
    font-size: 1em;
    letter-spacing: 1px;
  }
}

.button {
    padding: 20px;
    background-color: gray;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.most-popular {
    color: #69D49F;
    font-weight: bold;
}
a.blue {
   background-color: #18c4f4;
   color: #fff !important;
}
a.green {
    background-color: #69D49F;
    width: 200px;
    color: #fff !important;
}
a.orange {
    background-color: #F16749;
    width: 230px;
    color: #fff !important;
}
a.grey {
    width: 140px;
    color: #fff !important;
}
.price {
    font-size: 13px;
}
.list-price {
    text-decoration: line-through;
    font-size: 17px;
}
.sale-price {
    color: #B12704 !important;
    font-size: 17px;
}
.plus {
    background-color: yellow;
}
.highlighted {
    background-color: #ffff00;
}