@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//omidmahmoodi.ir/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.9") format("woff2");
}

:root {
	--wd-text-font: yekanBakh, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: yekanBakh, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: yekanBakh, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: yekanBakh, sans-serif;
	--wd-widget-title-font: yekanBakh, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: yekanBakh, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(11,19,43);
	--wd-alternative-color: rgb(15,118,110);
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(15,118,110);
	--btn-default-bgcolor-hover: rgb(17,94,89);
	--btn-accented-bgcolor: rgb(15,118,110);
	--btn-accented-bgcolor-hover: rgb(17,94,89);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


:root {
  --c-dark:        #0B132B;
  --c-accent:      #0F766E;
  --c-accent-soft: rgba(15, 118, 110, 0.10);
  --c-accent-mid:  rgba(15, 118, 110, 0.18);
  --c-border:      rgba(11, 19, 43, 0.08);
  --c-text:        #0B132B;
  --c-muted:       rgba(11, 19, 43, 0.50);
  --c-bg:          #f8f9fc;
  --radius-card:   8px;
  --radius-input:  8px;
  --shadow-card:   0 4px 28px rgba(11, 19, 43, 0.07);
  --shadow-focus:  0 0 0 3px rgba(15, 118, 110, 0.18);
}
.comments-area .children{
	border-top: 0px !important;
}

/* ═══════════════════════════════════════════════════════════
   ۱. ساختار کلی بخش نظرات
   ═══════════════════════════════════════════════════════════ */

#comments {
  margin-top: 48px;
  direction: rtl;
}

.comments-area {
  max-width: 100%;
}

/* ── عنوان تعداد نظرات ──────────────────────────────────── */
.comments-title,
#reply-title,
.comment-reply-title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: var(--c-dark) !important;
  margin-bottom: 28px !important;
  padding-bottom: 1px !important;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comments-title::before,
#reply-title::before,
.comment-reply-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 22px;
  background: linear-gradient(180deg, var(--c-accent), var(--c-dark));
  border-radius: 2px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   ۲. لیست نظرات
   ═══════════════════════════════════════════════════════════ */

.comment-list {
  list-style: none !important;
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
}

.comment-list li {
  list-style: none !important;
}

/* ── هر کارت نظر ────────────────────────────────────────── */
.comment-list .comment,
.comment-list article.comment-body {
  background: #fff;
  border-radius: var(--radius-card);
  border: 1.5px solid var(--c-border);
  padding: 24px 26px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-card);
  transition: border-color 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}

.comment-list .comment:hover,
.comment-list article.comment-body:hover {
  border-color: rgba(15, 118, 110, 0.25);
  box-shadow: 0 6px 36px rgba(11, 19, 43, 0.10);
}

/* خط کنار رنگی */
.comment-list .comment::before,
.comment-list article.comment-body::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--c-accent), transparent);
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
}

/* ── هدر نظر (آواتار + اطلاعات) ────────────────────────── */
.comment-meta,
.comment-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

/* آواتار */
.comment-list .avatar,
.comment-author img.avatar {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  border: 2.5px solid var(--c-accent-soft) !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  transition: border-color 0.25s !important;
}

.comment-list .comment:hover .avatar {
  border-color: rgba(15, 118, 110, 0.35) !important;
}

/* نام نویسنده */
.comment-author .fn,
.comment-author b.fn,
.comment-author cite.fn {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: var(--c-dark) !important;
  font-style: normal !important;
  text-decoration: none !important;
}

.comment-author a {
  color: var(--c-dark) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.comment-author a:hover {
  color: var(--c-accent) !important;
}

/* تاریخ */
.comment-metadata,
.comment-meta .comment-metadata {
  font-size: 0.75rem !important;
  color: var(--c-muted) !important;
  margin-top: 2px;
}

.comment-metadata a,
.comment-metadata time {
  color: var(--c-muted) !important;
  text-decoration: none !important;
  font-size: 0.75rem !important;
}

/* ── متن نظر ────────────────────────────────────────────── */
.comment-content,
.comment-body .comment-content {
  color: rgba(11, 19, 43, 0.75) !important;
  font-size: 0.9rem !important;
  line-height: 2.1 !important;
  margin: 0 !important;
}

.comment-content p {
  margin: 0 0 10px 0;
  color: inherit;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

/* ── دکمه پاسخ ──────────────────────────────────────────── */
.reply {
  margin-top: 14px;
}

.comment-reply-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  color: var(--c-accent) !important;
  background: var(--c-accent-soft) !important;
  border: 1px solid rgba(15, 118, 110, 0.18) !important;
  border-radius: 8px !important;
  padding: 5px 14px !important;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s !important;
}

.comment-reply-link:hover {
  background: var(--c-accent-mid) !important;
  border-color: rgba(15, 118, 110, 0.35) !important;
  color: var(--c-accent) !important;
}

.comment-reply-link::before {
  content: '↩';
  font-size: 0.85rem;
}

/* ── نظر در انتظار تأیید ────────────────────────────────── */
.comment-awaiting-moderation {
  display: inline-block;
  background: rgba(245, 158, 11, 0.10);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 0.72rem;
  font-weight: 600;
  margin-top: 8px;
}

/* ── پاسخ‌های تو در تو ──────────────────────────────────── */
.comment-list .children {
  list-style: none !important;
  margin: 10px 0 0 0 !important;
  padding: 0 28px 0 0 !important;
  border-right: 0px;
}

.comment-list .children .comment {
  border-radius: 14px !important;
  background: rgba(11, 19, 43, 0.02) !important;
}

/* ═══════════════════════════════════════════════════════════
   ۳. فرم ارسال نظر
   ═══════════════════════════════════════════════════════════ */

#respond {
  background: var(--c-dark);
  border-radius:8px;
  padding: 36px 40px;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}

/* گرید پس‌زمینه */
#respond::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,118,110,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,118,110,0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

/* نقطه نورانی */
#respond::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(15,118,110,0.14) 0%, transparent 70%);
  pointer-events: none;
}

/* ── عنوان فرم ──────────────────────────────────────────── */
#respond .comment-reply-title {
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,0.08) !important;
  position: relative;
  z-index: 1;
}

#respond .comment-reply-title::before {
  background: linear-gradient(180deg, var(--c-accent), rgba(15,118,110,0.3)) !important;
}

#respond .comment-reply-title small {
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 10px;
}

#respond .comment-reply-title small a {
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

#respond .comment-reply-title small a:hover {
  color: rgba(255,255,255,0.75) !important;
}

/* ── فیلدهای فرم ────────────────────────────────────────── */
.comment-form {
  position: relative;
  z-index: 1;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  margin-bottom: 16px;
}

.comment-form label {
  display: block;
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  margin-bottom: 7px !important;
  letter-spacing: 0.3px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100% !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1.5px solid rgba(255,255,255,0.10) !important;
  border-radius: var(--radius-input) !important;
  padding: 13px 16px !important;
  font-size: 0.9rem !important;
  color: #fff !important;
  outline: none !important;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s !important;
  box-shadow: none !important;
  direction: rtl;
  caret-color: var(--c-accent);
  font-family: inherit !important;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: rgba(255,255,255,0.22) !important;
  font-size: 0.82rem !important;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: var(--c-accent) !important;
  background: rgba(15,118,110,0.10) !important;
  box-shadow: var(--shadow-focus) !important;
}

.comment-form textarea {
  min-height: 140px !important;
  resize: vertical !important;
  line-height: 1.9 !important;
}

/* ── چیدمان دو ستونه نام/ایمیل ──────────────────────────── */
.comment-form-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* fallback برای تم‌هایی که این wrapper ندارن */
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  display: inline-block;
  width: calc(50% - 7px) !important;
  vertical-align: top;
  margin-left: 14px;
}

.comment-form .comment-form-email {
  margin-left: 0 !important;
}

/* ── چک‌باکس cookie ─────────────────────────────────────── */
.comment-form-cookies-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 20px !important;
}

.comment-form-cookies-consent input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: var(--c-accent) !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}

.comment-form-cookies-consent label {
  color: rgba(255,255,255,0.45) !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  cursor: pointer !important;
  margin-bottom: 0 !important;
}

/* ── دکمه ارسال ─────────────────────────────────────────── */
.comment-form .form-submit {
  margin-top: 6px;
}

.comment-form #submit,
.comment-form input[type="submit"],
.comment-form .submit {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--c-accent) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s !important;
  box-shadow: 0 4px 20px rgba(15,118,110,0.35) !important;
  letter-spacing: 0.3px !important;
  font-family: inherit !important;
}

.comment-form #submit:hover,
.comment-form input[type="submit"]:hover {
  background: #0e8a82 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(15,118,110,0.45) !important;
}

.comment-form #submit:active,
.comment-form input[type="submit"]:active {
  transform: translateY(0) !important;
}

/* ── توضیح ستاره اجباری ─────────────────────────────────── */
.comment-notes {
  color: rgba(255,255,255,0.35) !important;
  font-size: 0.75rem !important;
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
}

.comment-notes .required-field-message {
  color: rgba(255,255,255,0.35) !important;
}

.required {
  color: #fc5c65 !important;
}

/* ── لینک ورود ──────────────────────────────────────────── */
#respond .must-log-in,
.must-log-in {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.88rem !important;
  line-height: 2 !important;
  position: relative;
  z-index: 1;
}

.must-log-in a {
  color: var(--c-accent) !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* ── پیام موفقیت / خطا ──────────────────────────────────── */
.comment-form .wp-die-message,
.comment-awaiting-moderation {
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════════════
   ۴. ناوبری صفحه‌بندی نظرات
   ═══════════════════════════════════════════════════════════ */

.comment-navigation,
.comments-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 0;
  gap: 12px;
}

.comment-navigation a,
.comments-pagination a,
.page-numbers {
  background: #fff !important;
  border: 1.5px solid var(--c-border) !important;
  border-radius: 10px !important;
  padding: 8px 18px !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: var(--c-dark) !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}

.comment-navigation a:hover,
.comments-pagination a:hover {
  border-color: var(--c-accent) !important;
  color: var(--c-accent) !important;
  background: var(--c-accent-soft) !important;
}

.page-numbers.current {
  background: var(--c-dark) !important;
  border-color: var(--c-dark) !important;
  color: #fff !important;
}

/* ═══════════════════════════════════════════════════════════
   ۵. ریسپانسیو
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  #respond {
    padding: 24px 20px;
  }

  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
  }

  .comment-list .comment,
  .comment-list article.comment-body {
    padding: 18px 16px;
  }

  .comment-list .children {
    padding-right: 16px !important;
  }

}

@media (max-width: 480px) {
  #respond {
    border-radius: 14px;
    padding: 20px 16px;
  }

  .comments-title,
  #reply-title,
  .comment-reply-title {
    font-size: 1.05rem !important;
  }

}
.comments-area .comment-body{
	padding-bottom: 15px;
}
		.comments-area .comment-body {
    position: relative;
    padding-inline-start: 75px;
}
.comment-list .avatar, .comment-author img.avatar {
    width: 60px !important;
    height: 60px !important;
}