.abajora-account {
    font-family: 'ivar-display', serif;
    text-transform: uppercase;

    .slider {
        height: 70vh;

        & .slider-left {
            margin-top: 120px;

            @media (max-width: 768px) {
                font-size: 70px;
            }
        }
    }

    .content {
        padding: 0 15px;

        & .woocommerce {
            padding-bottom: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;

            @media (min-width: 512px) {
                flex-direction: row;
                gap: 0 20px;
            }


            @media (min-width: 992px) {
                gap: 0 50px;
            }


            & .woocommerce-MyAccount-navigation {
                width: fit-content;

                & ul {
                    display: flex;
                    flex-direction: column;
                    gap: 15px;

                    & a {
                        @media (min-width: 992px) {
                            font-size: 20px;
                        }
                    }


                }
            }

            & .woocommerce-MyAccount-content {
                flex: 1;
                width: 100%;

                & label {
                    font-size: 18px !important;
                }

                & #account_display_name_description {
                    font-size: 18px !important;
                    margin-top: 5px !important;
                    display: block;
                }

                & .woocommerce-Addresses {

                    display: flex;
                    flex-direction: column;
                    gap: 20px;

                    @media (min-width: 640px) {
                        flex-direction: row;

                    }

                    & .woocommerce-Address {
                        width: 100%;

                        & header {
                            display: flex;
                            flex-direction: column;

                            & a {
                                margin-bottom: 8px;
                            }

                            & h2 {
                                font-size: 30px;
                            }
                        }
                    }



                }

                & .woocommerce-EditAccountForm {
                    & .woocommerce-form-row {
                        margin-bottom: 15px;

                        & input {
                            background-color: transparent;
                            border: 1px solid var(--light-color);
                            color: white;
                            padding: 10px;
                        }
                    }

                    & fieldset {
                        border: 0;
                    }

                    & .woocommerce-Button {
                        background-color: transparent;
                        border: 1px solid var(--light-color);
                        font-size: 16px;
                        color: white;
                    }

                    & .woocommerce-Button:hover {
                        background-color: var(--light-color);
                        color: black;
                    }
                }


            }
        }
    }

}