html body .tpl-field.type-checkbox ul li label, html body .gr-field-style.type-checkbox ul li label, html body .type-checkbox#orderForm ul li label, html body .option-item:not(.deligate-option).type-checkbox ul li label, html body .form-item.type-checkbox ul li label {
  align-items: flex-start;
  position: relative;
}
html body .tpl-field.type-checkbox ul li input[type="checkbox"], html body .gr-field-style.type-checkbox ul li input[type="checkbox"], html body .type-checkbox#orderForm ul li input[type="checkbox"], html body .option-item:not(.deligate-option).type-checkbox ul li input[type="checkbox"], html body .form-item.type-checkbox ul li input[type="checkbox"] {
  visibility: visible;
}
