<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#supermenu, #supermenu ul, #supermenu ul li, #supermenu ul li a, #supermenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#supermenu:after, #supermenu&gt;ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#supermenu #menu-button {
    display: none;
}

#supermenu {
    background: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 10000;
}

#supermenu&gt;ul&gt;li {
    float: left;
}

#supermenu.align-center&gt;ul {
    font-size: 0;
    text-align: center;
}

#supermenu.align-center&gt;ul&gt;li {
    display: inline-block;
    float: none;
}

#supermenu.align-center ul ul {
    text-align: left;
}

#supermenu.align-right&gt;ul&gt;li {
    float: right;
}

#supermenu&gt;ul&gt;li&gt;a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    text-transform: uppercase;
}

#supermenu&gt;ul&gt;li:hover&gt;a {
    color: #ffffff;
}

#supermenu&gt;ul&gt;li.has-sub&gt;a {
    padding-right: 30px;
}

#supermenu&gt;ul&gt;li.has-sub&gt;a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '' !important;
}

#supermenu&gt;ul&gt;li.has-sub&gt;a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '' !important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#supermenu&gt;ul&gt;li.has-sub:hover&gt;a:before {
    top: 23px;
    height: 0;
}

#supermenu ul ul {
    position: absolute;
    left: -9999px;
}

#supermenu.align-right ul ul {
    text-align: right;
}

#supermenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#supermenu li:hover&gt;ul {
    left: auto;
    z-index: 9999;
}

#supermenu.align-right li:hover&gt;ul {
    left: auto;
    right: 0;
}

#supermenu li:hover&gt;ul&gt;li {
    height: 35px;
    height: auto;
}

#supermenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#supermenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#supermenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #333333;
}

#supermenu ul ul li:last-child&gt;a, #supermenu ul ul li.last-item&gt;a {
    border-bottom: 0;
}

#supermenu ul ul li:hover&gt;a, #supermenu ul ul li a:hover {
    color: #ffffff;
}

#supermenu ul ul li.has-sub&gt;a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '' !important;
}

#supermenu.align-right ul ul li.has-sub&gt;a:after {
    right: auto;
    left: 11px;
}

#supermenu ul ul li.has-sub&gt;a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '' !important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#supermenu.align-right ul ul li.has-sub&gt;a:before {
    right: auto;
    left: 14px;
}

#supermenu ul ul&gt;li.has-sub:hover&gt;a:before {
    top: 17px;
    height: 0;
}

.alignmenu_right {
    margin-left: -100% !important;
}

.supermenu_image {
    max-height: 20px;
    margin-bottom: -4px;
}

#supermenu .supergrid {
    width: 550px;
    overflow: hidden;
    padding-left: 1px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-top: 1px;
}

#supermenu .gridwimage {
    display: inline-block;
    /*display: inline-table;*/
    /*max-width: 110px; disable SAFARI COZ*/
}

#supermenu .gridim a {
    border: none;
}

#supermenu ul ul li .supergrid a {
    background: none;
    border: none;
}

.gridim img {
    max-width: 90px;
    max-height: 90px;
    width: auto;
}

.gridhtml {
    display: block;
    max-width: 25%;
    float: right;
}

.gridhtmllist {
    overflow: hidden;
    display: inline-flex;
}

.productlist {
    min-width: 250px;
}

#supermenu .gridwimage.products {
    display: inline-table;
}

.listimage {
    max-width: 40px;
}

#menu_ul&gt;li:first-of-type&gt;ul:first-of-type {
    margin-left: -1px;
}

.gridsubs, .padlevel {
    display: block !important;
    position: relative !important;
    left: auto !important;
    margin: auto !important;
}

ul.gridsubs li {
    height: auto !important;
}

.padlevel {
    padding-left: 8px !important
}

.padlevel a {
    /*line-height: 40% !important;*/
    /*font-size: calc(100% - 2px) !important;*/
}

.superitem a {
    padding-top: 2px !important;
    padding-bottom: 3px !important;
}

.superitem ul li.has-sub&gt;a:after {
    top: 5px !important;
}

.superitem ul li.has-sub&gt;a:before {
    top: 2px !important;
}

@media only screen and (max-width: 740px) {
    .supergrid {
        max-width: 100%;
    }
    .gridhtml {
        float: left !important;
        max-width: none !important;
    }
}</pre></body></html>