#menuCartItemCount {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  display: inline-block;
}
#footer-menu #menuCartItemCount {
  display: none;
}