/* iPad Pro */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px)  {

}



/* iPads (landscape) orizzontale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : landscape) {

}



/* iPads (portrait) verticale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : portrait) {

}


/* mobile */
@media only screen and (max-width: 720px){

	label { padding-top:8px; display:block; }
	input, select { height: 45px; }
	input, textarea, select { border-radius:0; line-height:normal; padding:5px 10px; }
	form input.col, form input, form select { margin:0 0 10px 0; }
	form .row { margin-bottom:0px; }
	form .buttons { margin: 20px 0; }
	form .buttons .col { width: 49.2%;  }
	form .buttons .col:first-child { margin-left: 0; }
	form .buttons .col { display: block; float:left; margin: 0 0 0 1.6%; }
	form .privacy { margin:10px 0; }
	.filter { margin-bottom:40px; }
	.label { padding:0 0 10px 0; text-align:left; }
	.msg_error { margin: 20px 0; }

	.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px 20px; }
	.col.break, .break { margin-top:20px;}
	.item-row.break { margin-top:20px;}
	td { line-height: normal; }

	h1 { margin-bottom:20px; font-size:24px; line-height: 30px; }
	h2 { font-size:24px; }
	h2.section { margin:20px 0; font-size: 18px; font-weight:bold; }
	h3.section { margin:30px 0; font-size: 18px; font-weight:bold; }

	.iphone_hide { display:none; }
	.iphone_show, .header .menu li.iphone_show { display:block; }

	.wrapper { min-width:0px; width:100%; }
	.content { padding:20px; max-width:100%; }
	.content-large { width:100%; }
	

	.mt40 { margin-top:20px; }
	.mb40 { margin-bottom:20px; }

	.col { margin:0px; }
	.span_1_of_2 { width: 100%; }

	.span_1_of_3 { width: 100%; }
	.span_2_of_3 { width: 100%; }
	.span_3_of_3 { width: 100%; }

	.span_1_of_4 { width: 100%; }
	.span_2_of_4 { width: 100%; }
	.span_3_of_4 { width: 100%; }

	.span_1_of_5 { width: 100%; }
	.span_2_of_5 { width: 100%; }
	.span_3_of_5 { width: 100%; }
	.span_4_of_5 { width: 100%; }
	.span_5_of_5 { width: 100%; }

	.span_1_of_6 { width: 100%; }
	.span_2_of_6 { width: 100%; }
	.span_3_of_6 { width: 100%; }
	.span_4_of_6 { width: 100%; }
	.span_5_of_6 { width: 100%; }
	.span_6_of_6 { width: 100%; }

	.span_1_of_8 { width: 100%; }
	.span_2_of_8 { width: 100%; }
	.span_3_of_8 { width: 100%; }
	.span_4_of_8 { width: 100%; }
	.span_5_of_8 { width: 100%; }
	.span_6_of_8 { width: 100%; }
	.span_7_of_8 { width: 100%; }
	.span_8_of_8 { width: 100%; }

	.span_1_of_10 { width: 100%; }
	.span_2_of_10 { width: 100%; }
	.span_3_of_10 { width: 100%; }
	.span_4_of_10 { width: 100%; }
	.span_5_of_10 { width: 100%; }
	.span_6_of_10 { width: 100%; }
	.span_7_of_10 { width: 100%; }
	.span_8_of_10 { width: 100%; }
	.span_9_of_10 { width: 100%; }
	.span_10_of_10 { width: 100%; }
	
	form .grid-3 { display:block; }
	form .grid-2 { grid-template-columns:1fr 1fr;  }

	div.top { right:20px; bottom:20px; }
	#cart_mini { top:20px; right:20px; }
	#cart_mini .cart_mini { width:320px; z-index:22222; }
	
	#header.smaller { height:50px; }
	.header .logo { text-align:center;}
	.header .logo img { width:210px; height:auto; margin-top:70px; }
	.header { height:170px; }
	.header .content {  padding: 0 10px; }
	.header nav { display:none; position:fixed; top:0; bottom:0; left:0; right:0; background:#000; padding:100px 0; }
	.header .menu li { display:block; font-size:18px; padding:10px 0; }
	
	.header .lang { top:22px; left:20px; right:inherit; }
	.header .box-account { top:24px; right: 75px; }
	
	.footer .social li { margin:0 2px; }
	.footer .grid-5 { display:block; text-align: center; }
	.footer img { display:inline-block; }
	.footer div { padding:10px; }
	
	.grid-2 { display: grid; grid-template-columns:1fr; gap:20px; }
	.grid-3 { display: grid; grid-template-columns:1fr; gap:20px; }
	.grid-5 { display: grid; grid-template-columns:1fr 1fr; gap:20px; }
	.grid-6 { display: grid; grid-template-columns:1fr 1fr; gap:20px; }

	
	.grid .col { display: block; float:left; margin: 0 0 1.6% 1.6%; }
	.grid .col:first-child { margin-left: 0; }
	.grid .span_1_of_3:nth-child(n) { margin-left:1.6%; }
	.grid .span_1_of_4:nth-child(2n+1) { margin-left:0px; }
	.grid .span_1_of_3:nth-child(2n+1) { margin-left:0px; }
	.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
	.grid .span_1_of_3 { width: 49.2%; }
	.grid .span_1_of_2 { width: 49.2%; }
	.grid .span_1_of_4 { width: 49.2%; }

	.dashboard .sidemenu ul { display:grid; grid-template-columns:1fr; gap:20px; }
	
	.hamburger { display:block; z-index:1; padding:12px 10px; position:fixed; top:60px; right:20px; background:red; border-radius:200px; width:40px; height:40px; }
	.grid-spareparts { grid-template-columns: 1fr; gap:20px; }
	.grid-spareparts .item { font-size:16px; }
	.grid-spareparts .item li { padding: 4px 30px 5px 10px; }
	.list-products { grid-template-columns: 1fr 1fr; grid-gap: 10px; }
	.list-products .item { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto;  -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
	.list-products.small { grid-template-columns: 1fr 1fr; }
	.scheda, .account { display: block; gap:0; }
	
	.grid-omologazioni { grid-template-columns: 1fr 1fr; }
	.preview-explode { grid-template-columns:1fr; gap:20px;  }
	.preview-explode h3 { font-size:20px; line-height:20px; height:auto; min-height:60px; }
	.explode { display: block; }
	
	
}

@media only screen and (max-width: 400px){
	.iphone_hide { display:none; }
}
