.template-checkout h2 {
  font-size: 24px;
}
.template-checkout .field input[type="text"],
.template-checkout .field input[type="email"],
.template-checkout .field select {
  width: unset;
}
.template-checkout .field input[type="radio"],
.template-checkout .field input[type="checkbox"] {
  margin-right: 0.5em;
}
.template-checkout #field-checkout-personal_data-firstname,
.template-checkout #field-checkout-personal_data-email,
.template-checkout #field-checkout-billing_address-zip,
.template-checkout #field-checkout-delivery_address-firstname,
.template-checkout #field-checkout-delivery_address-zip {
  float: left;
  margin-right: 1em;
}
.template-checkout .mode_display .checkout_cart_overview {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 0 1.5em;
  background: #fff;
}
.template-checkout .mode_display #field-checkout-personal_data-firstname,
.template-checkout .mode_display #field-checkout-personal_data-email,
.template-checkout .mode_display #field-checkout-billing_address-zip,
.template-checkout .mode_display #field-checkout-delivery_address-firstname,
.template-checkout .mode_display #field-checkout-delivery_address-zip {
  float: left;
  margin-right: 0.5em;
}
.template-checkout .mode_display label {
  display: none;
}
.template-checkout .mode_display .field {
  margin-bottom: 0.35em;
  margin-right: 0.5em;
}
.template-checkout .mode_display #field-checkout-accept_terms_and_conditions-accept label {
  display: unset;
}
.template-checkout .mode_display ul.cart_item_content li {
  display: inline-block;
  margin-left: 1em;
}
.template-checkout .plone-modal-footer {
  display: none!important;
}
#input-checkout-checkout_back,
#input-checkout-confirm_back {
  margin-top: 1em;
}
#input-checkout-checkout_back:after,
#input-checkout-confirm_back:after {
  font-family: 'cart';
  content: '\e812';
  margin-left: 0.5em;
}
#input-checkout-next,
#input-checkout-finish {
  float: right;
  margin-top: 1em;
}
#input-checkout-next:before,
#input-checkout-finish:before {
  font-family: 'cart';
  content: '\e811';
  margin-right: 0.5em;
}
/*# sourceMappingURL=++resource++bda.plone.checkout.css.map */