/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/**
* WOODMART FIXES AND OVERRIDES
*/
/* Fix button icon alignment */
span.wd-btn-icon {
    display: flex;
}

/**
* WOOCOMMERCE SINGLE PRODUCT PAGE
*/
.single-product .elementor-widget-text-editor ul {
    padding-left: 2em;
    margin-top: 1em;
}

/**
* MY ACCOUNT ICONS
*/
.wd-my-acc-mes-formations .wd-nav-icon::before {
    --wd-my-acc-nav-icon: "\f145";
}

/**
* MENU AND SUB MENU STYLE OVERRIDE
*/
.wd-sub-menu li>a {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.wd-sub-menu {
    --sub-menu-color: #333333 !important;
}