/* wc-dynamic-cart-count.css */
.cart-count {
    font-weight: bold;
    color: #141414;
    padding: 0 5px;
    border-radius: 50%;
    background-color: #fff;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Bebas Neue',display;
}
.cart-count.count-0 {
    display: none;
}

.cart-icon a {
    font-family: 'ETModules'!important;
}