.product-list-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.product-list-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    border: 1px solid #d9e4e0;
    background: #fff;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 1.35;
}

.product-list-table th,
.product-list-table td {
    padding: 7px 10px;
    border: 1px solid #d9e4e0;
    text-align: center;
    vertical-align: middle;
}

.product-list-table th {
    background: #f0f7f5;
    color: #356056;
    font-weight: 600;
}

.product-list-table th:nth-child(1),
.product-list-table td:nth-child(1) { width: 15%; }
.product-list-table th:nth-child(2),
.product-list-table td:nth-child(2) { width: 53%; }
.product-list-table th:nth-child(3),
.product-list-table td:nth-child(3) { width: 16%; }
.product-list-table th:nth-child(4),
.product-list-table td:nth-child(4) { width: 16%; white-space: nowrap; }

.product-list-table tbody tr:nth-child(even) { background: #fbfdfc; }
.product-list-table tbody tr:hover { background: #f1fbf8; }

.product-list-table a {
    color: #00a87d;
    text-decoration: none;
}

.product-list-table a:hover {
    color: #008d69;
    text-decoration: underline;
}

.product-list-table__price a {
    color: #e66d3d;
}

@media screen and (max-width: 760px) {
    .product-list-table th,
    .product-list-table td { padding: 6px 8px; }
}
