/*!
Theme Name: DarkOra
Author: DarkOra.Net
Version: 1.2.0
Tested up to: 7.4
Requires PHP: 7.4
Text Domain: darkora
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@media only screen and (min-width: 1400px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px !important;
  }
  .e-con {
    --container-max-width: 1320px !important;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px;
  }
}

.blog-details {
  font-family: 'Poppins', sans-serif; /* فونت مدرن */
  color: #d0d0d0; /* رنگ خاکستری روشن برای خوانایی در پس‌زمینه تیره */
  line-height: 1.8; /* افزایش فاصله بین خطوط برای راحتی چشم */
  font-size: 18px; /* خوانایی بهتر برای متن اصلی */
}

/* استایل تیترها */
.blog-details h1 {
  font-size: 35px;
  font-weight: 700;
  color: #00ff99; /* رنگ نئونی برای جلب توجه */
  text-shadow: 0 0 10px rgba(0, 255, 153, 0.8);
  line-height: 1.3;
  text-transform: uppercase;
}

.blog-details h2 {
  font-size: 30px;
  font-weight: 600;
  color: #00ccff; /* رنگ آبی برای هماهنگی با تم سایت */
  text-shadow: 0 0 8px rgba(0, 204, 255, 0.6);
  line-height: 1.4;
}

.blog-details h3 {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff; /* سفید برای تاکید */
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

.blog-details h4 {
  font-size: 20px;
  font-weight: 500;
  color: #aaaaaa;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

/* استایل لیست‌ها */
.blog-details ul {
  padding-left: 25px;
}

.blog-details ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  font-size: 18px;
}

/* استایل نقل‌قول‌ها */
.blog-details blockquote {
  font-style: italic;
  border-left: 5px solid #00ccff;
  padding: 15px;
  background: rgba(0, 255, 153, 0.1);
  color: #d0d0d0;
  box-shadow: 0 0 10px rgba(0, 255, 153, 0.2);
}

/* استایل لینک‌ها */
.blog-details a {
  color: #00ff99;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-details a:hover {
  color: #00ccff;
  text-shadow: 0 0 8px rgba(0, 204, 255, 0.8);
}

/* استایل پاراگراف‌ها */
.blog-details p {
  margin-bottom: 30px;
  text-align: justify;
  font-size: 18px;
}

/* استایل دکمه‌ها */
.blog-details .btn {
  background: #00ff99;
  color: #000;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.blog-details .btn:hover {
  background: #00ccff;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 204, 255, 0.8);
}



.blog-details ul, .blog-detailsn ol {
  list-style: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #1e7e55;
  color: #515151;
}

.darkora-product-page {
  background: var(--body-bg);
  color: var(--white-color);
  font-family: 'Consolas', 'Courier New', monospace;
  min-height: 100vh;
}

/* HERO */
.darkora-hero-banner {
  background: var(--title-color);
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.darkora-product-title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffd633;
  text-shadow: 0 0 5px rgba(255,255,0,0.6);
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #ffd633;
}

/* PRODUCT SECTION */
.darkora-product-section {
  padding: 60px 0;
}
.darkora-product-content {
  display: flex;
  flex-wrap: wrap;
  background: rgba(30,30,30,0.9);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0,255,255,0.15);
  margin-bottom: 40px;
}
.darkora-gallery-wrapper {
  flex: 0 0 60%;
  max-width: 60%;
  margin-right: 40px;
}
.darkora-gallery-wrapper img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0,255,255,0.3);
}
.darkora-summary-wrapper {
  flex: 0 0 35%;
  max-width: 35%;
  background: rgba(255,255,255,0.06);
  padding: 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

/* PRICE (centered) */
.darkora-product-price {
  text-align: center;
  font-size: 30px;
  color: #ffd633;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255,255,0,0.6);
  margin-bottom: 15px;
}
.darkora-short-description {
  color: #ccc;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* MAIN INFO BOX CLASS */
.darkora-info-box {
  background: rgba(0,255,255,0.08);
  border: 1px solid rgba(0,255,255,0.2);
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,255,255,0.1);
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.3s;
}

/* ICON & TEXT WRAPPER */
.darkora-info-box .info-box-icon {
  margin-right: 12px;
  font-size: 22px;
  color: var(--theme-color);
  flex: 0 0 auto;
}
.darkora-info-box .info-box-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.darkora-info-box .info-title {
  font-size: 16px;
  font-weight: 600;
  color: #79ffff;
  margin-right: 10px;
}
.darkora-info-box .info-value {
  font-size: 16px;
  color: #ffd633;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(255,255,0,0.4);
}

/* PURCHASED BOX specifically (same style, just consistency) */
.purchased-box {
  background: rgba(0,255,255,0.08);
  border: 1px solid rgba(0,255,255,0.2);
}
.purchased-box .info-box-icon {
  font-size: 22px;
}

/* Variation among each info box if desired */
.update-box {
  /* optionally different border-left or color */
  border-left: 4px solid #00ff00;
}
.version-box {
  border-left: 4px solid #ff00ff;
}
.os-box {
  border-left: 4px solid #00ffff;
}
.purchased-box {
  border-left: 4px solid #00ff80;
}

/* BUY BUTTON */
.darkora-buy-form {
  margin-top: 20px;
}
.darkora-buy-button {
  width: 100%;
  background: linear-gradient(90deg, #ff0000, #ff6600);
  color: #fff !important;
  font-size: 16px;
  padding: 14px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(255,0,0,0.5);
  transition: all 0.3s ease-in-out;
}
.darkora-buy-button:hover {
  background: linear-gradient(90deg, #ff6600, #ff0000);
  box-shadow: 0 0 20px rgba(255,100,0,1);
  transform: scale(1.03);
}

/* TABS */
.darkora-product-tabs {
  background: rgba(30,30,30,0.8);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,255,255,0.15);
}
.darkora-product-tabs .woocommerce-tabs {
  margin: 0;
  padding: 0;
}
.darkora-product-tabs .woocommerce-tabs ul.tabs {
  display: flex;
  border-bottom: 2px solid rgba(255,255,255,0.1);
  margin-bottom: 20px;
}
.darkora-product-tabs .woocommerce-tabs ul.tabs li {
  list-style: none;
  margin-right: 10px;
}
.darkora-product-tabs .woocommerce-tabs ul.tabs li a {
  color: #bbb !important;
  font-size: 14px;
  padding: 10px 16px;
  display: inline-block;
  border-bottom: 2px solid transparent !important;
  transition: 0.3s;
  text-transform: uppercase;
}
.darkora-product-tabs .woocommerce-tabs ul.tabs li.active a,
.darkora-product-tabs .woocommerce-tabs ul.tabs li:hover a {
  color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
  text-shadow: 0 0 5px rgba(0,255,255,0.5);
}
.darkora-product-tabs .woocommerce-tabs .panel {
  margin-top: 15px;
  color: #ddd;
  line-height: 1.8;
  font-size: 14px;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  padding: 20px;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.03);
}

/* STAR RATING */
.comment .star-rating {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #555;
  margin-bottom: 6px;
}
.comment .star-rating::before {
  content: "★★★★★";
  color: #555;
  opacity: 0.3;
}
.comment .star-rating span {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcc00;
  content: "★★★★★";
}

/* REVIEWS */
.woocommerce-Reviews {
  background: rgba(0,0,0,0.3);
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.woocommerce-Reviews h2 {
  color: var(--vs-secondary-color);
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 10px;
}
.commentlist .comment {
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.comment-author strong {
  color: var(--theme-color);
  font-size: 15px;
}
.comment-meta {
  color: #aaa;
  font-size: 12px;
}
.comment-respond {
  background: rgba(255,255,255,0.07);
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.comment-respond label {
  margin: 0;
  color: #ccc;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
  width: 100%;
  background: #333;
  color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px;
}
.comment-respond input[type="submit"] {
  background: var(--theme-color);
  color: var(--title-color);
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.comment-respond input[type="submit"]:hover {
  background: var(--vs-secondary-color);
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .darkora-product-content {
    flex-direction: column;
  }
  .darkora-gallery-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .darkora-summary-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce .star-rating {
  color: #ffb300;
}

/* پنهان‌کردن پیام یا لیبل Rate در صورت وجود */
.comment-respond .comment-form-rating label {
  display: none;
}

/* قالب‌بندی کلی فرم ارسال نقد */
.comment-respond {
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 25px;
  margin-top: 20px;
  box-shadow: 0 0 8px rgba(255,255,255,0.1);
}

/* بخش ستاره‌های سفارشی (رادیو) */
.darkora-custom-rating {
  margin-bottom: 20px;
}
.darkora-custom-rating label[for="darkora-rating"] {
  color: #ccc;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.darkora-star-radios {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.radio-star {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.radio-star input[type="radio"] {
  appearance: none;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border: 2px solid #666;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  position: relative;
}

.radio-star input[type="radio"]:checked {
  background: #ffcc00;
  border-color: #ffcc00;
}

.radio-star span {
  font-size: 16px;
  color: #ffcc00;
  text-shadow: 0 0 3px rgba(255,204,0,0.5);
}

/* هاور برای جلوه بیشتر */
.radio-star:hover input[type="radio"] {
  box-shadow: 0 0 5px rgba(255,255,255,0.3);
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-comment label {
  color: #ccc;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
  width: 100%;
  background: #333;
  color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
}

/* دکمه ارسال نقد */
.comment-respond input[type="submit"] {
  background: var(--theme-color);
  color: var(--title-color);
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  border: none;
}
.comment-respond input[type="submit"]:hover {
  background: var(--vs-secondary-color);
  color: #fff;
  transform: scale(1.02);
}
/*************************************************************
 1. تنظیمات کلی صفحه Checkout
*************************************************************/
.darkora-checkout-wrapper {
  background: #0a0f2c !important;
  padding: 60px 30px !important;
  max-width: 1000px !important;
  margin: 40px auto !important;
  border-radius: 12px !important;
  box-shadow: 0 0 35px rgba(0,255,255,0.3) !important;
  position: relative !important;
  overflow: hidden !important;
  font-family: 'Roboto', sans-serif !important;
  color: #e0e0e0 !important;
  animation: fadeInCheckout 0.8s ease-in-out;
}
@keyframes fadeInCheckout {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
/* پس‌زمینه متحرک (گرادیان چرخان) */
.darkora-checkout-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 180deg, rgba(0,255,255,0.1), transparent, rgba(255,0,255,0.1), transparent);
  opacity: 0.3;
  filter: blur(60px);
  z-index: -1;
  animation: rotateBg 25s linear infinite;
}
@keyframes rotateBg {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*************************************************************
 2. معرفی صفحه Checkout
*************************************************************/
.darkora-checkout-intro {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
  background: #13182a;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255,214,51,0.3);
  position: relative;
  z-index: 1;
}
.darkora-checkout-title {
  font-size: 52px;
  color: #ffd633;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 0 10px rgba(255,214,51,0.8);
}
.darkora-checkout-subtitle {
  font-size: 22px;
  color: #ccc;
  margin-top: 10px;
}

/*************************************************************
 3. محتوای اصلی Checkout (تک ستونه)
*************************************************************/
.darkora-checkout-content {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
/* برای یک ستونه بودن، ستون‌های چپ و راست را پشت سر هم قرار می‌دهیم */
.darkora-checkout-left,
.darkora-checkout-right {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

/*************************************************************
 4. فرم Checkout (ستون چپ)
*************************************************************/
.darkora-checkout-left {
  background: rgba(255,255,255,0.05);
  padding: 40px;
  border-radius: 8px;
  box-shadow: inset 0 0 20px rgba(0,255,255,0.1);
}
.darkora-checkout-left .woocommerce,
.darkora-checkout-left form.checkout {
  color: #e0e0e0;
}
.darkora-checkout-left input.input-text,
.darkora-checkout-left textarea.input-text,
.darkora-checkout-left select {
  width: 100%;
  background: #13182a;
  border: 1px solid #444;
  color: #fff;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 16px;
  transition: border 0.3s ease;
}
.darkora-checkout-left input.input-text:focus,
.darkora-checkout-left textarea.input-text:focus,
.darkora-checkout-left select:focus {
  border-color: #ffd633;
}
.darkora-checkout-left label {
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
  color: #aaa;
}

/* استایل دکمه‌های فرم */
.darkora-checkout-left .button,
.darkora-checkout-left button {
  background: linear-gradient(90deg, #ff0000, #ff6600);
  border: none;
  color: #fff;
  padding: 16px 28px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  margin-top: 10px;
}
.darkora-checkout-left .button:hover,
.darkora-checkout-left button:hover {
  background: linear-gradient(90deg, #ff6600, #ff0000);
  transform: scale(1.03);
}

/* استایل فرم کوپن */
.woocommerce-form-coupon {
  background: rgba(255,255,255,0.03);
  padding: 20px;
  border: 1px solid rgba(0,255,255,0.2);
  border-radius: 4px;
  margin-bottom: 30px;
}

/*************************************************************
 5. اطلاعات تکمیلی و پشتیبانی (ستون راست)
*************************************************************/
.darkora-checkout-right {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 8px;
  box-shadow: inset 0 0 20px rgba(0,255,255,0.1);
  text-align: center;
}
.darkora-checkout-info-box {
  margin-bottom: 30px;
}
.darkora-checkout-info-box h2 {
  font-size: 24px;
  color: #00ffff;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 10px;
}
.darkora-checkout-info-box p {
  font-size: 16px;
  color: #ccc;
  margin: 10px 0;
}
.darkora-checkout-info-box i {
  margin-right: 10px;
  font-size: 20px;
  color: #ffd633;
}
.darkora-checkout-info-box.trust-badges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.darkora-checkout-info-box.trust-badges ul li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.darkora-checkout-info-box.trust-badges ul li i {
  margin-right: 10px;
  font-size: 20px;
  color: #00ffff;
}

/*************************************************************
 6. استایل بخش Order Review & Payment (داخل فرم)
*************************************************************/
#order_review {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 6px;
  margin-top: 40px;
  box-shadow: inset 0 0 20px rgba(0,255,255,0.1);
}
#order_review table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#order_review table.shop_table thead th {
  padding: 12px;
  background: rgba(0,255,255,0.1);
  color: #00ffff;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,255,255,0.3);
}
#order_review table.shop_table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#order_review table.shop_table td {
  padding: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#order_review table.shop_table tfoot tr.order-total th,
#order_review table.shop_table tfoot tr.order-total td {
  font-size: 20px;
  color: #ffcc00;
  font-weight: bold;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
}

/* دکمه Place Order */
#place_order {
  width: 100%;
  background: linear-gradient(90deg, #ff0000, #ff6600);
  color: #fff;
  padding: 18px 0;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 25px rgba(255,0,0,0.5);
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  margin-top: 30px;
}
#place_order:hover {
  background: linear-gradient(90deg, #ff6600, #ff0000);
  transform: scale(1.03);
  box-shadow: 0 0 35px rgba(255,100,0,1);
}

/*************************************************************
 7. Responsive تنظیمات (برای دستگاه‌های کوچکتر)
*************************************************************/
@media (max-width: 991px) {
  .darkora-checkout-content {
    flex-direction: column;
  }
  .darkora-checkout-left,
  .darkora-checkout-right {
    width: 100%;
    max-width: 100%;
  }
}

/* Archive Products */

/* Product Description - Customized Typography */

/* برای تب توضیحات محصول که معمولاً کلاس آن .woocommerce-Tabs-panel--description است */
.darkora-product-page .woocommerce-Tabs-panel--description {
  font-family: 'Consolas', 'Courier New', monospace;
  color: #ccc;
  line-height: 1.8;
  font-size: 15px;
}

/* Heading styles: هر تگ h با اندازه و فاصله مناسب */
.darkora-product-page .woocommerce-Tabs-panel--description h1 {
  font-size: 24px;
  color: #ffd633;
  margin: 20px 0 15px 0;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 5px;
}
.darkora-product-page .woocommerce-Tabs-panel--description h2 {
  font-size: 22px;
  color: #ffd633;
  margin: 18px 0 12px 0;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 4px;
}
.darkora-product-page .woocommerce-Tabs-panel--description h3 {
  font-size: 20px;
  color: #ffd633;
  margin: 16px 0 10px 0;
  font-weight: 600;
}
.darkora-product-page .woocommerce-Tabs-panel--description h4 {
  font-size: 18px;
  color: #ffd633;
  margin: 14px 0 8px 0;
  font-weight: 600;
}

/* Paragraphs */
.darkora-product-page .woocommerce-Tabs-panel--description p {
  margin: 0 0 15px 0;
  font-size: 15px;
}

/* Lists: حذف bullets و تنظیم فاصله */
.darkora-product-page .woocommerce-Tabs-panel--description ul,
.darkora-product-page .woocommerce-Tabs-panel--description ol {
  list-style: none; /* حذف bullet ها */
  margin: 0 0 15px 0;
  padding-left: 20px; /* اگر بخواهید فاصله از چپ بدهید */
}
.darkora-product-page .woocommerce-Tabs-panel--description li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* لینک‌ها */
.darkora-product-page .woocommerce-Tabs-panel--description a {
  color: var(--theme-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.darkora-product-page .woocommerce-Tabs-panel--description a:hover {
  text-decoration: underline;
}


/************************************************
 * DarkOra Shop Page - Flex Layout (No Grid)
 ************************************************/
/*********************************************************
  1. پس‌زمینه صفحه فروشگاه (darkora-shop-page)
*********************************************************/
.darkora-shop-page {
  position: relative;
  padding: 60px 20px;
  font-family: "Roboto", sans-serif;
  color: #e0e0e0;
  /* پس‌زمینه تیره با گرادیان متحرک */
  background: #0a0f2c;
  overflow: hidden;
}

/* انیمیشن چرخشی گرادیان در پس‌زمینه */
.darkora-shop-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(
    from 180deg,
    rgba(0, 255, 255, 0.05),
    transparent,
    rgba(255, 0, 255, 0.05),
    transparent,
    rgba(0, 255, 255, 0.05),
    transparent
  );
  animation: darkora-rotate 20s linear infinite;
  z-index: 0;
  pointer-events: none;
}

/* کلیدفریم چرخش گرادیان پس‌زمینه */
@keyframes darkora-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*********************************************************
  2. هدر فروشگاه (darkora-shop-heading)
*********************************************************/
.darkora-shop-heading {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #13182a;
  border-bottom: 3px solid #ffd633;
  z-index: 2;
}
.darkora-shop-heading-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.darkora-shop-heading-content {
  position: relative;
  z-index: 2;
}
.darkora-shop-title {
  font-size: 50px;
  color: #ffd633;
  margin: 0;
  letter-spacing: 2px;
  text-shadow: 0 0 8px rgba(255, 214, 51, 0.8);
}
.darkora-shop-subtitle {
  font-size: 20px;
  margin-top: 10px;
  color: #bbb;
}

/*********************************************************
  3. ناوبری و کنترل ووکامرس
*********************************************************/
.woocommerce-breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #aaa;
  z-index: 2;
  position: relative;
}
.woocommerce-breadcrumb a {
  color: #00ffff;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce-result-count {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.woocommerce-ordering select.orderby {
  background: #1a1a1a;
  border: 1px solid #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
}

/*********************************************************
  4. چیدمان کارت محصولات
*********************************************************/
.darkora-shop-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*********************************************************
  5. کارت محصول (darkora-product-card)
*********************************************************/
.darkora-product-card {
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: calc(33.33% - 24px);
  display: flex;
  flex-direction: column;
  z-index: 2;
}

/* افکت هاور کارت */
.darkora-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
  border-color: rgba(0, 255, 255, 0.3);
}

/* افکت نورانی پشت کارت */
.darkora-glow-effect {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 255, 255, 0.2), transparent 70%);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

/*********************************************************
  6. تصویر محصول (darkora-card-image)
*********************************************************/
.darkora-card-image {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 255, 255, 0.15);
  z-index: 1;
}
.darkora-card-image img {
  width: 100%;
  transition: transform 0.3s;
  display: block;
}
.darkora-card-image:hover img {
  transform: scale(1.06);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

/*********************************************************
  7. امتیاز محصول (darkora-rating-overlay)
*********************************************************/
.darkora-rating-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: #ffcc00;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
  z-index: 2;
  
  /* افکت Flicker برای حس نئونی */
  animation: flickerRating 3s infinite;
}
.darkora-rating-overlay i {
  font-size: 16px;
  color: #ffd700;
}

/* کلیدفریم Flicker برای امتیاز */
@keyframes flickerRating {
  0%, 100% {
    opacity: 1;
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.5;
  }
  8% {
    opacity: 0.8;
  }
  10% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  98% {
    opacity: 0.8;
  }
}

/*********************************************************
  8. جزئیات محصول (darkora-card-content)
*********************************************************/
.darkora-card-content {
  padding: 15px;
  flex: 1;
  z-index: 2;
  position: relative;
}

/* عنوان محصول (woocommerce-loop-product__title) */
.woocommerce-loop-product__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00ffff;
  letter-spacing: 1px;
  transition: color 0.3s, text-shadow 0.3s;
  position: relative;
  /* جلوه Glitch کوچک */
  animation: glitchTitle 3s infinite alternate;
}
.woocommerce-loop-product__title:hover {
  color: #ffd633;
  text-shadow: 0 0 5px rgba(255, 255, 0, 0.5);
}

/* کلیدفریم Glitch برای عنوان */
@keyframes glitchTitle {
  0% {
    text-shadow: 1px 0 red, -1px 0 cyan;
  }
  25% {
    text-shadow: -2px 0 red, 2px 0 cyan;
  }
  50% {
    text-shadow: 2px 0 red, -2px 0 cyan;
  }
  75% {
    text-shadow: -1px 0 red, 1px 0 cyan;
  }
  100% {
    text-shadow: 1px 0 red, -1px 0 cyan;
  }
}

/*********************************************************
  9. قیمت محصول (darkora-card-price)
*********************************************************/
.darkora-card-price {
  font-size: 24px;
  font-weight: bold;
  color: #ffcc00;
  margin-top: 10px;
  text-shadow: 0 0 5px rgba(255, 204, 0, 0.8);
}

/*********************************************************
  10. فوتر محصول (darkora-card-footer) - دکمه View Product
*********************************************************/
.darkora-card-footer {
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.darkora-view-button {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #ff00cc, #ff6600);
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.3);
}
.darkora-view-button:hover {
  background: linear-gradient(90deg, #ff6600, #ff00cc);
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.6);
}

/*********************************************************
  11. تنظیمات ریسپانسیو
*********************************************************/
@media (max-width: 991px) {
  .darkora-product-card {
    width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .darkora-product-card {
    width: 100%;
  }
}

/* CART PAGE */

/***************************************************************
 1. تنظیمات کلی بخش سبد خرید (Cart Blocks)
***************************************************************/
.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  background: #0a0f2c !important;
  padding: 40px 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2) !important;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif !important;
  color: #e0e0e0 !important;
}

/* پس‌زمینه متحرک اختیاری برای حس سایبری */
.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 180deg, rgba(0,255,255,0.05), transparent, rgba(255,0,255,0.05), transparent);
  opacity: 0.3;
  filter: blur(50px);
  z-index: -1;
}

/***************************************************************
 2. بخش Cart Items – جدول محصولات
***************************************************************/
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  width: 100% !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(0,255,255,0.2) !important;
  border-radius: 4px !important;
  margin-bottom: 30px !important;
  overflow-x: auto;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block table {
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: 600px;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead tr {
  background: rgba(0,255,255,0.1) !important;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead th {
  padding: 12px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #00ffff !important;
  border-bottom: 1px solid rgba(0,255,255,0.3) !important;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tbody tr {
  transition: background 0.3s ease !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tbody tr:hover {
  background: rgba(0,255,255,0.05) !important;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tbody td {
  padding: 15px !important;
  text-align: center !important;
  color: #e0e0e0 !important;
  vertical-align: middle !important;
}

/* تصاویر محصولات */
.wc-block-cart-item__image a img {
  width: 80px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 5px rgba(0,255,255,0.3) !important;
}

/* لینک عنوان محصول */
.wc-block-cart-item__wrap a.wc-block-components-product-name {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #00ffff !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name:hover {
  color: #ffd633 !important;
}

/* دکمه حذف آیتم */
.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: transparent !important;
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
  padding: 6px 10px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
}
.wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background: #ff0000 !important;
  color: #fff !important;
}

/***************************************************************
 3. بخش Sidebar – Cart Totals و Coupon
***************************************************************/
.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
.wp-block-woocommerce-cart-totals-block {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(0,255,255,0.2) !important;
  border-radius: 4px !important;
  padding: 20px !important;
  max-width: 400px !important;
  margin-left: auto !important;
  margin-top: 30px !important;
  box-shadow: 0 0 10px rgba(0,255,255,0.2) !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 22px !important;
  text-transform: uppercase !important;
  color: #00ffff !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}

/* جداول Totals */
.wp-block-woocommerce-cart-order-summary-totals-block,
.wp-block-woocommerce-cart-order-summary-totals-block table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block table tr th,
.wp-block-woocommerce-cart-order-summary-totals-block table tr td {
  padding: 10px 0 !important;
  font-size: 14px !important;
  color: #e0e0e0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block table tr:last-child th,
.wp-block-woocommerce-cart-order-summary-totals-block table tr:last-child td {
  border-bottom: none !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block table tr.order-total th,
.wp-block-woocommerce-cart-order-summary-totals-block table tr.order-total td {
  font-size: 18px !important;
  color: #ffcc00 !important;
  font-weight: bold !important;
}

/* دکمه Checkout */
.wc-block-cart__submit,
.wc-block-cart__submit-container {
  margin-top: 20px !important;
}
.wc-block-cart__submit a.checkout-button,
.wc-block-cart__submit-container a.checkout-button {
  display: block !important;
  width: 100% !important;
  background: linear-gradient(90deg, #007bff, #00ccff) !important;
  color: #fff !important;
  padding: 14px 0 !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  text-align: center !important;
  box-shadow: 0 0 10px rgba(0,255,255,0.4) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  text-decoration: none !important;
}
.wc-block-cart__submit a.checkout-button:hover,
.wc-block-cart__submit-container a.checkout-button:hover {
  background: linear-gradient(90deg, #00ccff, #007bff) !important;
  transform: scale(1.03) !important;
  box-shadow: 0 0 15px rgba(0,255,255,0.7) !important;
}

/***************************************************************
 4. Responsive تنظیمات (Mobile & Tablet)
***************************************************************/
@media (max-width: 768px) {
  .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block table {
    min-width: 100% !important;
  }
  .wc-block-cart__sidebar,
  .wp-block-woocommerce-cart-totals-block {
    max-width: 100% !important;
    margin-top: 20px !important;
  }
}
