.FormItem {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.FormItem label {
  font-size: 12px;
  font-family: 'Arial', 'sans-serif';
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}
.FormItem input {
  height: 40px;
  font-size: 12px;
  font-family: 'Arial', 'sans-serif';
  font-weight: 400;
  padding: 0 15px;
  border: 1px solid #0022ee;
  background-color: #FFFFFF;
  color: #000000;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.FormItem input::-webkit-input-placeholder {
  color: #333333;
}
.FormItem input:moz-placeholder {
  color: #333333;
}
.FormItem input::moz-placeholder {
  color: #333333;
}
.FormItem input:-ms-input-placeholder {
  color: #333333;
}
.FormItem input:placeholder-shown {
  color: #333333;
}
.FormItem select {
  height: 40px;
  font-size: 12px;
  font-family: 'Arial', 'sans-serif';
  font-weight: 400;
  padding: 0 15px;
  border: 1px solid #0022ee;
  background-color: #FFFFFF;
  color: #000000;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.FormItem select::-webkit-input-placeholder {
  color: #333333;
}
.FormItem select:moz-placeholder {
  color: #333333;
}
.FormItem select::moz-placeholder {
  color: #333333;
}
.FormItem select:-ms-input-placeholder {
  color: #333333;
}
.FormItem select:placeholder-shown {
  color: #333333;
}
.FormItem textarea {
  height: 40px;
  font-size: 12px;
  font-family: 'Arial', 'sans-serif';
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid #0022ee;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 15px;
}
.FormItem textarea::-webkit-input-placeholder {
  color: #333333;
}
.FormItem textarea:moz-placeholder {
  color: #333333;
}
.FormItem textarea::moz-placeholder {
  color: #333333;
}
.FormItem textarea:-ms-input-placeholder {
  color: #333333;
}
.FormItem textarea:placeholder-shown {
  color: #333333;
}
.FormItem--stacked {
  display: block;
}
.FormItem--stacked label {
  display: block;
  margin-bottom: 10px;
}
.FormItem--stacked input {
  width: 100%;
}
.FormItem--stacked select {
  width: 100%;
}
.FormItem-description {
  width: 100%;
}
.FormItem--actions {
  margin-left: 7.5px;
  margin-right: 7.5px;
  min-height: 1px;
  float: left;
  width: 98.48790323%;
  width: calc( 100% - 15px );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.FormItem-action {
  margin-left: 7.5px;
  margin-right: 7.5px;
  float: left;
}
.FormItem-action--primary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.FormItem-action--secondary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.FormItem-quantity_selector {
  position: relative;
}
.FormItem-quantity_selector input {
  background-color: #C2C2C2;
  max-width: 100%;
}
.FormItem-quantity_selector_button {
  background: transparent;
  border-width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  position: absolute;
  right: 15px;
}
.FormItem-quantity_selector_button--plus {
  top: 5px;
  font-size: 0;
  border: 5px solid transparent;
  border-bottom-color: #6a6a6a;
}
.FormItem-quantity_selector_button--minus {
  bottom: 5px;
  font-size: 0;
  border: 5px solid transparent;
  border-top-color: #6a6a6a;
}
.FormItem-checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.FormItem-checkbox_wrapper--stacked {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.FormItem--type_checkbox input {
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.FormItem--type_checkbox label {
  margin-left: 15px;
  margin-right: 0;
}
.FormItem-fieldset {
  margin: 0;
  padding: 0;
  border-width: 0;
}
.FormItem-fieldset legend {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-family: 'Arial', 'sans-serif';
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 15px;
}
