.eshop-item-small__custom-fields {
	display: table;
	width: 100%;
}

.eshop-item-detailed__custom-field-name,
.eshop-item-detailed__custom-field-value {
	display: table-cell;
	border-bottom: 2px dotted #ccc;
	font-size: 16px;
}

.eshop-item-detailed__custom-field-name {
	font-weight: bold;
}

.eshop-item-detailed__custom-field-value {
	text-align:right;
}