/* =========================
   #menu-menu-produkty
   ========================= */
#menu-menu-produkty .sub-menu{display:none}
#menu-menu-produkty .current-menu-item>.sub-menu{display:block}
#menu-menu-produkty .sub-menu a{font-weight:300!important;font-style:italic}
#menu-menu-produkty .menu-item-has-children>a:before{content:"+ ";display:inline}

/* =========================
   .mk-left-menu
   ========================= */
.mk-left-menu{background:#f7f9fc;border:1px solid #d0dbea}
.mk-left-menu ul,.mk-left-menu ol{list-style:none;margin:0;padding:0}
.mk-left-menu li{position:relative}
.mk-left-menu a{color:#012457}
.mk-left-menu h4{
  padding:10px 0 10px 20px;
  background:#4269ab;
  margin:0;
  color:#fff;
  font-weight:400;
  text-transform:uppercase;
  font-size:15px;
}
.mk-left-menu ul>li a:hover,
.mk-left-menu ul>li a:active{text-decoration:underline!important}
.mk-left-menu>ul>li{padding:10px 0 10px 30px;border-bottom:1px solid #d0dbea}

/* toggle icon span */
.mk-left-menu li>span{
  display:inline-block;
  width:19px;
  height:26px;
  line-height:26px;
  vertical-align:top;
  position:absolute;
  left:10px;
}
.mk-left-menu .has-child>span{background:url(../img/tree-small-new.png) -84px -31px no-repeat}
.mk-left-menu .has-child>span:hover{cursor:pointer}
.mk-left-menu .has-child.current_page_ancestor>span,
.mk-left-menu .has-child>span.clicked{background:url(../img/tree-small-new.png) -114px -1px no-repeat}
.mk-left-menu .has-child.current_page_ancestor>span.clicked{background:url(../img/tree-small-new.png) -84px -31px no-repeat}

/* current item */
.mk-left-menu .current-menu-item>a{font-weight:600}

/* children */
.mk-left-menu .child-menu,
.mk-left-menu .second-child-menu{margin-left:20px}
.mk-left-menu .child-menu{display:none}
.mk-left-menu .child-menu>li>span{
  background:url(../img/tree-small-new.png) -33px -1px no-repeat;
  left:-20px;
}
.mk-left-menu .current-menu-parent .child-menu,
.mk-left-menu .current-menu-parent .second-child-menu{display:block}
/* =========================
   ACTIVE / ACTUAL PAGE
   ========================= */
.mk-left-menu li.actual-page > a{
    font-weight:700;
    color:#000c2a;
}

.mk-left-menu li.actual-page{
    background:#e9eff8;
}

/* legacy selectors */
#menu-left-menu .sub-menu,
#menu-left-menu .sub-sub-menu{margin-left:15px}
