    .hiddenstuff {
        display: none;
    }
    
    nav {
        font-weight: normal;
        min-height: 30px;
        width: 100%;
        padding: 0px;
        display: block;
        float: left;
        font-size: 0px;
    }
    
    nav ul {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        /* floats buttons withing nav */
        background: black;
    }
    
    nav ul li {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
    }
    
    @media only screen and (max-width:790px) {
        nav ul li,
        .accordion-products-menu {
            font-size: 12px;
        }
        .
    }
    
    nav ul li a {
        display: inline-block;
        padding: 0px 10px;
        text-align: center;
        text-decoration: none;
        line-height: 40px;
        color: white!Important;
        text-transform: uppercase;
    }
    
    nav ul li a:hover,
    .activepage {
        color: #fff!Important;
        background-color: var(--second-color);
        text-decoration: none;
    }
    
    nav li a {}
    
    nav li:last-child a {}
    
    nav li:last-child a {}
    
    nav a#pull {
        display: none;
    }
    /* SUB MENUS */
    
    nav ul li ul {
        /*margin-left:10px;width:auto!Important;	box-shadow: 0 0px 2px 0 rgba(50, 50, 50, 0.66);*/
        background-color: #FFF;
    }
    
    nav ul li ul a {
        background-color: var(--first-color);
        min-width: 100px;
        color: black!Important;
        /*	border-bottom:1px solid #b2b2b2;
*/
        text-align: left;
        display: block;
        width: auto!Important;
        padding: 0px 15px;
    }
    
    nav ul li ul a:hover {
        background-color: black;
        color: #FFF !important;
    }
    
    nav ul li:hover a {
        /*background-color:#cc062a;height:45px;*/
    }
    /* This highlights the parent when hovering over a sub-menu */
    
    nav ul li>ul li:hover {
        /*background-color:#FF6600;*/
    }
    /* This highlights the sub-menu field over the top */
    
    nav ul li ul li ul {
        /*width:auto!Important;*/
        min-width: 150px;
        background-color: #efefef;
        box-shadow: 0 0px 2px 0 rgba(50, 50, 50, 0.66);
        position: relative;
        margin: -30px 0px 0px 100%;
        display: block;
    }
    /*nav a:hover, nav a:active   {background-color:#666; color:#fff;}*/
    
    .has-sub ul {
        display: none !important;
        position: absolute;
        z-index: 20;
        height: auto;
        box-shadow: 0px 0px 3px 0px black;
    }
    
    .has-sub ul li {
        /*background-color:#BE0781; padding:9px 0px 9px 0px;*/
        background-color: #999;
        padding: 0px;
        display: block;
        width: 100%;
    }
    
    .has-sub:hover>ul {
        display: block !important;
        position: absolute;
    }
    /* END SUB MENUS */
    
    .loggedinas {
        margin-top: 10px;
    }
    
    .header-links {
        float: right;
        padding: 0;
        width: 33%;
    }
    
    .header-links ul {
        margin: 0;
        padding: 0;
        float: right;
        font-size: 0px;
        text-align: right;
    }
    
    .header-links ul li {
        display: inline-block;
        list-style: outside none none;
        color: var(--first-color);
        padding: 5px 6px;
        text-decoration: none;
    }
    
    .header-links ul li {
        font-size: 14px;
    }
    
    .header-links ul li a {
        color: var(--fourth-color);
        text-decoration: none;
    }
    
    .header-links ul li a:hover {
        color: var(--second-color);
    }
    
    .submenu i,
    .header-links i {
        color: black;
    }
    
    .submenu i {
        margin-right: 3px;
    }
    
    #adminmenu.header-links {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        float: unset!Important;
        text-align: center;
        background: var(--fourth-color);
        z-index: 1;
        box-shadow: -1px -1px 5px 0px rgb(0 0 0 / 49%);
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 49%);
        -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.49);
    }
    
    #adminmenu.header-links ul {
        padding: 10px;
        float: unset!Important;
        background-image: url('/administration/images/admin-cog.svg');
        background-size: 30px;
        background-position: 10px 10px;
        background-repeat: no-repeat;
        background: var(--second-color);
        text-align: center;
    }
    
    #adminmenu.header-links ul li {
        padding: 5px 8px;
    }
    
    #adminmenu.header-links ul li a {
        color: white;
        text-decoration: none;
    }
    
    #adminmenu.header-links ul li a:hover {
        opacity: 0.7;
        ;
    }
    
    #adminmenu.header-links ul li i {
        color: var(--text-color);
        margin-right: 2px;
        font-size: 120%;
    }
    /* Store Navigation */
    
    #storenav {
        width: 100%;
        background: var(--first-color);
        /* position: relative;
    z-index: 3001; */
        clear: both;
    }
    
    #storenav ul {
        margin: 0 auto;
        font-size: 0px;
        text-align: center;
        padding-left: 48px;
        /* floats buttons withing nav */
    }
    
    @media only screen and (max-width: 768px) {
        #storenav ul {
            padding-left: 0px;
        }
    }
    
    #storenav ul li {
        font-size: 14px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }
    
    #storenav ul li#cart-btn {
        float: right;
        position: relative;
    }
    
    .cart-notification {
        display: none;
        position: absolute;
        top: 4px;
        right: 4px;
        background: green;
        color: #fff;
        width: 18px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
    }
    
    #storenav ul li#cart-btn a {
        padding-right: 16px;
    }
    
    #storenav ul li a {
        display: inline-block;
        padding: 0px 10px;
        text-decoration: none;
        line-height: 38px;
        color: black;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
    }
    
    #storenav ul li a:hover {
        color: #fff;
        background-color: var(--second-color);
    }
    
    #storenav .homeicon {
        font-size: 20px;
        line-height: 38px;
    }
    
    #storenav .homeicon a:hover {}
    
    .offers {
        background-color: #FF2E28;
        float: right;
    }
    
    .offers:hover a {
        background-color: #FF2E28 !important;
        color: white !important;
    }
    
    .offers ul {
        right: 0;
    }
    
    .offers .offers-link {
        color: white !important;
        font-weight: bold;
        line-height: 40px !important;
        height: 40px;
    }
    
    .offers-link::before {
        font-family: "Font Awesome 5 Free";
        margin-right: 3px;
        font-weight: 900;
        text-rendering: optimizeLegibility;
        content: "\f02b";
    }
    /* SUB LEVEL */
    
    #storenav ul li ul {
        width: 300px;
        position: relative
    }
    
    #storenav ul li ul li {
        text-align: left;
        width: 100%;
        display: block;
        position: relative;
    }
    
    #storenav ul li ul li a {
        width: 100%;
        color: #fff;
        background: var(--third-color);
        border-bottom: 1px solid black;
    }
    
    #storenav ul li ul li a:hover {
        width: 100%;
        color: #fff !Important;
        background: var(--second-color);
    }
    /* SUB LEVEL */
    
    #storenav ul li ul li ul {
        width: 250px;
        position: relative;
        left: 300px;
        top: 0
    }
    
    #storenav ul li ul li ul li {
        text-align: left;
        width: 100%;
        display: block;
    }
    
    #storenav ul li ul li ul li a {
        width: 100%;
        background-color: #000;
        font-size: 12px;
    }
    
    #storenav ul li ul li ul li a:hover {
        background-color: var(--first-color);
    }
    
    #storenav ul li.sub-cat ul {
        display: none
    }
    
    #storenav ul li.sub-cat:hover>ul {
        display: block !important;
        position: absolute;
    }
    
    .basket-des {
        display: block;
    }
    
    .basket-mob {
        display: none;
    }
    
    .basket-mob a {
        margin-right: 0;
    }
    
    @media only screen and (max-width:768px) {
        .basket-des {
            display: none!important;
        }
        .basket-mob {
            display: inline-block;
        }
        #storenav li {
            width: 100%;
        }
        #storenav a {
            width: 100%;
        }
        #storenav ul li ul li,
        #storenav ul li ul li ul li {
            text-align: center;
        }
        #storenav ul li.sub-cat:hover>ul {
            display: none !important;
            position: relative;
            left: 0;
            width: 100%
        }
        #storenav ul li ul li ul li a {
            background: #ccc;
            color: #000;
        }
    }
    
    @media only screen and (max-width: 950px) {
        #storenav ul li {
            font-size: 11px;
        }
    }
    
    @media only screen and (max-width:667px) {
        #storenav ul li {
            font-size: 14px;
        }
    }
    /* Store Navigation */
    /* SUB MENUS */
    
    #subnav {
        clear: both;
        display: block;
        height: 24px;
        width: 100%;
    }
    
    #subnav ul {
        font-family: Arial, helvetica, sans-serif;
        float: right;
        font-size: 9pt;
        padding-top: 5px;
    }
    
    #subnav ul li {
        display: inline-block;
        padding: 4px 7px;
    }
    
    #subnav ul li a {
        color: #000;
        text-decoration: none;
    }
    
    #subnav ul li a:hover {
        color: var(--first-color);
        text-decoration: underline;
    }
    
    .submenuheading {
        font-family: Arial, helvetica, sans-serif;
        font-size: 21px;
        padding: 10px 5%;
        width: 90%;
        display: block;
        background-color: var(--first-color) !important;
        color: White !important;
    }
    
    .submenuheading:hover {
        text-decoration: none;
    }
    
    .submenuselected {
        background-color: #dddddd !important;
        color: White !important;
    }
    /* CONTENT SUB MENU */
    
    .contentsubmenu li {
        list-style: none;
    }
    
    .submenu {
        margin-bottom: 20px;
    }
    
    .submenu1 {
        border-bottom: 1px solid var(--second-color);
        color: #000000 !important;
        display: block;
        line-height: 25px;
        padding: 3px 0;
        text-indent: 10px;
    }
    
    .submenu1:hover {
        cursor: pointer;
        background-color: rgba(178, 178, 178, 0.6);
        color: #000;
    }
    
    .submenu2 {
        border-top: 1px solid var(--second-color);
        color: #000000 !important;
        display: block;
        line-height: 25px;
        padding: 5px;
        text-indent: 5px;
    }
    /*.submenu2::before       {content:"> ";}
*/
    
    .submenu2:hover {
        cursor: pointer;
        background-color: #efefef;
        color: #000;
        text-decoration: none;
    }
    
    .submenu2-all {
        border-top: 1px solid var(--second-color);
        color: #000000 !important;
        display: block;
        line-height: 25px;
        padding: 5px;
        text-indent: 5px;
    }
    /*.submenu2-all::before       {content:"> ";}
*/
    
    .submenu2-all:hover {
        cursor: pointer;
        background-color: #efefef;
        color: #000;
        text-decoration: none;
    }
    
    .submenu3 {
        border-top: 1px solid var(--second-color);
        color: #000000 !important;
        display: block;
        line-height: 25px;
        padding: 5px;
        text-indent: 10px;
    }
    
    .submenu3:hover {
        cursor: pointer;
        background-color: rgba(178, 178, 178, 0.6);
        color: #000;
    }
    /* CONTENT SUB MENU */
    
    #hyplogin {
        margin-right: 10px
    }
    /* Footer Menu */
    
    footer ul {
        margin-bottom: 20px;
    }
    
    footer ul li {
        display: inline;
        padding: 3px 12px;
        border-right: 1px solid #959c9d;
        font-size: 12px
    }
    
    footer ul li:last-child {
        border-right: none;
    }
    /*Styles for screen 600px and lower*/
    
    @media only screen and (max-width: 667px) {
        nav {
            border-bottom: 0;
            margin-bottom: 0px;
        }
        nav ul {
            display: none;
            height: auto;
        }
        nav a#pull {
            display: block;
            color: #fff;
            height: auto;
            background-color: #000000;
            padding: 5px 24px 5px 54px;
            font-size: 13px;
            text-decoration: none;
            text-align: center;
        }
        nav a#pull:after {
            content: "";
            background: url("/images/nav-icon.png") no-repeat scroll 10px 3px rgba(0, 0, 0, 0);
            width: 30px;
            height: 30px;
            display: inline-block;
            position: relative;
            float: right;
            margin: 5px 0px 0px 0px;
        }
        nav ul li {
            display: block;
            width: 100%;
            height: 40px;
        }
        .has-sub {
            background-image: url(/images/has-sub.png);
            background-repeat: no-repeat;
            background-position: 93% center;
        }
        /*.has-sub ul {position:relative;}*/
        .has-sub ul {
            position: static !important;
            float: left;
            display: block;
        }
        .header-links {
            float: none;
            width: 100%;
            text-align: center;
        }
        .header-links ul,
        .header-links ul li {
            float: none;
            text-align: center;
        }
        #wrapper {
            min-width: 320px;
        }
        nav ul li {
            display: block;
            width: 100%;
            height: auto !important;
            border-top: 1px solid black;
        }
        nav ul li a {
            border-right: none;
            /*height:40px;*/
            height: auto !important;
            display: block;
            text-align: left;
            line-height: 40px
        }
        nav a {
            text-indent: 0px !important;
            text-align: left;
            line-height: 35px;
        }
        nav ul li ul {
            background-color: #FFFFFF;
            box-shadow: none;
            margin-left: 0px;
            width: 100%;
            display: block;
            float: left;
        }
        nav ul li ul a {
            background-color: var(--first-color);
            min-width: 100px;
            text-align: left;
            display: block;
            width: auto!Important;
            padding: 0px 10px;
            margin: 0px;
        }
        nav ul li ul li {
            display: block;
            background-color: #FFF;
            width: 100%;
            text-indent: 0px;
        }
        nav ul li ul li a {
            height: 40px;
            background-color: var(--first-color);
            color: white!Important;
            padding-left: 25px;
            /*padding:0px 0px 0px 25px;*/
        }
        nav ul li ul li a::before {
            content: '- '
        }
        nav ul li ul li a:hover {
            background-color: black;
        }
        .footer p {
            font-size: 10px;
        }
        .loggedinas {
            margin-top: 0px;
            float: none;
            clear: both;
            text-align: center;
        }
    }