/* wc-dynamic-cart-count.css */
.cart-count {
    font-weight: bold;
    color: #151515;
    padding: 0 5px;
    border-radius: 50%;
    background-color: #f8f7f3;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    align-self: center;
}
.cart-count.count-0 {
    display: none;
}