/* Make only header full width - 100% screen width */

/* Header container - full width */
#header .container,
#header .header-nav,
#header .header-top {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
}

/* Ensure header itself is full width */
#header {
    width: 100% !important;
    max-width: 100% !important;
}

/* Optional: Also make top navigation bar full width */
.header-top,
#_desktop_top_menu {
    max-width: 100% !important;
}

/* Keep content area with normal container width (don't change) */
#wrapper .container,
#content-wrapper .container,
#main .container {
    /* Leave as default - centered container */
}

#_desktop_top_menu{
    padding-left: 0 !important;
}