/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{position:relative; /*z-index:9999;*/}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* multilevel module */
.wt-unl-wrap { box-sizing: border-box; display: inline-block; width: 100%; }
.wt-unl-heading a { font-size: 14px; font-weight: bold;}
.box-unlcategory ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.box-unlcategory ul li ul {
    margin: 0 0 0 5px;
}
.box-unlcategory > ul > li > a {
    font-size: 13px;
}
.box-unlcategory a {
    border-bottom: 1px solid #eeeeee;
    color: #000000;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

