/*GENERAL*/

.theme-woodmart .whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: none;
}

.theme-woodmart .whb-sticky-shadow.whb-sticked .whb-row:last-child {
    border-bottom: 1px solid #F2F2F2;
}

.theme-woodmart .whb-color-dark [class*="wd-header-search-form"] :is(.wd-style-default,.wd-style-with-bg-2){
    --wd-form-color: #333;
}

.whb-header-bottom-inner .wd-nav>li>a{
    padding: 12px;
    max-height: 35px;
    border-radius: 5px;
}

.theme-woodmart .whb-header-bottom .wd-nav[class*="wd-style-"]>li:hover>a{
    background-color: var(--bg-secondary);
    color: #333;
}

.theme-woodmart .whb-header-bottom .wd-nav{
    gap: 10px;
}

.theme-woodmart .whb-full-width .whb-row>.container,
.theme-woodmart .whb-full-width+.whb-clone .whb-row>.container{
    width: 100%;
}

/*TOP BAR*/
.whb-main-header .whb-top-bar .wd-header-text {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

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

    .whb-main-header .whb-top-bar .wd-header-text {
        font-size: 12px;
    }

}

/*MENÚ STICKY*/

.theme-woodmart .wd-nav-sticky .wd-sub-menu li>a{
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
    opacity: 0.7;
}

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

.theme-woodmart .wd-sticky-nav-title {
    margin: 0;
    padding: 0 15px;
    height: 60px;
    font-size: 18px;
    position: relative;
    border-radius: 0;
}

.theme-woodmart .wd-nav-sticky>li>a .wd-nav-img {
    width: 32px !important;
    height: 32px;
}

.wd-nav-sticky .wd-sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
    align-content: flex-start;
    justify-content: flex-start;
    height: auto;
    max-height: 715px;
}

.theme-woodmart .wd-nav-sticky .wd-dropdown-menu.wd-design-full-height {
    width: calc(100vw - 425px);
    max-width: 1500px;
    background-color: #FCF9F7;
    transform: none;
    transition: none;
}

.theme-woodmart .wd-sticky-nav {
    width: 350px;
}

.theme-woodmart .wd-sticky-nav:is(:hover, .wd-opened) {
    width: 350px;
}

.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;

}

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

.wd-nav-vertical>li.menu-item-has-children>a:after {
    background-color: var(--bg-secondary);
    width: 27.5px !important;
    height: 27.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.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 {
    min-width: 20%;
    margin-bottom: 0;
}

.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: 14px;
    font-weight: 600;
    line-height: 1.3;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--wd-primary-color);
    opacity: 1;
    margin-bottom: 10px;
}

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

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

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

.wd-nav-sticky>li:hover {
    background-color: var(--bg-secondary);
}

.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: #FFF;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.whb-general-header .wd-header-sticky-nav {
    background-color: var(--bg-secondary);
    padding: 0 15px;
    margin: 0 10px;
    border-radius: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-woodmart .searchform input[type="text"]{
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    min-height: 50px;
    border-color: #f8f6f1;
}

.theme-woodmart .searchform .searchsubmit{
    right: 5px;
}

.theme-woodmart .wd-sticky-nav .wd-dropdown-inner .container > a.woodmart-nav-link{
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.theme-woodmart .wd-sticky-nav .wd-dropdown-inner .container > a.woodmart-nav-link span{
    flex-grow: 1;
}

.theme-woodmart .wd-sticky-nav .wd-dropdown-inner .container > a.woodmart-nav-link:after{
    content: 'Ver toda la categoría';
    pointer-events: all;
    cursor: pointer;
    width: max-content;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    min-height: 42px;
    padding: 0 15px;
    background-color: transparent;
    border: 1px solid var(--wd-primary-color);
    display: flex;
    align-items: center;
    transition: all .15s ease-in-out;
    color: #f56531;
    border-radius: 5px;
}

.theme-woodmart .wd-sticky-nav .wd-dropdown-inner .container > a.woodmart-nav-link:hover::after{
    background-color: var(--wd-primary-color);
    color: #fff;
}

.theme-woodmart .wd-sticky-nav .wd-dropdown-inner .container a.woodmart-nav-link .wd-nav-img{
    margin-right: 12px;
    max-height: 40px;
}

@media screen and (max-width: 1600px) {
    
    .theme-woodmart .wd-dropdown-menu:is(.wd-design-sized, .wd-design-full-width, .wd-design-full-height) .wd-sub-menu>li {
        min-width: 25%;
    }

}

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

    .theme-woodmart .wd-nav-sticky>li>a .wd-nav-img {
        width: 25px !important;
        height: 25px;
    }

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

    .theme-woodmart .wd-nav-mobile li a {
        min-height: 60px;
    }

    .mobile-nav.wd-side-hidden {
        width: 100%;
        max-width: 100%;
    }

    .mobile-nav .wd-nav>li>a {
        font-size: 14px;
    }

    .mobile-nav .wd-nav-opener {
        width: 60px;
    }

}