.table.table-striped tbody tr:nth-child(odd) {
	background-color: var(--footer-background-color);
}

.product-block-list__item--information .table tbody tr:first-child {
	border-top: none;
}

@media screen and (max-width: 749px) {
	.product-block-list__item--information .table {
		margin-left: 0;
	}

	.product-block-list__item--information .table th:first-child {
		padding-left: 10px;
	}

	.product-block-list__item--information .table td,
	.product-block-list__item--information .table th {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}