#customer-type_haghighi:checked ~ label[for=customer-type_haghighi].radio:before,
#customer-type_hoghooghi:checked ~ label[for=customer-type_hoghooghi].radio:before {
    opacity: 1;
    background-position: 0 0;
}
#customer-type_field input[type="radio"] {
    height: 23px !important;
    width: 23px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    cursor: pointer !important;
    border: 1px solid #ccc !important;
    margin-left: 7px !important;
    vertical-align: middle !important;
    padding:4px !important;
        transition: all 0.3s !important;

        box-shadow: unset !important;

}
#customer-type_field input[type="radio"]:checked {
    border: 1px solid var(--main-color) !important;
    box-sizing: border-box !important;
    background: var(--main-color) !important;
    box-shadow: inset 0 0px 0px 4px #fff !important;
}
#customer-type_field .woocommerce-input-wrapper label {
    display: inline-flex;
    margin: 0;
    margin-left: 2rem;
    cursor: pointer;
}

#customer-type_field .woocommerce-input-wrapper label:before {
    position: unset;
    margin-left: 5px;
}