.cart-container2 {
    position: relative;
    display: inline-block;
}

.item-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-weight: bold;
    color: black;
    font-size: 14px;
}



