.productblock
{
   height: 230px;
}

p.original-price
{
  margin-top: 2px;
  margin-bottom: 0px;
  color: red;
  font-size: 14px;
  text-decoration: line-through ;
}

p.offer-price
{
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;

  color: green;
}