/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

img{
	width: 100%;
	height: auto;
	max-width: 100% !important;
	max-height: 100% !important;
}

.font-small{
	font-size: small;
}




/* - PEDIDO*/
@media (max-width: 600px) {
	.pedido-itens{
		font-size: 13px;
	}
}
@media (max-width: 992px) {
	.pedido-itens{
		font-size: 10px;
	}
}