.produto .acoes-produto .preco-produto .titulo {
font-size: 46px;
}


/* Muda cor do telefone e WhatsApp para Branco */
.barra-inicial .canais-contato ul li a, .barra-inicial .canais-contato ul li span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-out;
}

/* Muda cor do Fale conosco, Meus Favoritos e Rastreie para Branco */
.barra-inicial .top-actions .top-action-item a {
    color: #89cbc0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease-out;
}

/* Muda cor dos icones para branco */
.barra-inicial .top-actions .top-action-item a .icon {
    width: 12px;
    color: #fff;
    fill:#ffffff;
    vertical-align: middle;
    margin-right: 5px;
    transition: all .2s ease-out;!important;
}

/* Muda cor do texto cabeçalho */
a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span {
color: #89cbc0;!important;
}


#cabecalho .actions>li>a {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: white;
    background-color: transparent;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .2s ease-out;
}


@media (min-width: 768px) {
.menu.superior {width: 100%;position: absolute;top: 152px;left: 0px;}
.logo {margin-bottom: 90px;}
}

.listagem-item > .info-produto > a {
 font-size: 18px </strong> !important;
}

/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }

/* remove as linhas do menu*/
#cabecalho > .conteiner > .menu.superior .nivel-um > li {
border: 0;
padding: 0 11px;
}


/* cor do menu e da fonte*/
.menu.superior{
background-color:LightCoral;
}

.menu.superior .titulo{
color:white;
}

.full.menu .conteiner .nivel-um>li>a>.titulo {
color: #fff;
}

.full.menu, .full.menu .nivel-um{
	background-color:#000}
}

/* site sem borda */

    
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho .conteiner {
padding: 0;
box-shadow: none;
background: #FFB6C1;
}


.secao-banners .conteiner {
margin: none;
border:none;
box-shadow: none;    
}

.conteiner-principal .conteiner {
    border:none;
    box-shadow: none;
}
    
    