.card {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  
  text-align: center;
  font-family: arial;
  position: relative;
  
}
.card h1
  {
    padding:9px;
  }
.common_section
{
  color: grey;
  display: inline;
}
.price {
  color: grey;
  font-size: 14px;
  display: inline-block;
}
.saleprice
{
  display: inline-block;
  font-size: 24px;
  color: black;
}
.description
{
  padding:20px;
}
.card .checkbutton {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 80%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}
.card img
{
  object-fit: cover;
  width:100%;
  height:150px;
  }
.thumbnail
{
  height: 150px;
  padding-bottom: 15%;
  overflow: hidden;
}
.shareitem
{
  position:absolute;
  top:0px;
  right:0px;
}