.product-item{
  //background: red;
  text-align: center;
  margin-bottom: 20px;
  //border-bottom: 1px solid red;
}

.product-item .product-item-title {
  //background: yellow;
  font-size: 20px;
  margin-bottom: 10px;
  padding:10px;
  border-bottom: 1px solid rgb(100,120,120);
}
.product-item-a
{
  border: 1px solid rgb(200,200,200);
  padding: 10px;
  margin: 10px;
  font-size: 15px;
  
}
.product-item-a a
{
  text-decoration: none;
  color: rgb(100,120,50);
}


.product-item-a:hover
{
  background-color: rgb(50,50,50);
  
}
.product-item-a a:hover
{
  text-decoration: none;
  color: rgb(100,120,50);
}