/* Shared quantity offers for product and single-checkout pages. */
	.single-checkout-wholesale{width:100%;margin:12px 0 18px;border:1px solid #f1cec4;border-radius:14px;background:#fff8f4;overflow:hidden;}
	.single-checkout-wholesale__heading{display:flex;align-items:center;gap:8px;margin:0;padding:13px 16px;color:#85351f;font-size:15px;font-weight:700;line-height:1.4;}
	.single-checkout-wholesale__heading .fa{font-size:16px;}
	.single-checkout-wholesale__table{display:block;width:100%;margin:0;}
	.single-checkout-wholesale__table tbody{display:block;}
	.single-checkout-wholesale__table tr{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:16px;border-top:1px solid #f1ded5;}
	.single-checkout-wholesale__table td{display:block;padding:0;border:0;}
	.single-checkout-wholesale__quantity{flex:1 1 90px;color:#35302e;white-space:nowrap;}
	.single-checkout-wholesale__benefit{flex:1 1 164px;text-align:right;}
	.single-checkout-wholesale__label{display:block;margin-bottom:5px;color:#785f56;font-size:12px;font-weight:500;line-height:1.5;}
	.single-checkout-wholesale__count{font-size:24px;font-weight:750;line-height:1.3;font-variant-numeric:tabular-nums;}
	.single-checkout-wholesale__unit{margin-left:4px;font-size:13px;font-weight:500;}
	.single-checkout-wholesale__price{display:inline-block;color:#b33119;font-size:32px;font-weight:800;line-height:1.15;white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:0;}
	.single-checkout-wholesale__price .cube-money-affix{font-size:70% !important;}
	.single-checkout-wholesale__price .currencySymbol{margin-right:4px;}
	.single-checkout-wholesale__price .cube-money-integer{font-size:1em;}
	@media(max-width:374px){
		.single-checkout-wholesale__heading{padding:12px;}
		.single-checkout-wholesale__table tr{padding:12px;gap:10px;}
		.single-checkout-wholesale__benefit{flex-basis:150px;}
		.single-checkout-wholesale__price{font-size:28px;}
	}

.single-checkout-wholesale__note{display:block;margin-top:7px;color:#785f56;font-size:12px;font-weight:500;line-height:1.5;}
.single-checkout-wholesale__note .cube-money-affix{font-size:70% !important;}
