.adfeed-product-details {
	width: 100%;
}

.adfeed-product-details__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.adfeed-product-details__table,
.woocommerce .adfeed-product-details__table {
	width: calc(100% + 24px);
	margin: -10px 0 0 -12px;
	border: 0;
	border-collapse: separate;
	border-spacing: 12px 10px;
	background: transparent;
}

.adfeed-product-details__table th,
.adfeed-product-details__table td,
.woocommerce .adfeed-product-details__table th,
.woocommerce .adfeed-product-details__table td {
	width: 50%;
	padding: 14px 16px;
	border: 0 !important;
	background: #f5f5f5 !important;
	color: inherit;
	font-size: inherit;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
}

.adfeed-product-details__table th,
.woocommerce .adfeed-product-details__table th {
	font-weight: 700;
}

.adfeed-product-details__table td,
.woocommerce .adfeed-product-details__table td {
	font-weight: 600;
}

@media (max-width: 600px) {
	.adfeed-product-details__table,
	.woocommerce .adfeed-product-details__table {
		width: calc(100% + 12px);
		margin-left: -6px;
		border-spacing: 6px 8px;
	}

	.adfeed-product-details__table th,
	.adfeed-product-details__table td,
	.woocommerce .adfeed-product-details__table th,
	.woocommerce .adfeed-product-details__table td {
		padding: 11px 12px;
	}
}
