/*
Theme Name: IE
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* =====================================================
   Dokan vendor dashboard — Wolmart compatibility fixes
   ===================================================== */

/* Safety-net font-size overrides for any PHP-template-rendered dashboard content
   (applies when vendor_layout_style is legacy, or as a fallback).
   The root cause (Wolmart's html { font-size: 62.5% }) is fixed via wp_head
   inline style in functions.php for the fullwidth/React dashboard. */

/* Sidebar menu text */
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    font-size: 14px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    font-size: 17px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a {
    font-size: 13px !important;
}

/* General dashboard content text */
.dokan-dashboard .dokan-dashboard-content {
    font-size: 14px !important;
}

/* Product listing table and form labels */
.dokan-dashboard .dokan-table,
.dokan-dashboard .dokan-form-control,
.dokan-dashboard .dokan-form-label,
.dokan-dashboard .dokan-btn {
    font-size: 14px !important;
}
