.button-up-down {
  background-color: #000;
  width:30px;
  height:30px;
  color: white;
  margin:3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
}
.button-up-down:hover {
  background-color: red; /* Green */
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
  border: 2px solid white;
}
.button-up-down:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.button-product-detail {
  background-color: #000;
  width:80px;
  height:30px;
  color: white;
  margin:3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
}
.button-product-detail:hover {
  background-color: blue; /* Green */
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
  border: 2px solid white;
}
.button-product-detail:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}






























.button-add {
  background-color: #000;
  width:180px;
  height:30px;
  color: white;
  margin:3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
}
.button-add:hover {
  background-color: red; /* Green */
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
  border: 2px solid white;
}
.button-add:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.input-Count1 {
         text-align: center; 
         font-size: large;
         color: #FF0000;
   }






















.button1 {width: 250px;}