.woocommerce-EditAccountForm>p:nth-child(1),
.woocommerce-EditAccountForm>p:nth-child(2),
.woocommerce-EditAccountForm>p:nth-child(4) {
    display: none;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info){
    width: 100%;
    margin: 0 0 20px 0;
}

.woocommerce-address-fields__field-wrapper input[type="number"]{
	text-align: left;
    padding: 0 15px;
}

.wd-registration-page .wd-login-title{
    text-transform: none;
}

.woocommerce-form-register{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-form-register > p{
    width: calc(50% - 7.5px);
}

.woocommerce-form-register > p:nth-child(9){
    width: 100%;
}

.woocommerce-form-register > p#first_name_field{
    order: 0;
}

.woocommerce-form-register > p#last_name_field{
    order: 1;
}

.woocommerce-form-register > p#billing_phone_field{
    order: 2;
}

.woocommerce-form-register > p:nth-child(8){
    order: 3;
}

.woocommerce-form-register > p#birth_date_field{
    order: 4;
}

.woocommerce-form-register > p#gender_field{
    order: 5;
}

.woocommerce-form-register > p#customer_type_field{
    order: 6;
}

.woocommerce-form-register > p#speciality_field{
    order: 7;
}

.woocommerce-form-register > p:nth-child(9){
    order: 8;
}

.woocommerce-form-register .woocommerce-privacy-policy-text{
    order: 9;
    margin-bottom: 20px;
}

.woocommerce-form-register p.woocommerce-form-row.form-row{
    order: 10;
}

.wd-registration-page :is(.register,.login) .button{
    width: auto;
}

#customer_login .col-login{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
    padding-bottom: 40px !important;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.my-acc-custom img{
    border-radius: 24px;
}

.logged-in .my-acc-custom .c2,
.woocommerce-lost-password .my-acc-custom .c2{
    display: none;
}

.logged-in .my-acc-custom .c1,
.woocommerce-lost-password .my-acc-custom .c1{
    width: 100%;
}

.register-page .wd-registration-page .col-login{
    display: none;
}

.wd-registration-page .col-register{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
}

.wd-registration-page #customer_login>div:not(:first-child):last-child{
    border-inline-start: 0;
}

.wd-registration-page{
    border-right: 1px solid #f2f2f2;
    padding-right: 30px;
}

.wd-registration-page #customer_login{
    margin-right: 0;
    margin-left: 0;
}

.woocommerce-account :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward){
    color: #333;
    border: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    line-height: 1;
}

.woocommerce-account :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward):hover{
    color: #333;
    opacity: 0.75;
}

.woocommerce-MyAccount-content > p:nth-child(2){
    padding: 20px;
    background-color: var(--bg-secondary);
    border-radius: 5px;
}

.theme-woodmart .woocommerce-MyAccount-navigation ul li.is-active>a,
.theme-woodmart .woocommerce-MyAccount-navigation ul li a:hover{
    background-color: var(--bg-secondary);
}

.wpb_text_column :last-child .woocommerce-message{
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .logged-in .my-acc-custom .c1,
    .logged-in .my-acc-custom .c2{
        width: 100%;
    }

    .wd-registration-page{
        padding-right: 0;
        border-right: 0;
    }

    .my-acc-custom .c1{
        margin-bottom: 40px;
    }
    
}