
.et-cart-info {
  position: relative;
}

.et-cart-info .wc-menu-cart-count {
  position: absolute;
  top: -6px;
  right: -10px;

  width: 22px;
  height: 22px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  font-weight: 600;

  background: #d86d5f;
  color: #fff;

  box-shadow: 0 2px 6px rgba(0,0,0,0.2);

  z-index: 999;
}

.et-cart-info .wc-menu-cart-count.is-empty {
  display: none;
}
