.account__page {
    margin-top: 6rem;
}

/* Hide header and footer on my-account page when not logged in */
body.woocommerce-account:not(.logged-in) #main-header,
body.woocommerce-account:not(.logged-in) footer,
body.woocommerce-account:not(.logged-in) .breadcrumb-header-general,
body.woocommerce-account:not(.logged-in) .sec-content-archive {
    display: none !important;
}

/* Full page login - only when user is NOT logged in */
body.woocommerce-account:not(.logged-in) {
    overflow: hidden !important;
    height: 100vh !important;
}

body.woocommerce-account:not(.logged-in) #wrapper {
    height: 100vh !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.woocommerce-account:not(.logged-in) #content {
    width: 100% !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.woocommerce-account:not(.logged-in) #main-content-OrangeMoon {
    margin-top: 0 !important;
    padding: 0 !important;
    height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.woocommerce-account:not(.logged-in) #main-content-OrangeMoon .container,
body.woocommerce-account:not(.logged-in) #main-content-OrangeMoon .container.x2 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    margin: 0 !important;
    height: 100% !important;
}

body.woocommerce-account:not(.logged-in) #main-content-OrangeMoon .container > *,
body.woocommerce-account:not(.logged-in) #main-content-OrangeMoon .container.x2 > * {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: calc(100vh - 40px) !important;
}

body.woocommerce-account:not(.logged-in) #customer_login,
body.woocommerce-account:not(.logged-in) .woocommerce {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

/* Back button */
.back-to-previous-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    background: #fff;
    border: 2px solid #f58220;
    color: #f58220;
    padding: 5px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-primary);
    cursor: pointer;
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.back-to-previous-btn:hover {
    background: #f58220;
    color: #fff;
}

.back-to-previous-btn::before {
    content: "←";
    font-size: 18px;
}


.dashbord-banner {
    width: 100%;
    height: 90px;
    min-height: 88px;
    border-radius: 20px;
    padding: 24px 40px;
    background: #09074C;
    text-align: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 2rem;
}

.dashbord-banner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    min-width: 400px;
    min-height: 300px;
    border-radius: 50%;
    background: #f58220;
    filter: blur(50px);
    opacity: .8;
}

.dashbord-banner .banner-text {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    position: relative;
    padding-right: 15px;
}

.banner-text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #FFFFFF80;
}

.dashbord-banner .banner-pattern {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(-1, 1);
    object-fit: cover;
    object-position: center;
    z-index: -1;
    pointer-events: none;
}

nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

nav.woocommerce-MyAccount-navigation {
    background: #09074C;
    border-radius: 1.5rem;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}
.woocommerce .woocommerce-MyAccount-navigation:before {
   content: "";
    position: absolute;
    bottom: -10rem;
    left: 50%;
    z-index: -1;
    width: 22rem;
    min-height: 20rem;
    border-radius: 50%;
    background: #f58220;
    pointer-events: none;
    filter: blur(5rem);
    transform: translateX(-50%);
}
/* .woocommerce-MyAccount-navigation ul li:hover {
    background: #FFFFFF33;
    border-radius: 12px;
    position: relative;
    border: 2px solid #efefef54;
} */
/* .woocommerce-MyAccount-navigation ul li {
    padding: 15px 18px;
    display: flex;
    align-items: center; 
    justify-content: space-between;
    min-height: 3.75rem;
    z-index: 2;
    border: 2px solid #efefef00;
}
nav.woocommerce-MyAccount-navigation ul a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    flex-grow: 1;
    color: #fff;
    text-transform: capitalize;
    padding-top: 3px;
    transition: .4s 
ease-in;
} */
nav.woocommerce-MyAccount-navigation ul li:last-child{
    margin-top: 4rem;
}
.woocommerce-MyAccount-content .woocommerce-info{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    border-radius: 20px;
}
.woocommerce-info::before{
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-55%);
}
.woocommerce-address-fields__field-wrapper p .select2-selection.select2-selection--single,
.woocommerce-address-fields__field-wrapper p input,
.woocommerce-EditAccountForm.edit-account p input{
    min-height: 56px;
    padding: 12px !important;
    border: 2px solid #E671521A !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    transition: .5s 
ease;
    background: #ffffffd8;
    color: #212121;
    outline: none;
}
.woocommerce-MyAccount-content .woocommerce-Button.button:hover{
    background-color: #fff;
    color: #E23E1D;

}
.woocommerce-MyAccount-content .woocommerce-button.button.view:hover {
    background-color: #fff;
    color: #E23E1D;
}

.woocommerce-MyAccount-content .woocommerce-button.button.view {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #E23E1D;
    color: #fff;
    border: 1px solid #E23E1D;
    outline: none;
    border-radius: 16px;
    cursor: pointer;
    transition: .4s 
ease;
    text-align: center;
    margin-left: auto;
    margin-block: .75rem;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
    width: 145px;
    max-width: 100%;
    min-height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    background: #E23E1D;
    color: #fff;
    border: 1px solid #E23E1D;
    outline: none;
    border-radius: 16px;
    cursor: pointer;
    transition: .4s 
ease;
    text-align: center;
    font-family: var(--font-primary);
    margin-left: auto;
    margin-block: .75rem;
}

.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
    justify-content: space-evenly;
    margin-block: 2rem;
}
.woocommerce-MyAccount-content .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 18px;
    right: auto;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover{
    background-color: #fff;
    color: #E23E1D;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button{
        padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #E23E1D;
    color: #fff;
    border: 1px solid #E23E1D;
    outline: none;
    border-radius: 16px;
    cursor: pointer;
    transition: .4s 
ease;
    text-align: center;
    margin-left: auto;
    margin-block: .75rem;
}
.dashboard__family__info a{
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    font-size: 16px;
}
.woocommerce-MyAccount-content .get_customer_order__notes,
.dashboard__family__info {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    padding: .75rem;
    font-size: 16px;
    border-radius: .5rem;
}
.dashboard__order__info a{
    font-size: 1rem;
}
.dashboard__order__info {
    border: 2px solid #E671521A;
    margin-block: .75rem;
    border-radius: 12px;
    padding: 1rem;
    font-size: 1rem;
}
.woocommerce-Address-child {
    background: #E671521A;
    border-radius: 12px;
    padding: 1rem;
}
.woocommerce-MyAccount-content header.woocommerce-Address-title.title a{
    float: unset !important;
    float: left;
    font-size: .8rem;
    color: red;
    line-height: 2;
}
.woocommerce-column__child p{
    background-color: unset;
    padding: unset;    
}
.woocommerce-column__child h2{
    background: #FDE5DF;
    border-radius: 12px;
    padding: .5rem;
    font-size: 1rem;
}
.woocommerce-MyAccount-content header.woocommerce-Address-title.title {
    background: #FDE5DF;
    border-radius: 12px;
    padding: .5rem;
}
.woocommerce-column__child address,
.u-column.col-lg-6.woocommerce-Address address {
    font-size: .9rem !important;
    line-height: 2;
    margin-block: 1rem;
    border: none !important;
    outline: none !important;
}
header.woocommerce-Address-title.title h2 {
    font-size: 1.125rem;
    line-height: 2;
}
.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 1.25rem;
    line-height: 2;
    margin-top: 2rem;
}
.woocommerce-column__child {
    background: #E671521A;
    border-radius: 12px;
    padding: 1rem;
}
.woocommerce-order-details {
    margin-top: 2rem;
}
.get_customer_order__notes .order-status,
.get_customer_order__notes .order-date,
.get_customer_order__notes .order-number{
    background-color: unset;
    font-weight: bold !important;
    color: #09074C !important;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 12px 15px;
    line-height: 1.5em;
    font-size: 15px !important;
}
.woocommerce-order-details .woocommerce-Price-amount.amount bdi,
td.woocommerce-table__product-name.product-name .product-quantity,
td.woocommerce-table__product-name.product-name a {
    font-size: 15px !important;
    font-weight: bold;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
    font-weight: bold;
}





@media (max-width:991.98px) {
    .dashbord-banner::before {
        right: -270px;
    }

    .dashbord-banner .banner-pattern {
        height: 100%;
    }

    .dashbord-banner {
        padding: 24px 30px;
        height: 80px;
        min-height: 80px;
        margin-top: -25px;
        transition: margin-top .3s ease;
    }

    .dashbord-banner {
        margin-top: 0;
    }
}