/*** DESTAQUES HOMEPAGE ***/
.novidades_vs_promocoes {
	padding:20px;
}
.novidades_vs_promocoes > .novidades > .product > a > .info > span.custo,
.novidades_vs_promocoes > .promocoes > div > .product > a > .info > span.custo, 
.novidades_vs_promocoes > .novidades > .product > a > .info > span.titulo, 
.novidades_vs_promocoes > .promocoes > div > .product > a > .info > span.titulo{
	font-size:15px;
}
.novidades_vs_promocoes > .novidades > .product > a > .info > span.referencia,
.novidades_vs_promocoes > .promocoes > div > .product > a > .info > span.referencia {
	font-size:13px;
}
.novidades_vs_promocoes > .novidades {
	width:165px;
}
section.destaquesHomepage > .promocoes > div > .product {
    width: 31%;
}
section.destaquesHomepage > .novidades > .product, 
section.destaquesHomepage > .promocoes > div > .product{
	max-height: 520px;
}

section.destaquesHomepage > .novidades > .product > .img-wrap, 
section.destaquesHomepage > .promocoes > div > .product > .img-wrap{
	max-height: 163px;
}

section.destaquesHomepage.listaNovPromo > .promocoes > div > .product {
    width: 45%;
}

section.destaquesHomepage.listaNovPromo > .novidades {
    margin-right: 30px;
}

/*** PRODUTOS DETALHES ***/

section.containerSearch > .detalhes > .rightDetalhe > .compra > div.b_compra > form > .tabela_action > div{
    margin-left: 5px;
}

/*** FOOTER ***/

footer.footer > .wrapper > section.pagamentos{
	margin-top:0;
}

footer.footer > .wrapper > section.pagamentos > ul > li{
	margin-bottom: 10px;
}

footer.footer > .wrapper > section.pagamentos > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer.footer > .wrapper > section.pagamentos{
	max-width: 230px;
}

footer.footer > .wrapper > section.pagamentos > ul > li:not(:first-child) {
	margin-left: 0;
}