.cartCountCircle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  margin-top: -55px;
}

