.bab-addons-wrapper {
	margin: 20px 0;
	border-top: 1px solid #e2e2e2;
	padding-top: 16px;
}

.bab-addon-group {
	margin-bottom: 18px;
}

.bab-group-title {
	font-weight: 600;
	margin: 0 0 4px;
	font-size: 15px;
}

.bab-required-indicator {
	color: #c0392b;
}

.bab-group-description,
.bab-group-hint {
	font-size: 13px;
	color: #666;
	margin: 0 0 8px;
}

.bab-addon-options {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bab-addon-option {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-weight: normal;
}

.bab-addon-option input[type="checkbox"]:disabled + .bab-addon-option-name {
	color: #aaa;
}

.bab-addon-option-name {
	flex: 0 0 auto;
}

.bab-addon-option-price {
	color: #777;
	font-size: 13px;
}

.bab-group-error {
	color: #c0392b;
	font-size: 13px;
	margin-top: 4px;
}

.bab-group-has-error .bab-group-title {
	color: #c0392b;
}

.bab-total-line {
	font-weight: 600;
	font-size: 16px;
	margin-top: 16px;
	border-top: 1px solid #e2e2e2;
	padding-top: 12px;
}

/* Checkout: afhalen / bezorgen sectie */
.bab-delivery-section {
	margin-bottom: 24px;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	background: #fafafa;
}

.bab-delivery-section h3 {
	margin-top: 0;
}

.bab-delivery-options {
	display: flex;
	gap: 24px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.bab-delivery-option {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: normal;
	cursor: pointer;
}

.bab-postcode-feedback {
	font-size: 13px;
	margin-top: 6px;
}
