.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"IRANSANS";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANSANS";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANSANS";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANSANS";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* کانتینر */
table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #d9dfe8;
    border-radius:8px;
    overflow:hidden;
}
.wpDataTable{
    border:1px solid #d9dfe8;
    border-radius:8px;
    overflow:hidden;
}

.wpDataTable table{
    width:100%;
}
/* هدر (اولین ردیف) */
.wpDataTable:not(:has(thead th)) tbody tr:first-child td{
    background:#0d4d95 !important;
    color:#fff !important;
    font-weight:700;
    font-size:15px;
    padding:16px 12px !important;
    border:1px solid #0b3d78 !important;
}

/* ردیف‌ها */
.wpDataTable tbody tr:not(:first-child) td{
    padding:8px 10px !important;
    border:1px solid #e6edf5 !important;
    background:#fff;
    color:#444;
}

/* یکی درمیان */
.wpDataTable tbody tr:nth-child(even):not(:first-child) td{
    background:#f6f8fb;
}

/* هاور */
.wpDataTable tbody tr:not(:first-child):hover td{
    background:#eef5ff;
}

/* ستون قیمت */
.wpDataTable tbody td:last-child{
    font-weight:700;
    color:#0d4d95;
}

/* ستون اول */
.wpDataTable tbody td:first-child{
    font-weight:bold;
    width:70px;
}
/* ردیف‌های زوج */
.wpDataTable tbody tr:nth-child(2n+2) td{
    background:#f5f7fa !important;
}

/* ردیف‌های فرد */
.wpDataTable tbody tr:nth-child(2n+3) td{
    background:#ffffff !important;
}

/* هاور */
.wpDataTable tbody tr:not(:first-child):hover td{
    background:#e9f2ff !important;
}
/* استایل عمومی سلول‌ها */
.wpDataTable tbody td{
    padding:8px 10px !important;
    border:1px solid #e6edf5 !important;
    color:#444;
    text-align:center;
    vertical-align:middle;
    transition:.2s;
}

/* ردیف‌های فرد */
.wpDataTable tbody tr.odd td{
    background:#ffffff !important;
}

/* ردیف‌های زوج */
.wpDataTable tbody tr.even td{
    background:#f5f7fa !important;
}

/* هاور */
.wpDataTable tbody tr:hover td{
    background:#e9f2ff !important;
}

/* ستون ردیف */
.wpDataTable tbody td.column-0{
    font-weight:700;
    width:70px;
    text-align:center;
}

/* ستون نوع */
.wpDataTable tbody td.column-1{
    text-align:center;
}

/* ستون قیمت */
.wpDataTable tbody td.column-6{
    color:#0d4d95 !important;
    font-weight:700;
}

/* حذف رنگ ستون مرتب‌سازی */
.wpDataTable tbody td.sorting_1{
    background:inherit !important;
    
}

/* واحد وزن فقط در موبایل کنار وزن دیده شود */
.wpdt-weight-unit {
  display: none;
}

/* ستون‌های اضافه‌شده توسط JS در دسکتاپ مخفی باشند */
.wpdt-mobile-toggle,
.wpdt-mobile-details,
.wpdt-mobile-arrow-head {
  display: none !important;
}

/* حالت موبایل شبیه جدول‌های قیمت آهن */
@media (max-width: 768px) {

  .price-mobile-table-wrap {
    border: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .price-mobile-table {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    direction: rtl;
  }

  .price-mobile-table tbody {
    display: block !important;
    width: 100% !important;
  }

  /* هدر موبایل */
  .price-mobile-table tbody tr:first-child {
    display: grid !important;
    grid-template-columns: minmax(0, 2.2fr) 72px 96px 38px;
    align-items: center;
    background: #0d4d95 !important;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .price-mobile-table tbody tr:first-child td {
    display: none !important;
    width: auto !important;
    border: 0 !important;
    padding: 12px 8px !important;
    background: #0d4d95 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: center;
  }

  .price-mobile-table tbody tr:first-child td[data-col-index="1"],
  .price-mobile-table tbody tr:first-child td[data-col-index="4"],
  .price-mobile-table tbody tr:first-child td[data-col-index="6"],
  .price-mobile-table tbody tr:first-child .wpdt-mobile-arrow-head {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .price-mobile-table tbody tr:first-child td[data-col-index="1"] {
    justify-content: flex-start;
    text-align: right;
    padding-right: 12px !important;
  }

  /* ردیف‌های محصول در موبایل */
  .price-mobile-table tbody tr:not(:first-child) {
    display: grid !important;
    grid-template-columns: minmax(0, 2.2fr) 72px 96px 38px;
    align-items: stretch;
    margin: 0 0 10px;
    border: 1px solid #dfe7f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(13, 77, 149, 0.08);
  }

  .price-mobile-table tbody tr:not(:first-child) td {
    display: none !important;
    width: auto !important;
    border: 0 !important;
    padding: 10px 8px !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 12px !important;
    line-height: 1.8;
    min-height: 48px;
  }

  /* فقط تیرآهن، وزن، قیمت و فلش دیده شود */
  .price-mobile-table tbody tr:not(:first-child) td[data-col-index="1"],
  .price-mobile-table tbody tr:not(:first-child) td[data-col-index="4"],
  .price-mobile-table tbody tr:not(:first-child) td[data-col-index="6"],
  .price-mobile-table tbody tr:not(:first-child) .wpdt-mobile-toggle {
    display: flex !important;
    align-items: center;
  }

  .price-mobile-table tbody tr:not(:first-child) td[data-col-index="1"] {
    justify-content: flex-start;
    text-align: right;
    font-weight: 700 !important;
    padding-right: 12px !important;
    color: #222 !important;
  }

  .price-mobile-table tbody tr:not(:first-child) td[data-col-index="4"] {
    justify-content: center;
    text-align: center;
    border-right: 1px solid #edf1f6 !important;
    font-weight: 700 !important;
  }

  .price-mobile-table tbody tr:not(:first-child) td[data-col-index="6"] {
    justify-content: center;
    text-align: center;
    border-right: 1px solid #edf1f6 !important;
    font-weight: 800 !important;
    color: #0d4d95 !important;
    white-space: nowrap;
  }

  .wpdt-weight-unit {
    display: inline-block;
    margin-right: 4px;
    font-size: 10px;
    color: #777;
    font-weight: 400;
  }

  /* فلش باز و بسته شدن */
  .price-mobile-table .wpdt-mobile-toggle {
    justify-content: center;
    border-right: 1px solid #edf1f6 !important;
    cursor: pointer;
  }

  .price-mobile-table .wpdt-mobile-toggle button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #d7e1ee;
    background: #f5f8fc;
    color: #0d4d95;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .price-mobile-table .wpdt-mobile-row.is-open .wpdt-mobile-toggle button {
    transform: rotate(180deg);
    background: #0d4d95;
    color: #fff;
  }

  /* اطلاعات مخفی */
  .price-mobile-table tbody tr:not(:first-child) .wpdt-mobile-details {
    display: none !important;
    grid-column: 1 / -1;
    min-height: auto;
    padding: 0 !important;
    background: #f8fafd !important;
    border-top: 1px solid #e5edf6 !important;
  }

  .price-mobile-table tbody tr:not(:first-child).is-open .wpdt-mobile-details {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    padding: 10px 12px !important;
  }

  .wpdt-detail-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #dce5ef;
    font-size: 12px;
    color: #555;
  }

  .wpdt-detail-item b {
    color: #0d4d95;
    font-weight: 700;
  }

  .wpdt-detail-item em {
    font-style: normal;
    color: #333;
  }

  @media (max-width: 420px) {
    .price-mobile-table tbody tr:not(:first-child).is-open .wpdt-mobile-details {
      grid-template-columns: 1fr;
    }
  }
}
:root{
    --body-size:16px;
    --h1-size:38px;
    --h2-size:30px;
    --h3-size:24px;
    --h4-size:20px;
    --table-size:14px;
    --table-header-size:13px;
}
/* فونت کل جدول *//* فونت کل wpDataTables */
.wpDataTables table,
.wpDataTables table *,
.wpDataTable,
.wpDataTable *,
table.wpDataTable,
table.wpDataTable *{
    font-family: "IranYekan" !important;
}

h3.wpdt-c[id^="wdt-table-title-"]{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin:0 0 25px;
    padding:15px 30px;

    background:linear-gradient(135deg,#0b1f3a 0%, #173b6d 100%);
    color:#fff !important;

    font-size:30px;
    font-weight:700;

    border-radius:14px;
    border:1px solid #bfa14a;
    border-right:8px solid #d4af37;

    box-shadow:
        0 10px 25px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.08);

    position:relative;
}

/* نوار نقره‌ای بالا */
h3.wpdt-c[id^="wdt-table-title-"]::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    height:2px;
    background:linear-gradient(90deg,#cfd3d6,#ffffff,#cfd3d6);
}

/* خط طلایی پایین */
h3.wpdt-c[id^="wdt-table-title-"]::after{
    content:"";
    position:absolute;
    bottom:0;
    right:20px;
    width:80px;
    height:4px;
    background:linear-gradient(90deg,#b8860b,#ffd54f,#b8860b);
    border-radius:20px;
}
h3.wpdt-c[id^="wdt-table-title-"]{
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    padding: 12px 22px;
    line-height: 1.5;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IRANSANS';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://saray-agency.com/ahan-novin/wp-content/uploads/2026/06/Iranian-Sans.woff') format('woff');
}
/* End Custom Fonts CSS */