#showmore-triger {
    text-align: center;
    padding: 10px;
    /*background: #a5a5a5;*/
}

/* Вывод товаров */
.prod-list {
    overflow: hidden;
    margin: 0 0 20px 0;
}
.prod-item {
    width: 174px;
    height: 250px;
    float: left;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.prod-item-img {
    max-width: 100%;
    max-height: 100%;

}

.prod-item-name {
    font-size: 13px;
    line-height: 16px;
}

.prod-list .prod-item:nth-child(3n) {
    margin-right: 0
}