.pro-img-details img{
  width:100%;
  display: inline-block;

}

.pro-img-list img{
  padding:5px;
  width:120px;
  height:100px;
}

.pro-price, .amount-old {
  font-size: 18px;
  padding: 0 10px;
}

.hprice {
  padding: 10px;
  border-style:solid;
}

.pop {

  width:100%;

}

.card{
  border-radius: 4px; 
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding-bottom: 10px;
  cursor: pointer;
}

.card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}