/* TOP COLLECTION */
.top-collection {
    width: 100%;
    height: 200px;
    background-color: black;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    background-image: url("https://www.piccininiorologiai.it/wp-content/uploads/2021/01/homepage_quote_banner_img_1680x400.jpg");
    background-size: cover;
}
.top-collection h2 {
    color: white;
    font:revert;
}

.collezione-orologi {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    background-color: white;
}

.template-width {
    width: 25%;
}

.template-width a {
    text-decoration: none;
}

.template-standard {
    text-align: center;
}

.template-standard p {
    margin-top: 10px;
    /*color: grey;*/
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: normal;
    color:#2e2b36;
    font-weight: 700;

}
.template-standard p span.reference {
    color:darkred;
    font-size: 75%;
}

.template-standard:hover{
    background-color: #F0F0F6;
    cursor: pointer;
}

.img-orologio {
    width: 100%;
}

a h5 {
    color: black;
    font:revert;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
   .template-width {
       width: 50%;
   }
  }

  @media screen and (max-width: 500px) {
    .template-width {
        width: 100%;
    }
   }