/* ACE CART COUNTER V5.79 START */
.ace-cart-counter-v579 {
    position: absolute;
    top: -7px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #eaff00;
    color: #07110b;
    border: 1px solid rgba(255,255,255,.65);
    box-shadow: 0 0 14px rgba(234,255,0,.55);
    font-size: 11px;
    font-weight: 900;
    line-height: 17px;
    text-align: center;
    z-index: 5;
}

.ace-h11-icon[href*="/checkout/cart"],
.ace-mobile-clean-action[href*="/checkout/cart"] {
    position: relative;
}

.ace-cart-counter-v579.is-empty {
    display: none;
}
/* ACE CART COUNTER V5.79 END */
