/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.anixhdr3_row, .logo{
		display:none;
	}

}

.logo a{
	font-size: 3em !important;
}
.logo p{
	font-size: 1.5em !important;
}

.tgju-copyright {
    width: 0 !important;
    font-size: 0px !important;
    display: none !important;
}

.header-bottom{
	padding:0 0 10px 0;
	
}
/* ---------- Features Row ---------- */

.anix_features_row{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    width:100%;
    gap:20px;
    direction:rtl;
}

.anix_features_col{
    flex:1 1 33.333%;
    display:flex;
}

.anix_features_box{

    width:100%;
    min-height:180px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    padding:20px 15px;
    box-sizing:border-box;

    text-align:center;
}

/* ---------- Icon ---------- */

.anix_features_icon{

    width:92px;
    height:92px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:35%;

    background:#ffffff;

    border:1px solid #e7edf8;

    box-shadow:
        0 8px 20px rgba(33,80,180,.08),
        inset 0 1px 0 rgba(255,255,255,.9);

    margin-bottom:14px;
}

.anix_features_icon i{

    font-size:42px;
    color:#2f6df6;
}

/* ---------- Title ---------- */

.anix_features_title{

    margin:0 0 10px;

    font-size:16px;
    font-weight:700;
    color:#111827;

    line-height:1.3;
}

/* ---------- Description ---------- */

.anix_features_desc{

    margin:0;

    font-size:14px;
    color:#6b7280;

    line-height:1.7;
}

/* ---------- Responsive ---------- */

@media (max-width:768px){

    .anix_features_row{
        flex-direction:column;
        gap:35px;
    }

    .anix_features_col{
        width:100%;
    }

    .anix_features_box{
        min-height:unset;
    }

    .anix_features_title{
        font-size:26px;
    }

    .anix_features_desc{
        font-size:17px;
    }

    .anix_features_icon{
        width:45px;
        height:45px;
    }

    .anix_features_icon i{
        font-size:36px;
    }

}


:root {
    --fs-color-success: #02AF76 !important;
}

/* ---------- Icon ---------- */

.anix_features_icon{

    width:60px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:35%;

    background:#ffffff;

    border:1px solid #e7edf8;

    box-shadow:
        0 8px 20px rgba(33,80,180,.08),
        inset 0 1px 0 rgba(255,255,255,.9);

    margin-bottom:22px;
}

/* تصویر آیکون */

.anix_features_icon img{

    width:30px;
    height:30px;

    display:block;
    object-fit:contain;
}


/* ---------------------- main-menu ----------------- */

/* ==========================================================
   AniXChange Header Menu
========================================================== */

/* Container */

.nav.nav-center {

    display: flex;
    align-items: center;
    gap: 14px;

}

/* Top Level */

.nav.nav-center > li {

    position: relative;
    margin: 0;

}

/* Main Link */

.nav.nav-center > li > a {

    display: flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    transition: all .25s ease;
}

/* Icon */

.nav.nav-center > li > a i {

    font-size: 16px;

    color: #0F766E;

    transition: .25s;

}

/* Hover */

.nav.nav-center > li:hover > a {

    border-bottom:2px;
    color: #0F766E;

}

/* Active */

.nav.nav-center > li.current-menu-item > a,
.nav.nav-center > li.current_page_item > a {
    color: #fff;
}

.nav.nav-center > li.current-menu-item > a i,
.nav.nav-center > li.current_page_item > a i {

    color: #fff;

}
.menu-item{
	clear: both;
	float: right;
}

/* ==========================================================
   User Dropdown
========================================================== */

.nav.nav-center .sub-menu {

    position: absolute;

    top: calc(100% + 10px);

    right: 0;

    min-width: 240px;

    padding: 10px 0;

    background: rgba(255,255,255,.96);

    backdrop-filter: blur(18px);

    -webkit-backdrop-filter: blur(18px);

    border: 1px solid #E2E8F0;

    border-radius: 18px;

    box-shadow: 0 20px 60px rgba(15,23,42,.12);

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: all .25s ease;

    z-index: 999;

}

/* Show Dropdown */

.nav.nav-center li:hover > .sub-menu {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}

/* Dropdown Items */

.nav.nav-center .sub-menu li {

    margin: 0;

}

/* Dropdown Links */

.nav.nav-center .sub-menu a {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 12px 18px;

    color: #334155;

    font-size: 14px;

    transition: .2s;

}

/* Hover */

.nav.nav-center .sub-menu a:hover {

    background: #F8FAFC;

    color: #0F766E;

    padding-right: 24px;

}

/* First Item */

.nav.nav-center .sub-menu li:first-child a {

    border-top-left-radius: 14px;

    border-top-right-radius: 14px;

}

/* Last Item */

.nav.nav-center .sub-menu li:last-child a {

    border-bottom-left-radius: 14px;

    border-bottom-right-radius: 14px;

}

/* ==========================================================
   User Avatar Icon
========================================================== */

.nav.nav-center > li > a .fa-user {

    width: 34px;

    height: 34px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #ECFDF5;

}

/* Active Avatar */

.nav.nav-center > li.current-menu-item > a .fa-user {

    background: rgba(255,255,255,.2);
	

}

/* ==========================================================
   Small Arrow
========================================================== */

.menu-item-has-children > a::after {
    width: 6px;

    height: 6px;

    margin-right: 6px;

    border-right: 2px solid currentColor;

    border-bottom: 2px solid currentColor;

    transform: rotate(45deg);

    transition: .2s;

}

.menu-item-has-children:hover > a::after {

    transform: rotate(225deg);

}

.menu-item--user-account{
	display: none !important;
}

/* ==========================================================
   Responsive
========================================================== */

@media (max-width:850px){

    .nav.nav-center{

        gap:8px;

    }

    .nav.nav-center>li>a{

        padding:0 14px;

        font-size:14px;

    }

}

/* ==========================================
   Active Menu Underline
========================================== */

/* لینک‌های منوی اصلی */
.nav.nav-center > li > a {

    position: relative;

}

/* خط زیر لینک */
.nav.nav-center > li > a::before {

    content: "";

    position: absolute;

    left: 18px;
    right: 18px;
    bottom: 0;

    height: 3px;

    background: linear-gradient(
        90deg,
        #14B8A6,
        #0F766E
    );

    border-radius: 999px;

    transform: scaleX(0);

    transform-origin: center;

    opacity: 0;

    transition:
        transform .28s ease,
        opacity .28s ease;

}

/* نمایش هنگام Hover */
.nav.nav-center > li:hover > a::before {

    transform: scaleX(1);

    opacity: 1;

}

/* نمایش برای صفحه فعال */
.nav.nav-center > li.current-menu-item > a::before,
.nav.nav-center > li.current_page_item > a::before,
.nav.nav-center > li.current-menu-ancestor > a::before,
.nav.nav-center > li.current_page_ancestor > a::before {
    transform: scaleX(1);
    opacity: 1;
}

.nav.nav-center > li > a::before {

    box-shadow:
        0 0 10px rgba(20,184,166,.35),
        0 0 18px rgba(20,184,166,.18);

}
.header-main {
    z-index: 9 !important;
}

/*------------------------------------------استایل شورتکد سفارشات ------------------------------------*/
/* ============================================================
   فونت و تنظیمات پایه
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background: #f0f4f9;
    direction: rtl;
    padding: 30px 20px;
    color: #1e293b;
}

/* ============================================================
   کانتینر اصلی تب‌ها
   ============================================================ */
.hp-tabs {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 20, 40, 0.08), 0 8px 24px rgba(0, 0, 0, 0.04);
    padding: 28px 28px 32px;
    transition: all 0.3s ease;
}

/* ============================================================
   ناوبری تب‌ها (ریسپانسیو بدون اسکرول)
   ============================================================ */
.hp-tabs-nav {
    display: flex;
    flex-wrap: wrap; /* پیش‌فرض: آیتم‌ها در صورت نیاز به خط بعدی می‌روند */
    gap: 8px;
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #eef2f6;
    justify-content: flex-start;
}
.hp-tabs ul{
	margin-bottom:0 ;
}
.hp-tabs-nav li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 0.95rem;
    color: #64748b;
    background: transparent;
    cursor: pointer;
    transition: all 0.25s ease;
    user-select: none;
    border: 1px solid transparent;
    white-space: nowrap;
}

.hp-tabs-nav li:hover {
    background: #f1f5f9;
    color: #0f172a;
    transform: translateY(-2px);
}

.hp-tabs-nav li.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
    border-color: #2563eb;
    font-weight: 600;
}

.hp-tabs-nav li .flagsImage {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
}

.hp-tabs-nav li:hover .flagsImage {
    transform: scale(1.05);
}

.hp-tabs-nav li.active .flagsImage {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hp-tabs-nav li span {
    display: inline-block;
    line-height: 1.4;
}

/* ============================================================
   محتوای تب‌ها
   ============================================================ */
.hp-tab-content {
    display: none;
    animation: fadeSlideIn 0.35s ease forwards;
}

.hp-tab-content.active {
    display: block;
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   جدول آگهی‌ها
   ============================================================ */
.hp-listings-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.hp-listings-table thead {
    background: #f8fafc;
    border-bottom: 1px solid #e9edf2;
}

.hp-listings-table thead th {
    padding: 16px 14px;
    text-align: right;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    color: #475569;
    text-transform: uppercase;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
}

.hp-listings-table thead th:first-child {
    border-radius: 0 12px 0 0;
}

.hp-listings-table thead th:last-child {
    border-radius: 12px 0 0 0;
}

.hp-listings-table tbody tr {
    transition: background 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
}

.hp-listings-table tbody tr:last-child {
    border-bottom: none;
}

.hp-listings-table tbody tr:hover {
    background: #fafcff;
    transform: scale(1.003);
}

.hp-listings-table tbody td {
    padding: 16px 14px;
    vertical-align: middle;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
}

.hp-listings-table tbody tr:last-child td {
    border-bottom: none;
}

/* ستون فروشنده */
.hp-vendor-cell strong {
    font-weight: 700;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hp-vendor-cell strong::before {
    content: "👤";
    font-size: 1rem;
    opacity: 0.7;
}

/* ستون امتیاز */
.hp-rating-cell {
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

/* ستون قیمت */
.hp-price-cell {
    font-weight: 800;
    font-size: 1.05rem;
    color: #0f172a;
    background: #f8fafc;
    border-radius: 8px;
    padding: 8px 12px;
    display: inline-block;
    line-height: 1;
    direction: ltr;
    unicode-bidi: embed;
}

.hp-price-cell::after {
    content: " ریال";
    font-weight: 400;
    font-size: 0.7rem;
    color: #64748b;
    margin-right: 4px;
}

/* روش انتقال */
td strong {
    font-weight: 600;
    color: #334155;
}

/* وضعیت خالی بودن */
.hp-listings-table tbody tr td[colspan="5"] {
    text-align: center;
    padding: 48px 20px;
    color: #94a3b8;
    font-weight: 400;
    font-size: 1rem;
    background: #fafcff;
    border-radius: 12px;
}

/* ============================================================
   ریسپانسیو (بدون اسکرول افقی در سربرگ‌ها)
   ============================================================ */
@media (max-width: 1024px) {
    .hp-tabs {
        padding: 20px 16px 24px;
    }

    .hp-listings-table {
        font-size: 0.8rem;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .hp-listings-table thead th,
    .hp-listings-table tbody td {
        padding: 12px 10px;
        min-width: 80px;
    }

    .hp-listings-table thead th:first-child,
    .hp-listings-table thead th:last-child {
        border-radius: 0;
    }

    .hp-price-cell {
        font-size: 0.9rem;
        padding: 6px 10px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 16px 10px;
    }

    .hp-tabs {
        padding: 16px 12px 20px;
        border-radius: 16px;
    }

    /* ===== اصلاح مهم: سربرگ‌ها ریسپانسیو و بدون اسکرول ===== */
    .hp-tabs-nav {
        gap: 6px;          /* فاصله بین آیتم‌ها */
        padding-bottom: 8px;
        justify-content: flex-start;
        flex-wrap: wrap;   /* آیتم‌ها به خط بعدی می‌روند */
        /* حذف overflow-x: auto و nowrap */
    }

    .hp-tabs-nav li {
        padding: 8px 16px;   /* کمی کوچک‌تر برای جاگیری بهتر */
        font-size: 0.82rem;
        gap: 6px;
        flex-shrink: 0;      /* جلوگیری از جمع‌شدن بیش از حد */
    }

    .hp-tabs-nav li .flagsImage {
        width: 22px;
        height: 22px;
    }

    .hp-listings-table thead th,
    .hp-listings-table tbody td {
        padding: 10px 8px;
        font-size: 0.75rem;
        min-width: 60px;
    }

    .hp-price-cell {
        font-size: 0.8rem;
        padding: 4px 8px;
    }

    .hp-price-cell::after {
        font-size: 0.6rem;
    }

    .hp-vendor-cell strong::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .hp-tabs-nav {
        gap: 4px;
        justify-content: center; /* در موبایل‌های خیلی کوچک وسط‌چین شود */
    }

    .hp-tabs-nav li {
        padding: 6px 12px;
        font-size: 0.7rem;
        gap: 4px;
        border-radius: 40px;
    }

    .hp-tabs-nav li .flagsImage {
        width: 18px;
        height: 18px;
    }

    .hp-listings-table thead th,
    .hp-listings-table tbody td {
        padding: 8px 6px;
        font-size: 0.65rem;
        min-width: 50px;
    }

    .hp-listings-table tbody td[colspan="5"] {
        padding: 30px 12px;
        font-size: 0.8rem;
    }
}

/* ============================================================
   اسکرول نرم برای کل صفحه
   ============================================================ */
html {
    scroll-behavior: smooth;
}

/* ============================================================
   استایل‌های اختیاری برای بهبود دسترسی
   ============================================================ */
.hp-tabs-nav li:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.hp-listings-table tbody tr:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: -2px;
}
/* =========================================================
   HP Tabs - Mobile Responsive Table
   نمایش تمام ستون‌ها در موبایل + اسکرول افقی
   ========================================================= */

@media (max-width: 850px) {
	.large-3{
		display:none !important;
	}
  .large-9 {
         flex-basis: 100% !important; 
         max-width: 100% !important; 
    }
    /* کانتینر اصلی */
    .hp-tabs {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    /* =====================================================
       جدول
       ===================================================== */

    .hp-tab-content {

        width: 100%;

        max-width: 100%;

        overflow-x: auto;

        overflow-y: hidden;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: thin;

        direction: rtl;

        border-radius: 10px;

    }


    /* جدول را مجبور می‌کنیم تمام ستون‌ها را نگه دارد */

    .hp-listings-table {
        width: max-content !important;
        table-layout: auto !important;
        border-collapse: collapse;
        margin: 0 !important;
    }




    /* =====================================================
       پیام "آگهی‌ای وجود ندارد"
       ===================================================== */

    .hp-listings-table td[colspan] {

        min-width: 700px;

        text-align: center;

        white-space: nowrap !important;

    }


    /* =====================================================
       اسکرول‌بار جدول
       ===================================================== */

    .hp-tab-content::-webkit-scrollbar {

        height: 5px;

    }

    .hp-tab-content::-webkit-scrollbar-track {

        background: #f1f1f1;

        border-radius: 10px;

    }

    .hp-tab-content::-webkit-scrollbar-thumb {

        background: #bbb;

        border-radius: 10px;

    }

}


/*---------------------- استایل منو پایین موبایلی ------------------------*/
/* =========================================
   Mobile Bottom Navigation
   ========================================= */

.anix-mobile-bottom-nav {
    display: none;
}

@media (max-width: 849px) {

    .anix-mobile-bottom-nav {

        display: block;

        position: fixed;

        left: 0;
        right: 0;
        bottom: 0;

        height: 72px;

        background: #fff;

        border-top: 1px solid #e8e8e8;

        box-shadow:
            0 -4px 20px rgba(0,0,0,.08);

        z-index: 99999;

        direction: rtl;

        padding-bottom:
            env(safe-area-inset-bottom);
		border-radius: 15px;
        margin: 5px;

    }


    /* UL */

    .anix-mobile-bottom-menu {

        margin: 0 !important;

        padding: 0 8px !important;

        list-style: none !important;

        height: 72px;

        display: grid;

        grid-template-columns:
            1fr 1fr 1.15fr 1fr 1fr;

        align-items: center;

    }


    /* LI */

    .anix-mobile-bottom-menu > li {

        margin: 0 !important;

        padding: 0 !important;

        height: 72px;

        display: flex;

        align-items: center;

        justify-content: center;

    }


    /* لینک */

    .anix-mobile-bottom-menu > li > a {

        width: 100%;

        height: 64px;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 4px;

        color: #777;

        text-decoration: none !important;

        font-size: 11px;

        font-weight: 500;

    }


    /* آیکون */

    .anix-mobile-bottom-menu .menu-item-icon {

        width: 24px;

        height: 24px;

        font-size: 21px;

        display: flex;

        align-items: center;

        justify-content: center;

    }


    /* آیتم فعال */

    .anix-mobile-bottom-menu
    > li.current-menu-item
    > a {

        color: #1264d8;

    }


    /* =====================================
       آیتم وسط
       ===================================== */

    .anix-mobile-bottom-menu
    > li:nth-child(3) {

        position: relative;

    }


    .anix-mobile-bottom-menu
    > li:nth-child(3)
    > a {

        position: relative;

        padding-top: 27px;

    }


    .anix-mobile-bottom-menu
    > li:nth-child(3)
    > a::before {
        position: absolute;

        top: -24px;

        left: 50%;

        transform: translateX(-50%);

        width: 52px;

        height: 52px;

        border-radius: 50%;

        background:
            linear-gradient(
                145deg,
                #0879ff,
                #1264d8
            );

        border: 5px solid #fff;

        box-shadow:
            0 5px 16px
            rgba(18,100,216,.30);

        color: #fff;

        font-size: 30px;

        font-weight: 300;

        line-height: 42px;

        text-align: center;

        z-index: 2;

    }


    /* =====================================
       جلوگیری از پوشیده شدن محتوا
       ===================================== */

    body {

        padding-bottom:
            calc(78px + env(safe-area-inset-bottom));

    }

}


/* دسکتاپ */

@media (min-width: 850px) {

    .anix-mobile-bottom-nav {

        display: none !important;

    }

}

.anix-menu-icon {
    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.anix-menu-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* آیکن آیتم فعال */

.anix-mobile-bottom-menu
> li.current-menu-item
> a {

    color: #1264d8;
}


/* آیکن دکمه ثبت سفارش */

.anix-add-icon {

    width: 52px;
    height: 52px;

    margin-top: -27px;

    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #0879ff,
        #1264d8
    );

    border: 5px solid #fff;

    box-shadow:
        0 5px 16px rgba(18,100,216,.30);

    color: #fff;

    position: relative;
}

.anix-add-icon svg {
    width: 26px;
    height: 26px;

    stroke-width: 2;
}

/* =========================================================
   AniXChange - Mobile Sidebar Menu
   ========================================================= */

@media (max-width: 849px) {

    /* ---------------------------------------------------------
       پنل اصلی
       --------------------------------------------------------- */

    .sidebar-menu {

        direction: rtl;

        width: 100%;

        height: 100vh;
        height: 100dvh;

        background:
            linear-gradient(
                180deg,
                #06183b 0%,
                #071c45 100%
            );

        color: #fff;

        padding: 0 22px 25px !important;

        overflow-y: auto !important;
        overflow-x: hidden;

        scrollbar-width: none;

        box-sizing: border-box;

        font-family:
            inherit,
            Tahoma,
            Arial,
            sans-serif;

    }


    .sidebar-menu::-webkit-scrollbar {
        display: none;
    }


    /* ---------------------------------------------------------
       عنوان بالای منو
       --------------------------------------------------------- */

    .sidebar-menu::before {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 82px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid rgba(255,255,255,.12);
        margin: 0 0 8px;
    }


    /* ---------------------------------------------------------
       UL
       --------------------------------------------------------- */

    .sidebar-menu > ul.nav-sidebar {

        margin: 0 !important;

        padding: 0 !important;

        list-style: none !important;

    }


    /* ---------------------------------------------------------
       تمام آیتم‌های اصلی
       --------------------------------------------------------- */

    .sidebar-menu > ul.nav-sidebar > li {

        position: relative;

        margin: 0 !important;

        padding: 0 !important;

        border: 0 !important;

        list-style: none !important;

    }


    /* ---------------------------------------------------------
       لینک‌های اصلی
       --------------------------------------------------------- */

    .sidebar-menu > ul.nav-sidebar > li > a {

        position: relative;

        min-height: 62px;

        padding:

            10px

            58px

            10px

            15px !important;

        margin: 0 !important;

        display: flex;

        align-items: center;

        justify-content: flex-start;

        color: #fff !important;

        background: transparent !important;

        border: 0 !important;

        font-size: 15px;

        font-weight: 500;

        line-height: 1.7;

        text-align: right;

        text-decoration: none !important;

        transition:
            color .2s ease,
            background .2s ease;

    }


    /* ---------------------------------------------------------
       Hover
       --------------------------------------------------------- */

    .sidebar-menu > ul.nav-sidebar > li > a:hover {

        color: #2994ff !important;

        background:
            rgba(255,255,255,.04) !important;

    }


    /* ---------------------------------------------------------
       آیتم فعال
       --------------------------------------------------------- */

    .sidebar-menu
    > ul.nav-sidebar
    > li.current-menu-item
    > a {

        color: #2994ff !important;

        font-weight: 700;

    }

    /* =========================================================
       جداکننده
       ========================================================= */

    .sidebar-menu
    > ul.nav-sidebar
    > li.header-divider {

        height: 1px;

        background:
            rgba(255,255,255,.12) !important;

        margin:
            10px 0 14px !important;

    }
.anix-mobile-bottom-menu
    > li:nth-child(3) {

        position: relative;

    }


    .anix-mobile-bottom-menu
    > li:nth-child(3)
    > a {

        position: relative;

        padding-top: 27px;

    }


    .anix-mobile-bottom-menu
    > li:nth-child(3)
    > a::before {

        content: "+";

        position: absolute;

        top: -24px;

        left: 50%;

        transform: translateX(-50%);

        width: 52px;

        height: 52px;

        border-radius: 50%;

        background:
            linear-gradient(
                145deg,
                #0879ff,
                #1264d8
            );

        border: 5px solid #fff;

        box-shadow:
            0 5px 16px
            rgba(18,100,216,.30);

        color: #fff;

        font-size: 30px;

        font-weight: 300;

        line-height: 42px;

        text-align: center;

        z-index: 2;

    }


    /* =========================================================
       کیف پول - مخفی
       ========================================================= */

    .sidebar-menu
    > ul.nav-sidebar
    > li:has(.woo-wallet-menu-contents) {

        display: none !important;

    }


    /* لینک Assign a menu - مخفی */

    .sidebar-menu
    > ul.nav-sidebar
    > li:has(a[href*="customize.php"]) {

        display: none !important;

    }


    /* =========================================================
       حساب کاربری
       ========================================================= */

    .sidebar-menu
    .account-item {

        margin-top: 4px !important;

        border-top:
            1px solid rgba(255,255,255,.12) !important;

        padding-top: 8px !important;

    }


    .sidebar-menu
    .account-item
    > a.account-link {

        min-height: 62px;

        padding-right: 58px !important;

        color: #fff !important;

    }


    /* آیکن حساب */

    .sidebar-menu
    .account-item
    > a.account-link::before {

        content: "♙";

        position: absolute;

        right: 0;

        top: 50%;

        transform: translateY(-50%);

        width: 32px;

        height: 32px;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 28px;

        color: #fff;

    }


    /* فلش حساب */

    .sidebar-menu
    .account-item
    > .toggle {

        position: absolute;

        left: 0;

        top: 15px;

        width: 35px;

        height: 35px;

        padding: 0;

        color: #fff !important;

        background: transparent !important;

        border: 0 !important;

    }


    /* =========================================================
       زیرمنوی حساب
       ========================================================= */

    .sidebar-menu
    .account-item
    > .children {

        margin: 0 0 10px !important;

        padding: 5px 15px 5px 0 !important;

        background:
            rgba(255,255,255,.035);

        border-radius: 8px;

    }


    .sidebar-menu
    .account-item
    > .children
    > li {

        margin: 0 !important;

        padding: 0 !important;

        border: 0 !important;

    }


    .sidebar-menu
    .account-item
    > .children
    > li
    > a {

        display: block;

        padding:
            10px 15px !important;

        color:
            rgba(255,255,255,.78) !important;

        font-size: 13px;

        text-decoration: none !important;

        border-radius: 6px;

    }


    .sidebar-menu
    .account-item
    > .children
    > li
    > a:hover {

        color: #2994ff !important;

        background:
            rgba(255,255,255,.05) !important;

    }


    /* =========================================================
       موبایل کوچک
       ========================================================= */

    @media (max-width: 380px) {

        .sidebar-menu {

            padding-left: 18px !important;
            padding-right: 18px !important;

        }

        .sidebar-menu
        > ul.nav-sidebar
        > li
        > a {

            font-size: 14px;

            min-height: 58px;

        }

    }

}

/* ========================================
   ۱. استایل پایه برای همه SVGهای منو
   ======================================== */
#main-menu .menu-item a svg,
#main-menu .menu-item .account-link svg {
    width: 22px;          /* اندازه مناسب برای موبایل */
    height: 22px;
    flex-shrink: 0;       /* جلوگیری از کوچک‌شدن SVG در صورت کمبود فضا */
    margin-left: 12px;    /* فاصله از متن (چون راست‌چین است) */
    transition: all 0.25s ease;
    vertical-align: middle;
    
    /* استفاده از stroke و fill برای رنگ‌آمیزی (با currentColor) */
    stroke: currentColor;
    fill: none;
    color: #1a2634;       /* رنگ اصلی آیکون‌ها (سرمه‌ای) */
}

/* ========================================
   ۲. تنظیم برای آیتم‌هایی که فقط stroke دارند
      (به عنوان پیش‌فرض برای تمام SVGها)
   ======================================== */
#main-menu .menu-item a svg * {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ========================================
   ۳. تغییر رنگ در حالت هاور (ماوس)
   ======================================== */
#main-menu .menu-item a:hover svg,
#main-menu .menu-item a:focus svg {
    color: #3498db;       /* رنگ آبی Flatsome */
    transform: scale(1.08);
}

/* ========================================
   ۴. تغییر رنگ وقتی آیتم فعال است (باز بودن زیرمنو)
   ======================================== */
#main-menu .menu-item.active > a svg,
#main-menu .menu-item.has-child.active > a svg {
    color: #3498db;
}

/* ========================================
   ۵. تغییر رنگ برای آیتم "حساب کاربری" 
      (چون ساختار آن با <a> و <span> متفاوت است)
   ======================================== */
#main-menu .account-item .account-link svg {
    color: #1a2634;
}
#main-menu .account-item .account-link:hover svg {
    color: #3498db;
}

/* ========================================
   ۶. تغییر رنگ برای آیتم "کیف پول" (woo-wallet)
   ======================================== */
#main-menu .woo-wallet-menu-contents svg {
    color: #2ecc71;       /* رنگ سبز مخصوص کیف پول */
}
#main-menu .woo-wallet-menu-contents:hover svg {
    color: #27ae60;
    transform: scale(1.05);
}

/* ========================================
   ۷. رفع مشکل: مخفی کردن آیکون پیش‌فرض کیف پول
      (چون ما SVG جدید جایگزین کرده‌ایم)
   ======================================== */
.woo-wallet-icon-wallet {
    display: none !important;
}

/* ========================================
   ۸. هم‌ترازی دقیق SVG با متن در لینک‌ها
      (ایجاد فضای منعطف با display: flex)
   ======================================== */
#main-menu .menu-item > a,
#main-menu .menu-item .account-link {
    display: flex !important;
    align-items: center;
    gap: 0;
}

/* ========================================
   ۹. تنظیمات برای زیرمنوها (آیتم‌های سطح دوم)
      آیکون‌های کوچک‌تر و رنگ ملایم‌تر
   ======================================== */
#main-menu .sub-menu .menu-item a svg {
    width: 18px;
    height: 18px;
    margin-left: 16px;    /* فاصله بیشتر برای نشان دادن سلسله‌مراتب */
    color: #7f8c8d;       /* رنگ خاکستری ملایم */
    opacity: 0.85;
}

#main-menu .sub-menu .menu-item a:hover svg {
    color: #3498db;
    opacity: 1;
}

/* ========================================
   ۱۰. استایل مخصوص برای دکمه‌های تاگل (فلش‌ها)
       اگر می‌خواهید فلش‌ها نیز با SVG هماهنگ شوند
   ======================================== */
#main-menu .toggle {
    padding: 0 8px;
}

#main-menu .toggle i {
    font-size: 18px;
    color: #aaa;
    transition: transform 0.3s ease;
}

#main-menu .menu-item.active .toggle i {
    transform: rotate(180deg);
    color: #3498db;
}



@media (max-width: 768px) {
    .woo-wallet-my-wallet-container .woo-wallet-nav-tabs
 		{
        	flex-direction: row !important;
			padding:8px 5px !important;
			font-size: 8em;
    	}
	    .woo-wallet-my-wallet-container .woo-wallet-nav-item-wrapper
			width: 23% !important;
		 {
				
		}
}


/*-----------------------------------استایل شورتکد اطلاعات----------------------------------------*/
	.stats-wrapper {
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 55px;
            padding: 45px 35px;
            border: 2px solid rgba(255, 255, 255, 0.6);
            box-shadow: 0 40px 70px rgba(0, 0, 0, 0.06);
            max-width: 1200px;
            width: 100%;
			margin-bottom: 2%;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 28px;
            text-align: center;
            direction: rtl;
        }

        .stat-item {
            padding: 22px 12px 20px;
            border-radius: 35px;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.4);
            background: rgba(255, 255, 255, 0.3);
        }

        /* هر کارت با یک رنگ گرادینت متفاوت */
        .stat-item:nth-child(1) {
            background: linear-gradient(145deg, #fff5f5, #ffe0e0);
            border-color: #ffb3b3;
        }
        .stat-item:nth-child(2) {
            background: linear-gradient(145deg, #f5fff5, #d4edda);
            border-color: #9ed9a8;
        }
        .stat-item:nth-child(3) {
            background: linear-gradient(145deg, #f5f9ff, #d4e4ff);
            border-color: #9bb9f0;
        }
        .stat-item:nth-child(4) {
            background: linear-gradient(145deg, #fffbf5, #ffebcc);
            border-color: #f7c97c;
        }
        .stat-item:nth-child(5) {
            background: linear-gradient(145deg, #f8f5ff, #e8dff5);
            border-color: #c9b3e6;
        }

        .stat-item:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
            border-color: rgba(0, 0, 0, 0.1);
        }

        /* آیکون با رنگ‌های متنوع */
        .stat-icon {
            font-size: 30px;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            margin: 0 auto 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
        }

        .stat-item:nth-child(1) .stat-icon {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: #fff;
        }
        .stat-item:nth-child(2) .stat-icon {
            background: linear-gradient(135deg, #00b894, #00a86b);
            color: #fff;
        }
        .stat-item:nth-child(3) .stat-icon {
            background: linear-gradient(135deg, #0984e3, #6c5ce7);
            color: #fff;
        }
        .stat-item:nth-child(4) .stat-icon {
            background: linear-gradient(135deg, #fdcb6e, #e17055);
            color: #fff;
        }
        .stat-item:nth-child(5) .stat-icon {
            background: linear-gradient(135deg, #a29bfe, #6c5ce7);
            color: #fff;
        }

        .stat-item:hover .stat-icon {
            transform: scale(1.1) rotate(-4deg);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
        }

        .stat-number {
            font-size: 44px;
            font-weight: 800;
            letter-spacing: -0.5px;
            line-height: 1.1;
            margin-bottom: 2px;
            direction: ltr;
            background: linear-gradient(135deg, #2d3436, #1e272e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* هر عدد یک رنگ گرادینت خاص */
        .stat-item:nth-child(1) .stat-number {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .stat-item:nth-child(2) .stat-number {
            background: linear-gradient(135deg, #27ae60, #1e8449);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .stat-item:nth-child(3) .stat-number {
            background: linear-gradient(135deg, #2980b9, #1a5276);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .stat-item:nth-child(4) .stat-number {
            background: linear-gradient(135deg, #e67e22, #d35400);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .stat-item:nth-child(5) .stat-number {
            background: linear-gradient(135deg, #8e44ad, #6c3483);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .stat-number .small-suffix {
            font-size: 24px;
            font-weight: 700;
            -webkit-text-fill-color: inherit;
            opacity: 0.8;
        }

        .stat-label {
            font-size: 15px;
            font-weight: 500;
            color: #2d3436;
            padding-top: 6px;
            border-top: 2px dashed rgba(0, 0, 0, 0.08);
            margin-top: 8px;
            letter-spacing: 0.3px;
        }

        /* ریسپانسیو */
        @media (max-width: 700px) {
            .stats-wrapper {
                padding: 25px 15px;
                border-radius: 35px;
            }
            .stats-grid {
                gap: 18px;
            }
            .stat-number {
                font-size: 36px;
            }
            .stat-icon {
                width: 55px;
                height: 55px;
                font-size: 24px;
            }
            .stat-item {
                padding: 18px 8px;
            }
        }

        @media (max-width: 450px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 14px;
            }
            .stat-number {
                font-size: 30px;
            }
            .stat-label {
                font-size: 13px;
            }
            .stat-icon {
                width: 48px;
                height: 48px;
                font-size: 20px;
            }
        }