.line.line1, .line.line3 {
    display: none;
}

.menu.superior .nivel-um>li {
    line-height: 0;
}

.m-conta {
    width: inherit;
}

.mm-panels {
    height: 70%;
    background: #fbfbfb;
}

.m-conta {
    left: 6%;
    bottom: 50px;
}

.mm-menu {
    z-index: 9999!important;
    background: #e3e3e3;
}

#menu .m-conta .btn-group>.dropdown-menu {
    display: inline!important;
    box-shadow: none;
    color: #000;
    border: 0;
    background: 0;
    position: relative;
    column-count: 2;
    float: left;
}

.m-conta .botao.pequeno {
    text-align: left;
}

#menu .m-conta .btn-group>.dropdown-menu li {
    background: #000;
    color: #fff;
    margin-bottom: 5px;
    padding: 0;
}

#menu a.inicio {
    margin-left: 0;
}

#menu a.inicio {
    background: #000;
    width: 110px;
    padding: 5px;
    bottom: 11px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin-top: 15px;
}

@media screen and (max-width: 767px){
.atalhos-mobile.logado ul img {
    width: 25%!important;
    margin-top: -5px!important;
}
}

/*## ICONES CSS.GG ##*/
.gg-menu {
  transform: scale(var(--ggs, 1));
}
.gg-menu,
.gg-menu::after,
.gg-menu::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
}
.gg-menu::after,
.gg-menu::before {
  content: "";
  position: absolute;
  top: -6px;
}
.gg-menu::after {
  top: 6px;
}

.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
}
.gg-search::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}


.gg-user {
  display: block;
  transform: scale(var(--ggs, 1));
  box-sizing: border-box;
  width: 12px;
  height: 18px;
}
.gg-user::after,
.gg-user::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid;
}
.gg-user::before {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  top: 0;
  left: 2px;
}
.gg-user::after {
  width: 12px;
  height: 9px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 9px;
}


.gg-shopping-cart {
  display: block;
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 21px;
  background:
    linear-gradient(to left, currentColor 12px, transparent 0) no-repeat -1px 6px/18px
      2px,
    linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 6px
      14px/11px 2px,
    linear-gradient(to left, currentColor 12px, transparent 0) no-repeat 0 2px/4px
      2px,
    radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 12px
      17px/4px 4px,
    radial-gradient(circle, currentColor 60%, transparent 40%) no-repeat 6px
      17px/4px 4px;
}
.gg-shopping-cart::after,
.gg-shopping-cart::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 2px;
  height: 14px;
  background: currentColor;
  top: 2px;
  left: 4px;
  transform: skew(12deg);
}
.gg-shopping-cart::after {
  height: 10px;
  top: 6px;
  left: 16px;
  transform: skew(-12deg);
}


.gg-arrow-up-o {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: scale(var(--ggs, 1));
  border-radius: 20px;
}
.gg-arrow-up-o::after,
.gg-arrow-up-o::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}
.gg-arrow-up-o::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 6px;
}
.gg-arrow-up-o::before {
  width: 2px;
  height: 10px;
  left: 8px;
  background: currentColor;
}


/*## END ICONES CSS.GG ##*/
