#top-menu li a {
  color:black ;
}
#main-header{
  background-color:white;
}

.ciao{
  height: 300px;
  background-color:blue;
}

.immagine-pagina{
  display: flex;
  justify-content: center;
  align-items: center;
}
.intestazione{
  padding-top:0px;
}

.titolo-pagina{
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  color: black;
  font-size: 28px;
  padding-top: 40px;
  padding-bottom: 24px;
  font-weight: bold;
}


.immagine-pagina{
  height:600px;
  width:100%;
  /* background-image: url('/wp-content/uploads/2019/06/disegno-legno.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  /*background-attachment: fixed;*/
}


.centrato{
  text-align:center;
}
.singolo-prodotto{
  min-height:60px;
  background-color:#f2f2f2;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  padding-left:30px;
}
.link-prodotto{
  height:60px;
  background-color:#ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  float:right;
}
.link-prodotto button{
  height: 100%;
  border:0px;
  background-color:unset;
}
.link-prodotto a{
  text-decoration:none;
}
.nome-prodotto{
  width:80%;
  color:#000;
  font-weight:600;
}
.icona{
  width:20%;
  display: flex;
  align-items: center;
  font-size:35px;
  font-weight:100;
  color:#7B7D7D;
}
/* .icona i{
  color:black;
  font-size:28px;
} */
.bottone-link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bottone-link i{
  font-size:28px;
  color:black;
  text-decoration:none;
}
.bottone-link i:hover{
  color:black;
  text-decoration:none;
}
.descrizione-sottocategoria{
  padding-top:40px;
  padding-bottom:60px;
}
.titolo-sottocategoria{
  padding-top:20px;
  padding-bottom:20px;
  font-size:30px;
  color:black;
  font-weight:bold;
}
.prodotti{
  padding-bottom:100px;
  padding-top:60px;
}
.specifiche{
  padding-bottom:20px;
  padding-left:15px;
}
.riga-prodotto{
  padding-bottom:5px;
}
.torna-indietro{
  padding-left:15px;
  color:black;
}
.torna-indietro a{
  color:black;
  text-decoration:none;
}
.torna-indietro a:hover{
  text-decoration:none;
  cursor:pointer;
  color:black;
}
.descrizione{
  padding-bottom:30px;
  padding-top:20px;
}
.caratteristiche{
  padding-bottom:20px;
}
.singolo-prodotto[aria-expanded="true"]{
  background-color:#9a303d;
}
  /* @media only screen and (max-width: 810px) {
    .nome-prodotto{
      font-size:12px;
    }

  } */
@media only screen and (max-width: 980px) {
  .immagine-pagina {
    height: 450px;
  }

}
@media only screen and (max-width: 425px) {
  .singolo-prodotto{
    padding-left:8px;
  }
  .nome-prodotto {
    font-size: 13px;
  }

}
@media only screen and (max-width: 375px) {
  .nome-prodotto {
    font-size: 12px;
  }

}
@media only screen and (max-width: 768px) {
.sezione-prodotti .container{
  width:100% !important;
}

}

#top-menu li.current-menu-ancestor>a {
  color:black;
}


.scritta-sostitutiva{
  width: 100%;
  text-align: center;
}
