.validate-required.woocommerce-validated:not([class*=woocommerce-invalid]) .ts-control {
  box-shadow: inset 3px 0 0 var(--fluidcheckout--avada-builder--success-accent-color, var(--fluidcheckout--color--success, #007a3d)) !important;
}

.validate-required[class*=woocommerce-invalid] .ts-control {
  box-shadow: inset 3px 0 0 var(--fluidcheckout--avada-builder--danger-accent-color, var(--fluidcheckout--color--error, #cc1818)) !important;
}

.validate-required.woocommerce-validated:not([class*=woocommerce-invalid]) .ts-control input,
.validate-required[class*=woocommerce-invalid] .ts-control input {
  box-shadow: none !important;
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control > [data-ts-item],
.ts-wrapper.single .ts-control > input {
  color: inherit;
}