/* ==========================================================
   CubexSoft 2.0
   Lucide Icons
========================================================== */

/* Default icon */

.lucide{
    width:18px;
    height:18px;
    stroke-width:2;
    color:currentColor;
    flex-shrink:0;
    transition:all .25s ease;
}

/* ==========================================
   Announcement Bar
========================================== */

.announcement-item .lucide{
    width:14px;
    height:14px;
    margin-right:6px;
}

/* ==========================================
   Navbar
========================================== */

.navbar .lucide{
    width:18px;
    height:18px;
}

/* Search */

.icon-btn .lucide{
    width:20px;
    height:20px;
}

/* ==========================================
   Mega Menu
========================================== */

.mega-column .lucide{
    width:16px;
    height:16px;
}

.featured-product .lucide{
    width:18px;
    height:18px;
}

/* ==========================================
   Hero
========================================== */

.hero .lucide{
    width:20px;
    height:20px;
}

/* ==========================================
   Feature Cards
========================================== */

.feature-card .lucide{
    width:30px;
    height:30px;
}

/* ==========================================
   Statistics
========================================== */

.stat-icon .lucide{
    width:26px;
    height:26px;
}