.account-box {
    font-size: 1rem;
    margin-bottom: 15px;
}
.account-box a {
    text-decoration: none;
    color: var(--bs-text-color);
}
.account-box .avatar{
    width: 120px;
    height: 120px;
    margin-right: 1.5rem;
}
.account-box .avatar img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.account-box .account-nav>li{
    border-bottom: 1px solid var(--bs-gray-400);
}
.account-box .account-nav>li a.active{
    font-weight: 500;
    background: var(--bs-primary);
    color: var(--bs-white);
}
.account-box .account-nav>li .sub-nav li.active {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.account-box .account-nav>li .sub-nav {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid var(--bs-gray-400);
}
.account-box .account-nav>li .sub-nav li {

    border-bottom: 1px solid var(--bs-gray-400);
    padding-left: 1.2rem;
    position: relative;

}
.account-box .account-nav>li .sub-nav li::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 1.5rem;
    line-height: 0;
    top: 45%;
    background-color: var(--bs-primary);
    box-sizing: border-box;
    border: 2px solid var(--bs-text-color);
}
.account-box.content-body{
    min-height: 300px;
}
.account-wishlist{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:15px;
}
.wishlist-item .remove-favorite-btn{
    line-height: 1;
    background-color: white;
    border-radius: 50%;
}
.account-box.content-body{
    min-height: 300px;
}
.account-wishlist{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:15px;
}
.wishlist-item .remove-favorite-btn{
    line-height: 1;
    background-color: white;
    border-radius: 50%;
}