.myProduct{text-align:center; padding:2px; border-radius:5px; box-shadow: inset 0 0 2px #2FB34A; min-height:270px; cursor:pointer; /* background-color: #f4f4f4; */ }
.myProduct:hover{background-color: #f4f4f4; }
.myProduct .image{ min-height:200px; max-height: 200px }
.myProduct img{ max-height: 200px; padding:5px }
.myProduct .name{ font-size:18px; font-weight: 400; color:#000; padding:5px 0 0 0; vertical-align: middle; min-height:60px; }