.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1050;
}

.mobile-bottom-nav .nav-item {
    flex: 1;
    text-align: center;
    color: #6c757d;
    font-size: 12px;
    text-decoration: none;
}

.mobile-bottom-nav .nav-item i {
    font-size: 22px;
    display: block;
}

.mobile-bottom-nav .nav-item.active {
    color: #0d6efd;
}

.cart-badge {
    position: absolute;
    top: 6px;
    right: 28%;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
}
