.elementor-29928 .elementor-element.elementor-element-9aa7fd5{--display:flex;}.elementor-29928 .elementor-element.elementor-element-a8e1dd6{--display:flex;}/* Start custom CSS */.product-table img {
        max-width: 50px;
        height: auto;
    }
    .dataTables_wrapper {
        overflow-x: auto;
    }
    /* تنظیم عرض برای ستون‌ها */
    .product-table th, .product-table td {
        text-align: center!important;
    }
    .product-table th:nth-child(1),
    .product-table td:nth-child(1) {
        width: 70px; /* عرض ثابت برای تصویر */
    }
    .product-table th:nth-child(2),
    .product-table td:nth-child(2) {
        width: 400px; /* عرض ثابت برای عنوان */
    }
    .product-table th:nth-child(3),
    .product-table td:nth-child(3) {
        width: 40px!important; /* عرض ثابت برای عنوان */
    }
    .product-table th:nth-child(4),
    .product-table td:nth-child(4),
    .product-table th:nth-child(5),
    .product-table td:nth-child(5),
    .product-table th:nth-child(6),
    .product-table td:nth-child(6),
    .product-table th:nth-child(7),
    .product-table td:nth-child(7),
    .product-table th:nth-child(8),
    .product-table td:nth-child(8) {
        width: 120px; /* عرض ثابت برای ستون‌های دیگر */
    }
    .product-table th:nth-child(2) {
        width: auto; /* اجازه می‌دهیم ستون عنوان گسترش پیدا کند */
    }
    td {
    font-size: 14px;
}
    .view-button {
        background-color: #ed1c24;
        color: #fff;
        padding: 7px 30px;
    }
    .view-button:hover {
        background-color: #ed1c24;
        color: #fff;
    }
    table.dataTable thead>tr>th.sorting:after {
    top: 30px!important;
}/* End custom CSS */