.elementor-4557 .elementor-element.elementor-element-a84a8c9{--display:flex;}.elementor-4557 .elementor-element.elementor-element-e6cff03{padding:0px 0px 016px 0px;text-align:center;}.elementor-4557 .elementor-element.elementor-element-e6cff03 .elementor-heading-title{font-family:"Sofia Sans", Sans-serif;font-size:48px;font-weight:600;text-transform:uppercase;color:#EF4722;}/* Start custom CSS for yith-wcaf-registration-form, class: .elementor-element-c337048 *//* -----------------------------
   PRIMARY COLOR = #EF4722
   Registration Form Full Styling
--------------------------------*/

/* Header title */
.yith-wcaf-registration-form .register-title {
    color: #EF4722 !important;
}

/* Labels */
.yith-wcaf-registration-form label,
.b2bking_custom_registration_container label {
    color: #EF4722 !important;
    font-weight: 600;
}

/* Required asterisk */
.yith-wcaf-registration-form .required,
.b2bking_custom_registration_container .required {
    color: #EF4722 !important;
}

/* Input focus border */
.yith-wcaf-registration-form input:focus,
.yith-wcaf-registration-form select:focus {
    border-color: #EF4722 !important;
    box-shadow: 0 0 0 1px #EF4722 !important;
}

/* Select dropdown */
.yith-wcaf-registration-form select {
    border-color: #EF4722 !important;
}

/* Checkbox custom color */
.yith-wcaf-registration-form input[type="checkbox"]:checked {
    accent-color: #EF4722 !important;
}

/* Links (terms + privacy) */
.yith-wcaf-registration-form a {
    color: #EF4722 !important;
}

.yith-wcaf-registration-form a:hover {
    opacity: 0.8;
    color: #EF4722 !important;
}

/* Buttons */
.yith-wcaf-registration-form input[type="submit"],
.woocommerce button.button,
.woocommerce .button {
    background-color: #EF4722 !important;
    border-color: #EF4722 !important;
    color: #fff !important;
    border-radius: 4px;
}

.yith-wcaf-registration-form input[type="submit"]:hover,
.woocommerce button.button:hover,
.woocommerce .button:hover {
    background-color: #d93d1f !important;
    border-color: #d93d1f !important;
}

/* Field border color */
.yith-wcaf-registration-form input,
.yith-wcaf-registration-form select,
.b2bking_custom_registration_container input,
.b2bking_custom_registration_container select {
    border: 1px solid #ccc;
    transition: 0.2s;
}

.yith-wcaf-registration-form input:hover,
.yith-wcaf-registration-form select:hover {
    border-color: #EF4722 !important;
}

/* Terms label (checkbox text) */
.terms-label label {
    color: #EF4722 !important;
}

/* Country strong text in B2B fields */
.b2bking_country_or_state strong {
    color: #EF4722 !important;
}
.yith-wcaf-registration-form h3.thank-you, .yith-wcaf-registration-form h3.we-are-sorry{
    color: black;
}/* End custom CSS */