.conteiner {
    width: 1280px;
    max-width: 90vw;
}

#cabecalho .busca { padding: 0; border: none; background: transparent; }
#cabecalho .busca input { padding: 10px 5px 10px 15px; border-radius: 10px; }
#cabecalho .busca .botao-busca { height: 42px; top: 0; right: 0; border-radius: 10px; border-top-left-radius: 0; border-bottom-left-radius: 0; width: 55px; font-size: 18px; }
.acoes-conta>li i { border-radius: 5px; }
.carrinho { border-radius: 10px; }
.carrinho>a i { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }


.barra-inicial .icon-facebook{background: #b73e45;}
.barra-inicial .icon-instagram{background: #b73e45;}
.barra-inicial .icon-bold{background: #ffffff;}

.canais-contato ul{display: none }

#cabecalho .menu.superior {
background-color: #ffffff;
background: url(//) no-repeat center center/auto 100%;
}

#cabecalho > div.conteiner > div.menu.superior > ul {
    display: flex;
    justify-content: center;
    font-size: 30px
}

.listagem .listagem-linha li {
    max-width: 23vw;
    border: none;
text-align: center;
font-size: 15px;
}

.preco-produto .titulo {font-size: 14px}

.acoes-produto .preco-produto{font-size:18px}
.acoes-produto .preco-produto{line-height: 24px}
.acoes-produto .preco-produto .preco-parcela{font-size:16px}

#rodape .redes-sociais{
display:none }

#rodape .fundo-secundario {background-image: none }
#rodape .institucional {background-image: none }

#rodape .pagamento-selos { background-image: none; }
#rodape .pagamento-selos {background-color: #ffffff;}


@media only screen and (max-width: 767px){
	.conteudo-topo .busca-mobile {
		background-color: transparent;
		padding: 0;
		margin-bottom: 2rem;
	  }}
	  
@media only screen and (max-width: 767px) {.atalhos-mobile li {
    border-right: 0px;
    border-left: 0px;
}}


@media only screen and (max-width: 767px){
#cabecalho .atalhos-mobile {
position: absolute;
}#cabecalho .fundo-secundario {
background-color: #b73e45 ;
}
}

@media only screen and (max-width: 767px){
    .listagem .listagem-linha li {
        max-width: 100vw;
}}
