.password-input {
    width: 100%;
}

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

.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 2em;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    width: 33%;
    margin-bottom: .5em;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--customer-logout {
    display: none;
}

@media (max-width:767px) {
    .woocommerce-MyAccount-navigation li {}
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 1em .5em;
    border: 1px solid var(--line_color);
    border-radius: 3px;
    text-align: center;
    font-size: min(.9em, 3vw);
}

.woocommerce-MyAccount-content {
    padding: 1em 0;
    margin-bottom: 3em;
    /* background-color: rgba(255, 255, 255, .1); */
    /* border-radius: 4px; */
}

@media (max-width:767px) {

    .woocommerce-MyAccount-content {
        padding: 0;
        margin-bottom: 3em;
    }
}

.woocommerce-page.woocommerce-account .pagetitle-wrp .title {
    color: var(--main_dark-text-color);
    font-size: min(1.2em, 5vw);
}

/* .woocommerce-orders .woocommerce-MyAccount-content {
    padding: 0;
    background-color: transparent;
} */

.woocommerce-MyAccount-content h3 {
    margin-bottom: 1.5em;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 1em;
}

/* edit-address */
.woocommerce-Addresses.col2-set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce-Addresses.col2-set .u-column1,
.woocommerce-Addresses.col2-set .u-column2 {
    width: 47%;
}


.woocommerce-Address-title {
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.woocommerce-MyAccount-content header.title h3 {
    display: inline-flex;
    align-items: center;
    font-size: min(1.15em, 4vw);
    margin-bottom: .5em;
}

@media (max-width:767px) {

    .woocommerce-Addresses.col2-set .u-column1,
    .woocommerce-Addresses.col2-set .u-column2 {
        width: 100%;
        margin-bottom: 2em;
    }
}

.woocommerce-MyAccount-content .edit {
    display: inline-block;
    font-size: min(.8em, 3.5vw);
    /* background-color: var(--main_subcolor); */
    background-color: var(--brand-color);
    /* color: var(--text-color) !important; */
    /* color: var(--main_light-text-color) !important; */
    /* margin-top: .5em; */
    margin-left: 1em;
    margin-bottom: 1em;
    padding: .5em 2em;
    border-radius: 3px;
}

.woocommerce-Address address {
    font-size: min(.8em, 3vw);
    line-height: 2em;
}

.woocommerce-MyAccount-content .shop_table td,
.woocommerce-MyAccount-content .shop_table th {
    font-size: min(.9em, 2.6vw);
    padding: .5em;
    text-align: left;
}

.woocommerce-MyAccount-content .shop_table td:first-child {
    padding-left: 0;
}

.woocommerce-MyAccount-content .shop_table td:last-child {
    padding-right: 0;
}

.woocommerce-MyAccount-content .shop_table td .button {
    font-size: min(.8em, 3vw);
    min-width: 8em;
}

@media (max-width:767px) {
    .woocommerce-MyAccount-content .shop_table td .button {
        min-width: 5em;
    }
}

/* my-account order table */
.woocommerce-orders .woocommerce-MyAccount-content {
    width: 100%;
    overflow-x: scroll;
}

.woocommerce-orders-table__header-order-actions {
    width: 10%;
}

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

.woocommerce-MyAccount-content p {
    font-size: min(.9em, 3em);
    line-height: 1.8;
}