/* JieShi shop - header cart badge */
.navbar-nav a[href="/cart/"] { position: relative; }
.navbar-nav .cart-badge {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  margin-left: 6px;
  background: #c8302e;
  color: #fff;
  font-size: 11px;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
}
/* product page buy buttons keep site style */
