body.theme-motta div.woocommerce form .woocommerce-billing-fields__field-wrapper {
  padding: 0;
}

body.theme-motta div.woocommerce .woocommerce-billing-fields__field-wrapper {
  border: 0;
}

body.theme-motta .fc-content form.woocommerce-checkout {
  padding-top: 0;
}

body.theme-motta div.woocommerce .fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply {
  min-width: 0;
}

body.theme-motta .woocommerce-checkout-payment ul.wc_payment_methods .payment_box > p:first-child {
  margin-top: 0;
}

body.theme-motta .ts-wrapper .ts-control {
  font-weight: 500;
}

body.theme-motta .ts-wrapper .ts-control:after {
  left: 20px;
}

body.theme-motta div.woocommerce form .form-row input[type=checkbox] {
  margin-left: 14px;
}

body.theme-motta div.woocommerce form .form-row input[type=checkbox]:focus {
  outline: none !important;
}

body.theme-motta div.woocommerce form .form-row input[type=checkbox]:focus:before {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156);
  outline-offset: 2px;
}