.panel-header {
    position: relative;
    background-color: #000;
    color: #fff;
}

.panel-header .inner {
    width: 100%;
    height: 100%;
    position: relative;;
}

.panel-header .logo-cont,
.panel-header .header-link-cont{
    display: none;
}

.panel-header .logo img {
    width:70px;
}
@media(min-width:641px){
    .panel-header .logo img { 
        width:140px; 
        /* margin: 0 40px; */
    }
}

.panel-header .mobile-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 62px;
    z-index:13;
    position: fixed;
    background-color: #000;
}
.mobileFilterActive .panel-header .mobile-nav {
    display: none;
}

/*Mobile Logo*/

.panel-header .mobile-nav .mobile-logo-cont .logo{
    max-width: 70px;
    margin: 5px 10px 5px 15px;
}
/* - * - * - * - */

/*Mobile Header link*/
.panel-header .mobile-nav .flex-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100vw;
}

.panel-header .mobile-nav .mobile-header-link-cont{
    width: 65px;
    height: 65px;
    text-align: center;
}

.panel-header .mobile-nav .mobile-menu-buttons {
    display: flex;
    justify-content: space-around;
}

.panel-header .mobile-nav .mobile-header-link-cont .header-link{
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: calc(10px + (10 - 8) * ((100vw - 320px) / (1024 - 320)));
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
    padding: 5px;
}
.panel-header .mobile-nav .mobile-header-link-cont .header-link a{
    color: inherit;
}
/* - * - * - * - */

.panel-header .mobile-nav .mobile-dd {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 50;
}

.panel-header .mobile-nav.active .mobile-dd { display: block; }

/*Mobile CTAs Section*/
.panel-header .mobile-nav .mobile-dd .mobile-ctas .top{
    display: flex;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;

}
.panel-header .mobile-nav .mobile-dd .mobile-ctas .top > div,
.panel-header .mobile-nav .mobile-dd .mobile-ctas .mobile-nav-header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.panel-header .mobile-nav .mobile-dd .mobile-ctas .top > div:first-child{
    border-right: 1px solid #000;
}
.panel-header .mobile-nav .mobile-dd .mobile-ctas .top > div:last-child{
    border-left: 1px solid #000;
}

.panel-header .mobile-nav .mobile-dd .mobile-ctas .mobile-nav-header-link{
    width: 100%;
}

.panel-header .mobile-nav .mobile-dd .mobile-ctas .mobile-nav-header-link .header-link{
    font-family: "Montserrat", sans-serif;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1024 - 320)));
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.panel-header .mobile-nav .mobile-dd .mobile-ctas .mobile-nav-header-link .header-link a{
    color: #000;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    display: inline-block;
}
.panel-header .center-nav,
.panel-header .fixed-wrapper-nav-buttons .search-buttons,
.panel-header .fixed-wrapper-nav-buttons .button {
    display: none;
}

@media screen and (min-width: 1025px){
    .panel-header .header-nav-wrapper{
        position: absolute;
        top: 0;
        z-index: 10;
        width: 100%;
        min-height: 130px;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        overflow: hidden;
        background: linear-gradient(180deg, #242424 30%, rgba(36,36,36,.4) 50%, rgba(36,36,36,.15) 75%, transparent 100%);
    }
    .panel-header .logo-cont{
        position: relative;
        display: block;
    }
    .panel-header .logo-cont .logo{
        max-width: 140px;
        padding: 30px 0 0;
        margin: 0 40px;
    }

    .panel-header .header-link-cont{
        display: block;
        width: 68px;
        height: 63px;
    }

    .panel-header .header-link-cont .header-link{
        background-color: #000;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 600;
        height: 63px;
        line-height: 15px;
        text-transform: uppercase;
        display: flex;
        cursor: pointer;
    }

    .panel-header .header-link-cont .header-link:hover{
        background-color: #fff;
        color: #000;
    }

    .panel-header .header-link-cont .header-link a{
        color: inherit; 
        align-self: center;
        text-align: center;
    }

    .panel-header .center-nav {
        margin-right: 210px;
        display: block;
    }

    .panel-header .fixed-wrapper-nav-buttons .search-buttons,
    .panel-header .fixed-wrapper-nav-buttons .button {
        display: block;
    }

    .panel-header .center-nav .navigation-links {
        display: flex;
        justify-content: space-between;
        padding: 25px 0 0;
    }

    .panel-header .center-nav .navigation-links a {
        text-transform: uppercase;
        font-family: "termina", sans-serif;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        padding: 0 14px;
        padding: 10px 14px;
        letter-spacing: 1px;
    }

    /* Menu Bars */
    .panel-header .fixed-wrapper-nav-buttons .button .menu-bars {
        width: 85%;
        margin: 0 auto;
    }
    .panel-header .fixed-wrapper-nav-buttons .button .menu-bars .bar {
        display: block;
        border-bottom: 2px solid #000;
        margin-top: 4px;
    }
    
    /*Header Link inside nav-container*/
    .panel-header .nav-container .desktop-footer .header-link{
        background-color: #f0df02;
        color: #000;
        margin-bottom: 25px;
        margin-left: 27px;
        display: inline-block;
    }
    .panel-header .nav-container .desktop-footer .header-link a{
        background-color: #f0df02;
        color: #000;
        padding: 6px 17px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }
}

section.nav-container {
    display: none;
} 

/* fixed-wrapper button */
section.fixed-wrapper {
    position: absolute;
    right: 0;
    z-index: 900;
}

section.fixed-wrapper.active {
    height: auto;
}

.panel-header section.fixed-wrapper .fixed-wrapper-nav-buttons {
    display: flex;
}

section.fixed-wrapper .button,
.panel-header .mobile-nav .toggle-button {
    z-index: 1000;
    height: 63px;
    width: 68px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.panel-header .mobile-nav .toggle-button {
    height: 100%;
    margin: 0;
    font-size: 12px;
    padding: 0;
    width: 70px;
    overflow: hidden;
}

section.fixed-wrapper .button .inner .menu,
.panel-header .mobile-nav .toggle-button .inner .menu,
section.fixed-wrapper .button .inner .close,
.panel-header .mobile-nav .toggle-button .inner .close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.panel-header .mobile-nav .toggle-button .inner .menu,
.panel-header .mobile-nav .toggle-button .inner .close {
    bottom: -6px;
}
section.fixed-wrapper .button .inner .menu,
.panel-header .mobile-nav .toggle-button .inner .menu {
    opacity: 1;
    color: #000;
}

section.fixed-wrapper.active .button .inner .menu {
    opacity: 0;
}

.panel-header .mobile-nav .toggle-button .inner .menu{
    color: #000;
}

section.fixed-wrapper .button .inner .close{
    bottom: -13px;
    opacity: 0;
    color: #000;
}

.panel-header .mobile-nav .toggle-button .inner {
    background-color: #f0df02;
}

.panel-header .mobile-nav .toggle-button .inner .menu,
.panel-header .mobile-nav .toggle-button .bar{
    color: #000;
}

/* Nav Button Open State */

section.fixed-wrapper.active .button .inner .close,
.panel-header .mobile-nav.active .toggle-button .inner .close {
    bottom: -2px;
    opacity: 1;
}

section.fixed-wrapper.active .button .inner .close i,
.panel-header .mobile-nav.active .toggle-button .inner .close i {
    font-size: 21px;
}

section.fixed-wrapper .button {
    padding: 0;
    margin: 0;
    background-color: #f0df02;
}

@media screen and (min-width: 1025px){
    .panel-header .mobile-nav.active .toggle-button .inner .menu {
        opacity: 0;
    }

    section.fixed-wrapper .button {
        display: block;
    }
    .panel-header section.mobile-nav{
        display: none;
    }
    .panel-header section.nav-container {
        position: fixed;
        z-index: 500;
        height: 100vh;
        width: 100vw;
        pointer-events: none;
        display: block;
    }

    .panel-header section.nav-container.active {
        pointer-events: all;
    }

    /* Nav open */
    .panel-header section.nav-container .nav-wrapper {
        position: absolute;
        z-index: 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100%;
        width: 100%;
    }

    .panel-header section.nav-container .nav-wrapper .left,
    .panel-header section.nav-container .nav-wrapper .right {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        justify-content: left;
        flex-direction: column;
        width: 50%;
    }

    .panel-header section.nav-container .nav-wrapper .right .inner-container{
        display: flex;
        flex-direction: column;
        background-color: #000;
        height: 100%;
        width: 100%;
    }
    .panel-header section.nav-container .nav-wrapper .inner-container{
        overflow-y: auto;
        height: 100%;
    }

    .panel-header section.nav-container .nav-wrapper .left.top,
    .panel-header section.nav-container .nav-wrapper .right.top {
        z-index: 10;
    }

    /* kris edit */
    .panel-header section.nav-container .nav-wrapper .left .main-submenu,
    .panel-header section.nav-container .nav-wrapper .right .main-submenu{
        position: absolute;
        z-index: -1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100vh;
        height: calc(100vh - 160px);
        bottom: 0;
        width: 100%;
        pointer-events: none;
        transition: opacity ease-in 0.150s, left ease-in .3s, right ease-in .3s;
        opacity: 0;
        background: #000;
    }
    .panel-header section.nav-container .nav-wrapper .right .main-submenu{
        background: #111;
    }
    .panel-header section.nav-container .nav-wrapper .left .main-submenu {
        left: 0;
        transition: ease-in .250s;
    }

    .panel-header section.nav-container .nav-wrapper .right .main-submenu {
        right: 0;
        transition: ease-in .250s;
    }

    .panel-header section.nav-container .nav-wrapper .main-submenu.active {
        opacity: 1;
        width: 100%;
        z-index: 3;
        pointer-events: all;
    }
    .panel-header section.nav-container .nav-wrapper .left .main-submenu.active{
        left: 100%;
        transition: left ease-out 250ms,  opacity ease-in 200ms;
    }
    .panel-header section.nav-container .nav-wrapper .right .main-submenu.active{
        right: 100%;
        transition: right ease-out 250ms;
    }

    .panel-header section.nav-container .nav-wrapper .left {
        background: #111;
        transform: translateY(100%);
        transition: transform ease-out 200ms;
    }

    .panel-header section.nav-container .nav-wrapper .right {
        background: #000;
        transform: translateY(-100%);
        transition: transform ease-out 200ms;
    }

    .panel-header section.nav-container .nav-wrapper .l2-hover {
        pointer-events: none;
    }

    .panel-header section.nav-container .nav-wrapper .l2-hover img {
        pointer-events: all;
    }

    .panel-header section.nav-container .nav-wrapper .left .l2-hover {
        position: absolute;
        height: 42px;
        width: 100%;
        padding-top: 280px;
    }

    .panel-header section.nav-container .nav-wrapper .left .l2-hover img {
        margin-left: 69px;
    }

    .panel-header section.nav-container .nav-wrapper .right .l2-hover {
        position: absolute;
        height: 42px;
        width: 100%;
        padding-top: 200px;
    }

    .panel-header section.nav-container .nav-wrapper .right .l2-hover img {
        margin-left: 75px;
    }

    .panel-header section.nav-container .nav-wrapper .l2-hover img {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .panel-header section.nav-container .nav-wrapper .l2-hover:hover img {
        opacity: 1;
    }

    .panel-header section.nav-container.active .nav-wrapper .left,
    .panel-header section.nav-container.active .nav-wrapper .right {
        transform: translateY(0%);
    }
}

/* Search */

.panel-header .search-div {
    display: flex;
}

.panel-header .search-desktop form {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 63px;
}

.panel-header .search-desktop .search-button {
    height: 63px;
    min-width: 68px;
    background-color: #000;
    color: #fff;
    display: flex;
    cursor: pointer;
}

.panel-header .search-desktop .search-button i {
    align-self: center;
    margin: 0 auto;
    pointer-events: none;
}

.panel-header .search-desktop input {
    height: 100%;
    width: 440px;
}

.panel-header .nav-container.active .desktop-dd-top {
    position: absolute;
    top: 40px;
    left: 65px;
    z-index: 50;
}

.panel-header .nav-container.active .desktop-dd-top .search_widget_headerbox form i {
    color: #f0df02;
    padding-left: 0;
    padding-bottom: 30px;
    font-size: 20px;
}

.panel-header .nav-container.active .desktop-dd-top .search_widget_headerbox form input {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-family: Montserrat, sans-serif;
    color: #f0df02;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding-left: 30px;
    width: 380px;
}
.panel-header .nav-container.active .desktop-dd-top .search_widget_headerbox form input::placeholder {
    color: #f0df02;
}

.panel-header .nav-container.active .desktop-dd-top .search_widget_headerbox form input:focus::placeholder {
    color: #a1a1a1;
}

.panel-header .nav-container.active .desktop-dd-top .search_widget_headerbox form input:focus {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #f0df02;
    box-shadow: none;
}

/* Menu Toggle */
.panel-header .fixed-wrapper.active .header-link-cont,
.panel-header .fixed-wrapper.active .search-desktop,
.panel-header .fixed-wrapper.active .search-buttons {
    display: none;
}

/* Search Button */
.panel-header .fixed-wrapper-nav-buttons .search-button {
    height: 63px;
    width: 68px;
    margin: 0 1px;
    padding: 0;
    background-color: #000;
} 

.panel-header .fixed-wrapper-nav-buttons .button {
    margin-left: 1px;
} 

.panel-header .fixed-wrapper-nav-buttons .search-button div {
    display: none;
} 

.panel-header .fixed-wrapper-nav-buttons .search-button .close {
    color: #f0df02;
} 

.panel-header .fixed-wrapper-nav-buttons .search-button .close i {
    color: #f0df02;
    font-size: 21px;
} 

.panel-header .fixed-wrapper-nav-buttons .search-button .open i {
    font-size: 22px;
} 

.panel-header .fixed-wrapper-nav-buttons .search-button div.active {
    display: block;
} 

/* Search Toggle */
.panel-header .fixed-wrapper-nav-buttons .search-desktop {
    display: none;
}

.panel-header .fixed-wrapper-nav-buttons.search-active .search-desktop {
    display: block;
}

.panel-header .fixed-wrapper-nav-buttons.search-active .header-link-cont {
    display: none;
}

.panel-header.scroll .fixed-wrapper-nav-buttons.search-active .header-link-cont {
    display: unset;
}

/* Sticky nav */
.panel-header .fixed-wrapper-nav-buttons {
    right: 0;
}

.panel-header.shift .fixed-wrapper-nav-buttons {
    right: -100px;
    transform: translateX(100px);
}

.panel-header.scroll .fixed-wrapper-nav-buttons {
    flex-direction: column-reverse;
    position: fixed;
    top: 110px;
    right: 0;
    transform: translateX(0);
    align-items: flex-end;
    transition: transform 500ms ease;
}
.panel-header.scroll .fixed-wrapper-nav-buttons .search-button {
    margin: 1px 0;
}

.panel-header.scroll .fixed-wrapper-nav-buttons .button {
    margin-left: 0;
} 

.panel-header.shift .fixed-wrapper.active,
.panel-header.shift .fixed-wrapper.active .fixed-wrapper-nav-buttons,
.panel-header.scroll .fixed-wrapper.active .fixed-wrapper-nav-buttons {
    position: fixed;
    transform: translateX(0);
    top: 0;
    right: 0;
    transition: none;
}