#nav_header{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.cart-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.cart-icon svg {
    width: 17px;
    height: 19px;
}
.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}
.cart-count.hidden {
    display: none;
}