﻿html body .header-container, html body form .header-container {
    position: fixed;
    top: 0;
    z-index: 1000;
}

@media (min-width: 900px) {
    html body .header-container, html body form .header-container {
        /*margin-bottom: 4rem;*/
        padding: 0;
        position: relative;
    }
}

@media (max-width: 599px) {
    #nav-trigger {
        clip: unset;
        /*width: 50px;
        height: 50px;*/
        width: 32px;
        height: 32px;
        opacity: 0;
        left: 1px;
        top: -2px;
        position: absolute;
        z-index: 1005;
    }

        #nav-trigger:checked ~ .site-nav > nav, 
        #nav-trigger:checked ~ .sup-nav > nav {
            left: 0;
            transition: all .3s ease-in;
        }

        #nav-trigger:checked ~ .menu-icon > .hamburger {
            max-height: 500px;
            transition: max-height .45s ease-in;
            background: transparent;
            box-shadow: 0 2px 5px transparent;
        }

            #nav-trigger:checked ~ .menu-icon > .hamburger.hamburger-one:before {
                top: 0;
                transform: rotate(45deg);
            }

            #nav-trigger:checked ~ .menu-icon > .hamburger.hamburger-one:after {
                top: 0;
                transform: rotate(135deg);
                box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
            }
}

@media (min-width: 900px) {
    #nav-trigger {
        display: none;
    }
}

#menu-icon {
    position: absolute;
    left: 8px;
    width: 47px;
    height: 47px;
    cursor: pointer;
}

@media (max-width: 599px) {
    #menu-icon label[for=nav-trigger] {
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 6px;
        z-index: 1004;
    }
}

@media (max-width: 599px) and (min-width: 900px) {
    #menu-icon label[for=nav-trigger] {
        padding: 0 10px;
    }
}

@media (max-width: 599px) {
    #menu-icon label[for=nav-trigger] > img {
        height: 47px;
        max-width: none;
        width: 47px;
    }
}

@media (min-width: 900px) {
    #menu-icon {
        display: none;
        padding-left: 10px;
    }

        #menu-icon .nav-trigger, 
        #menu-icon .search-trigger, 
        #menu-icon label[for=nav-trigger], 
        #menu-icon label[for=search-trigger] {
            display: none;
        }
}

#menu-icon label[for=nav-trigger] {
    clip: unset;
    opacity: 1;
}

#menu-icon .hamburger {
    top: 25px;
    width: 25px;
    height: 2px;
    background: #fcfcfc;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .5s;
}

    #menu-icon .hamburger:before {
        top: -8px;
    }

    #menu-icon .hamburger:after {
        top: 8px;
    }

#menu-icon .hamburger-one:after, 
#enu-icon .hamburger-one:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fcfcfc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .5s;
    left: 0;
}

#menu-icon.active-one .hamburger-one {
    background: transparent;
    box-shadow: 0 2px 5px transparent;
}

    #menu-icon.active-one .hamburger-one:before {
        top: 0;
        transform: rotate(45deg);
    }

    #menu-icon.active-one .hamburger-one:after {
        top: 0;
        transform: rotate(135deg);
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }

#navwrapper {
    background: linear-gradient(180deg, #272727 0, #161616);
    border-bottom: 1px solid #4082bb;
    box-sizing: border-box;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    display: -ms-flexbox;
    display: flex;
    /*height: 50px;*/
    height: 33px;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

@media (min-width: 900px) {
    #navwrapper {
        height: 33px;
        position: fixed;
        width: 100%;
    }
}

@media (min-width: 900px) {
    #navwrapper {
        -ms-flex-align: self-start;
        align-items: self-start;
    }
}

#navwrapper > .stardock-nav {
    min-width: 360px;
    left: -410px;
    padding: 0;
    /*top: 50px;*/
    top: 33px;
    position: absolute;
    width: 360px;
    z-index: 1002;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 33px;
        left: auto;
        max-width: 1390px;
        padding: 0;
        margin: 0;
        position: static;
        top: 0;
        width: 100%;
    }
}

#navwrapper > .stardock-nav > .header-content {
    background: #111;
    display: block;
    left: -300px;
    padding: 10px 10px 0;
    position: absolute;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .header-content {
        background: none;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        padding: 0 15px;
        position: static;
    }
}

#navwrapper > .stardock-nav > .header-content > a.logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

    #navwrapper > .stardock-nav > .header-content > a.logo > img {
        height: 42px;
    }

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .header-content > a.logo > img {
        height: 25px;
    }
}

#navwrapper > .stardock-nav > nav {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .9rem;
}

@media (max-width: 599px) {
    #navwrapper > .stardock-nav > nav {
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #111;
        display: inline-table;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 300px;
        position: relative;
        left: 0;
    }
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 10px;
        margin-right: auto;
        position: relative;
    }
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > nav {
        margin-left: 1rem;
    }
}

#navwrapper > .stardock-nav > nav > span {
    display: -ms-flexbox;
    display: flex;
}

    #navwrapper > .stardock-nav > nav > span > a {
        font-family: proxima-nova,arial,sans-serif;
    }

@media (max-width: 599px) {
    #navwrapper > .stardock-nav > nav > span {
        height: 3rem;
        padding: 0 1rem;
    }

        #navwrapper > .stardock-nav > nav > span.active {
            background-color: rgba(120, 120, 120, 0.9);
        }

        #navwrapper > .stardock-nav > nav > span:hover:not(.active) {
            background-color: rgba(120, 120, 120, 0.5);
        }
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > nav > span {
        padding: 0 4px 2px;
        margin: 0 4px;
        position: relative;
        z-index: 1;
    }

        #navwrapper > .stardock-nav > nav > span:after {
            bottom: 0;
            content: "";
            height: 100%;
            left: -10px;
            position: absolute;
            right: 0;
            top: 0;
            transform: skew(-15deg);
            transform-origin: bottom left;
            z-index: -1;
        }

        #navwrapper > .stardock-nav > nav > span:hover:not(.active):after {
            background-color: rgba(120, 120, 120, 0.5);
        }

        #navwrapper > .stardock-nav > nav > span.active:after {
            background-color: rgba(120, 120, 120, 0.9);
        }
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > nav > span {
        padding: 0 4px;
        margin: 0 6px;
    }

        #navwrapper > .stardock-nav > nav > span:hover > span.submenu,
        #navwrapper > .stardock-nav > nav > span:hover span.submenu2,
        #navwrapper > .stardock-nav > nav > span:hover span.submenu3 {
            opacity: 1;
            visibility: visible;
            z-index:100;
        }
}

#navwrapper > .stardock-nav > nav > span > span.submenu {
    background-color: #fff;
    border: 1px solid #2d2d2d;
    border-top-width: 0;
    box-shadow: 0 2px 3px #666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em;
    left: -20px;
    opacity: 0;
    position: absolute;
    top: 33px;
    transition: all .25s ease-in-out;
    visibility: hidden;
    width: 800px;
}

    #navwrapper > .stardock-nav > nav > span > span.submenu > a {
        background-repeat: no-repeat;
        background-position: 1em;
        background-size: 48px 48px;
        box-sizing: border-box;
        color: #2d2d2d;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1em 1em 1em calc(2em + 48px);
        text-decoration: none;
        text-align: left;
    }

        #navwrapper > .stardock-nav > nav > span > span.submenu > a > strong {
            border-bottom: 1px solid #ccc;
            font-weight: 500;
            margin-bottom: 5px;
            padding-bottom: 5px;
        }

        #navwrapper > .stardock-nav > nav > span > span.submenu > a > span {
            color: #777;
            display: block;
            font-size: .9em;
            font-weight: 400;
            margin: 0;
        }

        #navwrapper > .stardock-nav > nav > span > span.submenu > a:hover {
            background-color: #eee;
        }

        #navwrapper > .stardock-nav > nav > span > span.submenu > a:last-child, 
        #navwrapper > .stardock-nav > nav > span > span.submenu > a:nth-last-child(2) {
            background-color: #ddd;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            padding-left: 1em;
        }

            #navwrapper > .stardock-nav > nav > span > span.submenu > a:last-child:hover, 
            #navwrapper > .stardock-nav > nav > span > span.submenu > a:nth-last-child(2):hover {
                background-color: #eee;
            }

        #navwrapper > .stardock-nav > nav > span > span.submenu > a:last-child {
            border-left: 1px solid #ccc;
        }

#navwrapper > .stardock-nav > nav > span > span.submenu2 {
    background-color: #fff;
    border: 1px solid #2d2d2d;
    border-top-width: 0;
    box-shadow: 0 2px 3px #666;
    display: block;
    font-size: .9em;
    font-weight: 400;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 33px;
    transition: all .25s ease-in-out;
    visibility: hidden;
    width: 118px;
}

    #navwrapper > .stardock-nav > nav > span > span.submenu2 > a {
        background-repeat: no-repeat;
        border-bottom: 1px dashed #bdbdbd;
        box-sizing: border-box;
        color: #2d2d2d;
        display: block;
        padding: 1em;
        text-decoration: none;
        margin-bottom: 5px;
        padding-bottom: 5px;
        text-align: left;
    }

        #navwrapper > .stardock-nav > nav > span > span.submenu2 > a > strong {
            font-weight: 500;
        }

        #navwrapper > .stardock-nav > nav > span > span.submenu2 > a:hover {
            background-color: #d7d7d7;
        }

        #navwrapper > .stardock-nav > nav > span > span.submenu2 > a:last-child {
            border-bottom: 0;
        }

#navwrapper > .stardock-nav > nav > span > span.submenu3 {
    background-color: #fff;
    border: 1px solid #2d2d2d;
    border-top-width: 0;
    box-shadow: 0 2px 3px #666;
    display: block;
    font-size: .9em;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 33px;
    transition: all .25s ease-in-out;
    visibility: hidden;
    width: 350px;
}

    #navwrapper > .stardock-nav > nav > span > span.submenu3 > a {
        background-repeat: no-repeat;
        border-bottom: 1px dashed #bdbdbd;
        box-sizing: border-box;
        color: #2d2d2d;
        display: block;
        overflow-x: hidden;
        padding: 1em;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

        #navwrapper > .stardock-nav > nav > span > span.submenu3 > a > strong {
            font-weight: 500;
            margin-bottom: 5px;
            padding-bottom: 5px;
        }

        #navwrapper > .stardock-nav > nav > span > span.submenu3 > a:hover {
            background-color: #d7d7d7;
        }

        #navwrapper > .stardock-nav > nav > span > span.submenu3 > a:last-child {
            background-color: #f1f1f1;
            border-bottom: 0;
        }

            #navwrapper > .stardock-nav > nav > span > span.submenu3 > a:last-child:hover {
                background-color: #d7d7d7;
            }

#navwrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3), 
#navwrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(4) {
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-left: 1em;
}

    #navwrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3):hover, 
    #navwrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(4):hover {
        background-color: #eee;
    }

#navwrapper > .stardock-nav > nav > span:nth-child(3) > span.submenu > a:nth-last-child(3) {
    border-left: 1px solid #ccc;
}

#navwrapper > .stardock-nav > nav > span > a {
    -ms-flex-align: center;
    align-items: center;
    color: #fdfdfd;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    text-shadow: 1px 1px #707070;
    width: 100%;
}

@media (min-width: 1060px) {
    #navwrapper > .stardock-nav > nav > span > a {
        text-shadow: none;
    }
}

#navwrapper > .stardock-nav > nav > span.active {
    font-weight: 500;
}

#navwrapper > .stardock-nav > .account-nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*height: 50px;*/
    height: 33px;
    margin-left: auto;
    padding: 0 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav {
        height: 33px;
        padding: 0 15px;
        position: relative;
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
}

    #navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a{
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 8px;
        position: relative;
    }

@media (max-width: 399px) {
    #navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a, 
    #navwrapper > .stardock-nav > .account-nav div.icons > a {
        margin: 0 4px;
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a > img,
#navwrapper > .stardock-nav > .account-nav div.icons > a > img {
    height: 20px;
    padding: 5px;
}

#navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a.loggedin, 
#navwrapper > .stardock-nav > .account-nav div.icons > a.loggedin {
    border: 1px solid #fdfdfd;
}

    #navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a.loggedin > img, 
    #navwrapper > .stardock-nav > .account-nav div.icons > a.loggedin > img {
        height: 47px;
    }

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a.loggedin > img,
    #navwrapper > .stardock-nav > .account-nav div.icons > a.loggedin > img {
        height: 30px;
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span, 
#navwrapper > .stardock-nav > .account-nav div.icons > a > span {
    background: linear-gradient(#50bf41, #39892f);
    border-radius: 50%;
    color: #fdfdfd;
    display: none;
    font-weight: 400;
    line-height: .75em;
    padding: 4px;
    position: absolute;
    right: 2px;
    top: -10px;
}

    #navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span.show, 
    #navwrapper > .stardock-nav > .account-nav div.icons > a > span.show {
        display: block;
    }

    #navwrapper > .stardock-nav > .account-nav div.icons #notification-form > a > span.new, 
    #navwrapper > .stardock-nav > .account-nav div.icons > a > span.new {
        animation: a 1s ease;
        animation-iteration-count: 1;
    }

@keyframes a {
    15% {
        transform: translateX(5px);
    }

    30% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(3px);
    }

    65% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    to {
        transform: translateX(0);
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons div.login-menu {
    margin-right: 8px;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav div.icons div.login-menu {
        -ms-flex-item-align: start;
        align-self: start;
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons div.login-menu > a > img {
    height: 31px;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav div.icons div.login-menu > a > img {
        height: 31px;
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons div.menu, 
#navwrapper > .stardock-nav > .account-nav div.icons div.notify-menu {
    background-color: #161616;
    border-bottom: 1px solid #4082bb;
    border-left: 1px solid #4082bb;
    border-right: 1px solid #4082bb;
    box-shadow: 0 2px 3px #000;
    padding: 5px;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 50px;
    transition: all .25s ease-in-out;
    visibility: hidden;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav div.icons div.menu, 
    #navwrapper > .stardock-nav > .account-nav div.icons div.notify-menu {
        top: 33px;
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons div.menu.show, 
#navwrapper > .stardock-nav > .account-nav div.icons div.notify-menu.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav div.icons div.menu.show, 
    #navwrapper > .stardock-nav > .account-nav div.icons div.notify-menu.show {
        width: 115px;
    }
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav div.icons div.menu, 
    #navwrapper > .stardock-nav > .account-nav div.icons div.notify-menu {
        margin-left: 3px;
        right: 3px;
    }
}

#navwrapper > .stardock-nav > .account-nav div.icons div.notifications {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 12px;
    position: absolute;
    top: 33px;
    padding: 10px 5px 10px 24px;
}

#navwrapper > .stardock-nav > .account-nav div.icons div#search-form {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 290px;
    max-width: 350px;
}

    #navwrapper > .stardock-nav > .account-nav div.icons div#search-form > input {
        border-radius: 5px;
        margin-right: 5px;
        padding: 5px;
        -ms-flex: 1;
        flex: 1;
        min-width: 188px;
        max-width: 250px;
    }

    #navwrapper > .stardock-nav > .account-nav div.icons div#search-form > button {
        background-color: #155298;
        border-radius: 5px;
        border-width: 0;
        color: #fdfdfd;
        cursor: pointer;
        padding: 0 10px;
    }

        #navwrapper > .stardock-nav > .account-nav div.icons div#search-form > button:hover {
            background-color: #0367cc;
        }

        #navwrapper > .stardock-nav > .account-nav div.icons div#search-form > button[disabled] {
            color: #666;
        }

#navwrapper > .stardock-nav > .account-nav div.icons div#cart-menu {
    right: -1px;
    top: 40px;
}

#navwrapper > .stardock-nav > .account-nav nav#account-menu {
    background: #161616;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .9rem;
    padding: 0;
    position: absolute;
    right: 0;
    width: 180px;
    top: 50px;
    z-index: 1006;
}

@media (min-width: 900px) {
    #navwrapper > .stardock-nav > .account-nav nav#account-menu {
        top: 33px;
    }
}

#navwrapper > .stardock-nav > .account-nav nav#account-menu > a {
    color: #fdfdfd;
    padding: 5px 10px;
    text-decoration: none;
}

    #navwrapper > .stardock-nav > .account-nav nav#account-menu > a:hover {
        background-color: rgba(13, 77, 139, 0.9);
    }

#navwrapper > .stardock-nav > .account-nav nav#account-menu > label {
    background-color: #0d4b89;
    border-top: 1px solid #217bd5;
    border-bottom: 1px solid #217bd5;
    color: #fdfdfd;
    line-height: 1.5rem;
    padding: 0 0 2px 9px;
}

#navwrapper > .stardock-nav > .account-nav nav#account-menu > hr {
    width: 100%;
    margin: 3px 0 0;
    border-color: #6894b5;
}

#navwrapper > .stardock-nav > .account-nav nav#account-menu > span.header {
    background-color: #1576d3;
    padding: 3px 0 3px 4px;
    color: #fff;
    border-color: #6894b5;
    border-style: solid;
    border-width: 1px 0;
}

    #navwrapper > .stardock-nav > .account-nav nav#account-menu > span.header:nth-of-type(2n) {
        margin-top: 5px;
    }

#navwrapper > .stardock-nav > .account-nav div.welcome {
    padding: 5px 10px;
}

#navwrapper > .stardock-nav > .account-nav nav.user {
    visibility: hidden;
    opacity: 0;
}

    #navwrapper > .stardock-nav > .account-nav nav.user.show {
        opacity: 1;
        visibility: visible;
    }

html .offscreen {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*html body {
    background: #000;
    color: #fff;
    padding: 33px 0 0;
}

@media (min-width: 1060px) {
    html body {
        padding: 33px 0 0;
    }
}

html body .header-container, html body > form .header-container {
    height: 311px;
    z-index: 10;
}*/

    html body .header-container > .site-nav, html body > form .header-container > .site-nav {
        font-family: Bai Jamjuree,sans-serif;
        height: 33px;
        left: 0;
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: .5px;
        text-transform: uppercase;
        width: calc(100vw - 100px);
    }

@media (min-width: 900px) {
    html body .header-container > .site-nav, html body > form .header-container > .site-nav {
        -ms-flex-align: center;
        align-items: center;
        background: transparent no-repeat scroll top;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: .938em;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 311px;
        left: 0;
        margin-bottom: 2em;
        width: 100%;
    }
}

html body .header-container > .site-nav > .header-content, html body > form .header-container > .site-nav > .header-content {
    position: absolute;
    height: 33px;
    margin-left: 35px;
    margin-top: 8px;
    padding: 0;
}

@media (min-width: 1060px) {
    html body .header-container > .site-nav > .header-content, html body > form .header-container > .site-nav > .header-content {
        margin-top: 0;
        padding: 10px 0;
        position: static;
    }
}

html body .header-container > .site-nav > .header-content > a.logo, html body > form .header-container > .site-nav > .header-content > a.logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

@media (min-width: 1060px) {
    html body .header-container > .site-nav > .header-content > a.logo, html body > form .header-container > .site-nav > .header-content > a.logo {
        display: none;
    }
}

html body .header-container > .site-nav > .header-content > a.logo > img, html body > form .header-container > .site-nav > .header-content > a.logo > img {
    width: 226px;
}

@media (min-width: 1060px) {
    html body .header-container > .site-nav > .header-content > a.logo > img, html body > form .header-container > .site-nav > .header-content > a.logo > img {
        display: block;
        max-width: 100%;
        position: relative;
    }
}

html body .header-container > .site-nav > a.suplink, html body > form .header-container > .site-nav > a.suplink {
    display: block;
    width: 100%;
    height: 460px;
    z-index: 1;
    position: absolute;
}

@media (max-width: 599px) {
    html body .header-container > .site-nav > nav, html body > form .header-container > .site-nav > nav {
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #111;
        border-right: 1px solid #4082bb;
        border-bottom: 1px solid #4082bb;
        display: inline-table;
        position: absolute;
        left: -432px;
        top: 50px;
        width: 280px;
        transition: all .25s ease-out;
        z-index: 1001;
        left: -325px;
    }
}

@media (min-width: 599px) {
    html body .header-container > .site-nav > nav, html body > form .header-container > .site-nav > nav {
        -ms-flex-align: center;
        align-items: center;
        background: linear-gradient(90deg, transparent, #980000 5%, #980000 95%, transparent) no-repeat scroll 0 0, linear-gradient(90deg, transparent, #980000 5%, #980000 95%, transparent) no-repeat scroll 0 100%, linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 95%, transparent) no-repeat scroll 0;
        background-size: 100% 1px,100% 1px,100% 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -2.5em;
        max-width: 1760px;
        top: 33px;
        width: 100%;
        z-index: 999;
    }
}

html body .header-container > .site-nav > nav > a.icon, html body > form .header-container > .site-nav > nav > a.icon {
    display: none;
}

@media (max-width: 599px) {
    html body .header-container > .site-nav > nav > ul, html body > form .header-container > .site-nav > nav > ul {
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
        max-width: 100%;
    }

        html body .header-container > .site-nav > nav > ul > li, html body > form .header-container > .site-nav > nav > ul > li {
            line-height: 2.5rem;
            height: 2.5rem;
            padding: 0 1rem;
            margin: 0;
        }

            html body .header-container > .site-nav > nav > ul > li.active, html body > form .header-container > .site-nav > nav > ul > li.active {
                background-color: rgba(159, 3, 4, 0.9);
            }

            html body .header-container > .site-nav > nav > ul > li:hover:not(.active), html body > form .header-container > .site-nav > nav > ul > li:hover:not(.active) {
                background-color: rgba(159, 3, 4, 0.5);
            }

            html body .header-container > .site-nav > nav > ul > li:nth-last-of-type(2), html body > form .header-container > .site-nav > nav > ul > li:nth-last-of-type(2) {
                margin: 0 0 .5rem;
            }

            html body .header-container > .site-nav > nav > ul > li > a, html body > form .header-container > .site-nav > nav > ul > li > a {
                -ms-flex-align: center;
                align-items: center;
                color: #fdfdfd;
                display: -ms-flexbox;
                display: flex;
                text-decoration: none;
                text-shadow: 1px 1px #707070;
                width: 100%;
            }
}

@media (max-width: 599px) and (min-width: 900px) {
    html body .header-container > .site-nav > nav > ul > li > a, html body > form .header-container > .site-nav > nav > ul > li > a {
        text-shadow: none;
    }
}

@media (max-width: 600px) {
    html body .header-container > .site-nav > nav > ul > li.sdshome, html body > form .header-container > .site-nav > nav > ul > li.sdshome {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #363636;
    }

        html body .header-container > .site-nav > nav > ul > li.sdshome > a.logo, html body > form .header-container > .site-nav > nav > ul > li.sdshome > a.logo {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            height: 100%;
        }

            html body .header-container > .site-nav > nav > ul > li.sdshome > a.logo > img, html body > form .header-container > .site-nav > nav > ul > li.sdshome > a.logo > img {
                height: 25px;
            }
}

@media (min-width: 900px) {
    html body .header-container > .site-nav > nav > ul, html body > form .header-container > .site-nav > nav > ul {
        list-style: none outside none;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0;
        max-width: 900px;
        padding: 0;
        width: 100%;
    }

        html body .header-container > .site-nav > nav > ul > li, html body > form .header-container > .site-nav > nav > ul > li {
            display: list-item;
            z-index: 10;
            padding: 0;
            text-align: center;
        }

            html body .header-container > .site-nav > nav > ul > li > a, html body > form .header-container > .site-nav > nav > ul > li > a {
                box-sizing: border-box;
                color: #fff;
                display: block;
                position: relative;
                transition: text-shadow .25s ease-in-out;
                text-decoration: none;
                white-space: nowrap;
                z-index: 5;
            }

            html body .header-container > .site-nav > nav > ul > li:not(.store) > a:after, html body > form .header-container > .site-nav > nav > ul > li:not(.store) > a:after {
                content: "";
                position: absolute;
                bottom: -3px;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: transparent;
                transform: scaleX(0);
                transition: transform .2s ease-in-out;
            }

            html body .header-container > .site-nav > nav > ul > li:not(.store) > a:hover, html body .header-container > .site-nav > nav > ul > li:not(.store) a.active, html body > form .header-container > .site-nav > nav > ul > li:not(.store) > a:hover, html body > form .header-container > .site-nav > nav > ul > li:not(.store) a.active {
                color: #fff;
                text-shadow: 0 3px 10px red;
            }

                html body .header-container > .site-nav > nav > ul > li:not(.store) > a:hover:after, html body .header-container > .site-nav > nav > ul > li:not(.store) a.active:after, html body > form .header-container > .site-nav > nav > ul > li:not(.store) > a:hover:after, html body > form .header-container > .site-nav > nav > ul > li:not(.store) a.active:after {
                    transform: scaleX(1);
                    background-color: #ba0000;
                    box-shadow: 0 0 5px #ba0000;
                }

            html body .header-container > .site-nav > nav > ul > li.sdshome, html body > form .header-container > .site-nav > nav > ul > li.sdshome {
                display: none;
            }
}

@media (min-width: 900px) {
    html body .header-container > .site-nav > nav > ul > li.store > a, html body > form .header-container > .site-nav > nav > ul > li.store > a {
        background: linear-gradient(180deg, #339334, #1a681b);
        box-sizing: border-box;
        color: #fff;
        display: block;
        padding: 0;
        height: 46px;
        line-height: 46px;
        width: 140px;
        position: relative;
        transition: text-shadow .25s ease-in-out;
        text-decoration: none;
        white-space: nowrap;
        z-index: 5;
    }

        html body .header-container > .site-nav > nav > ul > li.store > a:after, html body > form .header-container > .site-nav > nav > ul > li.store > a:after {
            content: "";
            position: absolute;
            bottom: 12px;
            left: calc(50% - 25px);
            width: 50px;
            height: 2px;
            background-color: transparent;
            transform: scaleX(0);
            transition: transform .2s ease-in-out;
        }

        html body .header-container > .site-nav > nav > ul > li.store > a:hover, html body .header-container > .site-nav > nav > ul > li.store a.active, html body > form .header-container > .site-nav > nav > ul > li.store > a:hover, html body > form .header-container > .site-nav > nav > ul > li.store a.active {
            background: linear-gradient(180deg, #38a139, #1e791f);
            color: #fff;
        }

            html body .header-container > .site-nav > nav > ul > li.store > a:hover:after, html body .header-container > .site-nav > nav > ul > li.store a.active:after, html body > form .header-container > .site-nav > nav > ul > li.store > a:hover:after, html body > form .header-container > .site-nav > nav > ul > li.store a.active:after {
                transform: scaleX(1);
                background-color: #fff;
                box-shadow: 0 0 5px #fff;
            }
}

@media (min-width: 900px) {
    html body .header-container.fixed > .wrapper, html body > form .header-container.fixed > .wrapper {
        transition: display 1s ease-in-out;
        display: none;
    }

    html body .header-container.fixed > .site-nav > nav, html body > form .header-container.fixed > .site-nav > nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: -60px;
        max-width: unset;
    }
}

@media (min-width: 900px){
    html body .header-container.fixed > .site-nav > nav, html body > form .header-container.fixed > .site-nav > nav {
        background: linear-gradient(90deg, transparent, #980000 0, #980000 100%, transparent) no-repeat scroll 0 0, linear-gradient(90deg, transparent, #980000 0, #980000 100%, transparent) no-repeat scroll 0 100%, linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.9) 100%, transparent) no-repeat scroll 0;
        background-size: 100% 1px,100% 1px,100% 100%;
    }
}

@media (min-width: 900px) {
    html body .header-container.fixed > .site-nav > nav > a.icon, html body > form .header-container.fixed > .site-nav > nav > a.icon {
        background-color: #980000;
        display: -ms-flexbox;
        display: flex;
        height: 46px;
        width: 46px;
        margin: 0 2px 0 16px;
    }
}

@media (min-width: 900px) {
    html body .header-container.fixed > .site-nav > nav > a.icon, html body > form .header-container.fixed > .site-nav > nav > a.icon {
        margin: 0 2px 0 1px;
    }
}

@media (min-width: 1060px) {
    html body .header-container.fixed > .site-nav > nav > a.icon > img, html body > form .header-container.fixed > .site-nav > nav > a.icon > img {
        height: 30px;
        margin: auto;
        width: 30px;
    }

    html body .header-container.fixed > .site-nav > nav > a.icon:hover, html body > form .header-container.fixed > .site-nav > nav > a.icon:hover {
        background-color: #ba0000;
    }

    html body .header-container.fixed > .site-nav > nav > ul, html body > form .header-container.fixed > .site-nav > nav > ul {
        -ms-flex-pack: unset;
        justify-content: unset;
        max-width: 900px;
        padding: revert;
        position: relative;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }

        html body .header-container.fixed > .site-nav > nav > ul > li, html body > form .header-container.fixed > .site-nav > nav > ul > li {
            width: auto;
            padding: 0 20px;
            text-align: left;
        }

            html body .header-container.fixed > .site-nav > nav > ul > li.home, html body .header-container.fixed > .site-nav > nav > ul > li.purchase, html body > form .header-container.fixed > .site-nav > nav > ul > li.home, html body > form .header-container.fixed > .site-nav > nav > ul > li.purchase {
                display: none;
            }

            html body .header-container.fixed > .site-nav > nav > ul > li.store, html body > form .header-container.fixed > .site-nav > nav > ul > li.store {
                display: list-item;
                position: absolute;
                right: 16px;
            }
}

@media (min-width: 900px) {
    html body .header-container.fixed > .site-nav > nav > ul > li.store, html body > form .header-container.fixed > .site-nav > nav > ul > li.store {
        right: 3px;
    }
}

@media (min-width: 900px) {
    html body .header-container.fixed > .site-nav > nav > ul > li.store > a, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a {
        background: linear-gradient(180deg, #339334, #1a681b);
        box-sizing: border-box;
        color: #fff;
        display: block;
        padding: 0;
        height: 46px;
        line-height: 46px;
        width: 140px;
        position: relative;
        transition: text-shadow .25s ease-in-out;
        text-decoration: none;
        white-space: nowrap;
        z-index: 5;
    }

        html body .header-container.fixed > .site-nav > nav > ul > li.store > a:after, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a:after {
            content: "";
            position: absolute;
            bottom: 12px;
            left: calc(50% - 25px);
            width: 50px;
            height: 2px;
            background-color: transparent;
            transform: scaleX(0);
            transition: transform .2s ease-in-out;
        }

        html body .header-container.fixed > .site-nav > nav > ul > li.store > a:hover, html body .header-container.fixed > .site-nav > nav > ul > li.store a.active, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a:hover, html body > form .header-container.fixed > .site-nav > nav > ul > li.store a.active {
            background: linear-gradient(180deg, #38a139, #1e791f);
            color: #fff;
        }

            html body .header-container.fixed > .site-nav > nav > ul > li.store > a:hover:after, html body .header-container.fixed > .site-nav > nav > ul > li.store a.active:after, html body > form .header-container.fixed > .site-nav > nav > ul > li.store > a:hover:after, html body > form .header-container.fixed > .site-nav > nav > ul > li.store a.active:after {
                transform: scaleX(1);
                background-color: #fff;
                box-shadow: 0 0 5px #fff;
            }

    html body .header-container.fixed > .site-nav > nav > ul > li > a, html body > form .header-container.fixed > .site-nav > nav > ul > li > a {
        text-align: center;
    }

    html body .header-container.open > .site-nav > nav, html body > form .header-container.open > .site-nav > nav {
        margin-top: auto;
        top: 0;
        transition: top .5s ease-in-out;
    }
}