:root {--cor_primaria: #000000;--cor_secundaria: #ffffff;--cor_botao: #d74780;--cor_botao_hover: #ab3478;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #5bbf5f;--pre_cabecalho: #7d2c57;--cor_texto_pre_cabecalho: #000000;--cor_cabecalho: #ffffff;--cor_icones: #ab3464;--cor_icones_hover: #e6337a;--cor_texto_icones: #000000;--cor_menu: #ffffff;--cor_texto_menu: #000000;--cor_newsletter: #ab3464;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #000000;--texto_global: #000000;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}

/*PERSONALIZACAO PLUGOO - INICIO*/

@media(min-width:1360px){
    #corpo {
        display: flex;
        max-width: 1280px;
        width: 100%;
        flex-direction: column;
        align-content: center;
    }

	#rodape {
        width: 100%;
    }
	
	.conteiner-principal {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.pagina-busca #corpo .conteiner,
    .pagina-categoria #corpo .container {
        margin: 0;
    }




.carrinho-checkout .conteiner-principal #corpo {
    padding-top: 140px !important;
}
/* Ajuste menu */
.menu.superior .menu-categorias {
    overflow-y: scroll;
    max-height: 400px;
}
.menu.superior .nivel-dois a {
    white-space: normal;
}


#cabecalho .menu.superior .nivel-tres li a {
    text-decoration: none;
    opacity: .6;
}

#cabecalho .menu.superior .nivel-tres li:hover a {
    text-decoration: underline;
    opacity: 1;
}

#cabecalho .menu.superior .nivel-dois li:hover>a {
    font-weight: 600 !important;
}

a.ver-categoria:before {
    content: "+ ";
}
.superior a.ver-categoria {
    /*letter-spacing: 0.16px;*/
    /*font-weight: 800;*/
    display: none;
}

li.all-menu.com-filho ul {
    overflow-y: scroll;
    overflow-x: hidden;
}

li.all-menu.com-filho .nivel-dois .nivel-dois {
    display: none;
}

#cabecalho .menu.superior .all-menu ul.nivel-dois .nivel-dois {
    display: none !important;
}

.menu .nivel-dois a {
    color: var(--cor_primaria) !important;
}

.menu.superior .menu-categorias li .nivel-tres {
    display: contents;
}



#cabecalho .menu.superior .nivel-dois li:hover>a {
    font-weight: 600 !important;
}
#cabecalho .menu.superior .nivel-tres a {
    text-decoration: none;
}

#cabecalho .menu.superior .nivel-tres li:hover a {
    text-decoration: underline;
}

.menu.superior .menu-categorias::-webkit-scrollbar-track {
    background-color: #eaeaea;
}
.menu.superior .menu-categorias::-webkit-scrollbar {
    width: 6px;
}
.menu.superior .menu-categorias::-webkit-scrollbar-thumb {
    background: var(--cor_primaria);
    border-radius: 10px;
}
#corpo .listagem .span3 .listagem-item .nome-produto, 
#corpo .listagem .produtos-carrossel .listagem-item .nome-produto {
    min-height: 60px;
    -webkit-line-clamp: 3;
}

@media(max-width:769px){
	#cabecalho .menu-mobile-scroll ul {
	    display: flex;
	    align-items: center;
	    height: 100%;
	    overflow-x: scroll;
	}
	#cabecalho .menu-mobile-scroll ul a {
	    white-space: nowrap;
	}
	#cabecalho .menu-mobile-scroll > ul::-webkit-scrollbar-track {
	    background-color: transparent;
	}
	#cabecalho .menu-mobile-scroll > ul::-webkit-scrollbar {
	    height: 4px;
	}
	#cabecalho .menu-mobile-scroll > ul::-webkit-scrollbar-thumb {
	    height: 8px;
	    background: transparent;
	}
}



/*PERSONALIZACAO PLUGOO - FIM*/