@media (min-width: 768px) and (max-width: 1024px) {
	#cabecalho .row-fluid > .span3 {
		margin-left: 30px !important;
	}
	.menu-wrapper.span6.hidden-phone {
		margin-left: 0 !important;
	}
	.dropHelp > p {
		display: none !important;
	}
	#rodape .titulo::after {
		top: 18px !important;
		left: 200px !important;
	}
}

@media (max-width: 768px) {
	#listagemProdutos > ul li.listagem-linha ul li {
		height: 475px !important;
	}
}

.listagem .listagem-item .nome-produto {
	max-height: none !important;
	display: block !important;
}
