#lbm_lf_section {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 30px;
}

h1.page-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 20px auto;
    text-align: center;
    word-break: break-word;
}

/* عنوان محصولات داخل بلاگ یا باکس‌های معرفی */
.right-block h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 90%;
    word-break: break-word;
    margin-bottom: 10px;
    text-align: right;
}

/* نسخه موبایل */
@media (max-width: 768px) {
    h1.page-heading {
        font-size: 16px;
        max-width: 90%;
        text-align: right;
        margin: 0 auto 16px auto;
    }

    .right-block h5 {
        font-size: 14px;
        line-height: 1.4;
        max-width: 100%;
    }
}


@font-face {
  font-family: 'Vazir';
  src: url('../fonts/vazir/Vazir.woff2') format('woff2'),
       url('../fonts/vazir/Vazir.woff') format('woff'),
       url('../fonts/vazir/Vazir.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 

/* اعمال فونت وزیر به کل محتوای بلاگ */
.blog-container,
.blog-container *,

.blog-post-title,
.blog-post-title *,

.blog-post-content,
.blog-post-content *,

.blog-post-description,
.blog-post-description *,

.blog-article,
.blog-article *,

.blog-item,
.blog-item *,

.blog-content,
.blog-content *,

.post-content,
.post-content *,

.blog-text,
.blog-text * {
  font-family: 'Vazir', sans-serif !important;
}



/* ابرای بسته محصول */


section.product-pack .base_list_line {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
  gap: 16px;
  margin-top: 20px;
}

section.product-pack .line_item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 12px;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.product-pack .line_item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

section.product-pack .pack-product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

section.product-pack .pack-product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 8px;
}

section.product-pack .pack-product-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

section.product-pack .pack-product-price {
  font-size: 14px;
  color: #e53935;
  margin-bottom: 4px;
}

section.product-pack .pack-product-quantity {
  font-size: 13px;
  color: #555;
}

/* Mobile adjustment */
@media (max-width: 768px) {
  section.product-pack .base_list_line {
    grid-template-columns: repeat(2, 1fr);
  }
}

section.product-pack .pack-product-quantity span {
  font-size: 16px !important;
  font-weight: 500;
  color: #444;
  direction: rtl;
  position: relative;
}

section.product-pack .pack-product-quantity span::before {
  content: 'تعداد در بسته: ';
  margin-left: 4px;
}

section.product-pack .pack-product-quantity span::after {
  content: ' عدد';
}




.product-pack .page_heading {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  background-color: #f7f7f7; /* رنگ پس‌زمینه روشن */
  padding: 12px 20px;
  border-radius: 8px;
  margin: 0 auto 20px auto;
  max-width: 600px;  /* عرض بلوک */
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* سایه ملایم */
  border: 1px solid #ddd;
}

.order-status-steps {
  gap: 1rem;
  flex-wrap: wrap;
}

.order-status-steps .step {
  flex: 1 1 22%;
  min-width: 120px;
}



.account-summary-cards .card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.account-summary-cards .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.account-summary-cards i.material-icons {
  font-size: 36px;
  color: #ff5722;
}

/* استایل ردیف وضعیت سفارش */
.order-status-tracker {
  background: #fafafa;
  border-radius: 12px;
}

.order-status-tracker .step {
  flex: 1 1 25%;
  padding: 10px;
}

.order-status-tracker .step i {
  font-size: 36px;
  margin-bottom: 8px;
  display: block;
}

/* برای ریسپانسیو بودن */
@media (max-width: 768px) {
  .order-status-tracker .step {
    flex: 1 1 50%;
    margin-bottom: 15px;
  }

  .account-summary-cards .card {
    margin-bottom: 15px;
  }
}

/* برای نمایش حساب کاری سفارشات در سه ستون */

.order-summary-fullwidth {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #eee;
  padding-top: 16px;
  flex-wrap: wrap;
}

.order-summary-box {
  display: flex;
  align-items: center;
  flex: 1 1 30%;
  gap: 12px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  transition: background 0.3s;
}

.order-summary-box:hover {
  background: #fafafa;
}

.summary-icon {
  width: 48px;
  height: 48px;
}

.summary-text {
  display: flex;
  flex-direction: column;
}

.summary-count {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.summary-label {
  font-size: 0.85rem;
  color: #888;
}

/* موبایل */
@media (max-width: 768px) {
  .order-summary-box {
    flex: 1 1 100%;
  }
}



/* ✅ ظاهر کلی فرم کارت مانند */
.js-customer-form .form_content,
.infoss .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
  padding: 24px;
  margin-bottom: 20px;
}

/* ✅ فاصله بین فیلدها */
.js-customer-form .form-group {
  margin-bottom: 20px;
}

/* ✅ استایل لیبل‌ها */
.js-customer-form label {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: inline-block;
}

/* ✅ استایل اینپوت‌ها */
.js-customer-form input[type="text"],
.js-customer-form input[type="email"],
.js-customer-form input[type="number"],
.js-customer-form input[type="password"],
.js-customer-form select {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.js-customer-form input:focus,
.js-customer-form select:focus {
  border-color: #007bff;
  background-color: #fff;
  outline: none;
}

/* ✅ استایل راهنمای زیر فیلد */
.form-control-comment {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

/* ✅ دکمه ذخیره */
.js-customer-form .form-footer .btn {
  background-color: #007bff; /* آبی کلاسیک */
  border-radius: 8px;
  padding: 10px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.3s ease;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2);
}

/* ✅ هاور روی دکمه ذخیره */
.js-customer-form .form-footer .btn:hover {
  background-color: #0056b3; /* آبی تیره‌تر موقع هاور */
}

/* ✅ متن عنوان بخش‌ها */
.card-header {
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #444;
}







/* 📦  اصلی سبک کلی ستون حساب کاربری */
.account-sidebar {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
  width: 100%;
  max-width: 260px;
  font-family: 'IRANSans', sans-serif;
}

/* 👤 مشخصات کاربر در بالا */
.account-user-info {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.account-user-info .user-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.account-user-info .user-phone {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-user-info .edit-link {
  color: #f44336;
  font-size: 13px;
}

/* 🧭 لیست منوها */
.account-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-nav-list li {
  border-bottom: 1px solid #f0f0f0;
}
.account-nav-list li:last-child {
  border-bottom: none;
}
.account-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.account-nav-list li a:hover {
  background-color: #f9f9f9;
  color: #d32f2f;
}

/* 🎨 آیکن‌ها سمت راست */
.account-nav-list li a i {
  margin-left: 10px;
  font-size: 16px;
  color: #888;
  width: 18px;
  text-align: center;
}

.order-summary-box {
  width: 32%;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.order-summary-box:hover {
  border-color: #f44336;
  background: #fff0f0;
}

.summary-icon {
  width: 40px;
  height: 40px;
}

.summary-count {
  font-size: 1rem;
  color: #333;
}

.summary-label {
  font-size: 0.875rem;
  color: #666;
}




.my-account-sidebar {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
}

.my-account-sidebar .user-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.my-account-sidebar .user-phone {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.my-account-sidebar .edit-link {
  color: #f44336;
  margin-right: 8px;
}

.account-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-nav-list li {
  margin-bottom: 10px;
}

.account-nav-list a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.account-nav-list a:hover {
  color: #f44336;
}

/* چیامد خوش آمد گویی که چه */

@font-face {
  font-family: 'Vazir';
  src: url('/fonts/Vazir.woff2') format('woff2'),
       url('/fonts/Vazir.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Vazir', sans-serif;
}







