.woocommerce-Price-amount.amount {
	white-space: nowrap;
}


/* Progress Bar */

#progress-container {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;

    border: 1px solid #eee;
    padding: 12px;
    border-radius: 15px;
}
#progress-container .progress-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#progress-container h3 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0;
}

.progress-header h3 a {
    color: inherit;
    text-decoration: none;
}

#progress-message {
    margin: 0;
    font-size: 12px;
    text-align: left;
    /* margin-top: 4px; */
    /* line-height: 1; */
    /* padding-bottom: 12px; */
}

#progress-message a {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap;
}

#progress-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    margin-top: 24px;
    margin-bottom: 8px;
    position: relative;
}
#progress-bar {
    position: relative;
    flex-grow: 1;
    height: 12px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: visible;
    margin: 0;
}
#progress {
    height: 100%;
    background-color: #4CAF50;
    transition: width 0.5s ease-in-out;
    border-radius: 10px;
}
#progress-container .node {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}
#progress-container .node.filled {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}
#progress-container .node .discount {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
#progress-container .node.filled .discount {
	color: #333;
}
#progress-container .node .checkmark {
    display: none;
}
#progress-container .node.filled .checkmark {
    display: block;
    font-size: 1.7em;
}


/* Checkout Fixes */

.cart_totals #progress-container {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
}

.woocommerce-cart-form #progress-container {
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.checkout-content #progress-container {
    border-bottom: 0;
    padding-bottom: 0;
    border-top: 1px solid #eee;
    padding-top: 12px;
}


/* Volume Discount */

.volume-discount-text {
	margin: auto; 
	max-width: 800px !important; 
	font-size: 1.5em; 
	color: #000; 
	text-align: center; 
	margin-top: 48px; 
	margin-bottom: 48px;
	font-weight: 500;
}

@media(max-width: 768px) {
	.volume-discount-text {
		font-size: 1em; 
	}
}

.volume-discount-content > p {
	text-align: center;
	max-width: 600px;
	margin: auto;
	margin-bottom:48px; 
	font-size: 12px;
}

.volume-discount-content {
	margin: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.volume-discount-content #progress-container {
	margin: 24px auto;
	max-width: 600px;
}

#volume-discount-details-modal .modal-panel {
    max-width: 750px;
    width: unset;
}
#volume-discount-details-modal .modal-content {
    padding-bottom: 0;
}

#volume-discount-details-modal h3 {
    margin-top: 30px;
    font-weight: 600;
}
#volume-discount-details-modal h4 {
    font-weight: 600;
    color: rgba(0,0,0,0.5);
}
#volume-discount-details-modal ul,
#volume-discount-details-modal ol {
    padding-left: 20px;
    margin-bottom: 24px;
}
#volume-discount-details-modal .discount-tier {
    background-color: #f0f0f0;
    border-left: 4px solid rgba(0,0,0,0.5);
    padding: 10px;
    margin-bottom: 10px;
}
#volume-discount-details-modal .discount-tier h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 600;
}
#volume-discount-details-modal .discount-tier ul {
    margin-bottom: 0;
}

#volume-discount-details-modal li {
	margin: 3px 0;
}

#volume-discount-details-modal-button {
	margin: 0;
    text-decoration: underline;
    display: inline-block;
    font-size: 12px;
    display: none;
}

span.volume-discounts-open-terms {
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
}

.product-name dt.variation-RacerBundle {
    display: none !important;
}

.product-name dd.variation-RacerBundle {
    margin: 0;
    position: relative;
    padding-left: 16px;
}

.checkout-content .product-name dd.variation-RacerBundle {
	margin-top: -10px !important;
}

.checkout-content .product-name dd.variation-RacerBundle p {
	display: none;
}

.product-name dd.variation-RacerBundle p {
    margin-bottom: 12px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    line-height: 1;
}

.product-name dd.variation-RacerBundle::before {
    content: '';
	background: #4CAF50;
    border-radius: 30px;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.checkout-content .product-name dd.variation-RacerBundle::before {
	margin: 6px;
}

.qualifying-item-message {
	border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.qualifying-item-message span {
	background: #4CAF50;
	height: 16px;
	width: 16px;
	border-radius: 18px;
	margin-right: 6px;
}

.qualifying-item-message h4 {
	margin: 0;
	margin-right: 6px;
	font-size: 1.3em;
	font-weight: 600;
}

.qualifying-item-message p {
    margin: 6px 0;
}

.qualifying-item-message a {
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 99px;
    display: block;
    margin-left: auto;
}

/*.add-and-save-cart-discount-tag {
	color: #000;
	margin-left: 20px;
}

.add-and-save-cart-discount-tag::before {
    content: '';
	background: #4CAF50;
    border-radius: 30px;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/



.product-name dd.variation-RacerBundle .inactive {
    position: relative;
}

.product-name dd.variation-RacerBundle .inactive::after {
    content: '';
    background: #e0e0e0;
    border-radius: 30px;
    height: 10px;
    width: 10px;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.product-name dd.variation-RacerBundle:has(.inactive)::before {
    display: none;
}

/* Hide inactive dots on checkout */
.checkout-content .product-name dd:has(span.inactive)::before {
    display: none;
}