.rcp-header-cart-link {
  position: relative !important;
  overflow: visible !important;
}

.rcp-header-cart-count {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 0px solid #fff;
  border-radius: 999px;
  background: #f16931;
  color: #fff !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.rcp-header-cart-count[hidden] {
  display: none !important;
}
