/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */





/* استایل حرفه‌ای برای صفحه حساب کاربری ووکامرس */
.woocommerce-account .woocommerce-MyAccount-content, 
.woocommerce-account .woocommerce-MyAccount-content * {
    box-sizing: border-box;
}

/* --- نسخه جدید و حرفه‌ای ویژه my-account --- */
.woocommerce-account .woocommerce-MyAccount-content {
  background: #fffbe5;
  border-radius: 24px;
  box-shadow: 0 10px 38px -8px #ffc60188, 0 6px 32px 0 #1a1a1a13, 0 0.5px 1px 0 #00000007;
  padding: 42px 20px 35px 20px;
  margin-top: 48px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-MyAccount-content p {
  font-size: 1.12em;
  line-height: 2.0;
}
.woocommerce-MyAccount-content strong {
  color: #ffc601;
  font-weight: 700;
  letter-spacing: 0.1px;
}
/* --- منوی حساب کاربری عمودی جذاب 2024 --- */
.woocommerce-MyAccount-navigation {
  display: block;
  width: 220px;
  min-width: 140px;
  max-width: 97vw;
  margin: 35px 0 35px 0;
  background: #fffbe5;
  border-radius: 18px;
  box-shadow: 0 4px 20px -4px #ffc60188;
  padding: 22px 8px;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.woocommerce-MyAccount-navigation li {
  border-radius: 9px;
  overflow: hidden;
  transition: background 0.18s;
  margin: 0;
}
.woocommerce-MyAccount-navigation .wc-nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin-inline-end: 8px;
  transition: transform 0.11s;
}
.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #222;
  font-size: 1.04em;
  gap: 7px;
  padding: 10px 12px 10px 5px;
  border-radius: 9px;
  min-width: 90px;
  background: none;
  border: none;
  transition: background 0.17s, color 0.11s;
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover {
  background: #ffc601 !important;
  color: #fff !important;
  box-shadow: 0 9px 28px -12px #ffc601bf;
}
.woocommerce-MyAccount-navigation li.is-active .wc-nav-icon, .woocommerce-MyAccount-navigation li:hover .wc-nav-icon {
  transform: scale(1.16) rotate(-6deg);
}

/* نمایش محتوای MyAccount سمت راست منو */
.woocommerce-account {
  display: initial !important;
}
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center !important;
  justify-content: center
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  margin: 0;
}
/* نسخه موبایل */
@media (max-width: 700px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 99vw;
    margin: 16px 0 5px 0;
    padding: 8px 2px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin: 0;
  }
}
/* --- پایان منوی عمودی حساب کاربری --- */

/* دکمه logout ویژه */
.woocommerce-MyAccount-content a[href*="logout"] {
  color: #fff !important;
  background: linear-gradient(90deg, #ffc601 45%, #ff9370 95%);
  padding: 9px 30px !important;
  border-radius: 10px;
  font-weight: bold;
  border: none !important;
  box-shadow: 0 6px 32px -8px #ffc601ba;
  margin: 10px 0;
  display: inline-block;
}
.woocommerce-MyAccount-content a[href*="logout"]:hover {
  background: linear-gradient(90deg, #ffb800, #ffc601 72%);
}
/* جدول سفارشات مدرن */
.woocommerce-MyAccount-content table.my_account_orders, .woocommerce-orders-table {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px -8px #ffc60188;
  overflow: hidden;
}
.woocommerce-MyAccount-content table th, .woocommerce-MyAccount-content table td {
  border: none;
  padding: 14px 9px;
}
.woocommerce-MyAccount-content table th {
  background: #ffc601;
  color: #282828;
  font-weight: bolder;
  font-size: 1.01em;
}
.woocommerce-MyAccount-content table tr {
  border-radius: 10px;
  transition: background 0.15s;
}
.woocommerce-MyAccount-content table tr:hover {
  background: #fffbe1;
}
.woocommerce-MyAccount-content table a.button, .woocommerce-MyAccount-content a.button {
  background: #ffc601;
  color: #fff;
  border-radius: 6px;
  padding: 5px 15px;
  font-weight: bold;
  box-shadow: 0 3px 13px -4px #ffc60177;
  transition: background 0.18s;
}
.woocommerce-MyAccount-content table a.button:hover, .woocommerce-MyAccount-content a.button:hover {
  background: #ffbe19;
  color: #fff;
}
@media (max-width: 600px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 15px 2px 25px 2px;
    max-width: 99vw;
  }
  .woocommerce-MyAccount-navigation ul {
    gap: 2px;
  }
  .woocommerce-MyAccount-navigation a {
    font-size: 0.99em;
    padding: 7px 6px 7px 8px;
    min-width: 76px;
  }
}
/* --- END --- */

/* --- منوی تب‌های افقی بالای محتوای حساب کاربری --- */
.woocommerce-account .woocommerce {
  display: block;
}
.woocommerce-MyAccount-navigation {
  width: 100%;
  max-width: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 0 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 14px;
  padding: 0 0 0 0;
  margin-bottom: 0;
  align-items: flex-end;
}
.woocommerce-MyAccount-navigation li {
  margin: 0;
  border-radius: 0;
  overflow: visible;
  background: none;
  min-width: 0;
}
.woocommerce-MyAccount-navigation a {
  color: #1c1c1c !important;
  font-weight: 600;
  padding: 13px 26px 10px 26px;
  background: none;
  border: none;
  border-radius: 18px 18px 0 0;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 1.08em;
  transition: background 0.18s, color 0.15s;
  position: relative;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:focus,
.woocommerce-MyAccount-navigation a:hover {
  background: #ffc601 !important;
  color: #fff !important;
}
.woocommerce-MyAccount-navigation .wc-nav-icon {
  margin-inline-end: 0.45em;
}
/* محتوای باکس زرد */
.woocommerce-MyAccount-content {
  background: #fffbe5;
  border-radius: 0 0 24px 24px;
  margin: 0;
  margin-top: 0;
  box-shadow: 0 10px 38px -8px #ffc60135, 0 6px 32px 0 #1a1a1a13 !important;
  padding: 32px 22px 35px 22px;
  font-family: inherit;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #ffc601;
  position: relative;
}
/* عنوان تب فعال داخل باکس زرد و در بالا */
.woocommerce-MyAccount-content > h2:first-child,
.woocommerce-MyAccount-content > h3:first-child {
  color: #f7b600;
  font-weight: bold;
  font-size: 1.30em;
  margin-top: 0;
  margin-bottom: 24px;
  background: none;
  padding: 0;
  letter-spacing: 0.5px;
  display: block;
  border: none;
}
/* لینک‌ها داخل محتوا مشکی و بدون خط زیر */
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-content a:visited,
.woocommerce-MyAccount-content a:active {
  color: #111;
  text-decoration: none;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: color 0.15s;
}
.woocommerce-MyAccount-content a:hover {
  color: #ffc601;
}
/* باکس و تب‌ها در یک راستا و ارتفاع */
.woocommerce-MyAccount-navigation {
  position: relative;
  z-index: 3;
}
.woocommerce-MyAccount-content {
  z-index: 2;
  margin-top: -8px;
}

/* جابجایی منوی تب‌ها به زیر باکس محتوای حساب کاربری */
.woocommerce-MyAccount-navigation {
  width: 100%;
  max-width: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 36px auto 0 auto;
  padding: 0;
  order: 2;
  position: relative;
  z-index: 5;
}

.woocommerce-MyAccount-content {
  background: #fffbe5;
  border-radius: 24px;
  margin: 0 auto;
  box-shadow: 0 10px 38px -8px #ffc60135, 0 6px 32px 0 #1a1a1a13 !important;
  padding: 32px 22px 35px 22px;
  max-width: 900px;
  margin-bottom: 12px;
  position: relative;
  z-index: 4;
}

/* تب‌های افقی، پایین باکس */
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 14px;
  padding: 0;
  align-items: flex-end;
}
.woocommerce-MyAccount-navigation li {
  margin: 0;
  border-radius: 0;
  overflow: visible;
  background: none;
  min-width: 0;
}
.woocommerce-MyAccount-navigation a {
  color: #1c1c1c !important;
  font-weight: 600;
  padding: 13px 26px 10px 26px;
  background: none;
  border: none;
  border-radius: 18px 18px 0 0;
  box-shadow: none !important;
  text-decoration: none !important;
  font-size: 1.08em;
  transition: background 0.18s, color 0.15s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:focus,
.woocommerce-MyAccount-navigation a:hover {
  background: #ffc601 !important;
  color: #fff !important;
}

/* آیکن تب‌ها بزرگ‌تر و هوشمندانه رنگی */
.woocommerce-MyAccount-navigation .wc-nav-icon {
  width: 1.65em !important;
  height: 1.65em !important;
  min-width: 24px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 8px;
  transition: filter 0.2s, color 0.2s;
}
.woocommerce-MyAccount-navigation li a .wc-nav-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
/* آیکن طوسی برای تب غیر فعال، آیکن سفید روی تب فعال */
.woocommerce-MyAccount-navigation li:not(.is-active) .wc-nav-icon svg * {
  fill: #bbb !important;
  stroke: #bbb !important;
}
.woocommerce-MyAccount-navigation li.is-active .wc-nav-icon svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

@media (max-width: 900px) {
  .woocommerce-MyAccount-navigation ul {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 7px;
  }
  .woocommerce-MyAccount-navigation a {
    min-width: 110px;
    font-size: 1em;
    padding: 12px 13px 9px 13px;
  }
  .woocommerce-MyAccount-content {
    padding: 14px 2px 22px 2px;
    font-size: 0.96em;
  }
  .woocommerce-MyAccount-navigation {
    margin-top: 15px;
  }
}

/* --- استایل دو ستونه مدرن برای صفحه حساب کاربری ووکامرس --- */
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column ;
  gap: 0;
  align-items: center !important;
  justify-content: center !important;
}
.woocommerce-MyAccount-navigation {
  background: linear-gradient(135deg,#fffbe5 60%,#ffe167 130%);
  box-shadow: 0 10px 34px -10px #ffc60133,0 .5px 1.5px #ffe16733;
  border-radius: 25px;
  padding: 30px 11px 30px 11px;
  min-width: 180px;
  max-width: 235px;
  width: 17vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 5;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce-MyAccount-navigation li {
  border-radius: 14px;
  transition: background .18s, box-shadow .18s;
  overflow: visible !important;
  margin: 0;
  width: 100%;
}
.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 700;
  color: #171717;
  padding: 11px 3px 11px 7px;
  font-size: 1.09em;
  background: none;
  border: none;
  border-radius: 12px;
  transition: background 0.18s, box-shadow 0.18s, color .16s;
  text-decoration: none;
  box-shadow: none;
  position: relative;
  letter-spacing: 0.05px;
}
.woocommerce-MyAccount-navigation a .wc-nav-icon {
  width: 2em !important;
  height: 2em !important;
  min-width: 28px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 2px;
}
.woocommerce-MyAccount-navigation a .wc-nav-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.woocommerce-MyAccount-navigation li:not(.is-active) .wc-nav-icon svg * {
  fill: #c7c7c7 !important;
  stroke: #c7c7c7 !important;
  transition: fill 0.2s, stroke 0.2s;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #ffc601 !important;
  color: #fff !important;
  box-shadow: 0 6px 24px -9px #ffc60133;
}
.woocommerce-MyAccount-navigation li.is-active .wc-nav-icon svg *,
.woocommerce-MyAccount-navigation li a:hover .wc-nav-icon svg * {
  fill: #fff !important;
  stroke: #fff !important;
}
.woocommerce-MyAccount-navigation li a:active .wc-nav-icon svg * {
  fill: #ffc601 !important;
  stroke: #fff !important;
}

/* باکس محتوا ستون چپ */
.woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 13px 36px -10px #ffc6011c, 0 2px 13px #1a1a1a13;
  padding: 36px 30px 36px 30px;
  margin: 0;
  min-width: 0;
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  z-index: 2;
}
.woocommerce-MyAccount-content > h2:first-child, .woocommerce-MyAccount-content > h3:first-child {
  color: #ffc601;
  font-size: 1.42em;
  margin-top: 0;
  margin-bottom: 28px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 0;
  padding-bottom: 13px;
  border-bottom: 1.5px solid #ffe24e66;
  background: none;
}
/* لینک‌های داخلی محتوا ساده */
.woocommerce-MyAccount-content a {
  color: #212121;
  text-decoration: none;
  border: none;
  font-weight: 500;
  transition: color 0.14s;
}
.woocommerce-MyAccount-content a:hover {
  color: #ffc601;
}

/* کاملاً ریسپانسیو */
@media (max-width: 900px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .woocommerce-MyAccount-navigation {
    max-width: 100vw;
    width: 100%;
    margin: 0 0 18px 0;
    border-radius: 19px;
    box-shadow: 0 4px 18px -9px #ffc6011d;
    padding: 16px 2px 7px 2px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .woocommerce-MyAccount-navigation li {
    border-radius: 7px;
    min-width: 82px;
    max-width: 90vw;
  }
  .woocommerce-MyAccount-navigation a {
    font-size: 0.97em;
    padding: 10px 7px 10px 7px;
    min-width: 77px;
  }
  .woocommerce-MyAccount-content {
    padding: 15px 4px 24px 4px;
    max-width: 98vw;
    border-radius: 13px;
  }
}

/* آیکن‌های تب فونت‌آوسام منوی اکانت ووکامرس */
.woocommerce-MyAccount-navigation a .wc-nav-fa {
  font-size: 1.38em;
  margin-inline-end: 12px;
  color: #ffc601;
  vertical-align: middle;
  transition: color .18s;
  display: inline-block;
  min-width: 1.2em;
  min-height: 1em;
}
.woocommerce-MyAccount-navigation li.is-active a .wc-nav-fa,
.woocommerce-MyAccount-navigation a:hover .wc-nav-fa {
  color: #fff !important;
}
.woocommerce-MyAccount-navigation li:not(.is-active) a:active .wc-nav-fa {
  color: #ff9200 !important;
}

/* داشبورد اکانت استایل وردپرسی کلاسیک 2024 */
.woocommerce-account .custom-myaccount-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}

/* ستون منو سمت راست */
.custom-myaccount-nav {
  background: #fff;
  width: 500px;
  min-width: 180px;
  max-width: 240px;
  border-radius: 16px;
  box-shadow: 0 2px 14px -7px #bbb4, 0 .2px 1px #eee6;
  padding: 22px 9px 10px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: inherit;
}
.custom-profile-pic-box {
  width: 96px;
  height: 96px;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 50%;
  background: #fbfbfb;
  border: 2px solid #ebeae8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-profile-pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.custom-profile-name {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 22px;
  color: #333;
  text-align: center;
}
.custom-nav-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style:none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.custom-nav-list li {
  width: 100%;
}
.custom-nav-list a {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.01em;
  font-weight: 500;
  color: #333;
  border-radius: 11px;
  padding: 10px 15px 10px 10px;
  background: none;
  margin: 0;
  transition: background 0.13s, color 0.13s;
  position: relative;
}
.custom-nav-list .fa, .custom-nav-list .fa-solid {
  font-size: 1.33em;
  color: #909090 !important;
  min-width: 23px;
  text-align: center;
  transition: color .18s;
}
.custom-nav-list li.active a,
.custom-nav-list a:hover {
  background: #f6f6f6;
  color: #000;
}
.custom-nav-list li.active .fa,
.custom-nav-list li.active .fa-solid,
.custom-nav-list a:hover .fa,
.custom-nav-list a:hover .fa-solid {
  color: #ffae00 !important;
}

.custom-account-divider {
  margin: 20px 0 15px 0;
  border: none;
  border-top: 1.5px solid #eee;
  width: 88%;
}

/* محتوای داشبورد سمت چپ */
.custom-myaccount-main {
  flex: 1 1 0%;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 1.5px 18px -6px #bbb5;
  padding: 34px 28px 38px 18px;
  font-family: inherit;
}
.custom-myaccount-main > h2,
.custom-myaccount-main > h3 {
  font-size: 1.23em;
  color: #444;
  font-weight: 700;
  margin-top: 0;
  letter-spacing:0.05rem;
}
.custom-dashboard-cards {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
  gap: 21px;
}
.custom-dashboard-card {
  background: #fcfcfc;
  border-radius: 12px;
  box-shadow: 0 3px 10px -7px #ccb2,0 .5px 2px #eee8;
  border: 1px solid #f3efe5;
  padding: 26px 0 23px 0;
  text-align: center;
  transition: box-shadow .17s, background .15s;
  cursor: pointer;
}
.custom-dashboard-card:hover {
  box-shadow: 0 5px 18px -7px #ffc60160;
  background: #fffbe5;
}
.custom-dashboard-card .fa, .custom-dashboard-card .fa-solid {
  font-size: 2.3em;
  color: #ffc601;
  margin-bottom: 12px;
}
.custom-dashboard-card-title {
  font-weight: 600;
  color: #282828;
  font-size:1.09em;
}
/* ریسپانسیو کامل */
@media (max-width: 900px) {
  .woocommerce-account .custom-myaccount-container {
    flex-direction: column;
    gap: 13px;
    align-items:stretch;
  }
  .custom-myaccount-nav {
    width: 100%;
    max-width: 99vw;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: flex-start;
    padding: 18px 2px 8px 2px;
    min-width: 0;
    border-radius: 13px;
  }
  .custom-profile-pic-box {
    width: 61px;height: 61px; margin-bottom: 7px;
  }
}

/* -- DASHBOARD MINIMAL PROFILE/INFO BOX -- */
.custom-myaccount-main {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1.5px 15px -7px #e7e7e7d1;
  padding: 22px 26px 25px 18px;
  direction: rtl;
  text-align: right;
  font-family: inherit;
}
.custom-myaccount-main > div {
  direction: rtl;
}
.custom-myaccount-main [dir="ltr"] {
  direction: ltr !important;
  display: inline-block;
  margin-right: 8px;
  color: #aaa;
  font-size: 0.83em;
}
.custom-dashboard-edit-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 7px;
  font-size: 1em;
  color: #555;
  background: #f9f9f9;
  box-shadow: 0 .5px 2px #eee5;
  border: none;
  text-decoration: none;
  font-weight: 500;
  transition: background .15s, color .12s;
}
.custom-dashboard-edit-btn:hover {
  background: #ffc60114;
  color: #ce9100;
}
.custom-dashboard-edit-btn .fa-solid {
  font-size: 1.14em;
}
.custom-dashboard-data-box {
  background: #f9f9f9;
  border-radius: 11px;
  padding: 18px 10px 14px 10px;
  margin-top: 18px;
  color: #333;
  box-shadow: 0 .5px 8px -3px #eee;
  font-size: 1.02em;
}
.custom-dashboard-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 42px;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
}
.custom-dashboard-row span {
  display: inline-block;
  min-width: 130px;
  margin-bottom: 3px;
}
.custom-dashboard-row b, .custom-dashboard-data-box label {
  color: #888;
  margin-left: 3px;
  font-weight: 600;
}
/* مینیمال و ریسپانسیو */
@media(max-width: 700px){
  .custom-myaccount-main {
    padding: 9px 2vw 13px 2vw;
  }
  .custom-dashboard-data-box {
    padding: 12px 3px 10px 1px;
    font-size: 0.99em;
  }
  .custom-dashboard-row {
    gap: 9px 9vw;
    font-size: 0.98em;
  }
  .custom-dashboard-edit-btn {
    padding: 7px 10px;
    font-size: 0.98em;
    border-radius: 6px;
  }
}

.custom-myaccount-main div {
    flex-direction: row !important;
}

a {
    text-decoration: none !important;
}

/* ظرف کلی My Account – اندازه ثابت 1440px و وسط صفحه */
/* .page-content .woocommerce,
body .page-content .woocommerce,
.woocommerce-account .page-content .woocommerce,
.woocommerce[style] {
    display: flex !important;
    flex-direction: row !important;
    gap: 32px !important;
    align-items: flex-start !important;
    box-sizing: border-box !important;
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 30px 20px !important;
} */

/* ستون ناوبری (سمت راست در RTL) */
.custom-myaccount-nav,
.woocommerce .custom-myaccount-nav {
    width: 320px !important;
    flex: 0 0 320px !important;
    min-width: 320px !important;
    box-sizing: border-box !important;
}

/* ستون محتوای اصلی (چپ) */
.woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce-MyAccount-content[style] {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    box-sizing: border-box !important;
}

/* کارت داخلی محتوا */
.custom-myaccount-main {
    max-width: 980px !important;
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* لغو float/width قالب اگر مزاحم شده */
.site-main,
.page-content,
.page-header,
.woocommerce-account .woocommerce,
.page-content .woocommerce {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* اگر المنت‌ها style inline با width دارند، اینها رو هم پوشش بده */
.page-content .woocommerce[style*="width"] { max-width:1440px !important; width:100% !important; }

/* آواتار و باکس ناو */
.custom-profile-pic-box {
    width: 96px !important;
    height: 96px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    margin: 0 auto 12px !important;
    display: block !important;
}

/* واکنش‌گرایی */
@media (max-width: 1200px) {
  .page-content .woocommerce { padding: 20px !important; gap: 18px !important; }
  .custom-myaccount-nav { width: 260px !important; flex: 0 0 260px !important; min-width:260px !important; }
  .custom-myaccount-main { max-width: 720px !important; }
}

@media (max-width: 780px) {
  .page-content .woocommerce { flex-direction: column !important; padding: 16px !important; gap:12px !important; }
  .custom-myaccount-nav { width: 100% !important; flex: 0 0 auto !important; order: 2 !important; min-width:0 !important; }
  .woocommerce-MyAccount-content { order: 1 !important; width:100% !important; }
}
header.woocommerce-Address-title.title {
    margin-bottom: 20px;
}
.woocommerce-account .addresses .title .edit {
    float: none;
    border: 1px solid #FFC601;
    color: #FFC601;
    padding: 5px 12px;
    border-radius: 20px;
}
/*button.woocommerce-Button.button {
    border: 1px solid #FFC601;
    color: #FFC601;
    padding: 5px 12px !important;
    border-radius: 20px;
    background: transparent !important;
    font-weight: 500 !important;
}*/
.custom-myaccount-nav {
    border: 2px solid #FFC601;
}
.entry-title {
    display: none !important;
}

/* --- فرم ورود و ثبت نام شکیل --- */
body.woocommerce-account .wc-auth-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: clamp(18px, 3vw, 40px);
  margin: clamp(25px, 4vw, 60px) auto;
  align-items: stretch;
  direction: rtl;
}
body.woocommerce-account .wc-auth-wrapper--single {
  max-width: 640px;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-account .wc-auth-wrapper--single .wc-auth-card {
  width: 100%;
}
body.woocommerce-account .wc-auth-wrapper--single .wc-auth-card__head {
  text-align: center;
}
body.woocommerce-account .wc-auth-wrapper--single .wc-auth-card__head h2 {
  font-size: clamp(1.4em, 2.2vw, 2.1em);
}
body.woocommerce-account .wc-auth-card {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 3vw, 42px);
  box-shadow: 0 20px 60px -30px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,198,1,0.22);
  position: relative;
  overflow: hidden;
}
body.woocommerce-account .wc-auth-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,198,1,0.12), transparent 60%);
  opacity: 0.6;
}
body.woocommerce-account .wc-auth-card__head {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
body.woocommerce-account .wc-auth-card__eyebrow {
  font-size: 0.92em;
  letter-spacing: 0.02em;
  color: #8b6d00;
  margin: 0 0 7px 0;
}
body.woocommerce-account .wc-auth-card__head h2 {
  margin: 0;
  font-size: clamp(1.3em, 2vw, 1.8em);
  color: #1f1600;
  font-weight: 800;
}
body.woocommerce-account .wc-auth-form {
  position: relative;
  z-index: 2;
}
body.woocommerce-account .wc-auth-form label {
  font-weight: 600;
  color: #1f1600;
}
body.woocommerce-account .wc-auth-form input[type="text"],
body.woocommerce-account .wc-auth-form input[type="email"],
body.woocommerce-account .wc-auth-form input[type="password"],
body.woocommerce-account .wc-auth-form input[type="file"] {
  margin-top: 8px;
  border-radius: 16px;
  border: 1.5px solid #f3e0a9;
  padding: 14px 16px;
  background: #fffdf6;
  transition: border-color 0.18s, box-shadow 0.18s;
}
body.woocommerce-account .wc-auth-form input:focus {
  border-color: #f8c149;
  box-shadow: 0 0 0 3px rgba(255,198,1,0.2);
}
body.woocommerce-account .wc-auth-upload small {
  display: block;
  margin-top: 6px;
  color: #6b5e32;
  font-size: 0.85em;
}
body.woocommerce-account .wc-auth-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.wc-auth-btn {
  border-radius: 999px !important;
  padding: 12px 32px !important;
  font-weight: 700 !important;
  background: linear-gradient(120deg,#ffc601,#ff9334) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 16px 36px -28px rgba(0,0,0,0.7);
}
.wc-auth-btn:hover {
  filter: brightness(1.05);
}
body.woocommerce-account .lost_password a {
  color: #c07b00;
  font-weight: 600;
}
.wc-auth-register-link {
  text-align: center;
  margin-top: 18px;
  font-weight: 600;
  color: #5c4d0f;
}
.wc-auth-register-link a {
  color: #ff8a00 !important;
  font-weight: 700;
}
.wc-auth-register-link a:hover {
  color: #ffb400 !important;
}
@media (max-width: 640px) {
  body.woocommerce-account .wc-auth-form__footer {
    flex-direction: column;
    align-items: stretch;
  }
  body.woocommerce-account .wc-auth-card {
    padding: 24px 18px;
  }
}

/* --- فرم ورود و ثبت نام شکیل --- */
body.woocommerce-account .wc-auth-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: clamp(18px, 3vw, 40px);
  margin: clamp(25px, 4vw, 60px) auto;
  align-items: stretch;
  direction: rtl;
}
body.woocommerce-account .wc-auth-card {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 3vw, 42px);
  box-shadow: 0 20px 60px -30px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,198,1,0.22);
  position: relative;
  overflow: hidden;
}
body.woocommerce-account .wc-auth-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,198,1,0.12), transparent 60%);
  opacity: 0.6;
}
body.woocommerce-account .wc-auth-card__head {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
body.woocommerce-account .wc-auth-card__eyebrow {
  font-size: 0.92em;
  letter-spacing: 0.02em;
  color: #8b6d00;
  margin: 0 0 7px 0;
}
body.woocommerce-account .wc-auth-card__head h2 {
  margin: 0;
  font-size: clamp(1.3em, 2vw, 1.8em);
  color: #1f1600;
  font-weight: 800;
}
body.woocommerce-account .wc-auth-form {
  position: relative;
  z-index: 2;
}
body.woocommerce-account .wc-auth-form label {
  font-weight: 600;
  color: #1f1600;
}
body.woocommerce-account .wc-auth-form input[type="text"],
body.woocommerce-account .wc-auth-form input[type="email"],
body.woocommerce-account .wc-auth-form input[type="password"] {
  margin-top: 8px;
  border-radius: 16px;
  border: 1.5px solid #f3e0a9;
  padding: 14px 16px;
  background: #fffdf6;
  transition: border-color 0.18s, box-shadow 0.18s;
}
body.woocommerce-account .wc-auth-form input:focus {
  border-color: #f8c149;
  box-shadow: 0 0 0 3px rgba(255,198,1,0.2);
}
body.woocommerce-account .wc-auth-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.wc-auth-btn {
  border-radius: 999px !important;
  padding: 12px 32px !important;
  font-weight: 700 !important;
  background: linear-gradient(120deg,#ffc601,#ff9334) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 16px 36px -28px rgba(0,0,0,0.7);
}
.wc-auth-btn:hover {
  filter: brightness(1.05);
}
body.woocommerce-account .lost_password a {
  color: #c07b00;
  font-weight: 600;
}
@media (max-width: 640px) {
  body.woocommerce-account .wc-auth-form__footer {
    flex-direction: column;
    align-items: stretch;
  }
  body.woocommerce-account .wc-auth-card {
    padding: 24px 18px;
  }
}
.woocommerce-privacy-policy-text a {
  color: #FFC601 !important;
}
.site-main.post-2613.page.type-page.status-publish.hentry .page-content .woocommerce {
	    display: flex !important;
    flex-direction: row !important;
    gap: 32px !important;
    align-items: flex-start !important;
    box-sizing: border-box !important;
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 30px 20px !important;
}




/* //////استایل های صفحه تشکر بعد از پرداخت ////// */
/* //////استایل های صفحه تشکر بعد از پرداخت ////// */
.woocommerce ul.order_details li{
	width: 100%;
	float: right !important;
    margin-left: 2em !important;
    text-transform: uppercase !important;
    font-size: .715em !important;
    line-height: 1 !important;
    border-left: 1px dashed #cfc8d8 !important;
}
/* --- Global Reset --- */
.woocommerce-order {
    direction: rtl;
    text-align: right;
    font-family: yekan, sans-serif;
    max-width: 850px;
    margin: 40px auto;
    padding: 25px;
    background: #fff;
}

/* --- Success Notice --- */
.woocommerce-notice--success {
    background: #f9f9f9;
    border-right: 4px solid #ffc601;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 25px;
}

/* --- Order Overview --- */
.woocommerce-order-overview {
   text-align: center;
    margin: 25px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}
@media (max-width:768px){
	.woocommerce-order-overview {
		    display: block !important;

	}
	
}

.woocommerce-order-overview li {
    list-style: none;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 12px 15px;
    border-radius: 12px;
    font-size: .95rem;
}

.woocommerce-order-overview strong {
    display: block;
    margin-top: 6px;
    font-size: 1.05rem;
    color: #333;
}

/* --- Section Titles --- */
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 1.2rem;
    border-right: 4px solid #ffc601;
    padding-right: 10px;
    margin: 25px 0 15px;
}

/* --- Order Details Table --- */
.woocommerce-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.woocommerce-table th {
    background: #ffc601;
    color: #000;
    padding: 12px;
    border-radius: 10px 10px 0 0;
    font-size: 1rem;
}

.woocommerce-table td {
    background: #fafafa;
    padding: 14px 12px;
    border: 1px solid #eee;
    border-radius: 10px;
}

/* --- Product Row --- */
.woocommerce-table__line-item td {
    background: #fff;
}

/* --- Table Footer --- */
.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
    background: #fff;
    font-size: .95rem;
    padding: 10px 12px;
}



.woocommerce-column address {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 18px;
    border-radius: 12px;
    line-height: 1.9;
    font-size: .95rem;
}

/* Phone & Email */
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    margin-top: 10px;
    color: #555;
}
