.ngb2b-price-block {
	padding: 15px 0;
}

.ngb2b-price-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ngb2b-price-list .ngb2b-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1rem;
}

.ngb2b-price-list .ngb2b-row:last-child {
	border-bottom: none;
}

.ngb2b-price-list .ngb2b-label {
	color: #555;
}

.ngb2b-price-list .ngb2b-value {
	font-weight: 600;
}

.ngb2b-price-list .ngb2b-suggested .ngb2b-value {
	color: #16a085;
}