.form {
  zoom: 1;
  padding: 2.5rem 0 3.5rem 0;
  font-size: 1.125rem;
  background-color: #fff;
/* iCheck */
}
.form:after,
.form:before {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form__UserForm {
  margin-top: 2rem;
}
.form__ajax {
  width: 384px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
.form__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form__searchHeader {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.form__searchHeader:hover > .form_input__searchHeader {
  width: 230px;
  padding-right: 3rem;
  z-index: 0;
}
.form__searchHeader > .form_input__searchHeader:focus {
  width: 230px;
  padding-right: 3rem;
  z-index: 0;
}
.form__AddProductForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background-color: transparent;
}
.form__OrderForm > .form_header {
  display: none;
}
.form__checkoutOptions .form_grouplist {
  width: auto;
}
.form__checkoutOptions .form_grouplist > li:not(:last-child) {
  margin-bottom: 1rem;
}
.form__checkoutOptions .form_grouplist .form_radioTitle,
.form__checkoutOptions .form_grouplist label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__checkoutComment .form_title {
  display: none;
}
.form_field {
  zoom: 1;
  display: block;
  margin-bottom: 1.25rem;
}
.form_field:after,
.form_field:before {
  content: "";
  display: table;
}
.form_field:after {
  clear: both;
}
.form_field > label {
  display: inline-block;
  max-width: 100%;
}
.form_field__search {
  margin: 0;
}
.form_field__password:last-of-type {
  margin-bottom: 0;
}
.form_title {
  display: block;
  color: #101212;
  font-family: 'Cuprum', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.form_markRequired {
  color: #f00;
}
.form_input {
  width: 384px;
  max-width: 100%;
  display: inline-block;
  margin-right: 1.25rem;
  outline: none;
}
.form_input__text {
  width: 384px;
  height: 3rem;
  padding: 0 1rem;
  box-shadow: 1px 1px 4px rgba(16,18,18,0.16);
  border: 0.125rem solid #9bbecf;
  background-color: #bce3f7;
  color: #202020;
  font-weight: 400;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form_input__text:focus {
  box-shadow: 0 8px 8px rgba(0,0,0,0.16);
  background-color: #fff;
}
.form_input__text.is-invalid {
  border-color: #f00;
}
.form_input__text.form_input__searchHeader {
  margin: 0;
  width: 3rem;
  padding-right: 2rem;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.form_input__range {
  width: 96px;
}
.form_input__textarea {
  height: auto;
  resize: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form_input__noIndent {
  margin: 0;
}
.form_input__dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAAElBMVEUAAAAVIUIVIUIVIUIVIUIVIULDisgGAAAABnRSTlMA//P+/fcNgN/BAAAAHUlEQVR4AWNghAImBiiTmYEBwmRhAAOQCBSwgggABEkAJnCqeVQAAAAASUVORK5CYII=");
}
select.form_input::-ms-expand {
  display: none;
}
.form_checkboxWrapper {
  display: inline-block;
  width: 384px;
  margin-right: 1.25rem;
}
.form_checkboxWrapper + .form_message {
  margin-top: 0;
}
.form_grouplist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 384px;
  margin-right: 1.25rem;
}
.form_grouplist > li {
  margin: 0;
  padding: 0;
}
.form_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.form_actions__search {
  margin-top: 1.75rem;
  max-width: 304px;
}
.form_actions__orderButton {
  margin: 0;
  max-width: 100%;
}
.form_actions__member {
  display: block;
}
.form_actions__frontend {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_actions__frontendRegister {
  margin-top: 1rem;
  border-top: 1px solid #cdcdcd;
  padding-top: 1rem;
}
.form_action {
  width: 384px;
  max-width: 100%;
  margin-right: 0;
}
.form_action__searchHeader {
  position: absolute;
  right: 0.125rem;
  border: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background-color: transparent;
  background-image: url("/themes/corpbase/img/zoom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 21px;
}
.form_message {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: top;
  margin-top: 0.75rem;
}
.form_message__error,
.form_message__validation,
.form_message__required {
  color: #f00;
}
.form_desc {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.25rem;
}
.form_temp {
  background: #f00;
  display: block;
}
.form_forgetPassword {
  margin-left: 16px;
  white-space: nowrap;
}
.form_showOnClick {
  display: inline-block;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.form_showOnClick:after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.form_showOnClick__active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form a:not(.button) {
  color: #0070a4;
}
.form a:not(.button):visited {
  color: #0070a4;
}
.form a:not(.button):hover {
  color: #00a6e4;
}
.form a:not(.button):active {
  color: #0070a4;
}
.form_icheck {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 0.125rem solid #9bbecf;
  background-color: #bce3f7;
  box-shadow: 1px 1px 4px rgba(16,18,18,0.16);
  color: #bce3f7;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form_icheck.hover,
.form_icheck.focus {
  box-shadow: 0 8px 8px rgba(0,0,0,0.16);
  background-color: #fff;
  color: #fff;
  border-color: #9bbecf;
}
.form_icheck.active {
  box-shadow: none;
  border-color: #9bbecf;
  background-color: #fff;
  color: #fff;
}
.form_icheck.checked {
  box-shadow: none;
  border: 2px solid #9bbecf;
  background-color: #bce3f7;
  color: #0070a4 !important;
}
.form_icheck.checked.hover {
  box-shadow: 0 8px 8px rgba(0,0,0,0.16);
  border-color: #9bbecf;
  background-color: #fff;
}
.form_icheck.checked.active {
  box-shadow: none;
  border-color: #9bbecf;
  background-color: #fff;
}
.form_icheck.disabled {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
  color: #dcdcdc !important;
  cursor: default;
}
.form_icheck__radiobutton {
  border-radius: 50%;
}
.form_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}

/*# sourceMappingURL=../maps/component/form.css.map */
