
.nomeprodottocase {
  position: relative;
  width: 650px; 
  height:60px;
  
  margin-top:2px;
  background-color:#E6E6E6;
border-bottom:2px solid #D3D3D3;
border-left:2px solid #D3D3D3;
border-right:2px solid #D3D3D3;
border-top:2px solid #D3D3D3;
color:#007FFF;
 font-weight: bold;
 margin-bottom:2px;
 z-index:3;
}




.prodottocase {
  position: relative;
  width: 650px; 
  height:97px;
  
  margin-top:2px;
  
border-bottom:2px solid #D3D3D3;
border-left:2px solid #D3D3D3;
border-right:2px solid #D3D3D3;
border-top:2px solid #D3D3D3;
}


.immagineprodotto {
  position: absolute;
  top:3px;
  left:3px;
  width: 60px; 
  height:60px;


  
border-top:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
border-right:1px solid #D3D3D3;
border-left:1px solid #D3D3D3;

}

.codiceprodotto {
  position: absolute;
  top:68px;
  left:3px;
  width: 60px; 
  height:20px;
 color:#007FFF;
 font-weight: bold;
  
border-top:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
border-right:1px solid #D3D3D3;
border-left:1px solid #D3D3D3;

}

.marcaprodotto {
  position: absolute;
  top:3px;
  left:68px;
  width:450px; 
  height:20px;
  color:red;
 text-align: left;
 font-weight: bold;
  background-color:#E6E6E6;
border-top:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
border-right:1px solid #D3D3D3;
border-left:1px solid #D3D3D3;

}

.descrizioneprodotto {
  position: absolute;
  top:25px;
  left:68px;
  width:450px; 
  height:63px;
 text-align:left;

  
border-top:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
border-right:1px solid #D3D3D3;
border-left:1px solid #D3D3D3;

}

.prezzoprodotto {
  position: absolute;
  top:3px;
  right:3px;
  width:120px; 
  height:20px;
  background-color:#D8F781;
  font-weight: bold;
  color:red;
  border-top:1px solid #D3D3D3;
  border-bottom:1px solid #D3D3D3;
  border-right:1px solid #D3D3D3;
  border-left:1px solid #D3D3D3;
}

.prezzototaleprodotto {
  position: absolute;
  top:25px;
  right:3px;
  width:120px; 
  height:45px;
  font-size:25px;
  text-align:center;
  padding-top:20px;
  font-weight: bold;
  border-top:1px solid #D3D3D3;
  border-bottom:1px solid #D3D3D3;
  border-right:1px solid #D3D3D3;
  border-left:1px solid #D3D3D3;
}

