/* here you can put your own css to customize and override the theme */
.filter_table_top_produtos{
	margin-bottom: 24px;
} 

.input-image-edit-desc{
	width: 85% !important;
	margin-left: 13px;
}

.warning-remove-cat{
	margin-top:10px;
}

#produto_pvps .input-large {
	max-width: 320px !important;
}

.logo_encomenda_print {
	width: 150px;
	display: none;
}

@media screen and (max-width: 1200px) {
	
	#produto_pvps .input-large {
		width: 100% !important;
	}
	
}

@media print {
	
	.logo_encomenda_print {
		display: block;
	}
	
}