/* ======================================== */
/* NASTAVITVE, KI SO NA VOLJO V SETTINGS */
/* ======================================== */
.all-mini-cart-qty-notification {
    /* === element-select.php === */
    display: none;
    position: absolute;
}
/* ======================================== */
/* NASTAVITVE, KI NISO NA VOLJO V SETTINGS */
/* ======================================== */
.all-mini-cart-qty-notification {
    z-index: 9999;         /* z_index ni v template */
    pointer-events: none;  /* pointer_events ni v template */
    transition: opacity 0.2s;  /* transition ni v template */
    opacity: 1;            /* opacity ni v template */
}