:root {
        --cor_primaria: #FF1493;
    --pre_cabecalho: #AF566A;
    --cor_texto_pre_cabecalho: #fff;
    --cor_menu: #fff;
    --cor_texto_menu: #AF566A;
    --cor_newsletter: #AF566A;
    --cor_texto_footer: #778899;
    --cor_texto_icones: #003049;
    --cor_botao_hover: #96B48E;
    --cor_botao: #96B48E;
    --cor_tag_frete_gratis: #003049;
    --cor_icones: #96B48E;
    --cor_icones_hover: #ff1493;

    --cor_secundaria: #F3FFF0;
}



.full.menu .conteiner .nivel-um>li:hover>.nivel-dois {
    display: block;
    WIDTH: max-content;
}

div#box-slide {
    z-index: 1000000000000000000 !Important;
}

.listagem .listagem-item .nome-produto{
        font-weight: bold !important;
}

span.preco-parcela span {
    font-weight: bold;
}





/* ALTERAÇÃO DESCRIÇÃO DO PRODUTO - NÃO MEXER*/



ul.nav.nav-tabs {
	list-style: none !important;
    display: flex;
    border-bottom: 1px solid #efe6e6;
}

.abas-custom .nav-tabs li a{
    font-weight: 700;
     color: var(--cor_icones);
    	box-shadow: none;
	    border: none !important;
}



.abas-custom .nav-tabs li a:hover {
    background: transparent;
    color: #fd3adb;
}
.abas-custom .nav-tabs li :focus{
   border-bottom: 3px solid #fd3adb !important;
}
 
.abas-custom .nav-tabs li a:focus {
	padding-bottom: 12px;
    background: transparent;
    border-radius: 2px;
    color: #fd3adb;
}

@media (max-width: 767px){
	ul.nav.nav-tabs{
    display: flex;
    flex-direction: column;
	}
	div#descricao br {
    display: none;
}

}



.span6 .nome-produto:nth-child(1){
	display: none;
}
 
@media (max-width: 760px){

 .pagina-produto .info-principal-produto .nome-produto {
    display: none;
  }

.span6 .nome-produto {
    display: block;
 }
 
 .span6 .nome-produto:nth-child(1){
	display: block;
}
 
}



/* FIM ALTERAÇÕES DESCRIÇÃO DO PRODUTO*/


/* NAVEGUE POR CATEGORIA */
.banner .span12 {
    transform: translateX(-24px);
}

.slides-items-category .item:hover {
    border-bottom: 6px solid purple !important;
}
/* NAVEGUE POR CATEGORIA*/

.tab-pane.fade.active.in span {
    opacity: 1 !important;
}

.tab-pane.fade.active.in {
    font-size: 16px;
    opacity: 0.6;
    color: #000;
}


.botao-busca svg path{
    stroke: var(--cor_secundaria)!important;
    fill: var(--cor_secundaria)!important;
}


#listagemProdutos span{
    color: #000;
}



#rodape .links-rodape li a, #rodape p {
    opacity: 1 !important;
    font-size: 18px !important;
}
@media (min-width: 768px){
#rodape div.contato li a {
    opacity: 1 !important;
    font-size: 18px !important;
}
}


span.fundo-principal.bandeira-promocao {
    background: #7FFFD4;
}


.menu.superior .titulo{
       font-size: 18px;
}

span.title-categorias {
    color: #AF566A !Important;
}


.listagem .info-produto  * {
    font-size: 18px;
}


.preco-produto.destaque-preco.com-promocao * {
    font-size: 20px !important;
}

.preco-produto.destaque-preco div:nth-child(2) span,.preco-produto.destaque-preco div:nth-child(2) span strong {
font-size: 15px !important;
color: #AF566A !important;
}

.preco-produto.destaque-preco.com-promocao .desconto-a-vista {
    font-size: 15px !important;
}