.product-list-item {
    overflow: hidden;
    margin-bottom: 60px;
}

.product-list-content {
    width: 350px;
    float: left;
}

.product-list-thumbnail {
    float: right;
}

.product-list-title {
    margin-bottom: 10px;
}

.product-list-title a {
    font-size: 20px;
    color: rgb(241, 58, 58);
}

.product-list-description {
    font-size: 14px;
    color: rgb(98, 98, 98);
    line-height: 2;
}
