/*
 Theme Name:   hello-elementor-child
 Theme URI:    http://example.com/hello-elementor-child/
 Description:  hello-elementor-child Theme
 Author:       charsam
 Author URI:   https://charsamsupport.ir/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* ==========================================================================
   1. YOUR CUSTOM STYLES (FOOTER & GLOBAL)
   ========================================================================== */

/*
======================================================
  Force Font Awesome 7 Font Family !important
======================================================
/*
 Theme Name:   hello-elementor-child
 Template:     hello-elementor
 Version:      2.0.0
*/
/*
======================================================
  Force Font Awesome 7 Font Family !important
======================================================
*/
/* رفع نهایی و کامل اسکرول افقی کل سایت */

@font-face {
    font-family: vazirr;
    src: url("https://saraad.ir/wp-content/uploads/2026/03/Vazir-Bold.ttf")
}

* {
    font-family: vazirr !important;
}

html, body {
    width: 100% !important;
    overflow-x: hidden !important;
}
.add_to_cart_button  {
    color:#fff !important;
 box-shadow: 1px 1px 3px 1px #34495E !important;
}

/* برای آیکون‌های Solid, Regular, Light, Thin */
[class*="fa-"] {
    font-family: "Font Awesome 7 Free" !important;
    font-style: normal;
    /* font-weight برای آیکون‌های Solid معمولا 900 است */
}

/* برای آیکون‌های Brands */
.fa-brands, .fab {
    font-family: "Font Awesome 7 Brands" !important;
}

i{
        color : #34495E !important;
}

/* ==========================================================================
   1. Header Styles
   ========================================================================== */

.site-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    max-width :1920px !important;
     box-shadow: 0px 4px 10px 0px #e1e1e1 !important;
     padding : 15px 216px;
}

.header-top-container, .header-bottom-container {
    margin: 0 auto;
    padding: 0 15px;
    background : #fff;
}

/* --- Top Row --- */
.header-top-row {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}

.header-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.site-branding .custom-logo { max-height: 60px; width: auto; }
.site-branding .site-title a { text-decoration: none; color: #222; font-size: 28px; }

.header-search {
    display: flex;
    justify-content : center;
    flex-grow: 1; margin: 0 40px;
}
.header-search .search-form { 
    display: flex;
    flex-direction : row-reverse;
    justify-content : flex-end;
}
.header-search .search-form label{
    width: 400px;
}
.header-search .search-field { width: 100%; border: 1px solid #ddd; padding: 10px 15px; border-radius: 20px 0 0 20px; }
.header-search .search-submit {
    border: 1px solid #d13a8a;
    background-color: #d13a8a;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    margin-left: -1px;
}

.header-icons { display: flex; align-items: center; }
.header-icons a { color: #333; margin-left: 20px; font-size: 20px; position: relative; text-decoration: none; }
.header-icons a .cart-count {
    position: absolute; top: -8px; right: -10px; background-color: #4D757F;
    color: white; border-radius: 50%; font-size: 11px; width: 18px; height: 18px;
    display: flex; justify-content: center; align-items: center; font-weight: bold;
}

/* --- Bottom Row (Navigation) --- */
.header-bottom-row { 
    background-color: #f9f9f9;
    width: 100%;
}
.header-bottom-container { display: flex; justify-content: center; }
.main-navigation ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.main-navigation ul li { position: relative; }
.main-navigation ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
    transition: all 0.3s ease;
}
.main-navigation ul li:hover > a { background-color: #d13a8a; color: #fff; }

/* Hide mobile-only buttons on desktop */
.menu-toggle,
.submenu-toggle {
    display: none;
}


/* ==========================================================================
   2. Mega Menu Styles
   ========================================================================== */

/* --- General Dropdown Styles --- */
.main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 1001;
    list-style : none;
}
/* For RTL */
.rtl .main-navigation ul ul {
    left: auto;
    right: 0;
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation ul ul li {
    width: 100%;
}
.main-navigation ul ul a {
    padding: 12px 20px;
}

/* --- Specific Styles for the "Mega Menu" Item --- */

/* 1. Change the main dropdown to be a single column */
.main-navigation li.has-megamenu:hover > ul.sub-menu {
    display: block; /* Change from 'flex' to 'block' for vertical stacking */
}

/* 2. Set a suitable width for the single column */
.main-navigation li.has-megamenu > ul.sub-menu {
    width: 280px; /* A good width for a single long list */
    padding: 10px 0; /* Vertical padding is better now */
    right: 0; /* Ensure it opens to the left on RTL */
    left: auto;
}

/* 3. Each former "column" now becomes a full-width row */
.main-navigation li.has-megamenu ul.sub-menu > li.menu-item {
    width: 100%; /* Make each header take the full width */
    padding: 0;
}

/* 4. Style for the main headers (e.g., "لباس زنانه") */
.main-navigation li.has-megamenu ul.sub-menu > li.menu-item > a {
    font-weight: bold;
    padding: 10px 20px;
     cursor: pointer;
}

/* 5. The actual sub-items (e.g., "پیراهن") - FINAL VERSION */
.main-navigation li.has-megamenu ul ul {
    display: block !important;
    position: static;
    box-shadow: none;
    background: rgba(0,0,0,0.02);
    min-width: unset;
    border-top: 1px solid #f0f0f0;
}

/* 6. Indent the sub-items */
.main-navigation li.has-megamenu ul ul a {
    padding: 10px 20px 10px 35px !important;
    color: #555 !important;
    font-weight: normal;
    background: transparent !important; /* Ensure base background is transparent */
    transition: color 0.2s ease;
}
#mobile-menu-toggle i {
    color: #fff !important; /* <-- رنگ مشکی. برای تغییر، کد رنگ دلخواه خود را جایگزین کنید */
}

/* ==========================================================
   SUPER-SPECIFIC HOVER RULE TO OVERRIDE EVERYTHING
   ========================================================== */

/* First, ensure the list item ITSELF gets no background on hover */
.main-navigation li.has-megamenu ul ul li:hover {
    background: transparent !important;
}

/* Second, target the LINK inside the hovered list item */
.main-navigation li.has-megamenu ul ul li:hover > a {
    color: #D13A8A !important;
    background: transparent !important;
}

/* Third, target the link's own hover state for good measure */
.main-navigation li.has-megamenu ul ul a:hover {
    color: #D13A8A !important;
    background: transparent !important;
}

/* ==========================================================
   کد نهایی: تغییر رنگ متن هاور به سفید
   ========================================================== */
/* 
  این کد کاری به پس‌زمینه ندارد و فقط رنگ متن را
  در زمان هاور شدن آیتم‌های زیرمنو، به سفید تغییر می‌دهد.
*/

body .site-header .main-navigation ul li ul li:hover > a,
body .site-header .main-navigation ul li ul li a:hover {
    color: #fff !important; /* <--- رنگ متن در حالت هاور: سفید */
}


/* ==========================================================================
   3. Custom Footer Styles (Corrected & Isolated)
   ========================================================================== */

.my-custom-footer-wrapper {
    margin-top: 80px;
    background-color: #f9f9f9;
    color: #555;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
    padding: 40px 15px;
}

.my-custom-footer-wrapper .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-custom-footer-wrapper .footer-column {
    width: 100%;
    margin-bottom: 30px;
}

.my-custom-footer-wrapper h4 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Resetting styles to prevent conflict with header menu */
.my-custom-footer-wrapper ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    flex-direction: unset !important;
}

.my-custom-footer-wrapper ul li {
    padding: 5px 0 !important;
    border: none !important;
    width: auto !important;
    background: none !important;
}

.my-custom-footer-wrapper ul li a {
    color: #555 !important;
    font-weight: normal !important;
    background: none !important;
    padding: 0 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.my-custom-footer-wrapper ul li a:hover {
    color: #d13a8a !important;
}

/* Desktop layout for footer columns */
@media (min-width: 768px) {
    .my-custom-footer-wrapper .footer-column {
        width: 22%;
    }
}

/* ==========================================================================
   4. Responsive Styles
   ========================================================================== */

/* Hide mobile toggle on desktop */
.menu-toggle {
    display: none;
    background: #34495E;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #34495E;
}
@media screen and (max-width: 1280px) {
    .site-header{
        padding:0;
    }
}
/* Styles for screens smaller than 782px (tablets and phones) */
@media screen and (max-width: 782px) {
    .site-header{
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        display : flex;
    }
    
    /* --- Header Top Row --- */
    .header-top-container {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display : flex;
    }
    .site-branding {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .header-search {
        display : none;
    }
    .header-icons {
        margin: 0 auto;
    }

    /* --- Header Bottom Row (Navigation) --- */
     .header-bottom-row {
         background : #fff;
         width :20%;
         display : flex;
         align-items : center;
     }
    .header-bottom-container {
        justify-content: space-between; /* To push menu to the left */
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-toggle {
        display: block; /* Show the hamburger button */
    }
    .main-navigation {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #f8f8f8;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .main-navigation.toggled {
        display: block;
    }
    .main-navigation ul {
        flex-direction: column;
    }
    .main-navigation ul li {
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
    }
    .main-navigation ul li:hover > a {
        background-color: #d13a8a;
        color: #fff;
    }

    /* --- Mobile Mega Menu --- */
    .main-navigation li.has-megamenu:hover > ul.sub-menu,
    .main-navigation li.has-megamenu ul.sub-menu {
        display: none;
        width: 100%;
        position: static;
        box-shadow: none;
        padding: 0;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .main-navigation li.has-megamenu ul.sub-menu > li.menu-item {
        width: 100%;
        padding: 0 0 0 15px;
    }
    .main-navigation ul li:hover > ul {
        display: block;
    }
}

/* برای آیکون‌های Brands */
.fa-brands, .fab {
    font-family: "Font Awesome 7 Brands" !important;
}



.header-main-area{
    display : none !important;
}
.header-top-bar{
        display : none !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90% !important;
}


.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90% !important;
}

.my-custom-footer-wrapper{
    margin-top:80px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-footer {
    background-color: #f9f9f9 !important;
    color: #555 !important;
    font-size: 14px !important;
    border-top: 1px solid #e5e5e5 !important;
    display: block !important;
    padding-top: 130px !important;
}
.footer-features{
    width : 100%;
}
.footer-container {
    max-width: 1800px;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.footer-features {
    display: flex !important;
    justify-content: space-around !important;
    text-align: center !important;
    padding: 20px 0 40px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.feature-item {
    flex: 1 !important;
    min-width: 180px !important;
}

.feature-item i {
    font-size: 38px !important;
    color: #e74c3c !important;
    margin-bottom: 15px !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.feature-item h5 {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 10px 0 5px !important;
}

.feature-item p {
    font-size: 13px !important;
    color: #777 !important;
    margin: 0 !important;
}

.footer-main {
    display: flex !important;
    justify-content: space-between !important;
    padding: 50px 0 !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.footer-widget-column {
    flex: 1 !important;
    min-width: 220px !important;
}

.widget-title {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #222 !important;
    margin-bottom: 25px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #e74c3c !important;
    display: inline-block !important;
}

.footer-main ul, .footer-main ul li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
}

.footer-main ul li a {
    text-decoration: none !important;
    color: #555 !important;
    transition: all 0.2s ease-in-out !important;
}

.footer-main ul li a:hover {
    color: #e74c3c !important;
    padding-right: 5px !important;
}

.app-download-banner {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    background-color: #34495e !important;
    color: white !important;
    padding: 25px !important;
    border-radius: 12px !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    margin: 20px 0 50px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    width : 100%;
}

.app-download-title {
    font-size: 22px !important;
    font-weight: bold !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.app-links img {
    height: 45px !important;
    margin: 0 5px !important;
    border-radius: 7px !important;
    transition: transform 0.2s ease-in-out !important;
}

.app-links img:hover {
    transform: scale(1.08) !important;
}

.footer-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 0px !important;
    border-top: 1px solid #e5e5e5 !important;
    font-size: 13px !important;
    color: #666 !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    width : 90%;
}

.footer-contact-info{
    display: flex;
    flex-direction: column;
    font-size : 15px;
    font-weight: 600;
}

.section-copy-right{
    color: #fff;
    background: #34495E;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-weight: 700;
}

.copyright-text {
    margin: 0 auto;
}

.back-to-top {
    border: 1px solid #ccc !important;
    padding: 8px 18px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    color: #555 !important;
    transition: all 0.2s ease-in-out !important;
}

.back-to-top:hover {
    background-color: #333 !important;
    color: #fff !important;
    border-color: #333 !important;
}

@media (max-width: 768px) {
    .footer-bottom, .footer-features {
        justify-content: center !important;
        text-align: center !important;
    }
    .footer-main {
        text-align: center !important;
    }
    .widget-title {
        display: inline-block !important;
    }
}


/* ==========================================================================
   2. GLOBAL RESETS & NEW HEADER STYLES
   ========================================================================== */*/:root {
    --primary-color: #0073e6;  /* رنگ اصلی (آبی) */
    --secondary-color: #f5f5f5;/* رنگ پس‌زمینه خیلی روشن */
    --dark-text: #333;        /* رنگ متن تیره */
    --light-text: #666;       /* رنگ متن روشن */
    --border-color: #e0e0e0;   /* رنگ حاشیه‌ها */
    --danger-color: #d9534f;    /* رنگ برای نوتیفیکیشن و خطا */
    --white-color: #ffffff;
}

/* --- 1. ساختار کلی و کانتینر --- */
body {
    direction: rtl;
    /* !--! فونت دلخواه خود را اینجا تنظیم کنید. مثال: !--! */
    /* font-family: 'Vazirmatn', sans-serif; */
}

.header.desktop {
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background-color: var(--white-color); /* اطمینان از پس‌زمینه سفید */
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- 2. نوار بالای هدر (Hero Top Header) --- */
.hero-top-header {
    background-color: var(--secondary-color);
    padding: 8px 0;
    font-size: 13px;
    color: var(--light-text);
    border-bottom: 1px solid var(--border-color);
}
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.t-h-right, .t-h-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bullet-notic {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.contact-header {
    font-weight: bold;
    color: var(--dark-text);
}
.contact-header i {
    margin-right: 5px;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 115, 230, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(0, 115, 230, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 115, 230, 0); }
}

/* --- 3. هدر اصلی (لوگو، جستجو، اکشن‌ها) --- */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.m-h-right, .m-h-left {
    display: flex;
    align-items: center;
    gap: 25px;
}
.logo .custom-logo, .logo img {
    max-height: 50px; /* ارتفاع لوگو را تنظیم کنید */
    width: auto;
}
.logo h1 {
    margin: 0;
    font-size: 24px;
}
.logo h1 a {
    text-decoration: none;
    color: var(--dark-text);
}


/* --- 3.1. بخش جستجو --- */
.search-main {
    position: relative;
    display: flex;
}
.search-main .search-field {
    width: 350px;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #f9f9f9;
    transition: all 0.2s ease-in-out;
}
.search-main .search-field:focus {
    outline: none;
    background-color: var(--white-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.2);
}
.search-main button {
    padding: 0 15px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    transition: background-color 0.2s ease;
}
.search-main button:hover {
    background-color: #0056b3;
}


/* --- 3.2. بخش اکشن‌های کاربر (سبد خرید، ورود) --- */
.m-h-left a {
    text-decoration: none;
    color: var(--dark-text);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.register-btn, .cart-btn-header {
    position: relative;
    border: 1px solid var(--border-color);
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.2s ease;
}
.register-btn:hover, .cart-btn-header:hover {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.register-btn i, .cart-btn-header i {
    font-size: 18px;
}

/* --- 3.3. سبد خرید --- */
.cart-btn-num {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: var(--danger-color);
    color: var(--white-color);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid var(--white-color);
}
.cart-btn-header .cart-content {
    display: none;
    position: absolute;
    top: 120%; /* کمی فاصله از دکمه */
    left: 0;
    width: 320px;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 15px;
    border-radius: 5px;
}
.cart-btn-header:hover .cart-content {
    display: block;
}


/* --- 3.4. پاپ‌آپ و نوتیفیکیشن --- */
.notification {
    position: relative;
    cursor: pointer;
    font-size: 24px;
    color: var(--light-text);
    transition: color 0.2s ease;
}
.notification:hover {
    color: var(--dark-text);
}
.notification .bell {
    animation: bell-animation 1s ease-in-out;
    animation-iteration-count: 2; /* دو بار در ابتدا اجرا شود */
}
.notif-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--danger-color);
    color: var(--white-color);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border: 1px solid var(--white-color);
}
@keyframes bell-animation {
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-15deg); scale: 1.1; }
    60% { transform: rotate(10deg); scale: 1.1; }
    80% { transform: rotate(-10deg); }
    0%, 100% { transform: rotate(0deg); }
}

.popup-overlay {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.popup-content {
    background: var(--white-color); padding: 30px; border-radius: 10px;
    width: 90%; max-width: 600px; position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    direction: rtl;
    line-height: 1.7;
}
.popup-close {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    color: #aaa;
    line-height: 1;
    transition: color 0.2s ease;
}
.popup-close:hover {
    color: var(--dark-text);
}


/* --- 4. هدر پایینی (منوها) --- */
.down-header {
    border-top: 1px solid var(--border-color);
}
.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/* --- 4.1. مگامنو --- */
.megamenu-box {
    position: relative;
}
.megamenu-box .t-m {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background-color: var(--primary-color);
    color: var(--white-color);
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.megamenu-box:hover .t-m {
    background-color: #0056b3;
}
.megamenu-box .shahan-megamenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 250px;
    padding: 10px 0;
}
.megamenu-box:hover .shahan-megamenu {
    display: block;
}
.shahan-megamenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shahan-megamenu li a {
    display: block;
    padding: 10px 20px;
    color: var(--dark-text);
    text-decoration: none;
    white-space: nowrap;
}
.shahan-megamenu li a:hover {
    background-color: var(--secondary-color);
}

/* --- 4.2. منوی اصلی --- */
.menu-header ul.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-header ul.menu > li > a {
    display: block;
    padding: 15px 18px;
    color: var(--dark-text);
    text-decoration: none;
    font-size: 15px;
    position: relative;
    transition: color 0.2s ease;
}
.menu-header ul.menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}
.menu-header ul.menu > li:hover > a,
.menu-header ul.menu > li.current-menu-item > a {
    color: var(--primary-color);
}
.menu-header ul.menu > li:hover > a::after,
.menu-header ul.menu > li.current-menu-item > a::after {
    width: 80%;
}



/* استایل های صفحه اصلی saraad.ir */
.owl-nav {
    display : none;
}
.owl-dots{
    margin-top : 20px;
}
.elementor-element-7f40810{
        margin-top : 60px;
}

/* استایل های بنر اسلایدر اصلی */
.slide-caption{
    background : gray;
        display : flex !important;
        flex-direction :column;
        justify-content : space-between;
    align-items : center !important;
    gap: 20px;
}
.slide-caption span{
        display: flex;
    align-items: center;
    gap: 15px;
        font-size: 20px;
}
.slide-caption span i {
        color: #fff !important;

}
.slide-caption h2{
    color : #fff !important;
}

/* استایل لوگو دیجی پی */
.payment_method_WCDigiPay{
    margin-top:25px !important;
}
.payment_method_WCDigiPay label img{
	width : 40px !important;
}
