.product {
    padding: 60px 0px 40px 40px;
    width: 337px;
    height: 440px;
    background: #fff;
    overflow: auto;
    float: left;
    margin-bottom: 5px;
}
.name {
    background: #000;
    border-radius: 8px;
    width: 337px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
}
.image {
    width: 200px;
    height: 200px;
    margin: 10px 0 0 55px;
}
.price {
    text-align: right;
    font-size: 22px;
}
.special {
    text-align: left;
    font-size: 22px;
}
.description {
    margin-top: 10px;
}