/* MEGA MENU Default Style
 * 
 * Author: Martin Zilz, Kreativkonzentrat GbR
 * 
 * Generate Vendor Prefixes:
 * http://cssprefixer.appspot.com/
 */
#kk-mega-menu, #kk-mega-menu * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

#kk-mega-menu:hover {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
    }

#kk-mega-menu {
    width: 100%;
    display: inline-block;
 /*   background: url(http://www.led-wunderland.de/templates/JTL-Shop3/themes/custom/img/topmenu.jpg); */
 background: #80090D;
    height: 55px;
    text-align: left;
    position: relative
}

#kk-mega-menu a, #kk-mega-menu a:hover {
    cursor: pointer
    }

#kk-mega-menu li {
    list-style: none
    }

#kk-mega-menu li.menu-top-item {
    display: inline-block;
    float: left
    }

#kk-mega-menu .menu-top-item:hover {
    background: url(../../../../../../../../templates/JTL-Shop3/themes/custom/img/kat_hov.jpg);
    }
#kk-mega-menu li.menu-top-item > a {
    padding: 0 ;
    text-decoration: none;
    color: #555;
    display: inline-block;
    height: 55px
    }
#kk-mega-menu li.menu-top-item > a span {
    display:block;    
    padding:10px 17px;
    color:#fff;
    text-align:left;
    line-height:17px;
    font-size:14px;
    font-weight:400;
    font-family:Verdana;
}
#kk-mega-menu li.menu-top-item > a:hover {
    color: black
    }

#kk-mega-menu li.menu-top-item.item-first > a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px
    }

#kk-mega-menu li.menu-top-item.item-last > a {
    border-right: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0
    }

#kk-mega-menu li.menu-top-item.active-category > a, #kk-mega-menu .vgroup > a.active-category, #kk-mega-menu .submenu-lvl3 > a.active-category, #kk-mega-menu li.menu-top-item.active-parent > a, #kk-mega-menu .vgroup > a.active-parent {
    /*color: red;*/
    }

#kk-mega-menu .submenu {
    position: absolute;
    padding: 15px;
    background: url(../../../../../../../../templates/JTL-Shop3/themes/custom/img/drop.jpg) repeat-y #B3B7BA;
    pointer-events: none;
    opacity: 0;
    -moz-transition: left 0ms 100ms linear, opacity 100ms ease-out;
    -o-transition: left 0ms 100ms linear, opacity 100ms ease-out;
    -webkit-transition: left 0ms 100ms linear, opacity 100ms ease-out;
    transition: left 0ms 100ms linear, opacity 100ms ease-out;
    visibility: hidden;
    overflow: hidden;
    height: 0
    }

#kk-mega-menu .vgroup > a.no-details:before {
    content: "\00BB";
    opacity: 0.5;
    padding-right: 5px
    }

#kk-mega-menu .menu-top-item:hover .submenu {
    z-index: 9999;
    right: 0;
    left: 0;
    opacity: 1;
    pointer-events: all;
    -moz-transition: left 0ms 100ms linear, opacity 100ms 100ms ease-out;
    -o-transition: left 0ms 100ms linear, opacity 100ms 100ms ease-out;
    -webkit-transition: left 0ms 100ms linear, opacity 100ms 100ms ease-out;
    transition: left 0ms 100ms linear, opacity 100ms 100ms ease-out;
    visibility: visible;
    height: auto
    }

#kk-mega-menu .submenu a {
    text-decoration: none;
    color: #000;
    padding: 5px 5px 5px 0px !important
    }

#kk-mega-menu .submenu a:hover {
    background: none;
    }

#kk-mega-menu .vgroup {
    float: left;
    padding: 0 30px 0 0
    }

#kk-mega-menu .vgroup > a {
    display: block;
    float: none;
    padding: 10px 0;
    color: #000
    }

#kk-mega-menu .vgroup > a.has-children {
    font-size: 1.1em;
    font-weight:700;
    }

#kk-mega-menu .submenu-lvl3 {
    margin-bottom: 10px;
    padding-left: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-left: 10px
    }

#kk-mega-menu .submenu-lvl3 a {
    display: block;
    /*font-size: 0.8em;*/
    }

#kk-mega-menu .submenu-lvl3 a:hover {
    text-decoration:underline
    }

/*
 * Different Menu Layout Styles
 */
#kk-mega-menu li.menu-top-item.menu-left .submenu {
    float: left;
    right: auto
    }

#kk-mega-menu li.menu-top-item.menu-right .submenu {
    float: right;
    left: auto
    }

#kk-mega-menu li.menu-top-item.menu-center .submenu {
    left: auto;
    right: auto
    }

#kk-mega-menu li.menu-top-item.menu-anchor .submenu {
    left: auto;
    right: auto
    }

#kk-mega-menu li.menu-top-item.menu-item-right {
    float: right
    }

#kk-mega-menu .kk-category-image {
    width: 130px;
    border: 4px solid white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    position:absolute;
    right:10px;
    top:10px;
    }

#kk-mega-menu .kk-category-description {
    color: #999;
    line-height: 1.5em;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
    padding-bottom: 10px
    }

#kk-mega-menu .submenu.has-image {
    padding-right: 130px
    }

#kk-mega-menu .submenu.has-image .kk-category-description {
    margin-left: -150px
    }

#kk-mega-menu .vgroup .category-thumb {
    margin: 0 5px 0 0;
    max-height: 24px
    }

#kk-mega-menu .vgroup .subcategory-description {
    color: #aaa;
    display: block;
    font-size: 0.8em;
    padding: 5px 0
    }

#kk-mega-menu #search-form {
    width: auto;
    padding: 0;
    margin: 0
    }

#kk-mega-menu .mega-menu-search {
    float: left
    }

#kk-mega-menu .mega-menu-search:hover {
    background: none
    }

#kk-mega-menu .mega-menu-search #suggest {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: white;
    border: 1px solid rgb(200, 200, 200);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 0 white;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 0 white;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 0 white;
    height: 29px;
    margin: 5px 0 5px 7px;
    color: rgb(119, 119, 119);
    font-size: 12px;
    line-height: 29px;
    padding: 0 30px 0 7px;
    width: 150px
    }

#kk-mega-menu .mega-menu-search .search-submit {
    background: whiteSmoke url(../img/search.png) no-repeat center center;
    border: none;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 26px;
    height: 27px;
    float: right;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin: 6px 7px 5px -27px;
    z-index: 1;
    position: relative;
    color: transparent;
    border-left: 1px solid rgb(220, 220, 220)
    }

#kk-mega-menu .mega-menu-search .search-submit:hover {
    background-color: white
    }

#kk-mega-menu .submenu .vgroup:last-child {
    padding-right: 0
    }

#kk-mega-menu li.menu-top-item.go-home a {
    background: url(../img/go-home.png) center center no-repeat;
    display: inline-block;
    width: 20px;
    font-size: 1px;
    text-indent: -99999px;
    color: transparent;
    padding: 0 23px
    }

#kk-mega-menu .active-category > .category-name, #kk-mega-menu .active-parent > .category-name, #kk-mega-menu .active-parent > .menu-label, #kk-mega-menu .active-category > .menu-label {
    /* style the labels of active categories here, if you want to */
    }

/***********************************
  Responsive Styling 
 ***********************************/

/* Bigger than smartphones, smaller than Desktop */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    #kk-mega-menu.responsive li.menu-top-item > a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
        }
    }

/* Smartphones (portrait and landscape) */
@media only screen and (max-width: 480px) {
    #kk-mega-menu.responsive li.menu-top-item, #kk-mega-menu.responsive li.menu-top-item > a {
        width: 100% !important
        }
    #kk-mega-menu.responsive li.menu-top-item > a {
        text-align: center;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 0 white;
        -webkit-box-shadow: 0 1px 0 white;
        box-shadow: 0 1px 0 white
        }
    #kk-mega-menu.responsive .submenu {
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important
        }
    #kk-mega-menu.responsive .kk-category-image {
        display: none
        }
    #kk-mega-menu.responsive .submenu.has-image {
        padding-left: 15px
        }
    #kk-mega-menu.responsive .submenu.has-image .kk-category-description {
        margin-left: 0
        }
    #kk-mega-menu.responsive .mega-menu-search .search-submit {
        display: none
        }
    #kk-mega-menu.responsive .mega-menu-search #suggest {
        background: white url(../img/search.png) no-repeat 10px center;
        margin: 5px 0;
        width: 100%;
        padding-left: 25px
        }
    #kk-mega-menu.responsive .menu-item-left, #kk-mega-menu.responsive .menu-item-right {
        float: none !important
        }
    }