#cart_count {
    position: absolute;
    top: 15px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    color: green;
    text-align: center;
    border-radius: 50%;
}
.sidebar-content{
    max-height: 100vh;
    overflow-y: scroll;
}
