header {
    background-color: #fff;
}

#template_notification,
.no_notification_template {
    display: none;
}

.cart-counter {
    top: -9px;
    left: 16px;
    background-color: var(--primary-color);
    min-width: 6px;
    min-height: 6px;
    max-height: 6px;
    border-radius: 100px;
    font-size: 10px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #f4f4f4;
    justify-content: center;
}

.cart-counter.cart-qty-0 {
    display: none;
}

#cart-icon {
    cursor: pointer;
}

#user-settings {
    cursor: pointer;
}

#reordering {
    /* text-decoration: underline; */
}