/* استایل های مدیر محصولات مجازی و سبد خرید */
.vpcm-cart-menu-item {
    display: inline-block;
    margin-right: 15px;
}

.vpcm-cart-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #333;
    text-decoration: none;
}

.vpcm-cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff0000;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.vpcm-empty-cart-container {
    margin-top: 20px;
    text-align: left;
}

.vpcm-empty-cart-btn {
    background: #ff6b6b !important;
    border-color: #ff6b6b !important;
    color: white !important;
}

.vpcm-empty-cart-btn:hover {
    background: #ee5253 !important;
    border-color: #ee5253 !important;
}

/* واکنش گرا */
@media (max-width: 768px) {
    .vpcm-cart-menu-item {
        margin-right: 10px;
    }
    
    .vpcm-cart-icon {
        width: 35px;
        height: 35px;
    }
}
