.woo-myacc.woo-myacc {
    .woocommerce-MyAccount-navigation-link {
        border: 1px solid #183B4E;
        border-bottom: none;
        &:last-of-type {
            border-bottom: 1px solid;
        }
        &.is-active {
            background-color: #183B4E;
            color: #fff;
        }

        a {
            display: block;
            padding: 20px;
            font-weight: 600;
        }
    }
    
    .woocommerce-MyAccount-content {
        p {
            margin-bottom: 20px;
        }
    }

    .woocommerce-Addresses {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        &::before,
        &::after {
            display: none;
        }
    }

    .woocommerce-Address {
        border: 1px solid #5eb3e5;
        background-color: rgba(94, 179, 229, 0.1);
        padding: 20px;

        h2 {
            font-weight: 700;
            text-transform: uppercase;
        }

        a.edit {
            float: none;
            text-decoration: underline;
            font-size: 14px;
            display: inline-block;
            margin: 10px 0;
        }

        address {
            line-height: 1.7;
        }
    }

    fieldset {
        border: 1px solid #5eb3e5;
        background-color: rgba(94, 179, 229, 0.1);
        padding: 20px;
        margin-bottom: 30px;
    }

    .woocommerce-info {
        border: 1px solid #5eb3e5;
        background-color: rgba(94, 179, 229, 0.1);
        padding: 20px;
        &::before {
            display: none;
        }
    }

    .woocommerce-order-details__title,
    .woocommerce-column__title {
        margin: 0 0 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
    }

    .woocommerce-customer-details {
        address {
            background-color: rgba(94, 179, 229, 0.1);
            border: 1px solid #5eb3e5;
            border-radius: 0;
            line-height: 1.7;
        }
    }

    #account_display_name_description {
        font-size: 14px;
    }

    .tp-account-deletion-request {
        margin-top: 40px;
        border: 1px solid #d96c54;
        background-color: rgba(217, 108, 84, 0.08);
        padding: 24px;

        h3 {
            margin: 0 0 10px;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 20px;
        }

        p:last-child {
            margin-bottom: 0;
        }

        .woocommerce-info {
            margin-bottom: 0;
            border-color: #d96c54;
            background-color: rgba(217, 108, 84, 0.08);
        }
    }

    .tp-account-deletion-request__form {
        margin-top: 20px;
    }
}

.woo-login-registration {
    h2 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }
    .tp-account-customer-type-field {
        .woocommerce-input-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
    
            input {
                display: none;
                &:checked {
                    & + label {
                        background-color: #5eb3e5;
                    }
                }
            }
    
            label {
                width: 49%;
                height: 40px;
                display: flex;
                align-items: center;
                font-weight: 600;
                justify-content: center;
                cursor: pointer;
                border: 1px solid #5eb3e5;
                span {
                    display: none;
                }
            }
        }
    }

    .woocommerce form.login, .woocommerce form.register {
        border-radius: 0;
    }

    .woocommerce-privacy-policy-text {
        font-style: italic;
        font-size: 14px;
        margin: 20px 0;
    }

    .woocommerce-form-login__rememberme.woocommerce-form-login__rememberme {
        display: none;
    }

    .woocommerce-LostPassword {
        margin-top: 10px;
        display: inline-block;
        text-decoration: underline;
        font-size: 14px;
    }

    .woocommerce-ResetPassword {
        border: 1px solid #5eb3e5;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        background-color: rgba(94, 179, 229, 0.1);
        padding: 20px;
        & > p {
            font-weight: 600;
            margin-bottom: 20px;
        }

        .form-row-first {
            text-align: left;
            width: 100%;

            label {
                font-weight: 400;
            }
        }
    }
}

.woo-reset-success {
    background-color: rgba(94, 179, 229, 0.1);
    padding: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #5eb3e5;

    .woocommerce-message {
        text-align: center;
        font-weight: 600;
        padding: 0;
        border: none;
        background-color: transparent;
        margin-bottom: 20px;
        &::before {
            display: none;
        }
    }
}

@media screen and (max-width: 991px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .woo-myacc.woo-myacc {
        .woocommerce-MyAccount-navigation-link {
            a {
                padding: 10px 20px;
                font-size: 15px;
            }
        }
    }
}
