.garrafa {
  padding: 0px;

  margin: 0px;
}

.fonth5 {
  font-family: "Quicksand", sans-serif;
  padding-top: 5px;
  color: black;
  height: 35px;

  text-align: center;
}

.fonth5L {
  font-family: "Quicksand", sans-serif;
  padding-top: 5px;
  color: black;
  height: 35px;
  text-align: left;
}

.price {
  background-color: white;
  border: solid 1px #ccc;
  border-radius: 5px;
  text-align: center;
}

.fonth7 {
  font-family: "Quicksand", sans-serif;
  height: 65px;
  line-height: 18px;
  display: table;
  color: #037a03;
}

.fonth4 {
  font-family: "Quicksand", sans-serif;

  color: #324b34;
}

.qtd {
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 55px;
  text-align: center;
  margin-bottom: 10px;
}

.qtdTXT {
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  height: 80px;
}

.qtdTXT_pizza {
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  height: 50px;
}

/* MENU SUBMENU */

/* Dropdown Button */

.dropbtn {
  background-color: #58043f;

  color: white;

  padding: 16px;

  font-size: 16px;

  border: none;
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
  position: relative;

  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;

  position: absolute;

  background-color: #f1f1f1;

  min-width: 160px;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

  z-index: 1;
}

/* Links inside the dropdown */

.dropdown-content a {
  color: black;

  padding: 12px 16px;

  text-decoration: none;

  display: block;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
  background-color: #f9dde0;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
  background-color: #25011b;
}
