/* ====================================
   WooCommerce Gift Progress Bar
   ==================================== */
.shoptimizer-mini-cart-wrap .wgb-rule-title{
	font-size:14px !important;
}
.shoptimizer-mini-cart-wrap .wgb-gift-progress-wrapper{
	margin-bottom: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #e2e2e2;
}
.shoptimizer-mini-cart-wrap .wgb-rule-message{
	font-size:12px;
}
.wgb-rule-progress {
	margin-bottom: 5px;
}

.wgb-rule-title{
	font-size: 16px;
	color: #2c3e50;
	font-weight: 600;
	text-align: center;
}

.wgb-progress-bar-container {
	background: #e0e0e0;
	height: 8px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.wgb-progress-bar-fill {
	background: linear-gradient(90deg, #c83d4e, #c83d4e);
	/* Or simpler: background: #c83d4e; */
	height: 100%;
	transition: width 0.3s ease;
}

.wgb-rule-message {
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	text-align: center
}

/* Optional: Add some polish */
.wgb-rule-message strong {
	color: #c83d4e;
	font-weight: 600;
}

@media(max-width:1025px){
	.wgb-rule-title {
		font-size: 16px !important;
		margin-bottom: 0 !important;
	}
}