.product {
    cursor: pointer;
}

.product div {
    height: 52px;
}

.product div:first-child {
    float: left;
}

.product div:nth-child(2) span {
    display: inline-block;
    line-height: 52px;
}

.product img {
    margin: 24px 25px 0 25px;
}

.product .list {
    display: none;
    padding-left: 54px;
}

.product:hover .list {
    display: block;
    line-height: 40px;
}
