/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Template: woodmart
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 8.3.2.1763209120
Updated: 2025-11-15 12:18:40

*/

/* Ultra-Strong Override for Dokan Buttons */
.wc-setup-content .wc-setup-actions a.dokan-btn-theme.dokan-btn-theme,
.wc-setup-content .wc-setup-actions a[class*="dokan-btn-theme"].dokan-btn-theme,
.wc-setup-content .wc-setup-actions .dokan-btn-theme.dokan-btn-theme {
    background-image: linear-gradient(
        135deg,
        rgb(0,216,144) 0%,
        rgb(0,0,0) 100%
    ) !important;
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    transition: .3s !important;
}

/* Hover Ultra Override */
.wc-setup-content .wc-setup-actions a.dokan-btn-theme.dokan-btn-theme:hover,
.wc-setup-content .wc-setup-actions a[class*="dokan-btn-theme"].dokan-btn-theme:hover,
.wc-setup-content .wc-setup-actions .dokan-btn-theme.dokan-btn-theme:hover {
    background-image: linear-gradient(
        135deg,
        rgb(0,0,0) 0%,
        rgb(0,216,144) 100%
    ) !important;
    color: #fff !important;
}


