/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2025 | 18:03:24 */
/* Overlay نیمه شفاف */
.currency-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9998;
}

/* فعال کردن overlay */
.currency-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* پاپ‌آپ از پایین اسلاید می‌شود */
.currency-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    max-height: 60%;
    overflow-y: auto;
    font-family: sans-serif;
}

/* وقتی فعال شود از پایین بالا می‌آید */
.currency-popup.active {
    transform: translateY(0);
}

/* لیست ارزها داخل پاپ‌آپ */
.currency-popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.currency-popup li a {
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.currency-popup li a:hover {
    background: #f9f9f9;
}

/* هدر پاپ‌آپ */
.currency-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.currency-popup-header h3 {
    margin: 0;
    font-size: 18px;
}

.currency-popup-header .currency-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.kdev-currency-footer {
    display: none;
}
@media screen and (max-width: 996px) {
    html body footer .kdev-currency-footer {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 4rem;
    }
    .kdev-currency-footer  .tourmaster-currency-switcher{
        background: #fff;
        border-radius: 8px;
        padding: 16px 48px;
        margin: 0;
    }
    .traveltour-mobile-menu-right {
        display: flex;
        flex-direction: row-reverse;
        align-content: center;
        align-items: center;
        height: 34px;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .traveltour-mobile-menu-right .tourmaster-currency-switcher.mobile-currency-switcher {
        display: block;
        margin-bottom: 12px;
    }
}
header  div.traveltour-header-container.traveltour-container div.traveltour-navigation.traveltour-item-pdlr.clearfix div.traveltour-main-menu-right-wrap.clearfix {
    margin-top: 3px;
}