.free-shipping-bar {
    background-color: #f2f2f2;
    color: #4caf50;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
font-weight:700;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.free-shipping-bar .progress-container {
    background-color: #ddd;
    border-radius: 5px;
    margin-top: 5px;
}
.free-shipping-bar .progress-bar {
    height: 10px;
    border-radius: 5px;
    background-color: #4caf50;
    width: 0;
    text-align: center;
    color: white;
}
body {
    padding-top: 45px; /* Adjust if necessary */
}
@media (max-width:768px){
	.free-shipping-bar {
    font-size: 14px;
	}
}