/*MEGAMENÚ*/

.enova-megamenu{
    margin: 0;
}

.megamenu .wpb_content_element{
    margin-bottom: 0;
}

.enova-megamenu .wd-sub-menu.mega-menu-list {
    padding: 35px;
}

.menu-mega-dropdown .container{
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}

.menu-mega-dropdown .vc_column_container>.vc_column-inner{
    padding: 0;
}

.megamenu {
	display: flex;
    flex-wrap: nowrap;
}

.megamenu .columna {
	width: max-content;
	display: flex;
	flex-direction: column;
}

.megamenu-links{
    display: grid;
    grid-auto-columns: minmax(0,1fr);
    grid-auto-flow: column;
    grid-column-gap: 0;
    padding: 50px;
    white-space: initial;
    flex: 1;
}

.megamenu-custom-blocks{
    overflow: hidden;
}

.megamenu-custom-blocks .custom-block > .vc_row{
    margin: 0;
}

.megamenu-custom-blocks .vc_row,
.megamenu-custom-blocks .wpb_column,
.megamenu-custom-blocks .vc_column-inner,
.megamenu-custom-blocks .wpb_wrapper,
.megamenu-custom-blocks .wpb_content_element,
.megamenu-custom-blocks .mega-menu-promotion{
    height: 100%;
}

.megamenu-custom-blocks img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    transition: all .5s cubic-bezier(.104,.204,.492,1);
    aspect-ratio: 1;
}

.megamenu-custom-blocks .mega-menu-promotion:hover img{
    transform: scale(1.05);
}

.megamenu .columna h3 {
    color: #25353D;
    margin-bottom: 12px;
	text-transform: uppercase;
    font-size: var(--wd-header-el-font-size);
}

.megamenu .columna h3~a {
    line-height: 1;
    padding: 8px 0;
    position: relative;
    width: max-content;
    font-size: 15px;
}

.megamenu .columna h3~a:hover {
	opacity: 0.975;
}

.megamenu .columna h3~a:first-child {
    padding-top: 0;
}

.megamenu .columna.custom-block {
	width: 20vw;
    margin-left: auto;
    height: 100%;
}

.megamenu .columna.custom-block p{
    margin-bottom: 0;
}

.mega-menu-promotion--cover{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    white-space: normal;
    padding: 0 50px 50px;
}

.mega-menu-promotion--cover .heading-font,
.mega-menu-promotion--cover .text-button.white{
    color: #fff;
    position: relative;
}

.mega-menu-promotion--cover .heading-font{
    text-transform: uppercase;
    letter-spacing: 0.85px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.text-button:after,
.text-button:before{
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.mega-menu-promotion--cover .text-button.white:before{
    background: rgba(255,255,255,.2);
    top: calc(100% + 2px);
}

.mega-menu-promotion--cover .text-button:after{
    top: calc(100% + 2px);
}

.megamenu .columna a:is(.item,.text-button):after{
    content: "";
    background: currentColor;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.megamenu .columna a:is(.item):after{
    top: auto;
    bottom: 4px;
}

.megamenu .columna a:is(.text-button):after{
    top: calc(100% + 2px);
}

.megamenu .columna a:is(.item,.text-button):hover:after{
    transform: scale(1);
}

.theme-woodmart .wd-header-nav,
.theme-woodmart .wd-header-nav .wd-nav[class*="wd-style-"],
.theme-woodmart .wd-header-nav .wd-nav[class*="wd-style-"]>li,
.theme-woodmart .wd-header-nav .wd-nav[class*="wd-style-"]>li>a,
.theme-woodmart .wd-header-nav .wd-nav[class*="wd-style-"]>li>a>span {
	height: 100%;
	display: flex;
	align-items: center;
}

.whb-general-header-inner .whb-col-right{
    gap: 20px;
}