/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 15 2026 | 09:15:21 */
/* إخفاء التقييم من صفحة المتجر */
.dokan-store-info .dokan-store-rating,
.store-header-info-item.dokan-store-rating {
    display: none !important;
}

/* إخفاء مربع وشريط البحث داخل المتجر */
.dokan-store-products-filter-area .dokan-store-search-form,
.dokan-store-sidebar .dokan-plugin-store-search-form {
    display: none !important;
}