/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
margin-bottom: 0;
}

table {
width: 100%;
}

table, caption, tbody, tfoot, thead, tr, th, td {
vertical-align: middle;
}

.quantityfield {
width: 20%;
}

.itemfield {
width: auto;
}

.pricefield {
width: 30%;
}

input[type=text], input[type=email], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input::placeholder {
  font-size: 16px; /* Adjust the size as needed */
}