.cfs .product-box {
  background: #f8f8f8;
}
.cfs .product-box h1 {
  color: #000000;
  margin: 0;
}
.cfs .product-box h6 {
  color: #062c68;
  font-weight: bold;
  font-size: 16px;
}
.cfs .product-box .price,
.cfs .product-box .priceold,
.cfs .product-box .pricesaving {
  font-weight: bold;
}
.cfs .product-box .price {
  line-height: 1.1;
  font-size: 36px;
  font-weight: bold;
  color: #cb0004;
}
.cfs .product-box .priceold {
  color: #706e6f;
}
.cfs .product-box .pricesaving {
  color: #0065bd;
}
.cfs .product-box .panel-default .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px 15px;
  background: #3b92d0;
  color: #ffffff;
  border-color: #3b92d0;
}
.cfs .product-box button.btn,
.cfs .product-box a.btn {
  background-color: #ec8321;
  border: 1px solid #d56416;
  color: white;
  border-radius: 0;
}
.cfs .product-box button.btn span,
.cfs .product-box a.btn span {
  color: white;
}
.cfs .product-box button.btn em,
.cfs .product-box a.btn em {
  color: white;
  float: left;
}
.cfs .product-box button.btn:hover,
.cfs .product-box a.btn:hover {
  background-color: #d56416;
}
.cfs .product-box a.print.btn {
  background-color: #706e6f;
  border: none;
}
.cfs .product-box a.print.btn:hover {
  background-color: #d3d4db;
}
.cfs .product-box .submit em {
  font-size: 12px;
}
.cfs .product-box .badge {
  background-color: #0065bd;
}
.cfs .product-box .glyphicon-ok {
  color: #062c68;
}
@media (max-width: 479px) {
  .cfs .product-box h1 {
    font-size: 26px;
  }
  .cfs .product-box .price {
    font-size: 19px;
  }
}
@media (max-width: 959px) {
  .cfs .product-box .cf-telephone-wrap {
    font-size: 22px;
    color: #cb0004 !important;
  }
  .cfs .product-box .cf-telephone-wrap a {
    color: #d56416 !important;
  }
  .cfs .product-box .cf-telephone-wrap span {
    color: #d56416 !important;
  }
}
