.minus {
  background: white;
  color: black;
  border-radius: 0%;
  border: 2px solid #303030;
  font-size: 30px;
  padding: 0;
  height: 70px;
  width: 70px;
}

/* .minus:hover {
  background: orange;
} */

.plus {
  background: white;
  color: black;
  border-radius: 0%;
  border: 2px solid #303030;
  text-align: center;
  font-size: 30px;
  padding: 0;
  height: 70px;
  width: 70px;
}

/* .plus:hover {
  background: orange;
} */

#count {
  /* text-align: center; */
  color: #303030 !important;
}