@media only screen and (max-width: 767px) {
	.produto .conteiner-imagem > div {
    	border: none;
	}
}

@media only screen and (max-width: 479px) {
	.listagem.com-caixa .listagem-item .imagem-produto {
	    border-bottom: none;
	}
}