hr {
	margin: 40px 20px;
}

h4 {
	margin-bottom: 15px;
}

.counterRow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.counterColumn{

}

.inShoppingCart {
	color: #ccc;
	text-decoration: line-through;
}

.disabled {
	color: #ccc;
}

.padder {
	margin-top: 50px;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
}

.tooltipIndicator {
	border-bottom: 1px dashed #ccc;
}

.tooltipIndicator::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f059";
}