/*
Theme Name: Flatsome Child
Description: این قالب نسخه چایلد از قالب فلتسام می باشد. توجه داشته باشید این نسخه از قالب به ندرت آپدیت می شود و بر روی سایت تان تنها کافی است نسخه اصلی قالب را بروزرسانی کنید.
Author: ایران فلتسام
Theme URI: http://flatsomee.ir/
Author URI: http://flatsomee.ir/
Template: flatsome
Version: 3.19
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.cvh-free-shipping-bar {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    direction: rtl;
    text-align: center;
}

.cvh-shipping-message {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 12px;
}

.cvh-shipping-message.success {
    color: #22863a;
    font-size: 16px;
}

.cvh-progress-wrapper {
    background: #e2e8f0;
    border-radius: 50px;
    height: 14px;
    overflow: hidden;
    position: relative;
}

.cvh-progress-fill {
    background: linear-gradient(90deg, #48bb78, #38a169);
    height: 100%;
    border-radius: 50px;
    transition: width 0.6s ease;
    position: relative;
}

/* انیمیشن درخشش */
.cvh-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.cvh-progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    color: #718096;
}

/* وقتی کامل شد رنگ طلایی */
.cvh-shipping-message.success + .cvh-progress-wrapper .cvh-progress-fill {
    background: linear-gradient(90deg, #f6ad55, #ed8936);
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}