.opya-progress-bar {
    width: 100%;
    height: 14px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
}

.opya-progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #7ed957, #2e7d32);
    transition: width 0.4s ease;
}

.opya-free-shipping-message p {
    margin: 8px 0 0;
    font-size: 14px;
	text-align: left;
}
