.free-shipping-progress {
margin: 20px 0;
padding: 15px;
background: #fff; text-align: center;
border-radius: 8px; } .progress-bar-wrapper {
width: 100%;
background: #f1f1f1;
border-radius: 50px;
overflow: hidden;
height: 8px;
margin-bottom: 15px;
} .progress-bar {
height: 100%; background: linear-gradient(90deg, #FFD600, #D4AF37);
width: 0; transition: width 0.5s ease-in-out;
border-radius: 50px 0 0 50px;
} .progress-text { color: #333333; font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
.shipping-progress-section-cls{
align-items: center;
gap: 10px;
display: flex;
margin-bottom: 20px;
}