.elementor-kit-70{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-astglobalcolor4 );}.elementor-kit-70 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style for WooCommerce product attributes table */
.woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  direction: rtl; /* راست‌چین کردن کل جدول */
}

.woocommerce-product-attributes th {
  background-color: transparent; /* حذف رنگ آبی پس‌زمینه */
  color: #333; /* رنگ متن تیره برای خوانایی بیشتر */
  padding: 10px; /* کاهش فاصله داخلی */
  text-align: right; /* راست‌چین کردن متن */
  font-weight: bold;
  font-size: 14px; /* کاهش اندازه فونت */
}

.woocommerce-product-attributes td {
  padding: 10px; /* کاهش فاصله داخلی */
  border-bottom: 1px solid #ddd;
  text-align: right; /* راست‌چین کردن متن */
  font-size: 14px; /* کاهش اندازه فونت */
  color: #555; /* رنگ متن کمی روشن‌تر */
}

.woocommerce-product-attributes tr:nth-child(even) {
  background-color: #f9f9f9; /* رنگ زمینه سطرهای زوج */
}

.woocommerce-product-attributes tr:hover {
  background-color: #f1f1f1; /* اثر هاور */
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .woocommerce-product-attributes {
    font-size: 13px; /* کاهش اندازه فونت در صفحات کوچک‌تر */
  }

  .woocommerce-product-attributes th,
  .woocommerce-product-attributes td {
    padding: 8px; /* کاهش فاصله داخلی در صفحات کوچک‌تر */
  }
}/* End custom CSS */