@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 1px) and (max-width: 767px) {
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	.dettaglioProdotto .categoria_placeholder{
		width: 29%; 
	}
	
	.dettaglioProdotto .categorieContainer{
		width: 70%
	}
	
	
	.container .header_top ul.languages{
		margin-top: 20px;
	}
	
	.container .header_top ul.languages li a{
		font-size: 14px;
	}
	
	ul.nav{
		margin: 40px 0 0 40px
	}
	
	ul.nav li a{
		padding: 0 13px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
	
	
}
