.cart-icon-wrapper {
    display: flex;
    align-items: center;
}

.cart-icon {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.cart-icon i {
    font-size: 22px;
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #28a745;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}