.header-cart,
.header-heart,
.header-search,
.header-search-m {
    cursor: pointer;
}

.header-bars {
    margin-left: 15px!important;
}

.header-cart-count,
.header-heart-count {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    right: -2px;
    width: 20px;
    height: 20px;
    font-size: 80%;
    color: #fff;    
    background: #cc0000;
    border-radius: 40px;
}

.header-cart-count.active,
.header-heart-count.active {
    display: flex;
}

.t706__carticon,
.t1002__wishlisticon,
.t985__search-widget-button {
    display: none!important;
}