/* ==========================================================
   UTILITY CLASSES (глобални, независни од компонента)
   Изворно: public.css
   ========================================================== */

.fade-out-important {
    opacity: 0 !important;
    transition: opacity 500ms ease-in-out !important;
    pointer-events: none !important;
}

.hide-important {
    display: none !important;
}

.underline,
.woocommerce-privacy-policy-link {
    text-decoration: underline !important;
}

.close {
    height: auto !important;
}

.close .input-icon {
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    margin-bottom: 4px;
}