/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 16:36:25 */
.dokan-dashboard #post #product_type, .dokan-dashboard .dokan-clearfix #_tax_status, .dokan-dashboard .dokan-clearfix #_tax_class, .dokan-dashboard .dokan-section-content #product_shipping_class,  .dokan-dashboard .dokan-attribute-variation-options #predefined_attribute, .dokan-dashboard #post>.dokan-other-options .dokan-form-group>.dokan-form-control, .dokan-dashboard  .dokan-product-listing-area #filter-by-type, .dokan-dashboard #post #_stock_status, .dokan-dashboard-content #bulk-order-action-selector,#store-form #dokan_address_country,#store-form #dokan_address_state,  .dokan-left .select2-selection  {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}


/* Hide "Order Total" and "Earning" column headers */
.dokan-dashboard .dokan-table th:nth-child(3),
.dokan-table th:nth-child(4) {
    display: none;
}

/* Hide "Order Total" and "Earning" column cells */
.dokan-dashboard .dokan-table td.dokan-order-total,
.dokan-table td.dokan-order-earning {
    display: none;
}

/* Hide print button */
.dokan-dashboard a.wc-action-button-wt_pklist_print_document_invoice {
    display: none !important;
}
