html body {
  font-size: 14px !important;
  color: #444 !important;
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
}
h1, .h1 {
  color: #BE272D;
  font-weight: 300;
  font-size: 44px;
}

.product-category h1 {
  font-weight: 400;
  font-size: 30px;
  color: #666;
}

.product-detail h1, .cart h1 {
  font-weight: 400;
  font-size: 30px;
  margin-top: 0px;
}
.product-detail .icons .glyphicon {
  font-size: 22px;
  top: 5px;
  margin-right: 5px;
}

.product-detail .icons {
  color: #9b9a9a;
  /*line-height: 28px;*/
  margin-bottom: 15px;
  font-size: 90%;
}

.product-detail .price-container {
  padding: 12px 0px 12px 0px;
  border-top: 0.5px solid #DBDBDB;
  border-bottom: 0.5px solid #DBDBDB;
  margin: 12px 0px 12px 0px;
  color: #9b9a9a;
  line-height: 48px;
}
.product-detail .price-container strong {
  color: #222;
  font-size: 18px;
}
.product-detail .price-container .btn {
  vertical-align: middle;
}

.product-detail .description {
  margin-top: 0px !important;
}

h2, .h2 {
  color: #BE272D;
  font-weight: 400;
  font-size: 20px;
  
}
h3, .h3 {
  margin-top: 10px;
  color: #6b6b6b;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
h3 a, .h3 a {
  color: #686868;
}

h4, .h4 {
  color: #BE272D;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #BE272D;
  line-height: 40px;
}

.text ul {
  margin-left: 0px;
  padding-left: 0px;
}
.text ul li:before {
  position: absolute;
  content: '\02022';
  font-size: 25px;
  line-height: 10px;
  vertical-align: middle;
  color: #ccc;
  margin-left: -20px;
  margin-top: 3px;
}
.text ul li {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
  padding-left: 15px;
}

p a {
  color: #686868;
  text-decoration: underline;
}