.form-text, .form-select, .form-textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  color: #607089;
  font-size: .875rem;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #e4e4eb;
  padding: 0.625rem 1rem;
  border-radius: 0.25rem;
}

.form-item
{
  margin-bottom: 1rem;
}

.form-text, .form-textarea {
  margin-top: .25rem;
}

nav .form-item {
  margin-bottom: 0;
}

.field--name-quantity .form-item {
  margin-bottom: 0!important;
}

fieldset.form-item {
  margin-bottom: 0!important;
}

.checkout__form-main .form-item.js-form-type-radio:not(:last-child) {
  margin-bottom: .5rem!important;
}

.checkout__form-main .form-item.js-form-type-radio:last-child {
  margin-bottom: 0!important;
}

header .form-item
{
  margin-bottom: 0;
}

.itw-salesart-html label {
  font-size: .875rem;
  font-weight: 600;
  color: #1d1d28;
  margin-bottom: .25rem;
}

form .description {
  margin-top: .5rem;
}

.itw-salesart-html.html .form-required:after {
  display: inline-block;
  content: '*';
  color: red;
  margin-left: .25rem;
}

.product-full .form-required:after {
  display: none;
}

input[type=checkbox], input[type=checkbox]:before {
  width: 16px;
  height: 16px;
}

.itw-salesart-html input[type=checkbox] {
  position: relative;
  cursor: pointer;
  appearance: none;
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  outline: none!important;
  content: none;
}
input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  background-color: white;
}
.itw-salesart-html input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

.js-form-type-checkbox  {
  display: flex;
}

.js-form-type-checkbox input + label {
  padding-left: .5rem;
}
