.elementor-kit-9{--e-global-color-primary:#263A67;--e-global-color-secondary:#181919;--e-global-color-text:#787878;--e-global-color-accent:#2E845F;--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:#FFFFFF;color:var( --e-global-color-primary );font-family:"VazirMatn", Sans-serif;font-size:13px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#C60000;}.elementor-kit-9 h1{color:var( --e-global-color-primary );font-family:"IRANYekanX", Sans-serif;font-size:25px;}.elementor-kit-9 h2{color:var( --e-global-color-accent );font-family:"IRANYekanX", Sans-serif;font-size:20px;}.elementor-kit-9 h3{color:var( --e-global-color-accent );font-family:"IRANYekanX", Sans-serif;font-size:15px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* تنظیمات کلی جدول ویژگی‌های اضافی ووکامرس */
.woocommerce div.product .woocommerce-product-attributes.shop_attributes {
    width: 100%;
    max-width: 1100px;
    margin: 25px auto;
    border-collapse: collapse;
    font-family: 'Vazir', Arial, sans-serif;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    direction: rtl;
    border: 1px solid #e5e5e5;
}

/* استایل سرجدول */
.woocommerce div.product .woocommerce-product-attributes.shop_attributes thead th {
    background-color: #1e2a44;
    color: #ffffff;
    padding: 14px 20px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #34495e;
}


/* استایل ردیف‌های بدنه */
.woocommerce div.product .woocommerce-product-attributes.shop_attributes tbody tr {
    border-bottom: 1px solid #ececec;
    transition: background-color 0.3s ease, transform 0.2s ease;
}


/* استایل سلول‌های عنوان (ویژگی‌ها) */
.woocommerce div.product .woocommerce-product-attributes.shop_attributes th {
    font-weight: 400;
    color: #1e2a44;
    background-color: #f4f6f8;
    padding: 20px 20px;
    text-align: right;
    font-size: 14px;
    width: 15%;
    border-left: 1px solid #ececec;
}

/* استایل سلول‌های مقدار */
.woocommerce div.product .woocommerce-product-attributes.shop_attributes td {
    padding: 12px 20px;
    text-align: right;
    font-size: 14px;
    color: #333333;
    width: 65%;
}

/* حذف مرز پایین برای ردیف آخر */
.woocommerce div.product .woocommerce-product-attributes.shop_attributes tbody tr:last-child td,
.woocommerce div.product .woocommerce-product-attributes.shop_attributes tbody tr:last-child th {
    border-bottom: none;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .woocommerce div.product .woocommerce-product-attributes.shop_attributes {
        max-width: 100%;
        margin: 15px 10px;
    }

    .woocommerce div.product .woocommerce-product-attributes.shop_attributes thead th,
    .woocommerce div.product .woocommerce-product-attributes.shop_attributes th,
    .woocommerce div.product .woocommerce-product-attributes.shop_attributes td {
        font-size: 13px;
        padding: 10px 12px;
    }

    .woocommerce div.product .woocommerce-product-attributes.shop_attributes th {
        width: 45%;
    }

    .woocommerce div.product .woocommerce-product-attributes.shop_attributes td {
        width: 55%;
    }
}

/* استایل دکمه فراخوان (CTA) مرتبط */
.elementor-widget-woocommerce-product-additional-information + .elementor-widget-button .elementor-button {
    background-color: #3498db;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    margin: 20px auto;
}

.elementor-widget-woocommerce-product-additional-information + .elementor-widget-button .elementor-button:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}/* End custom CSS */