:root {
    --ease: ease-in;
    --header-section1-height: 100px;
    --header-section2-height: 68px;
    --header-section2-y: 0px;
    --header-height: calc(var(--header-section1-height) + var(--header-section2-height));
    --header-transition: height .24s ease, transform .24s var(--ease);
}

.ocd body #zillaHeader {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    min-height: var(--header-section1-height);
    align-items: center;
    border: none;
    transition: var(--header-transition);
    background: var(--black);
    gap: var(--margin);
}

@media (max-width: 1050px) {
    .ocd body #zillaHeader {
        flex-direction: column;
        height: auto;
        padding: var(--margin);
    }
}

body #header #navlinks {
    height: var(--header-section2-height);
    background: var(--black);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: var(--header-transition);
    transform: translateY(var(--header-section2-y));
}

.ocd body #headerWrap #header #navlinks .menu-burger {
    display: none;
    cursor: pointer;
}

    .ocd body #headerWrap #header #navlinks .menu-burger:active {
        background: none;
        color: inherit;
    }

body #headerWrap:not(.mini-view) #header #navlinks {
    border-top: solid 1px #111;
}

body #header .mini-view #navlinks {
    overflow: hidden;
}

.ocd #preheader {
    height: 35px;
    text-align: right;
}

.ocd #headersearch {
    --search-button-width: 2.3rem;
    align-self: auto;
    position: relative;
    text-align: left;
    white-space: nowrap;
    flex: 0 0 auto;
}

.ocd #headersearchtagline {
    color: #004a87;
    font-family: var(--main-font-family);
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    width: 355px;
}

.ocd #headersearchinput, .ocd #headersearchinput:focus {
    border: solid 1px #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px #eee;
    font-weight: 300;
    max-width: 400px;
    width: 170px;
}

.ocd #headersearchbutton {
    background: #004a87;
    border: 1px solid #D2D2D2;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 20px;
    margin-left: 10px;
}

.ocd body #headerGoSearch {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    position: absolute;
    right: 0;
    width: var(--search-button-width);
    left: initial;
    bottom: 0;
    top: 0;
    height: auto;
    margin: 0;
    border-radius: 0 var(--item-border-radius) var(--item-border-radius) 0;
}

.ocd .headersearchinput-wrap {
    flex: initial;
    margin-right: initial;
}

.ocd #headerGoSearch, #headerMenu {
    border-radius: 2px;
    box-shadow: 0px 0px 1px #7d7d7d;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 100%;
    padding: 0 10px;
}

.ocd body #headerMenu {
    padding-left: 20px;
    width: 80px;
}

    .ocd body #headerMenu .decor {
        border-top: 7px solid #007ca5;
    }

    .ocd body #headerMenu.expanded .decor {
        bottom: -4px;
    }

.ocd #logo {
    width: 90%;
}

.ocd #headersearch .icon-search:before {
    color: #c6cbcc;
    left: 4px;
    top: 12px;
}

.ocd #brand {
    flex-grow: .2;
    min-width: 200px;
}

.ocd .headersearchinput-wrap .decor {
    position: absolute;
}

.ocd #headerGoSearch, #headerMenu {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    border: none;
}

.ocd #shopperStatus {
    opacity: 1;
    transition: opacity 0.25s, visibility 0.25s, width 0.5s;
    visibility: visible;
}

.ocd body #zillaHeader #shopperStatus[items-count="0"] {
    opacity: 0;
    transition: opacity 0.25s, visibility 0.25s, width 0.5s;
    visibility: hidden;
    width: 0;
}

/*@media screen and (max-width: 950px) {
    body #headerGoSearch {
        left: initial;
    }

    .ocd body #headersearch #headerMenu {
        display: inline-block;
    }
}*/

@media screen and (max-width: 740px) {

    .ocd body #zillaHeader { 
        box-shadow: 0px 0px 2px white;
    }

    .ocd body #headerWrap #header #navlinks .menu-burger {
        display: flex;
        font-size: 210%;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .ocd body #navlinks #ulNav {
        display: none;
    }
}

/*@media screen and (max-width: 750px) {
    .ocd #preheader {
        align-items: center;
        display: flex;
        height: 40px;
    }

    .ocd body #headersearchinput, body #headersearchinput:focus {
        width: calc(100% - 127px);
    }

    .ocd body #zillaHeader {
        display: block;
        height: 50px;
    }

    .ocd body #headersearch {
        width: 98%;
    }



    .ocd body #brand {
        top: -40px;
    }
}
*/
