/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
body .wd-nav[class*="wd-style-"]>li.current-menu-item>a, 
body .wd-nav[class*="wd-style-"]>li.wd-active > a, 
body .wd-nav[class*="wd-style-"]>li.active> a {
    color: #f2f2f2;
}

/*sticky main menu color*/
body .whb-sticked .wd-nav[class*="wd-style-"]>li.current-menu-item>a, 
body .whb-sticked .wd-nav[class*="wd-style-"]>li.wd-active > a, 
body .whb-sticked .wd-nav[class*="wd-style-"]>li.active> a {
    color: #000000;
}

body .wd-nav[class*="wd-style-"]>li>a {
    color: #ffffff;
	letter-spacing: 0.1em;
}

.single-product .wd-nav[class*="wd-style-"]>li>a {
    color: #000000 !important;
}
.single-product .wd-logo img[src$=".svg"] {
          -webkit-filter: invert(100%);
    filter: invert(100%);
}
.single-product .wd-custom-icon { 
       -webkit-filter: invert(100%);
    filter: invert(100%);
}
.single-product .whb-sticked .wd-logo img[src$=".svg"] {
          -webkit-filter: invert(0%);
    filter: invert(0%);
}

body footer .wd-nav[class*="wd-style-"]>li>a {
    color: #000000 !important;
}
body .whb-sticked .wd-nav[class*="wd-style-"]>li>a {
    color: #000000;
}

body .whb-sticked .wd-custom-icon { 
       -webkit-filter: invert(100%);
    filter: invert(100%);
}

body footer .container {
        max-width: 100%;
        width: clamp(var(--wd-container-w), 95%, 100%) !important;
    }

.wd-copyrights {
font-size:14px;
}

 .wd-checkout-steps .step-active>:is(a,span) {
        opacity: 1;
        text-decoration: underline 2px solid rgb(255 253 253) !important;
        text-underline-offset: 6px
    }

	