#sync-to-woocommerce input[type="text"] {
    border: none;
    background: none;
}

#sync-to-woocommerce input[type="tel"] {
    border: none;
    background: none;
}

#sync-to-woocommerce input[type="text"]:focus {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
    min-height: none !important;
}

#sync-to-woocommerce input[type="tel"]:focus {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
    min-height: none !important;
}

#sync-to-woocommerce input[type="email"] {
    border: none;
    background: none;
}

#sync-to-woocommerce input[type="email"]:focus {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
    min-height: none !important;
}

#sync-to-woocommerce input[type="number"] {
    border: none;
}

#sync-to-woocommerce input[type="number"]:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}

#sync-to-woocommerce input[type="password"] {
    border: none;
}

#sync-to-woocommerce input[type="password"]:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    transition: background-color 100000s ease-in-out 0s;
    -webkit-text-fill-color: var(--black) !important;
    box-shadow: 0 0 0px 1000px var(--white) inset !important;
}

#sync-to-woocommerce textarea:focus {
    border-color: none;
    outline: none;
    box-shadow: none;
}

#footer-left,
#footer-upgrade {
    display: none !important;
}