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


/*///////////////////// CATALOGO PRODOTTI /////////////////////////////*/

.ProductsMenu_Box{
    position: relative;
	left: +14px;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #DDDDDD;
	font-weight: 300;
	font-size: 1.3em;
	text-align: left;
	line-height: 45px;

}

.ProductsMenu_Pad{
    padding: 5px 20px 20px 20px;  
}


.ProductsSubMenu{
	display: none;
	color: #000000;
	font-weight: 300;
	font-size: 13px;
	text-align:left;
	line-height: 18px;

}



div#ProductsSearch_Box{
  width: 100%;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-color: #CCCCCC;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #CCCCCC;
  border-right-width: 1px;
  border-right-style: solid;
}

div#ProductsSearch_Pad{
    padding: 40px 0px 50px 30px;  
}


.OldPrice{
	text-decoration: line-through;
}

div#ProductDetail_Box{
   font-size: 1em;
   width: 100%;
   text-align: justify;
   margin-right: auto;
   margin-left: auto;
   
   border-bottom-color: #EAC73D;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-top-color: #EAC73D;
   border-top-style: solid;
   border-top-width: 1px;
   border-right-color: #EAC73D;
   border-right-style: double;
   border-right-width: 1px;
   border-left-color: #EAC73D;
   border-left-style: solid;
   border-left-width: 1px;
}

div#ProductDetail_Pad{
   padding: /*sopra=*/20px /*destra=*/20px /*sotto=*/20px /*sinistra=*/20px;
}


.HomeProductsLink {
	color: #1A6FA1;
	font-size: 18px;
	padding: 0px;
}

/******************************************************/
@media screen and (max-width: 767px) {
	div#ProductsMosaic_Box{
	  width: 100%;
	  vertical-align: top;
	}
	
	div#ProductsMosaic_Pad{
	  padding: 20px 20px 20px 0px;
	}
	
	
	.LogoMini{
	  display: none;
	}
	
	.BoxProduct{
	  padding: 20px;  
	  font-size: 1rem;
	  color: #777;
	  border: solid 1px #ccc;
	  border-radius: 15px;
	  min-height: 150px;
	}

}

.CorniceFotoMosaic {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border: #CCCCCC solid 1px;	  
	  border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
  }
@media screen and (min-width: 768px) {
	div#ProductsMosaic_Box{
	  width: 33%;
	  float: left;
	  vertical-align: top;	  
	}
	
	div#ProductsMosaic_Pad{
	  padding: 10px 10px 0px 0px;
	}
	
	.CorniceFotoMosaic {
	  width: 100%;
	  height: 320px;
	  overflow: hidden;
	  border: #CCCCCC solid 1px;	  
  	  border-radius: 10px;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	
	.ColonnaTesto{
	   width: 55%;
	   float:left;
	   line-height: 25px;
	}
		
	.ColonnaFoto{
	  width: 45%;
	  float:left;
	  padding: 20px;
	} 
	
	.LogoMini{
	  position:relative;
	  left: 85%;
	  top:430px;
	}
	
	.BoxProduct{
	  padding: 20px;  
	  font-size: 1rem;
	  color: #777;
	  border: solid 1px #ccc;
	  border-radius: 15px;
	  min-height: 150px;
	  position:relative;
	  top: -30px;
	}
	
}



@media screen and (max-width: 768px) {
  #HomePromozioni{
	  background-color: var(--secondary); 
	  padding: 3% 1%;
	  width:100%; 
  }
  #HomePromozioni h3{
	color: var(--secondary_c);
	font-size: 42px;
	padding: 50px;
  }
}

@media screen and (min-width: 769px) {
  #HomePromozioni{
	background-color: var(--secondary); 
	padding: 3% 1%;
	border-radius: 10px;
	width: 100%; 
  }
  #HomePromozioni h3{
	color: var(--secondary_c);
	font-size: 42px;
	padding: 50px;
  }
}


.TitleMosaic{
  font-size: 1rem;
  font-weight: bold;
  min-height: 65px;
  color: var(--secondary);
}

/*** BOTTONE CATALOGO *****/

@media screen and (max-width: 767px) {
	#Catalogo_box{
		display: flex; 
		justify-content: center; 
		height: 50px;
	}
    .CatalogoNavBar_box{
        display: none;
    } 
	.Catalogo_button{
		display: none;
	}
}
@media screen and (min-width: 768px) {
	
	#Catalogo_box{
		display: flex; 
		justify-content: flex-end; 
		height: 58px;	
		border: solid 1px var(--secondary);
		border-radius: 10px;
		margin-top: 10px;
		margin: 10px 1% 0px 1%;
		width: 98%;		
		box-shadow: 0 0 20px #CCC;
	}
	.Catalogo_button{
		background-color: var(--secondary);
		padding: 15px 25px;
	}
	.Catalogo_button a{
		color: var(--secondary_c);
	}
	.Catalogo_button:hover{
		background-color: var(--primary);
	}
	.Catalogo_button:hover a{
		color: var(--primary_c);
	}

	.CatalogoNavBar_box{
		position: fixed;
		top: 0px;
		left: 0;
		width: 28%;
		height: 100%;
		padding: 30px;
		text-align: left;
		background-color: var(--secondary);
		transition: 0.8s;
		transform: translateX(-100%);
		z-index: 1000;
	}

	.CatalogoNavBar_box h1{
		font-size: 1.5rem;
		color: var(--secondary_c);
		padding: 20px;
	}
	.CatalogoNavBar_box a{
		color: var(--secondary_c);
	}

	.showMenuHidden{
		transform: translateX(0);
	}
	.CatalogoNavBar_box input[type=text]{
		width: 70%;
	}
}