/* CART COUNT BADGE – gym style */

.navigation-buttons a[data-target="cart"]{
  position:relative;
}

.navigation-buttons a[data-target="cart"] i[data-testid="headerCartCount"]{

  position:absolute !important;
  top:-7px !important;
  right:-7px !important;

  width:22px !important;
  height:22px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  border-radius:50% !important;

  background:#e31b23 !important;
  color:#fff !important;

  font-size:12px !important;
  font-weight:700 !important;
  font-style:normal !important;
  font-family:inherit !important;

  line-height:1 !important;
  text-indent:0 !important;

  border:2px solid #fff !important;
  box-shadow:none !important;

  z-index:6 !important;
}