.sticky-top {
    z-index: 9999999999 !important; 
}
div#segura-itens-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    background: #FFF;
}
@media (max-width: 700px){
    div#segura-itens-topo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        background: #FFF;
    }
}
div#icons-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
}
@media (max-width: 700px){
    div#icons-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 33%;
    }
}
.icon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 700px){
    .verificar-frete
{
    display: none;
}
.icon-top img {
    height: 24px;
}
}

.minha-cesta {
    width: 100%;
}

div#menu-top {
    background: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#menu-top .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    padding: 20px 0;
    margin: 0;
    list-style: none;
}
div#menu-top ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.close-menu
{
    display:none;
}
@media (max-width: 700px){
  
   div#menu-top:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 0 !important;
}
.close-menu {
    position: absolute;
    top: 0;
    z-index: 9999;
    right: -40px;
    width: 40px;
    height: 40px;
    color: #FFF;
    background: #777;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .close-menu.-active
{
    display:flex;
}
    div#menu-top .menu .raiz .filho .item .filho {
    display: none !important;
}
div#menu-top {
    width: 70vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #232323;
    display: none;
    align-items: self-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    
}
div#menu-top .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding: 15px;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 99999;
    overflow: scroll;
}
div#menu-top .menu .raiz {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    position: relative;
}

div#menu-top .menu .raiz .filho {
    
    background: #3c3c3c !important;
    width: 100% !important;
    left: 0 !important;
    padding: 14px !important;
    overflow: hidden;
    display: none;
    top: 32px !important;
}
div#menu-top .menu .raiz .filho .item {
    width: 100% !important;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    margin-right: 0 !important;
}
div#menu-top ul li ul li a {
    color: #fff !important;
}
}

div#menu-top ul li a:hover{
    font-weight: 700;
    text-decoration: none;
}
div#menu-top .menu .raiz:hover > .filho {
    display: flex !important;
}
div#menu-top .menu .raiz > .filho {
    position: absolute;
    background: #FFF;
    width: 70%;
    list-style: none;
    padding: 20px 0px 20px 20px;
    overflow: hidden;
    display: none;
    z-index: 9999999999999;
    left: 14%;
    min-height: 430px;
    align-items: flex-start;
    justify-content: space-between;
}
div#menu-top ul li a {
    font-weight: 400;
}
div#menu-top ul li ul li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}
div#menu-top .menu .naotem .item {
    border-bottom: 1px solid #dadada !important;
}
span.imagemMenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    font-size: 0 !important;
}
div#menu-top .menu .raiz .filho .item {
    width: 100%;
    border-bottom: 0;
    margin-right: 20px;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
}
img.imagem-menu {
    width: 100%;
}
div#menu-top .menu .raiz .filho .item .filho {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    left: 0;
}
div#menu-top .menu .raiz .filho .item .filho .item {
    width: 100%;
    border-bottom: 1px solid #dadada;
    margin-right: 0 !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
/*div#menu-top ul li ul li:first-child {
    width: 100%;
    background: #F2F2F2;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 0;
    margin-right: 0;
    margin-left: -20px;
    margin-top: -20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;*/
}
div#menu-top ul li ul li:last-child {
    width: 34%;
    display: table;
    float: right;
    position: absolute;
    right: -26px;
    margin: 0;
    padding: 0;
    top: 0;
}
.abre-menu {
    display: none;
}
@media (max-width: 700px){
    .abre-menu {
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .segura-orgenar .fbits-paginacao {
    display: none;
}
}
a.destaque {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding-bottom: 10px;
    float: left;
    border-bottom: 1px solid;
    width: 100%;
    margin-bottom: 15px;
}
ul.menu span {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
div#fbits-resumo-carrinho {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
div#fbits-resumo-carrinho a {
    color: #232323;
}
div#logo-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15%;
}
@media (max-width: 700px){
    div#logo-top {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33%;
    }
    div#logo-top img {
    width: 68px;
}

}


div#busca-top {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 700px){
    #busca-mobile {
        display: none;
    }
}
@media (max-width: 700px){
    div#busca-top {
        display: none;
    }
}
.headerSearch {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
form#searchFormHeader {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
input#txtBuscaPrincipal {
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
button#btnBusca {
    background: url(https://recursos.lojasilva.com.br/i/images-lemoon/lupa.svg);
    border: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-top {
    margin-left: 20px;
}

.ac_results .autocomplete-powered-by {
    display: none !important;
}

.nav-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.fbits-categoria, .fbits-geral, .fbits-home {
    padding-top: 142px;
}

@media(max-width: 699px) {
    .fbits-categoria, .fbits-geral, .fbits-home {
        padding-top: 110px;
    }
}