.elementor-17 .elementor-element.elementor-element-1d90b88{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-17 .elementor-element.elementor-element-6d46200{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-6d46200.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), vazir;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-17 .elementor-element.elementor-element-7d04c3a{text-align:center;}.elementor-17 .elementor-element.elementor-element-7d04c3a .elementor-heading-title{font-family:"Vazirmatn", vazir;font-size:23px;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), vazir;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17 .elementor-element.elementor-element-fdb2b21{text-align:center;}.elementor-17 .elementor-element.elementor-element-37f1f79{width:100%;max-width:100%;}.elementor-17 .elementor-element.elementor-element-37f1f79 > .elementor-widget-container{margin:-25px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-37f1f79.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-e979c93{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), vazir;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17 .elementor-element.elementor-element-53a835e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-53a835e.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-53a835e img{width:100%;border-radius:18px 18px 18px 18px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-17 .elementor-element.elementor-element-37f1f79{width:var( --container-widget-width, 802px );max-width:802px;--container-widget-width:802px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-6d46200{--width:50%;}.elementor-17 .elementor-element.elementor-element-e979c93{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-17 .elementor-element.elementor-element-6d46200{--width:695px;}}/* Start custom CSS for shortcode, class: .elementor-element-37f1f79 *//* ظرف کلی */
.account-page-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.account-header {
  text-align: center;
  margin-bottom: 25px;
}

.account-header h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.account-header p {
  color: #666;
  font-size: 16px;
}

/* منوی حساب کاربری */
.woocommerce-MyAccount-navigation {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 8px; /* فاصله بین آیکون و متن */
  padding: 10px 15px;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover {
  background: #30ff00;
  color: #fff;
}

/* آیکون‌ها با استفاده از ::before */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "🏠";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "🛒";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "⬇️";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "📍";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "⚙️";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "🚪";
}/* End custom CSS */