.bp-bundles-qty {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0 0 12px;
	max-width: 100%;
	color: #111;
}

.bp-bundles-qty__label {
	font-size: 13px;
	font-weight: 600;
	color: #111;
	white-space: nowrap;
}

.bp-bundles-qty__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.single-product .bp-bundles-qty a.bp-bundles-qty__chip,
.bp-bundles-qty a.bp-bundles-qty__chip,
.bp-bundles-qty a.add_to_cart_button.bp-bundles-qty__chip,
.bp-bundles-qty a.bp-bundles-qty__chip:hover,
.bp-bundles-qty a.bp-bundles-qty__chip:focus,
.bp-bundles-qty a.bp-bundles-qty__chip:active,
.bp-bundles-qty a.bp-bundles-qty__chip.added,
.bp-bundles-qty a.bp-bundles-qty__chip.loading {
	display: inline-flex !important;
	flex-direction: row;
	align-items: baseline;
	gap: 5px;
	margin: 0 !important;
	padding: 4px 11px !important;
	border: 1px solid #111 !important;
	border-radius: 999px !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #111 !important;
	line-height: 1.25 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	transition: background-color 0.15s ease, transform 0.15s ease !important;
}

.bp-bundles-qty a.bp-bundles-qty__chip:hover,
.bp-bundles-qty a.bp-bundles-qty__chip:focus {
	background: rgba(17, 17, 17, 0.07) !important;
	background-color: rgba(17, 17, 17, 0.07) !important;
	transform: translateY(-1px);
}

.bp-bundles-qty a.bp-bundles-qty__chip *,
.bp-bundles-qty a.bp-bundles-qty__chip .woocommerce-Price-amount,
.bp-bundles-qty a.bp-bundles-qty__chip .woocommerce-Price-currencySymbol,
.bp-bundles-qty a.bp-bundles-qty__chip del,
.bp-bundles-qty a.bp-bundles-qty__chip ins,
.bp-bundles-qty a.bp-bundles-qty__chip bdi {
	color: #111 !important;
	background: transparent !important;
}

.bp-bundles-qty__qty {
	font-weight: 700;
}

.bp-bundles-qty__price {
	font-weight: 500;
}
