.menu-desktop {
background-color: #1f1f1f;

}


.secao-banners .conteiner {
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    background-color:#08a0808;
    box-shadow: none;
    left:0;}
        .flexslider .slides{
            height: 500px;}
            
.secao-banners .slick-track {
background-color: #0a0808;

}


.cores-personalizadas .banners-vantagens {
    background: #000000;
}


.listagem .listagem-item .listagem-item-wrap {

background-color: #232323;
}

.listagem.com-caixa .listagem-item-wrap {
    border: 1px solid #ececec00;
}




.preco-produto > :nth-child(3) {
    font-size: 15px;
    line-height: 14px;
    margin-top: 3px !important;
    color: #a1a1a1;
}

.preco-produto > :nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    color: #a3a3a3;
}

.preco-produto:not(.banner-preco) .desconto-a-vista b {
    color: #a9a9a9
}

.listagem .listagem-item .info-produto .nome-produto {
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 26px;
    font-weight: 400;
}


.listagem .listagem-item .info-produto {
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    margin: 0;
  
}



.listagem .listagem-item .info-produto.prodTxt-3 .nome-produto {
    min-height: 10px;
}


.cores-personalizadas .preco-produto > :nth-child(1), .cores-personalizadas .compre-junto__preco--promocional, .cores-personalizadas .compre-junto__preco--promocional:empty+.compre-junto__preco--regular, .cores-personalizadas .compre-junto__preco-total--promocional, .cores-personalizadas .compre-junto__preco-total--promocional:empty+.compre-junto__preco-total--regular, .sugestao-carrinho .sugestao-content strong {
    color: #58bb00;
}


/* sobre a barra de busca */

.busca {

    border-radius: 7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

}






/* Lugar para deixar oculto o display de OFERTAS (o que o william reclamou mt uma vez) */

.cores-personalizadas .menu-desktop .menu-ofertas.ofertas-fundo > a {
    DISPLAY: none;
}


/* cor do submenu da barra de menus (geralzão) */

.menu-desktop .submenu {
    background: #232323ba;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 24px;
    position: absolute;
    border-radius: 0 0 5px 5px;
    border: 1px solid #dedede;
    transition: all 0s ease-in-out 0s;
    transform: translateY(1em);
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}



/* submenu principal */

.menu-desktop .todas-categorias .tc-submenu {
    position: absolute;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 24px;
    background: #1f1f1fe3;
    visibility: hidden;
    opacity: 0;
    transition: all 0s cubic-bezier(0.49, 0.12, 0.61, 1.04) 0s;
    border: 1px solid #dedede;
    border-right: none;
    border-radius: 0 0 0 5px;
}



/* hover dos submenus principais */

.menu-desktop .submenu2 .level2 .item-level2 .level3 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 10px 15px !important;
    border-radius: 3px;
    background: #727272;
    height: 0;
}



/* sobre a fonte dentro dos menus dinâmicos e menu mobile*/



a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span {
    color: #ffffff;
}


/* cor do fundo do menu lateral */

.menu-mobile-wrap {
    background: #222121;
}

/* cor dos títulos do menu mobile */


body {
    color: #ff3b00;
    min-height: 100vh;
}



/* menu pequeno */



/* menu dos três tracinhos */

.menu-desktop .todas-categorias .tc-submenu {
    position: absolute;
    box-shadow: rgb(0 0 0 / 100%) 0px 10px 24px;
    background: #161616e3;
    visibility: hidden;
    opacity: 0;
    transition: all 0s cubic-bezier(0.08, 0.67, 0.61, 1.04) 0s;
    border: 1px solid #323232;
    border-right: none;
    border-radius: 0 0 0 15px;
}




/* aba maior do menu dos três tracinhos */

.menu-desktop .todas-categorias .tc-item-level1 .open-level2 {
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    background: #0e0e0e;
    border-radius: 0 0 5px 0px;
    border: 1px solid #323232;
    border-left: 0;
    box-shadow: rgb(0 0 0 / 100%) 0px 10px 24px;
}


/* cor do menu dos três tracinhos quando mouse passa por cima */


.menu-desktop .todas-categorias .tc-item-level1:hover {
    background: #5a5a5a;
    z-index: auto;
}




/* fundo da setinha do menu */
.arrow-2 .slick-arrow {
    background: #0e0e0e;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0.45px rgb(205 205 205 / 0%) !important;
    border: 1px solid rgb(0 0 0 / 5%);
    padding: 10px 2px;
    width: auto !important;
}

/* apenas a setinha do menu */
.arrow-2 .slick-arrow svg {
    width: 20px;
    height: 17px;
    fill: #ffffff !important;
}



/* menu dinamico dentro do menu principal do cabecario */

.menu-desktop .listagem-item {
    border-radius: 0.01px;
    border: 0px solid #1a1a1a;
    box-shadow: 0 2px 4.3px 0.45px rgb(205 205 205 / 16%);
    margin: 3px;
    background-color: #232323;
}





/* menu dir */

.painel-item .dir .dir-inside {
    transition: all 0s ease-in-out 0s;
    transform: translateY(-1em);
    visibility: hidden;
    opacity: 0;
    background: #1a1a1a;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    padding: 14px;
    margin-top: 15px;
    box-shadow: 0 0.3px 0px 0px #ffffff;
}
















