/* Main Layout */

.woocommerce-account .woocommerce{
    display:flex !important;
    gap:30px;
    align-items:flex-start;
}

/* Sidebar */

.woocommerce-MyAccount-navigation{
    width:280px !important;
    flex:0 0 280px !important;
}

.wc-account-sidebar{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    overflow:hidden;
}

.wc-account-user{
    padding:25px;
    border-bottom:1px solid #eee;
}

.wc-account-user h5{
    margin:0;
    font-size:24px;
    font-weight:700;
}

.wc-account-user span{
    color:#777;
    font-size:14px;
}

.wc-account-menu{
    margin:0;
    padding:0;
    list-style:none;
}

.wc-account-menu li{
    margin:0;
}

.wc-account-menu li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 20px;
    text-decoration:none;
    color:#444;
    font-weight:500;
    transition:.3s;
}

.wc-account-menu li a:hover{
    background:#f7f4ff;
    color:#7c3aed;
}

.wc-account-menu li.is-active a{
    background:#f7f4ff;
    color:#7c3aed;
    border-left:3px solid #7c3aed;
}

.wc-account-menu li:last-child{
    border-top:1px solid #eee;
    margin-top:10px;
    padding-top:10px;
}

.wc-account-menu i{
    font-size:18px;
}

/* Content */

.woocommerce-MyAccount-content{
    flex:1;
}

/* Mobile */

@media(max-width:991px){

.woocommerce-account .woocommerce{
    flex-direction:column;
}

.woocommerce-MyAccount-navigation{
    width:100% !important;
    flex:100% !important;
}

}
.account-address-page .card{
    border-radius:14px;
}

.account-address-page .card-body{
    padding:25px;
}

.account-address-page h2{
    font-size:34px;
    font-weight:700;
}

.account-address-page .address-content{
    line-height:1.9;
    font-size:15px;
}

.account-address-page a{
    text-decoration:none;
}

.account-address-page .btn{
    border-radius:8px;
}
.account-orders-page .card{
    border-radius:14px;
    transition:.3s;
}

.account-orders-page .card:hover{
    transform:translateY(-3px);
}

.account-orders-page .badge{
    font-size:12px;
    padding:8px 12px;
}

.account-orders-page .btn{
    border-radius:8px;
}

.account-orders-page h2{
    font-size:34px;
    font-weight:700;
}
.account-details-page .card{
    border-radius:14px;
}

.account-details-page .form-control{
    min-height:48px;
    border-radius:8px;
}

.account-details-page .btn{
    border-radius:8px;
    min-width:180px;
}

.account-details-page h2{
    font-size:34px;
    font-weight:700;
}

.account-details-page label{
    font-weight:600;
    margin-bottom:6px;
}
