.elementor-15747 .elementor-element.elementor-element-711db0c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15747 .elementor-element.elementor-element-e050ebb{--display:flex;}@media(min-width:769px){.elementor-15747 .elementor-element.elementor-element-e050ebb{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-711db0c *//* ==================================================
   PRODUCT CATEGORY GRID - RS STYLE
================================================== */

.rs-category-grid {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
}


/* حذف تنظیمات پیش‌فرض ووکامرس */
.rs-category-grid .woocommerce,
.rs-category-grid .woocommerce-page {
    width: 100% !important;
}


/* GRID */
.rs-category-grid .woocommerce ul.products,
.rs-category-grid ul.products {
    display: grid !important;

    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

    gap: 10px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;

    clear: both !important;
}


/* CARD */
.rs-category-grid .woocommerce ul.products li.product-category,
.rs-category-grid ul.products li.product-category,
.rs-category-grid li.product-category.product {

    float: none !important;

    width: 100% !important;
    max-width: none !important;

    min-height: 72px !important;
    height: 72px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border: 1px solid #e2e5e9 !important;

    display: block !important;

    position: relative !important;

    overflow: hidden !important;
}


/* لینک داخل کارت */
.rs-category-grid li.product-category > a {
    display: flex !important;

    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    height: 100% !important;

    padding: 10px 14px !important;

    box-sizing: border-box !important;

    text-decoration: none !important;

    direction: rtl !important;
}


/* تصویر */
.rs-category-grid li.product-category img {

    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    object-fit: contain !important;

    margin: 0 0 0 14px !important;
    padding: 0 !important;

    position: static !important;

    border: none !important;

    box-shadow: none !important;
}


/* نام دسته */
.rs-category-grid li.product-category h2,
.rs-category-grid li.product-category .woocommerce-loop-category__title {

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    line-height: 1.6 !important;

    text-align: right !important;

    color: #222 !important;
}


/* حذف تعداد محصول */
.rs-category-grid li.product-category .count {
    display: none !important;
}


/* HOVER */
.rs-category-grid li.product-category:hover {

    border-color: #3157a4 !important;

    box-shadow: 0 3px 12px rgba(0,0,0,.07) !important;
}


/* TABLET */
@media (max-width: 1024px) {

    .rs-category-grid .woocommerce ul.products,
    .rs-category-grid ul.products {

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


/* MOBILE */
@media (max-width: 600px) {

    .rs-category-grid .woocommerce ul.products,
    .rs-category-grid ul.products {

        grid-template-columns: 1fr !important;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e050ebb *//* =========================================================
   PRODUCT TABLE - FINAL COMPLETE CSS
   Elementor Class: product-table-final
========================================================= */


/* =========================================================
   کانتینر اصلی
========================================================= */

.product-table-final {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;

    position: relative !important;

    overflow: visible !important;

    background: #ffffff;

    border: 1px solid #dfe4ec;
    border-radius: 10px;

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);

    font-family: inherit !important;
}


/* =========================================================
   ساختار جدول
========================================================= */

.product-table-final table {
    width: 100% !important;

    min-width: 0 !important;
    max-width: 100% !important;

    height: auto !important;
    max-height: none !important;

    margin: 0 !important;

    table-layout: fixed !important;

    border-collapse: collapse !important;
    border-spacing: 0 !important;

    background: #ffffff !important;

    overflow: visible !important;
}


/* =========================================================
   هدر جدول
========================================================= */

.product-table-final table thead {
    display: table-header-group !important;

    visibility: visible !important;
    opacity: 1 !important;
}

.product-table-final table thead tr {
    display: table-row !important;
}

.product-table-final table thead th {
    display: table-cell !important;

    padding: 17px 10px !important;

    background: #dce6fa !important;

    color: #222a35 !important;

    font-family: inherit !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1.6 !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: normal !important;

    border-left: 1px solid #c9d3e5 !important;
    border-bottom: 1px solid #c5d0e3 !important;
}

.product-table-final table thead th:last-child {
    border-left: none !important;
}


/* =========================================================
   سلول‌های جدول
========================================================= */

.product-table-final table tbody td {
    padding: 20px 10px !important;

    height: auto !important;
    max-height: none !important;

    background: #ffffff;

    color: #606875 !important;

    font-family: inherit !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.9 !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: normal !important;

    overflow: visible !important;

    overflow-wrap: anywhere !important;
    word-break: normal !important;

    border-left: 1px solid #e0e4eb !important;
    border-bottom: 1px solid #e0e4eb !important;
}

.product-table-final table tbody td:last-child {
    border-left: none !important;
}


/* =========================================================
   ردیف‌های جدول
========================================================= */

.product-table-final table tbody tr {
    height: auto !important;
    max-height: none !important;

    overflow: visible !important;

    transition: background-color 0.2s ease;
}

.product-table-final table tbody tr:nth-child(even) td {
    background: #f7f9fd !important;
}

.product-table-final table tbody tr:hover td {
    background: #eef3fc !important;
}

.product-table-final table tbody tr:last-child td {
    border-bottom: none !important;
}


/* =========================================================
   عنوان محصول
========================================================= */

.product-table-final table tbody td a {
    color: #222a35 !important;

    font-family: inherit !important;

    font-weight: 700 !important;

    text-decoration: none !important;
}

.product-table-final table tbody td a:hover {
    color: #315eae !important;
}


/* =========================================================
   تصویر داخل ساختار معمول جدول
========================================================= */

.product-table-final table tbody td:has(img) {
    padding-top: 25px !important;
    padding-bottom: 25px !important;

    overflow: visible !important;

    vertical-align: middle !important;
}

.product-table-final table tbody td a:has(img) {
    display: flex !important;

    width: 100% !important;

    align-items: center !important;
    justify-content: center !important;

    overflow: visible !important;
}


/* تصویر معمولی جدول */
.product-table-final table tbody td img {
    display: block !important;

    width: 140px !important;
    height: 140px !important;

    min-width: 140px !important;
    min-height: 140px !important;

    max-width: 140px !important;
    max-height: 140px !important;

    margin: 0 auto !important;

    padding: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    float: none !important;

    opacity: 1 !important;
    visibility: visible !important;

    box-sizing: border-box !important;
}


/* =========================================================
   مهم:
   ساختار واقعی WoodMart که در Inspect دیده شد
========================================================= */

.product-table-final .wd-product-thumb {
    position: relative !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    overflow: hidden !important;
}


/* لینک واقعی تصویر */
.product-table-final .wd-product-img-link,
.product-table-final .product-image-link {
    position: relative !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    overflow: hidden !important;
}


/* =========================================================
   بزرگ کردن واقعی محصول داخل JPG
========================================================= */

.product-table-final .wd-product-img-link img,
.product-table-final .product-image-link img,
.product-table-final .wd-product-thumb img {

    display: block !important;

    width: 100% !important;
    height: auto !important;

    min-width: 100% !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 auto !important;

    padding: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    float: none !important;

    /*
       چون خود فایل JPG فضای سفید زیادی دارد،
       محصول داخل تصویر Zoom می‌شود.
    */
    transform: scale(1.9) !important;

    transform-origin: center center !important;

    transition: none !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* جلوگیری از تغییر اندازه هنگام Hover */
.product-table-final .wd-product:hover .wd-product-img-link img,
.product-table-final .wd-product:hover .product-image-link img,
.product-table-final .wd-product:hover .wd-product-thumb img {

    transform: scale(1.9) !important;
}


/* =========================================================
   حذف تصاویر Hover دوم WoodMart در صورت وجود
========================================================= */

.product-table-final .wd-product-img-hover {
    display: none !important;
}


/* =========================================================
   قیمت
========================================================= */

.product-table-final .woocommerce-Price-amount {
    color: #2d3541 !important;

    font-family: inherit !important;

    font-weight: 700 !important;

    white-space: nowrap !important;
}

.product-table-final .woocommerce-Price-currencySymbol {
    font-family: inherit !important;
}


/* =========================================================
   فوترهای تکراری
========================================================= */

.product-table-final table tfoot,
.product-table-final .dataTables_scrollFoot,
.product-table-final .dataTables_scrollFootInner,
.product-table-final .table-footer,
.product-table-final .wd-table-footer,
.product-table-final .footable-footer {
    display: none !important;
}


/* =========================================================
   حذف محدودیت ارتفاع و اسکرول داخلی
========================================================= */

.product-table-final .dataTables_scroll,
.product-table-final .dataTables_scrollBody,
.product-table-final .dataTables_wrapper,
.product-table-final .table-responsive,
.product-table-final .wd-scroll-content,
.product-table-final .wd-scroll {

    width: 100% !important;

    height: auto !important;
    max-height: none !important;

    overflow: visible !important;
}


/* =========================================================
   اسکرول بار
========================================================= */

.product-table-final::-webkit-scrollbar,
.product-table-final .dataTables_scrollBody::-webkit-scrollbar,
.product-table-final .table-responsive::-webkit-scrollbar {

    display: none !important;

    width: 0 !important;
    height: 0 !important;
}


/* =========================================================
   دکمه‌ها
========================================================= */

.product-table-final table .button,
.product-table-final table button,
.product-table-final table input[type="submit"] {

    padding: 9px 16px !important;

    border: none !important;
    border-radius: 5px !important;

    background: #315eae !important;

    color: #ffffff !important;

    font-family: inherit !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    box-shadow: none !important;
}

.product-table-final table .button:hover,
.product-table-final table button:hover,
.product-table-final table input[type="submit"]:hover {

    background: #244987 !important;
}


/* =========================================================
   صفحه‌بندی
========================================================= */

.product-table-final .pagination,
.product-table-final .dataTables_paginate {

    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    gap: 7px;

    padding: 22px 10px 18px;
}

.product-table-final .pagination a,
.product-table-final .pagination span,
.product-table-final .dataTables_paginate a {

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 38px;
    height: 38px;

    padding: 0 12px;

    background: #ffffff;

    color: #343b46 !important;

    border: 1px solid #e0e4eb;
    border-radius: 7px;

    text-decoration: none !important;
}

.product-table-final .pagination .current,
.product-table-final .dataTables_paginate .current {

    background: #9d3dbb !important;

    color: #ffffff !important;

    border-color: #9d3dbb !important;
}


/* =========================================================
   فونت
========================================================= */

.product-table-final,
.product-table-final table,
.product-table-final thead,
.product-table-final tbody,
.product-table-final tr,
.product-table-final th,
.product-table-final td,
.product-table-final a,
.product-table-final span {

    font-family: inherit !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .product-table-final table thead th,
    .product-table-final table tbody td {

        padding: 14px 7px !important;

        font-size: 12px !important;

        line-height: 1.7 !important;
    }


    /* تصویر معمول جدول */

    .product-table-final table tbody td img {

        width: 100px !important;
        height: 100px !important;

        min-width: 100px !important;
        min-height: 100px !important;

        max-width: 100px !important;
        max-height: 100px !important;
    }


    /* Zoom محصول داخل تصاویر WoodMart */

    .product-table-final .wd-product-img-link img,
    .product-table-final .product-image-link img,
    .product-table-final .wd-product-thumb img {

        width: 100% !important;
        height: auto !important;

        min-width: 100% !important;

        max-width: none !important;
        max-height: none !important;

        transform: scale(1.75) !important;
    }


    .product-table-final .wd-product:hover .wd-product-img-link img,
    .product-table-final .wd-product:hover .product-image-link img,
    .product-table-final .wd-product:hover .wd-product-thumb img {

        transform: scale(1.75) !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .product-table-final {
        border-radius: 6px !important;
    }


    .product-table-final table {
        table-layout: fixed !important;
    }


    .product-table-final table thead th {

        padding: 9px 3px !important;

        font-size: 9px !important;

        line-height: 1.5 !important;
    }


    .product-table-final table tbody td {

        padding: 10px 3px !important;

        font-size: 9px !important;

        line-height: 1.6 !important;
    }


    /* تصویر معمولی */

    .product-table-final table tbody td img {

        width: 65px !important;
        height: 65px !important;

        min-width: 65px !important;
        min-height: 65px !important;

        max-width: 65px !important;
        max-height: 65px !important;
    }


    /* Zoom محصول */

    .product-table-final .wd-product-img-link img,
    .product-table-final .product-image-link img,
    .product-table-final .wd-product-thumb img {

        width: 100% !important;
        height: auto !important;

        min-width: 100% !important;

        max-width: none !important;
        max-height: none !important;

        transform: scale(1.55) !important;
    }


    .product-table-final .wd-product:hover .wd-product-img-link img,
    .product-table-final .wd-product:hover .product-image-link img,
    .product-table-final .wd-product:hover .wd-product-thumb img {

        transform: scale(1.55) !important;
    }


    .product-table-final table tbody td:has(img) {

        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }


    .product-table-final .woocommerce-Price-amount {

        font-size: 9px !important;
    }


    .product-table-final .pagination,
    .product-table-final .dataTables_paginate {

        gap: 4px;

        padding: 15px 5px;
    }


    .product-table-final .pagination a,
    .product-table-final .pagination span,
    .product-table-final .dataTables_paginate a {

        min-width: 30px;
        height: 30px;

        padding: 0 7px;

        font-size: 10px !important;
    }

}/* End custom CSS */