div.header > div.e-con-inner {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

div.header__actions {
    width: auto;
    flex-direction: row !important;
    justify-content: end;
    align-items: center !important;    
}




div.header__actions-account div.lumik-login-wrapper { /* Responsive Design */
    width: 2rem;
}




    /* ====== Header Logo ====== */

div.header__logo--desktop {
    display: none;
}



    /* ====== Nav Mega Menu (Desktop) ====== */

div.header__nav nav.nm-wrap {
    display: flex;
    justify-content: center;
}

div.header__nav ul.nm-desktop {
    color: #302BE1;
}








    /* ====== Cart Icon ====== */

div.header__actions-cart a.elementor-menu-cart__toggle_button {
    border: none;
    padding: 0;
}




/* ==================================================
   RESPONSIVE DESIGN: Mobile (-767px)
   ================================================== */

@media screen and (max-width: 767px) {
    
}



/* ==================================================
   RESPONSIVE DESIGN: Tablet (-1023px)
   ================================================== */

@media screen and (min-width: 768px) and (max-width: 1023px) {
    
}




/* ==================================================
   RESPONSIVE DESIGN: Desktop (+1024px)
   ================================================== */

@media screen and (min-width: 1024px) {
    
    div.header__nav {
        flex: 1;
        align-items: center;
    }
    
    
    
        /* ====== Header Logo ====== */
    
    div.header__logo--mobile {
        display: none;
    }
    
    div.header__logo--desktop {
        display: block;
    }
    
    div.header__logo--desktop svg {
        width: 8rem;
    }
    
    div.header__logo--desktop svg path {
        fill: #302BE1;
        stroke: none;
    }
}


