/*Navigation bar*/
#product_navigation{background:rgb(255,255,255);  background:rgba(255,255,255,0.4); width:100%; overflow:hidden; clear:left;}
#product_navigation > .container:first-child{border-top:1px solid #f2f2f2;  overflow:hidden; clear:left; position:relative; overflow:hidden;}
#product_navigation a{color:#1a1a1a; text-transform:lowercase;}

/*Nascondo sotto menu*/
#product_navigation #parent_cat{width:60%; font-size:14px;}
#product_navigation #sub_cat {width:65%; margin-left:33.3333%;font-size:14px;}
#product_navigation #product {width:49%; margin-left:50%;font-size:14px;}
#product_navigation #parent_cat li{width:33.3333%;}
#product_navigation #sub_cat li{width:50%;}
#product_navigation #product li{width:100%;}
#product_navigation ul{border-left:1px solid #f2f2f2; display:block; position:absolute; top:0; padding:0;}
#product_navigation ul li{
	padding: 5px 0 5px 1%; 
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
	}	
#product_navigation ul li:hover{
	background:rgb(230,230,230);
	background:rgba(230,230,230,0.4);
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
	}
#product_navigation ul li:active{
	background:#505050;
	-webkit-transition:background 0.4s;
	-moz-transition:background 0.4s;
	-o-transition:background 0.4s;
	transition:background 0.4s;
	}
	
#product_navigation #parent_cat ul{ list-style-type:none; }
#product_navigation #parent_cat ul li{display:none; font-weight:normal;}
#product_navigation #parent_cat ul ul{}

.VmOpen{display:block !important;} 
.vmselected{background:black; !important;}
.VmOpen.vmselected > a{color:white !important;}
#product_navigation ul li.vmselected:hover{background:black; !important;}
.vmselected:hover > a{color:white; !important;}


/*stile pulsante Slide up/down*/
.relative{position:relative;}
#slide_up, #slide_down{float:right; width:30px; height:30px;}
#slide_up{background:url(../images/arrow_up.png) no-repeat;}
#slide_down{bottom:-30px;background:url(../images/arrow_down.png) no-repeat; }

/*affianto i pulsanti download PDF e chiedi un informazione*/
.download-datasheet,.download-datasheet-non-registered{margin-left:1%;}
.download-datasheet,.download-datasheet-non-registered, .ask-a-question{float:left;}

/*Ricerca*/
#search{float:left; width:30%;margin-top:10px; padding-bottom:10px;}
#search input.inputbox{padding:0 0 0 5px !important; margin-right:3px; border:none; border-bottom:1px solid #ccc; background:none; width:150px;}
#search input.inputbox:focus,#search input.inputbox:active{background:none}
#search .search{text-align:left;}
.search .button{margin-left:0 !important; background: url('../images/lens.png') no-repeat; margin:0;width:16px; height:16px;}
.search .button:hover{background:url('../images/lens.png') no-repeat !important;}

.width33{width:31% !important; padding:0 1%;}

.browse-view{position: relative;}
.browse-view a{text-decoration:none; font-style:normal !important;}
.browse-view a:hover{text-decoration:none;}
.browse-view .product h2, .category-view .category h2{font-size:1.5em;  border-bottom:1px solid #a4a4a4; padding:5px 0 !important; margin-top:10px; text-transform:lowercase;}
.browse-view h2:hover{color:black;}
.browse-view h2:hover a{color:black; }
.browse-view .product {margin-bottom:50px; height:384px; position:relative;}
.browse-view .product h2{bottom:0;position:absolute; display:blocK; width:90%; padding:0 5%;}
.browse-view .product img{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out; position: absolute; bottom:40px; left:0; right:0; margin:auto;display:block;}
.browse-view:hover .product:not(:hover) img{-webkit-filter:grayscale(75%) brightness(1.1); -moz-filter:grayscale(75%) brightness(1.1); -o-filter:grayscale(75%) brightness(1.1);
-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out; }

.browse-view .product a{display: block;}
.browse-view .product a img{max-height: 100%;max-width: 100%;}

/*Stile visualizzazione categorie*/
.category-view{position: relative;overflow:hidden;}
.category-view a{text-decoration:none; font-style:normal !important;}
.category-view a:hover{text-decoration:none;}
.category .spacer{padding:0 2% !important; }
.row .category img{-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out; }
.row:hover .category:not(:hover) img{-webkit-filter:grayscale(75%) brightness(1.1); -moz-filter:grayscale(75%) brightness(1.1); -o-filter:grayscale(75%) brightness(1.1);
-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out; }
.category-view h2 {font-size:1.5em; display:block; padding:5px 0 !important; }
.category-view h2:hover { color:black; }
.category-view h2{font-size:1.5em;}
.category-view h2:hover{color:black;}

.category-view h2.second-level:hover{background:black; color:white;}

/*Stile per il dettaglio dei prodotti*/
.productdetails{overflow:hidden;}
.productdetails-view h1{font-size:22pt !important; margin-bottom:20px; }
.main-image{margin-top:20px;}
#sku{margin-bottom:10px;}

/*Stile prodotti correlati*/
.product-related-products{clear:left; width:67%; float:right; }
.product-field-display a img{height:150px;height: 150px;margin: auto;}
.product-field-display{float:left; overflow:hidden; margin-right:10px;text-align:center; padding:1%; width:20%;}
.product-field-display a {font-size:0px !important;}

@media screen and (max-width: 1200px) {	
	#product_navigation #parent_cat{width:75%;}
	#search{width:30%;}
	#slide_up, #slide_down{position:static; margin:auto; width:30px; height:30px;}
	.browse-view .width33{width:48%;}
}

@media screen and (max-width: 900px) {	
	#search{float:left; width:100%;}
	#search .search{text-align:center;}
	#product_navigation #parent_cat{width:100%;}
	#slide_up, #slide_down{width:30px; float:none; margin:auto; text-align:center;}
	#search{width:100%; float:none; clear:left;}
	
}

@media screen and (max-width: 700px) {
	.browse-view h2, .category-view h2 a{font-size:1.2em; color:black;}
	.productdetails h1{float:none; position:static !important; color:black; margin:auto !important; text-shadow:none; right:auto !important;}
	.productdetails .floatleft, .productdetails .floatright{float:none; cleat:left;}
	.productdetails .width30, .productdetails .width67{width:100%}
	.browse-view .product h2, .category-view .category h2{font-size:1em;  border-bottom:1px solid #a4a4a4; padding:5px 0 !important; margin-top:10px; text-transform:lowercase;}
	#search{}
	#slide_up{}

	.browse-view .width33{width:98%;}
	}
	

/* Hide category 33 in Ita */

.category-33:lang(it){display:none !important;}