.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;
}

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

    .theme-woodmart .wd-my-account-sidebar{
        margin-bottom: 40px;
        background-color: #fff;
        padding: 25px;
    }

    .theme-woodmart .woocommerce-MyAccount-navigation{
        margin-bottom: 0;
    }

}