/* CSS Document */
/*#contenitoresottomenu{
  background: #ffffff;
  height: 5vh;
  position: fixed;
  text-align: center;
  z-index: 1500;
}*/
#contenitoresottomenu{
  width:100%;
  background: #ffffff;
  height: 5vh;
  position: fixed;
  text-align: center;
  z-index: 1500;
}


#contenitore-catalogo .titolo {    
    margin-top: 0px;
    padding-top: 80px;
    margin-bottom: 50px;
}

.menu-soluzioni-container {
    /*text-align: center;
    margin-top: 50px; */
    /*margin-left: 40px;
    margin-right: 40px; */
    /*width:100%;
    padding-bottom: 20px;
    border-bottom: 1px dotted #000000;*/
}
/*
nav.sottomenu{
  background: rgba(240, 240, 240, 1);
}

ul#menu-soluzioni{
  width: calc(100vw - 80px);
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  border-image: url(../img/filetto-puntini.png) 142 0 round;
  border-style: solid;
  border-width: 0px 0 1px 0;
  border-image-width: 0px 0 1px 0;   
}
*/

nav.sottomenu{
  padding-left:40px;
  padding-right:40px;
  background: rgba(240, 240, 240, 1);
  border-image: url("../img/filetto-puntini.png") 142 0 142 0 / 0 0 1px 0 round round;
  border-style: solid;
  border-width: 0 0 1px 0;
}

ul#menu-soluzioni{
  width: calc(100vw - 80px);
  display: table;
  table-layout: fixed;
  margin: 0 auto;  
}

ul#menu-soluzioni li{
  display: table-cell;
}

#menu-soluzioni li:first-child{
  /*margin-left: 0;*/
  padding-right: 0px;
  text-align: center;
  padding-bottom: 10px;  
}

ul#menu-soluzioni li:last-child{
  padding-left: 0px;
  /*padding-right: 40px;*/
  text-align: center;
}

#contenitore-catalogo {
    margin-bottom: 50px;
}

#contenitore-catalogo nav {
    line-height: 2;
}

#menu-soluzioni {
    margin-left: -40px;
}

#testogenerale{
    width: 70%;
    margin: 30px auto;
}
.titolotestogenerale{
    font-size: 19px;
    line-height: 22px;
    border-image: url(../img/filetto-puntini.png) 142 0 round;
    border-style: solid;
    border-width: 0px 0 1px 0;
    border-image-width: 0px 0 1px 0;  
}

#testogenerale p{
    font-size: 18px;
    line-height: 22px; 
}

.filtro {
    display: inline-block;
    font-size: 19px;
    /*margin-right: 3%;*/
    vertical-align: top;    
    height: 20px;
}
.filtro-chiaviusb{
    width: 30%;
    margin:0 0 0 1%;
    text-align: left;
    float:left;
}
.filtro-maikiidea{
    width: 38%;
    margin:0;
    text-align: center;
}
.filtro-powerbank{
    width: 30%;
    margin:0 1% 0 0;
    text-align: right;
    float:right;
}
.page-template-soluzioni-php #filtri-catalogo,
.page-template-accessori-php #filtri-catalogo{
    border-image: url(../img/filetto-puntini.png) 142 0 round;
    border-style: solid;
    border-width: 0px 0 1px 0;
    border-image-width: 0px 0 1px 0;
    margin-bottom: 20px;
}
.checkbox-filtro-soluzioni {
height: 15px;
display: inline-block;
cursor:pointer;
}

.prodotto{
  cursor: pointer;
}

.page-template-caricamento_dati-php .prodotto,
.page-template-stampa-php .prodotto{
  text-align: center;
  height: 200px;
  width: 200px;
}

.page-template-caricamento_dati-php .prodotto img{
  margin-top: 25px;
}

.page-template-stampa-php .prodotto img{
	margin-top: 0px;
}

.descrizione-prodotto,
.descrizione-dimensioni{
  display:none;
}

.prezzo-a-partire-soluzioni {
position: absolute;
top: 5px;
width: 100%;
text-align: center;
line-height: 18px;
display: inline;
margin-left: auto;
font-size: 15px;
letter-spacing: 0;
display:none;
}

.vedi-prodotto-soluzioni {
position: relative;
bottom: 40px;
font-size: 13px;
border: 1px solid black;
padding: 9px;
margin: 0 auto;
display:none;
width: 100px;
}
.page-template-caricamento_dati-php .vedi-prodotto-soluzioni,
.page-template-stampa-php .vedi-prodotto-soluzioni {
position: relative;
bottom: 0px;
font-size: 13px;
border: 1px solid black;
padding: 9px;
margin: 0 auto;
display:none;
width: 100px;
}


.prodotto:hover .prezzo-a-partire-soluzioni,
.prodotto:hover .vedi-prodotto-soluzioni {display:block;} 
.subtitle {
font-size: 13px;
line-height: 15px;
margin-top:10px;
margin-left:29px;
}

.prodotto.imgpiccola{
  height:200px;
  width:200px;
  text-align: center;  
}
.prodotto.imgpiccola img{
  height:180px;
  width:180px;
  padding-top: 10px;  
}

.prodotto.imggrande{
  height:410px;
  width:410px;
  text-align: center;  
}
.prodotto.imggrande img{
  height:380px;
  width:380px;
  padding-top: 15px;  
}


div#prodottoaccessorio {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    height: 100%;
    left: 0;
    position: fixed;
    top: 61px;
    width: 70%;
    padding: 0 15%;
    font-size: 30px;
    line-height: 33px;
}
#prodottoaccessorio {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
    z-index: -10;
}

#prodottoaccessorio.attivo {
opacity: 1;
display: block;
z-index: 10000;
}

/*#prodottoaccessorio.attivo {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    z-index: 9999;
} */

#imgprodottoaccessorio{
  /*width:400px;*/
  float:left;
  /*margin-left:40px;
  margin-right:40px; */
}

#imgprodottoaccessorio p{
  float:left;
  margin-top:150px;
}

#imgprodottoaccessorio img{
  float:left;
  margin-right:40px;
}

#testoprodottoaccessorio{
  float:left;
  margin-right:40px;
}
.titoloaccessorio,.testoaccessorio{}
.titoloaccessorio{
  border-image: url(../img/filetto-puntini.png) 142 0 round;
  border-style: solid;
  border-width: 0px 0 1px 0;
  border-image-width: 0px 0 1px 0;
}

/*#prodottoaccessorioclose{
    position: relative;
    top: 5px;
    right: 5px;
    text-align:right;
    z-index:50;
    cursor: pointer;
    font-size: 15px;
    line-height: 19px;
} */

.chiudefascia{
  height: 50px;
}

/********************************************************************/
/************************* media query ******************************/
/********************************************************************/

@media screen and (max-width: 850px) {
  
  div#prodottoaccessorio {
    font-size: 22px;
    line-height: 25px;
    height: 100%;    
    position: fixed;
    top: 61px;
}

  #imgprodottoaccessorio p{
  float:left;
  margin-top:50px;
  }
  
}


@media screen and (max-width: 600px) {
  #contenitore-catalogo .titolo {display:none;}
  
  #contenitore-catalogo{
    margin-top: 58px;
  }
  
/*  #contenitoresottomenu{
  display:none;
  }*/
  
  div#prodottoaccessorio {
    font-size: 15px;
    line-height: 19px;
    height: 100%;    
    position: fixed;
    top: 58px;
  }
  
  #imgprodottoaccessorio p{
    float:left;
    margin-top:25px;
  }
  
  #immagineaccessorio{
    width: 200px;
    height: 100px;
  }
      
  ul#menu-soluzioni{
  width: calc(100vw - 58px);
  }
    
  .menu-soluzioni-container {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 0px dotted #000000;
  }
  
  ul#menu-soluzioni li a,
  div.checkbox-filtro-soluzioni{
    font-size: 15px;
    line-height: 16px; 
  }
  
  #testogenerale{
    padding-top: 80px;
  }
    
	
  div#testogenerale {
      padding-top: 30px;
      width: 100%;
      margin: 0;
      font-size: 20px !important;
      line-height: 24px;
  }

  #testogenerale p {
      font-size: 20px !important;
      line-height: 24px !important;
  }

  span.titolotestogenerale {
      font-size: 20px !important;
      line-height: 24px !important;
  }

  .filtro {
      width: 33% !important;
      margin-top: 0;
      float: left;
      font-size: 20px !important;
  
      margin-right: 0 !important;
}

  .checkbox-filtro-soluzioni {
      font-size: 20px !important;
      margin-top: 20px;
      margin-bottom: 20px !important;
  }

  div#grid-content {
      margin-top: 50px;
  }

  img#immagineaccessorio {
      float: none !important;
      margin-right: 0 !important;
      width: 100% !important;
      height: auto !important;
  }

  span.titoloaccessorio {
      font-size: 20px !important;
  }

  span.testoaccessorio {
      font-size: 20px !important;
      line-height: 24px;
  }

  span.testodimensioni {
      font-size: 20px !important;
      margin-top: 10px;
      display: block;
      line-height: 24px;
  }

  div#prodottoaccessorio {
      padding: 0 5% !important;
      width: 90% !important;
  }
  .prodotto {
    height: auto !important;
  }
}

