
#letters_list_prodotti { 
	/* max-width: 860px; */
	/* padding: 0 30px; */
	margin: 0 auto;
	/* border: 1px solid #EDEDED;  */
	text-align: center;
}	
	#letters_list_prodotti > li { 
		margin: 30px 0; 
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
				box-sizing: border-box; 
		display: block;
		width: 100%;
	}

		/* #letters_list_prodotti > li:first-child { margin-top: 45px; } */
		#letters_list_prodotti > li:last-child { margin-bottom: 45px; }

		#letters_list_prodotti > li .lettername {
			margin-bottom: 13px;
			display: block;
			font-size: 23px;
			text-transform: uppercase;
			letter-spacing: 0;
			border-bottom: 3px solid;
			letter-spacing: -1px;
			line-height: 50px;
		}

		#letters_list_prodotti > li a { color: #443832; }
			#letters_list_prodotti > li a:hover { text-decoration: underline; }

		.logo-marchio{
			width: 100%;
		}


/* ######################################## */
#letters_list { 
	/* max-width: 860px; */
	padding: 0 30px;
	margin: 0 auto;
	/* border: 1px solid #EDEDED;  */
	text-align: center;
}	
	#letters_list > li { 
		margin: 30px 0; 
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box; 
	}

		#letters_list > li:first-child { margin-top: 45px; }
		#letters_list > li:last-child { margin-bottom: 45px; }

		#letters_list > li .lettername {
			margin-bottom: 13px;
			display: block;
			font-size: 40px;
			font-weight: 600;
		}

		#letters_list > li a { color: #443832; }
			#letters_list > li a:hover { text-decoration: underline; }



/* ######################################## */
		.brands_list{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.brands_list li{
			border: 1px solid #cccccc;
			flex-basis: 30%;
			margin-bottom: 30px;

		}
		.brands_list li a img{
			max-width: 300px;
			border: 8px solid #fff;
			display:block;
		}

		.brands_list_container {
			position: relative;			
		 }
	  
		.brands_list_text {
			position: absolute;
			bottom: 20px;
			left: 16px;
			color: white;
			text-transform: uppercase;
			font-size: 30px;

		}

/* dettaglio marchio*/

.content_title { text-align: center; }
	.content_title img { max-width: 100%; }
#brand_slideshow { padding-top: 67.77%; }


#downloads {
	padding-top: 35px;
	clear: both;
}

	#downloads li { margin-bottom: 30px; }
		#downloads li a {
			line-height: 1.2;
			padding: 38px 22px 22px 22px;
			border: 1px solid #C6C6C6;
			display: block;
			font-size: 26px;
			font-weight: 300;
			text-align: center;
			text-transform: uppercase;
			color: #443832;
		}

			.no-touch #downloads li a:hover { color: #C6C6C6; }
			
			#downloads li a.document:after { 
				content: url(/img/ico_docs_download.svg); 
				display: block;
				margin: 18px auto 0 auto;
			}
			.no-svg #downloads li a.document:after { content: url(/img/svg_fallback/ico_docs_download.svg); }

/*=== DETTAGLIO - ELENCO PRODOTTI ===*/
.product_category_content {padding-bottom: 0;}
/*===// DETTAGLIO - ELENCO PRODOTTI ===*/

.slideshow_container { 
	margin: 0 0 30px 0;
}


@media only screen and (min-width: 600px){


	#letters_list_prodotti > li {
		/* width: 50%; */
		/* margin-top: 45px; */
		margin-bottom: 45px;
		/* padding: 0 30px; */
		float: left;
		text-align: left;
	}
	#letters_list > li {
		width: 50%;
		margin-top: 45px;
		margin-bottom: 45px;
		padding: 0 30px;
		float: left;
		text-align: center;
	}

		#letters_list > li:nth-child(odd) { clear: both; } 
		#letters_list_prodotti > li:nth-child(odd) { clear: both; } 

	#downloads { margin-left: -30px;}
		#downloads li { 
			width: 45%;
			width: calc(50% - 30px);
			margin-left: 30px;
		}

		.brands_list {
			justify-content: center;
		}

}

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

	#downloads li { width: 220px; }
	.brands_list {
		justify-content: space-between;
	}
}

@media only screen and (min-width: 980px){

	/* #letters_list { padding: 15px 50px } */
	#letters_list_prodotti { padding: 15px 50px }
	#letters_list_prodotti > li {
		/* width: 33.33%; */
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#letters_list > li {
		width: 33%;
		margin-top: 50px;
		margin-bottom: 50px;
	}

		/* #letters_list > li:first-child { margin-top: 50px; } */
		#letters_list_prodotti > li:last-child { margin-bottom: 50px; }
		#letters_list_prodotti > li:nth-child(odd) { clear: none; } 
		#letters_list_prodotti > li:nth-child(3n+1) { clear: both; } 

		#letters_list > li:last-child { margin-bottom: 50px; }
		#letters_list > li:nth-child(odd) { clear: none; } 
		#letters_list > li:nth-child(3n+1) { clear: both; } 


	.content_title { text-align: left; }

	.slideshow_container { 
		width: 45%;
		/* float: left; */
		margin-right: 30px;
		display: inline-block;
	}

	.description_marchio{
		width: 45%;
		display: inline-block;
		vertical-align: top;
	}

	.description_container { 
		margin-top: 0; 
		margin-right: 485px; 
	}

	#downloads { margin-right: 0;}
	.brands_list {
		justify-content: space-between;
	}
}
@media only screen and (min-width: 1200px){
	#letters_list > li {
		width: 25%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
		#letters_list > li:last-child { margin-bottom: 50px; }
		#letters_list > li:nth-child(odd) { clear: none; } 
		#letters_list > li:nth-child(3n+1) { clear: unset; } 
		#letters_list > li:nth-child(4n+1) { clear: both; } 
}


@media (min-width: 1024px) {
    
    /*=== DETTAGLIO - ELENCO PRODOTTI === */
    .pcc_product_grid {width: 100%;}
    
    .pcc_toolbar {width: 100%;}

    #pcc_pager_bottom {width: 100%;}
    /*=== // DETTAGLIO - ELENCO PRODOTTI === */
	.brands_list {
		justify-content: space-between;
	}

}