.flavolist-delivery-details {
	margin-top: 30px;
}

.flavolist-delivery-details .woocommerce-order-details__title {
	font-size: 18px;
	margin: 0 0 10px;
}

.flavolist-delivery-details table.shop_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e2e2e2;
	margin: 0 0 24px;
}

.flavolist-delivery-details table.shop_table th,
.flavolist-delivery-details table.shop_table td {
	padding: 10px 14px;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
	vertical-align: top;
}

.flavolist-delivery-details table.shop_table th {
	width: 200px;
	font-weight: 600;
	background: #f8f8f8;
}

.flavolist-delivery-details table.shop_table tbody tr:last-child th,
.flavolist-delivery-details table.shop_table tbody tr:last-child td {
	border-bottom: none;
}
