

@font-face {
	font-family: 'icomoon';
	src:url('icon/icomoon.eot?z84bn8');
	src:url('icon/icomoon.eot?#iefixz84bn8') format('embedded-opentype'),
		url('icon/icomoon.woff?z84bn8') format('woff'),
		url('icon/icomoon.ttf?z84bn8') format('truetype'),
		url('icon/icomoon.svg?z84bn8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icones-"], [class*=" icones-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icones-banknote:before {
	content: "\e600";
}
.icones-users:before {
	content: "\e601";
}

.flash-success
{
	width:95%;
	height:15px;
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.flash-success a
{
	color:#264409;
}
.flash-error
{
	/*! width:95%; */
	/*! height:15px; */
	padding:.7em;
	margin-bottom:1em;
	border:2px solid #C00;
	background:#FEE;
	color:#264409;
	border-color:#C00;
}



/*===========inventory==========*/
.inventory{display: none;}
.show{display: block !important;}