.cart-header svg {
    /* height: 20px;
    width: 20px;
    object-fit: contain; */
    margin-top: -7px;
}

.cart-header .counter {
    position: absolute;
    color: #fff;
    right: -5px;
    top: -10px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1;
}

.headerSection.stickyHeader .cart-header .counter {
    color: #1a1a1a;
}

.headerSection.stickyHeader .cart-header svg path {
    stroke: #1a1a1a;
}

.headerSection.stickyHeader .elementor-icon svg path {
    fill: #1a1a1a;
}

a.elementor-sub-item.elementor-item-anchor:hover,
a.elementor-sub-item:hover {
    color: #f00 !important;
    background: #fff;
}

.headerSection {
    z-index: 99 !important;
}

#sticky-search-container {
    z-index: 2;
}