

.product-item{
  width: 223px;
  height: 320px;
  border: 1px solid #dadada;
  border-radius: 10px;
  margin-left: 15px;
  
}
.product-item:hover{
  color: #000;
}
/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
  margin: auto;
	min-width: 150px;
  min-height: 150px;
  margin-top: 10px;
}
.product-item-big-card{
  max-height: 335px;
}

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
  display: block;
  margin: auto;
} 

.product-item-title{
  margin-top: 10px;

  text-align: center;
  font-size: 13px;
  color: #0088cc;
  font-weight: bold;
  margin-right: 0; 
  padding: 0 10px;
  font-family: 'Arial', sans-serif;
}
.product-item-title a{
  color: #3463B3;
}
.product-item:hover a{
    color: #000;
}
.product-item:hover .anons{
    color: #000;
}
.product-item-title a:hover{
  text-decoration: underline;
}
.product-item-properties{
  text-align: justify;
  font-size: 12px;
  color: #808080;
  font-family: 'Arial', sans-serif;
  padding: 10px;
}
dt.hidden-xs{
  display: none;
}

.anons{
  width: 100%;
  padding: 10px;
  font-size: 12px;
  color: #808080;
  font-family: 'Arial', sans-serif;
  text-align: justify;
}

@media screen and (max-width: 490px){
    .product-item{
      margin-right: 15px;
      display: block;
  }
} 