@font-face {
  font-family: fontregular;
  src: url(/wine/assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: fontlight;
    src: url(/wine/assets/fonts/Montserrat-Light.ttf);
}
  
html, body {height:100%;}
body  {margin: 0px 0px 0px 0px;}

#ww {
	padding-top: 70px;
	padding-bottom: 10px;
    width: 100%;
    background-color: #ea1414;
    display: flex;
    align-items: center;
}
 
.padre {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.responsivo {
    margin-top: 5px;
    margin-left: 0.75%;
    float: left;
    width: 23.5%;
    height: 60%;
    border: 1px solid #ccc;
    border-radius: 5%;
    overflow: hidden;
}
div.uva {
    padding: 10px;
    text-align: center;
    height: 50px;
}
div.price {
    padding: 4px;
    color: #f10808;
    margin: 0;
    text-align: right;
}
div.pricecc {
    padding: 4px;
    color: #f10808;
    margin: 0;
    text-align: center;
}
p.price {
    font-family: verdana;
    font-size: 14px;
    margin: 0;
}
div.nome { /* contiene nome vino */
    text-align: center;
    color: #000;
}
div.truncate { /* contiene nome vino */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-align: center;
}
p.vino, p.dettaglio {
    font-family: fontregular;
    text-transform:uppercase;
    font-weight: bolder;
    margin: 0;
}
p.uvaggio {
    font-family: fontregular;
    font-weight: normal;
    color: #262626;
    margin: 0;
}
p.cantina {
    font-family: verdana;
    margin: 0;
}
p.zona {
    font-family: verdana;
    font-weight: normal;
    margin: 0;
}
img {
    display: block;
    margin: 0 auto;
}
img.up {
    width: 50px;
    height: 50px;
}
img.home {
    /* Centra verticalmente e orizzontalmente */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ricerca {
    width: 100%;
    height: 15px;
    background-color: #000;
    float: left;
}
p.ricerca {font-size: 10px;color: #ccc;line-height: 16px;text-align: center;}
.ricerca1 {
    width: 31%;
    float: left;
}
.ricerca2 {
    width: 49%;
    float: left;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
