.minus {
  background: white;
  color: black;
  border-radius: 50%;
  border: solid gray 2px;
	    width: 30px;
    height: 30px;
}

.minus:hover {
  background: orange;
}

.plus {
  background: white;
  color: black;
  border-radius: 50%;
  border: solid gray 2px;
  text-align: center;
	    width: 30px;
    height: 30px;
}

.plus:hover {
  background: orange;
}

#count {
  text-align: center;
}

button, input[type=text] {
    padding: 0px !important;
}
