.shop_item{
  display: inline-block;
  background: #000;
  color:#fff;
  padding: 5px;
  width:200px;
  font-size: 14px;
  margin: 10px;
}

.shop_item img{
  height:265px;
}

.shop_item:hover img{
  opacity: 0.7;
}
.shop_item .text{
  height: 50px;
}
