body.increase-font-size form label,
body.increase-font-size form input {
  font-size: 130%;
}

body.addition-form .form-group {
  margin-bottom: 3rem !important;
}

form ul {
  padding: 0;
  background: none;
  border: none;
  list-style-type: none !important;
}

input[type="text"] {
  background: white !important;
}

input[type="number"] {
  text-align: center;
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  display: inline;
  height: auto;
  width: auto;
}

input[type="file"] {
  background: none;
  border: none;
}

::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* product searchbar */
#searchbar input {
  border-radius: 0.25rem;
}

/* Date Picker (works only for chromium based browsers) */
#addition-date::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/* End Date Picker */
