/* Combos */

.comboSectionRow, .sliderProductName, .qvProductGrouptitle {
	font-weight: var(--prices-font-weight);
	letter-spacing: var(--letter-spacing);
	margin-bottom: var(--specs-margin-bottom);
	font-size: var(--base-font-size);
	line-height: var(--base-line-height);
}

.specGroupSelect {
	font-family: var(--secondary-font-family);
	color: var(--base-aux);
}
.comboTitle span, .savingsBadge{
	font-family: var(--secondary-font-family);
}
.qvProductGrouptitle{
		margin-bottom: 0;
}
.qvProductGroupInfo{
	font-family: var(--secondary-font-family);
}
.qvProductGroupInfo{
line-height: 20px;
}

.priceContainer span{
	margin-right: 10px;
}

.quickViewComboPopupContainer .quickViewPopupTotalContainer, .quickViewComboPopupContainer .qvImage {
	height: auto !important;
}

.familySlide.comboOptionSelected
.productInfo{
	font-family: var(--secondary-font-family);
}
.yourSelection, .comboOptionPrices .prices{
		font-size: var(--base-font-size);
			line-height: var(--base-line-height);
}
