
.calcResult {
	display: block;
}

.calcResultRow {
	display: block;
	position: relative;
	padding-left: 85px;
}

.calcResultRow span {
	position: absolute;
	left: 0px;
	top: 0px;
}

.startCalcButton {
	margin-top: 15px;
}
.startCalcButton.calcDisabled {
	cursor: pointer;
	background-color: #999999;
}

.HdRentDeliverycalcWrapper .choices__list {
	list-style: none;
}
.HdRentDeliverycalcWrapper .choices__item {
  cursor: default;
}
.HdRentDeliverycalcWrapper .choices__item--selectable {
  cursor: pointer;
}
.HdRentDeliverycalcWrapper .choices__list--multiple .choices__item {
	vertical-align: middle;
	color: #fff;
	background-color: #999999;
	border: 1px solid #00a5bb;
	border-radius: 4px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 500;
}

.HdRentDeliverycalcWrapper .choices__button_joomla {
	color: inherit;
	text-indent: -9999px;
	cursor: pointer;
	opacity: .5;
	appearance: none;
	background: none;
	border: 0;
	padding: 0 10px;
	position: relative;
	margin-left: 5px;
}

.HdRentDeliverycalcWrapper .choices__button_joomla::before {
	text-align: center;
	text-indent: 0;
	content: "×";
	display: block;
	position: absolute;
	inset: 0;
}


