/* # Global (menu navigation)
================================================== */
nav.menu-nav-wrapper,
nav.menu-nav-wrapper a {
  margin: 0 auto;
  max-width: 1220px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

nav.menu-nav-wrapper a,
nav.menu-nav-wrapper a:link,
nav.menu-nav-wrapper a:visited {
  color: #666 !important;
  font-family: Roboto, 'Open Sans', arial, san-serif;
  font-size: 13px;
}

nav.menu-nav-wrapper a:hover,
nav.menu-nav-wrapper a:focus {
  color: #000 !important;
  text-decoration: none;
}

nav input[type=checkbox] {
  display: none;
}

nav h3,
nav h3 a,
nav h3 a:link,
nav h3 a:visited {
  color: #555 !important;
  margin: 0 0 6px 0 !important;
  font-size: 18px !important;
}

nav h3 a:hover,
nav h3 a:focus {
  color: #000 !important;
}

nav .menu-nav {
  overflow: hidden;
  padding: 15px 0 30px 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  margin: 0;
}

nav .menu-nav.top-nav {
  margin: -205px 0 0;
}

nav.show-nav .menu-nav.top-nav {
  margin-top: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

nav .menu-nav .nav-cat {
  border-left: 1px #e0e0e0 solid;
  float: left;
  min-height: 160px;
  padding: 0 2.45%;
  width: 12%;
}

nav .menu-nav .nav-cat:first-child {
  border-left: 0;
  padding-left: 0;
}

nav .menu-nav ul {
  margin: 0;
}

nav .menu-nav li {
  font-weight: 400;
  list-style: none;
  margin: 0;
}

#maia-footer-local nav .menu-nav .nav-cat.products {
  width: 24%;
}

#maia-footer-local nav .menu-nav .nav-cat.products ul li {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 1091px) {
  nav .menu-nav.top-nav {
    margin: -225px 0 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 1023px) {

  .maia-header {
    height: 100vh;
    overflow: scroll;
  }

  nav.menu-nav-wrapper {
    margin: 0 -15px;
    width: 100vw;
  }

  nav.show-nav {
    height: calc(100vh - 55px);
    overflow: scroll;
  }

  nav .menu-nav.top-nav {
    margin: -425px 0 0;
    padding-top: 0;
  }

  nav .menu-nav .nav-cat,
  nav .menu-nav .nav-cat:first-child {
    border: 0;
    float: none;
    padding: 0 55px;
    margin-left: -30px;
    outline: 0;
    padding-left: 90px;
    min-height: 0;
    width: 100%;
  }

  nav .menu-nav .nav-cat:first-child {
    padding-bottom: 8px;
  }

  nav .menu-nav .nav-cat {
    margin-top: 1px;
    outline: 1px solid #ddd;
  }

  nav h3,
  nav h3 a,
  nav h3 a:link,
  nav h3 a:visited {
    cursor: pointer;
    margin-bottom: 0 !important;
  }

  nav h3 {
    line-height: 35px !important;
    margin: 0 0 0 -90px !important;
    padding: 5px 0 5px 90px !important;
    transition: all 0;
  }

  nav h3 a {
    display: block;
    transition: all 0;
  }

  nav .menu-nav .nav-cat:first-child h3 {
    line-height: 18px !important;
  }

  nav label {
    display: block;
    margin-left: -90px;
    padding-left: 90px;
    position: relative;
  }

  nav h3:hover,
  nav h3:hover a,
  nav label:hover h3,
  nav label:hover h3 a {
    color: #fff !important;
    transition: all 0;
  }

  nav label:hover,
  nav h3:hover {
    background: #4285f4;
  }

  nav.menu-nav-wrapper a,
  nav.menu-nav-wrapper a:link,
  nav.menu-nav-wrapper a:visited {
    color: #fff !important;
  }

  nav input[type=checkbox] ~ label:before {
    background: no-repeat center;
    background-image: url(/images/base/ic_add.svg);
    content: '';
    height: 45px;
    left: 45px;
    margin: 0 6px;
    position: absolute;
    width: 18px;
  }

  nav input[type=checkbox] ~ label:hover:before {
    background-image: url(/images/base/ic_add_w.svg);
  }

  nav input[type=checkbox]:checked ~ label {
  }

  nav input[type=checkbox]:checked ~ label:before {
    background-image: url(/images/base/ic_remove.svg);
  }

  nav input[type=checkbox]:checked ~ label:hover:before {
    background-image: url(/images/base/ic_remove_w.svg);
  }

  nav input[type=checkbox] ~ ul {
    background: #666;
    max-height: 0px;
    margin-left: -90px;
    padding-left: 90px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }

  nav input[type=checkbox]:checked ~ ul {
    max-height: 9999px;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }

  nav input[type=checkbox] ~ ul li:first-child {
    padding-top: 10px;
  }

  nav input[type=checkbox] ~ ul li:last-child {
    padding-bottom: 10px;
  }

  #maia-footer-local {
    padding-top: 0;
  }

  #maia-footer-local nav {
    width: inherit;
    margin: 0px -15px;
  }

  #maia-footer-local nav .menu-nav {
    padding-top: 0;
  }

  #maia-footer-local nav .menu-nav .nav-cat.products {
    padding-bottom: 0;
    width: 100%;
  }

  #maia-footer-local nav .menu-nav .nav-cat:first-child h3 {
    line-height: 35px !important;
  }

  #maia-footer-local nav .menu-nav .nav-cat.products input[type=checkbox] ~ ul li:nth-child(2) {
    padding-top: 10px;
  }

  #maia-footer-local nav .menu-nav .nav-cat li {
    height: 24px;
  }
}

@media only screen and (max-width: 500px) {
  #maia-footer-local nav .menu-nav .nav-cat.products ul li {
    float: none;
  }
}