/*.theme-woodmart .whb-general-header.whb-color-light:not(.whb-with-bg){
    background-color: var(--bg-color-dark);
}*/

.wd-header-mobile-nav > a > span.wd-tools-icon > img{
    max-width: 30px;
}

.wd-header-search-form-mobile .searchform input[type="text"]{
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}


.whb-header.whb-sticky-real .searchform .searchsubmit img{
    filter: invert(1);
}

.whb-header.whb-sticked .searchform .searchsubmit img{
    filter: invert(0);
}

.whb-general-header.whb-color-dark :is(.wd-custom-icon,picture.wd-custom-icon img),
.whb-general-header.whb-color-dark .wd-logo img{
    filter: invert(1);
}

.theme-woodmart .whb-top-bar .wd-header-text{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/*MENÚ STICKY*/

.theme-woodmart.wd-sticky-nav-enabled,
.theme-woodmart.wd-sticky-nav-enabled:not([class*="wrapper-boxed"]) .whb-header.whb-sticky-real.whb-sticked .whb-main-header{
    margin-left: 0;
    --wd-sticky-nav-w: 0px;
}

.theme-woodmart.wd-sticky-nav{
    overflow: auto;
}

.theme-woodmart .wd-sticky-nav.wd-hide-md{
    opacity: 0;
    --wd-sticky-nav-w: 0px;
    pointer-events: none;
}

.theme-woodmart .wd-sticky-nav.wd-hide-md.wd-opened{
    opacity: 1;
    --wd-sticky-nav-w: 60px;
    pointer-events: all;
	width: 300px;
}

.theme-woodmart .wd-nav-sticky>li>a{
    font-size: 20px;
    min-height: 60px;
}

.wd-nav-vertical>li.menu-item-has-children>a:after{
    background-color: #f3f5f7;
    width: 27.5px !important;
    height: 27.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wd-sticky-nav .wd-dropdown{
    box-shadow: none !important;
    border-left: 1px solid #f2f2f2;
}

.theme-woodmart .wd-nav-img,
.theme-woodmart .mega-menu-list img {
    margin-right: 20px;
    max-height: 50px;
}

.theme-woodmart .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height) .wd-sub-menu>li{
    width: max-content;
    min-width: 50%;
    margin-bottom: 25px;
}

.wd-sticky-nav .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height) .wd-sub-menu>li>a{
    font-size: 20px;
    line-height: 1;
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: none !important;
}

.wd-sticky-nav .wd-sub-menu>li>a:hover{
    opacity: .65;
}

#menu-item-3128{
    border-top: 1px solid #f2f2f2;
}

.theme-woodmart .wd-sticky-nav-title{
    margin: 0;
    padding: 0 20px;
    height: 60px;
    background-color: #f3f5f7;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.theme-woodmart .wd-sticky-nav-title:before,
.theme-woodmart .wd-sticky-nav-title span{
    font-size: 20px;
    color: #333;
}

.wd-nav-sticky>li{
    transition: background-color .15s ease;
}

.wd-nav-sticky>li:hover{
    background-color: #f3f5f7;
}

.wd-dropdown-menu.wd-design-full-height .wd-dropdown-inner{
    min-width: 300px;
}

.wd-sticky-nav-title:after {
    content: "\f112";
    font-family: "woodmart-font";
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 60px;
    right: 0;
    color: #111;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-sticky-nav-title:hover:after {
    opacity: 0.75;
}

/*RESPONSIVE*/

@media screen and (min-width: 1025px){

    .theme-woodmart .whb-general-header:not(.whb-color-dark){
        border: 0;
    }
    
}

@media screen and (max-width: 1024px){

    .whb-header .whb-color-dark .searchform .searchsubmit img{
        filter: initial;
    }

    .whb-general-header{
        z-index: 2;
        position: relative;
    }

    .whb-header-bottom{
        margin-top: -1px;
    }
    
    .theme-woodmart .wd-nav-img, .theme-woodmart .mega-menu-list img {
    	max-height: 35px;
	}

}