.cart-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    color: #6c757d;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #6c757d;
    font-size: 13px;
    font-weight: 500;
}