.vm-custom-profile-leftbar-menu{
    background: var(--color-content-secondary)!important;
    padding: 15px!important;
    min-width: 230px;
}

.vm-custom-profile-leftbar-menu ul{
    margin-left:0!important;
}

.vm-custom-profile-leftbar-menu li{
    list-style: none;
}

.vm-custom-profile-leftbar-menu li a{
    color: white!important;
    font-size: 14px!important;
    line-height: 2!important;
    padding: 10px 15px;
    margin-bottom: 1rem;
}

.vm-custom-profile-leftbar-menu li a:hover{
    background-color: transparent!important;
    text-decoration: underline!important;
    text-decoration-color: red!important;
}

.vm-myaccount-submenu{
    padding: 12px!important;
    padding-left: 24px;
}

.vm-myaccount-submenu li a{
    padding: 0!important;
}

.vm-myaccount-submenu li a:hover{
    background-color: transparent!important;
    text-decoration: underline!important;
    text-decoration-color: red!important;
}

.vm-profile-membership-info{
    border: 1px solid #eaeaea;
     padding: 20px;
      border-radius: 10px;
       width: 300px;
       height: fit-content;
}

.vm-profile-right-info{
    display: flex;
    flex-direction: column;
}

.vm-profile-right-info p{
    margin-bottom: 0!important;
}

.vm-nav-active{
    background-color: transparent!important;
    text-decoration: underline!important;
    text-decoration-color: red!important;
}

.vm-custom-bottom-nav {
    position: fixed;
    bottom: -1px;
    width: 100%;
    margin-left: -1.5rem;
    background-color: #4A0C6B; /* Purple background color */
    display:none;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.vm-custom-bottom-nav .nav-item {
    text-align: center;
    flex: 1;
    color: #FFFFFF; /* White text color */
    text-decoration: none;
}

.vm-custom-bottom-nav .nav-item .nav-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.vm-custom-bottom-nav .nav-item .nav-label {
    font-size: 14px;
}

.vm-custom-bottom-nav img {
    width: 24px;
    height: 24px;
}

/* Active state for the current page */
.nav-item.active {
    color: #D3AA31; /* Example active color */
}

@media (max-width: 1019px) {
       .bp-wrap{
        display: flex;
        flex-direction: column!important;
    }
    .bp-wrap:has(#activity-stream){
        display: flex;
        flex-direction: column-reverse!important;
    }
    .vm-custom-bottom-nav {
        display: flex;
    }

    .vm-custom-profile-leftbar-menu{
        display: none;
    }
    
    .vm-profile-membership-info{
        width: 100%;
    }
    .site-header .sub-menu a{
        font-size:2rem!important;

    }
    .site-header .sub-menu i{
        font-size:1.5rem!important;
        margin-bottom:.6rem!important;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu {
        display: block!important;
        width: 100%;
        color: white;
    background-color: #4A0C6B; /* Purple background color */
    display:none;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu a, .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu h5{
        color: white;
    }
    .bsMyAccount.bsMyAccount--dashboard-inner{
        flex-direction: column;
    }
    .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%!important;
}
}

/* Mobile only */
@media (max-width: 800px) {
    
   
    /*profile dropdown menu*/
    /* .user-wrap.user-wrap-container.menu-item-has-children.selected li a{
        font-size: 2rem;
    } */
    
    
    
}

@media screen and (max-width: 543px) {
    .notification-dropdown{
        right: -173px;
    } 
    .messages-wrap:not(:last-child) .notification-dropdown {
        right: -241px;
    }
    #header-notifications-dropdown-elem:not(:last-child) .notification-dropdown {
        right: -202px;
    }
   
}

/* Mobile Dropdown */
.woocommerce-mobile-navigation {
    display: none;
    margin-top: 15px;
    position: relative;
}

.mobile-dropdown-label {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

select.mobile-nav-dropdown {
    width: 100%;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 18px;
    min-height: 64px;
    -webkit-appearance: none; /* Remove default styles on WebKit browsers */
    -moz-appearance: none; /* Remove default styles on Mozilla browsers */
    appearance: none; /* Remove default dropdown arrow */
    background: white!important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>')!important; /* Dropdown arrow SVG */
    background-repeat: no-repeat!important;
    background-position: right 10px center!important; /* Position the arrow */
    background-size: 42px!important;
    cursor: pointer;
}

/* Show dropdown only on mobile */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        display: none;
    }
    .woocommerce-mobile-navigation {
        display: block;
    }
}