header .whb-top-bar-inner {
    flex-wrap: wrap;
}

.whb-header>.whb-main-header {
    background-color: var(--wd-primary-color);
}

header .whb-top-bar-inner .whb-column.whb-col-left {
    width: 100%;
}

header .whb-top-bar .wd-header-text.topbar__msg {
    line-height: 1;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding-block: 11.5px;
    font-family: 'TT Fors Bold';
}

header .whb-top-bar .wd-header-text.topbar__msg strong {
    color: var(--wd-alternative-color);
}

header .whb-top-bar .wd-header-text ul {
    padding: 0;
    list-style: none;
    display: flex;
}

header .whb-top-bar .wd-header-text :is(ul, li, a) {
    line-height: 1;
    margin: 0;
    color: #fff;
    display: inline-flex;
    font-family: 'TT Fors Medium';
}

header .whb-top-bar-inner .whb-column.whb-col-left:before {
    content: '';
    background-color: #002d58;
    width: calc(100vw* 100);
    position: absolute;
    height: 35px;
    left: -100vw;
    z-index: -1;
}

header .whb-top-bar-inner .whb-column.whb-col-center:before {
    content: '';
    background-color: var(--wd-primary-color);
    width: calc(100vw* 100);
    position: absolute;
    height: 35px;
    left: -100vw;
    z-index: -1;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

header .whb-top-bar .whb-column.whb-col-center .wd-header-text :is(ul) {
    margin-left: -5px;
}

header .whb-top-bar .whb-column.whb-col-right .wd-header-text :is(ul) {
    margin-right: -20px;
}

header .whb-top-bar .wd-header-text a {
    padding-inline: 20px;
    position: relative;
    transition: opacity .15s linear;
}

header .whb-top-bar .wd-header-text a:hover {
    opacity: .8;
}

header .whb-top-bar .whb-col-right .wd-header-text {
    text-align: right;
}

header .top-bar__links a::before {
    content: '';
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    filter: invert(1) brightness(2);
}

header .top-bar__links .top-bar__link--distributors a::before {
    background-image: url('/wp-content/uploads/2024/02/icon-db.svg');
}

header .top-bar__links .top-bar__link--help a::before {
    background-image: url('/wp-content/uploads/2024/02/help-icon.svg');
}

header .top-bar__links .top-bar__link--support a::before {
    background-image: url('/wp-content/uploads/2024/02/support-icon.svg');
}

header .top-bar__links .top-bar__link--blog a::before {
    background-image: url('/wp-content/uploads/2024/02/blog-icon.svg');
}

header .top-bar__links .top-bar__link--b2b a::before {
    background-image: url('/wp-content/uploads/2024/07/b2b-icon-v2.svg');
}

header .top-bar__links .top-bar__link--address a::before {
    background-image: url('/wp-content/uploads/2024/02/maps-icon.svg');
    background-size: contain;
    height: 13px;
    width: 11px;
    transform: translate(3px, -.025em);
}

header .top-bar__links .top-bar__link--phone a::before {
    background-image: url('/wp-content/uploads/2024/02/phone-icon.svg');
}

header .top-bar__links .top-bar__link--price-list a::before {
    background-image: url('/wp-content/uploads/2024/07/Group-99-1.svg');
    filter: initial;
}

header .wpb_content_element {
    margin-bottom: 0;
}

.whb-general-header .whb-column.whb-col-center {
    margin-right: 7%;
    margin-left: 1%;
}

header .whb-col-right .wd-tools-element>a {
    position: relative;
}

header .whb-col-right .wd-tools-element>a:before {
    content: '';
    height: 21px;
    width: 21px;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 10px;
    background-color: #F9A712;
    opacity: 0;
}

header .whb-col-right .wd-header-cart.wd-tools-element>a:before {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    background-color: #F9A712;
    opacity: 0;
    transform: rotate(78deg);
}

header .wd-header-cart.wd-design-2 .wd-cart-number,
header .wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: #ffc220;
    color: #825e00;
    font-family: 'TT Fors Semibold';
    font-size: calc(28px / 2.7);
    width: 16px;
    height: 16px;
    padding-top: 0.75px;
}

.wd-header-my-account.wd-tools-element .wd-tools-text,
.wd-header-cart.wd-tools-element .wd-tools-text {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: normal;
    gap: 4px;
    color: rgb(255 255 255 / 75%);
    text-transform: none;
}

.whb-general-header .wd-tools-custom-icon .wd-custom-icon {
    filter: invert(1) brightness(8);
}

.wd-header-my-account .wd-tools-text::after,
header .wd-header-cart .wd-cart-subtotal .amount {
    content: 'Mi cuenta';
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.wd-header-cart .wd-tools-text::before {
    content: 'Carrito';
}

header .wd-header-cart .wd-cart-subtotal .amount>* {
    display: inline-block;
    line-height: 1;
}

.wd-header-cart {
    margin-left: 12px;
    padding-left: 12px;
}

.wd-header-cart::before {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    transform: translate(-15px, 9px);
    background-color: rgb(255 255 255 / 10%);
}

header .searchform.wd-style-with-bg-2 .searchsubmit {
    flex-direction: row-reverse;
    gap: 8px;
    width: max-content;
    min-width: auto;
    padding-inline: 15px;
    border-radius: 50px;
    background-color: var(--wd-primary-color);
    color: #fff;
    box-shadow: none;
    inset-block: calc(var(--wd-form-brd-width) + 6px);
    inset-inline-end: calc(var(--wd-form-brd-width) + 7px);
    transition: all .075s linear;
    will-change: auto;
}

header .searchform[class*="wd-style-with-bg"] .searchsubmit:hover {
    color: #fff;
    box-shadow: none;
}

header .searchform .searchsubmit:hover:after,
.searchform .searchsubmit:hover img {
    opacity: 1;
}

.searchsubmit span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'TT Fors Semibold';
}

header [class*="wd-header-search-form"] input[type='text'] {
    min-width: auto;
    border: 0;
    border-radius: 50px;
    padding-left: 25px;
    color: var(--wd-text-color);
    letter-spacing: .43px;
    font-family: 'TT Fors Medium';
    opacity: 1;
    font-size: 14px;
    background-color: #fff;
}

.theme-woodmart header input[type='text']:focus {
    border: 0;
}

header .searchform .searchsubmit:after {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/search-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 17px;
    filter: invert(1) brightness(2);
}

header ::-webkit-input-placeholder {
    color: var(--wd-text-color) !important;
    letter-spacing: .43px;
    font-family: 'TT Fors Medium';
    opacity: .5 !important;
    font-size: 14px;
}

#menu-item-520 .nav-link-text {
    color: #C13030 !important;
}

header .wd-nav>li:is(.wd-has-children, .menu-item-has-children)>a:after {
    content: '';
    background-image: url(/wp-content/uploads/2024/07/chevron-icon-sutil-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 11px;
    width: 12px;
    transform: translateY(2px);
    margin-left: 5px;
}

.theme-woodmart header .wd-header-nav .wd-nav[class*="wd-style-"] {
    margin-left: -10px;
}

#menu-desktop-secundario {
    margin-right: -13px;
}

.theme-woodmart .whb-header-bottom .wd-header-nav #menu-desktop-secundario.wd-nav[class*="wd-style-"]>li>a>span {
    color: var(--wd-text-color);
}

header .wd-tools-element>a {
    color: #fff;
}

header .wd-tools-element .wd-tools-icon:before {
    font-size: 0;
    font-family: initial;
    background-image: url('/wp-content/uploads/2024/02/menu-icon-v2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 22px;
    width: 22px;
}

.wd-tools-element.wd-header-search-mobile .wd-tools-icon {
    transform: translate(2px, 1px);
}

body .wd-drilldown-slide .menu-item>[class*="sub-menu"] {
    box-shadow: none;
}

header.whb-sticked .whb-top-bar-inner .whb-column.whb-col-center,
header.whb-sticked .whb-top-bar-inner .whb-column.whb-col-right {
    display: none;
}

header.whb-sticked .whb-top-bar-inner .whb-column.whb-col-left {
    position: fixed;
    left: 0;
}

body .wd-search-full-screen .searchform input[type="text"] {
    background: none;
    border: 0;
    font-weight: normal;
    font-family: 'TT Fors Medium';
}

.wd-design-default.wd-dropdown-menu .wd-sub-menu li>a {
    font-size: 14px;
    line-height: 19px;
    font-family: 'TT Fors Medium';
    padding: 8px 12px;
    border-radius: 2px;
}

header .wd-dropdown-menu.wd-design-default {
    width: max-content;
    max-width: 300px;
    padding: 15px;
}

.wd-design-default.wd-dropdown-menu .wd-sub-menu li>a:hover {
    background-color: var(--bg-secondary);
}

.megamenu-monitores .wpb_column.magitech__megamenu--c1 {
    width: 65%;
}

.megamenu-monitores .wpb_column.magitech__megamenu--c2 {
    width: 35%;
}

.megamenu-monitores .magitech__megamenu--links>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    gap: 80px;
    padding-left: 0;
    border-left: 0;
    justify-content: space-between;
}

.megamenu-monitores .wd-products-element {
    margin-bottom: 0;
    padding-block: 35px;
}

.megamenu-monitores .wd-products-element .product-wrapper {
    border: 1px solid #e8e8eb;
    padding-bottom: 10px;
}

.megamenu-monitores .wd-products-element .product-image-link {
    padding-top: 0;
    padding-bottom: 0;
}

.megamenu-monitores .wd-products-element .title {
    font-size: 16px;
    line-height: 1;
}

.megamenu-monitores .wd-products-element .title::before {
    display: none;
}

.megamenu-monitores .wd-products-element a {
    font-size: 13px;
    line-height: 20px;
    font-family: 'TT Fors Medium';
    padding-block: 0;
    color: var(--wd-text-color);
}

.megamenu-monitores .product-wrapper .wd-compare-btn {
    display: none;
}

.megamenu-monitores .wd-product .product-element-bottom .wd-product-sku {
    display: none;
}

.megamenu-monitores .magitech__megamenu--c1.vc_column_container>.vc_column-inner {
    padding-right: 30px;
}

header .wd-nav.wd-style-bg>li:is(:hover, .current-menu-item, .wd-active, .active)>a:before,
header .wd-nav.wd-style-bg>li>a:before {
    background: none;
}

header .wd-nav.wd-style-bg>li:is(:hover, .current-menu-item, .wd-active, .active)>a span {
    text-decoration: underline;
}

header .searchform .searchsubmit:before {
    left: 21px;
}

.login-dropdown-inner label {
    line-height: 1;
    font-size: 13px;
    margin-top: 6px;
}

/*B2B*/

:not(.wholesale_customer) .whb-general-header-inner>.whb-column .site-logo:nth-child(2) {
    display: none;
}

.wholesale_customer .whb-general-header-inner>.whb-column .site-logo:nth-child(1) {
    display: none;
}

.wholesale_customer .whb-general-header-inner>.whb-column .site-logo:nth-child(2) {
    display: block;
}

:not(.wholesale_customer) .whb-general-header-inner .wd-header-html .vc_column-inner>.wpb_wrapper>.wpb_single_image:nth-child(2) {
    display: none;
}

.wholesale_customer .whb-general-header-inner .wd-header-html .vc_column-inner>.wpb_wrapper>.wpb_single_image:nth-child(1) {
    display: none;
}

.wholesale_customer .whb-general-header-inner .wd-header-html .vc_column-inner>.wpb_wrapper>.wpb_single_image:nth-child(2) {
    display: block;
}

.wholesale_customer .whb-general-header,
.wholesale_customer .whb-color-dark:not(.whb-with-bg) {
    background-color: #0A0F2F;
}

.wholesale_customer header .whb-top-bar-inner .whb-column.whb-col-center:before {
    background-color: #0a0f2f;
}

.wholesale_customer header .whb-top-bar .wd-header-text :is(ul, li, a),
.wholesale_customer .wd-header-my-account.wd-tools-element .wd-tools-text,
.wholesale_customer .wd-header-cart.wd-tools-element .wd-tools-text {
    color: rgb(255 255 255 / 75%);
}

.wholesale_customer header .top-bar__links .top-bar__link--distributors a::before {
    background-image: url('/wp-content/uploads/2024/03/dist-icon.svg');
}

.wholesale_customer header .top-bar__links .top-bar__link--help a::before {
    background-image: url('/wp-content/uploads/2024/03/help-icon-1.svg');
}

.wholesale_customer header .top-bar__links .top-bar__link--support a::before {
    background-image: url('/wp-content/uploads/2024/03/support-icon-2.svg');
}

.wholesale_customer header .top-bar__links .top-bar__link--blog a::before {
    background-image: url('/wp-content/uploads/2024/03/blog-icon-1.svg');
}

.wholesale_customer header .top-bar__links .top-bar__link--address a::before {
    background-image: url('/wp-content/uploads/2024/03/map-icon.svg');
}

.wholesale_customer header .top-bar__links .top-bar__link--phone a::before {
    background-image: url('/wp-content/uploads/2024/03/phone-icon-2.svg');
}

.wholesale_customer .whb-general-header-inner :is(.wd-header-my-account, .wd-header-cart) .wd-tools-icon img {
    visibility: hidden;
    opacity: 0;
}

.wholesale_customer .whb-general-header-inner .wd-header-my-account .wd-tools-icon {
    background-image: url(/wp-content/uploads/2024/03/user-icon-light.svg);
}

.wholesale_customer .whb-general-header-inner .wd-header-cart .wd-tools-icon {
    background-image: url(/wp-content/uploads/2024/03/cart-icon-light.svg);
}

.wholesale_customer header [class*="wd-header-search-form"] input[type='text'] {
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.wholesale_customer header ::-webkit-input-placeholder {
    color: #fff;
    opacity: .8;
}

.wholesale_customer header .searchform ::-webkit-input-placeholder {
    color: #fff !important;
}

.wholesale_customer .whb-header-bottom {
    border: 0;
}

.wholesale_customer .whb-general-header {
    border-top: 1px solid rgb(255 255 255 / 8%);
    border-bottom: 0;
}

.wholesale_customer .whb-sticky-prepared .whb-main-header {
    background-color: #0A0F2F;
}

.wholesale_customer header .wd-tools-element.wd-header-mobile-nav .wd-tools-icon:before {
    background-image: url(/wp-content/uploads/2024/03/menu-icon-light.svg);
}

.wholesale_customer .wd-header-search-mobile {
    filter: invert(1) brightness(2);
}

.wholesale_customer #menu-desktop-secundario img {
    display: none;
}

.wholesale_customer #menu-desktop-secundario .nav-link-text::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 7px;
}

.wholesale_customer #menu-desktop-secundario .menu-item-2918 .nav-link-text::before {
    background-image: url(/wp-content/uploads/2024/04/percent-icon-b2b.svg);
}

.wholesale_customer #menu-desktop-secundario .menu-item-2919 .nav-link-text::before {
    background-image: url(/wp-content/uploads/2024/04/edifice-icon-b2b.svg);
}

.wholesale_customer header .top-bar__links a::before {
    filter: initial;
}

.wholesale_customer header .top-bar__links .top-bar__link--b2b a::before {
    filter: invert(1) brightness(2) !important;
}

.wholesale_customer header .whb-top-bar-inner .whb-column.whb-col-left:before {
    background-color: #232744;
}

.wd-single-price p.price .amount {
    font-size: 28px;
}

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

    header .whb-top-bar-inner .whb-column.whb-col-center,
    header .whb-top-bar-inner .whb-column.whb-col-right {
        flex: auto;
        width: 50%;
        height: 35px;
    }

    header .whb-color-light:not(.whb-with-bg) {
        background: none;
    }

    .wpb_column.magitech__megamenu--c1 {
        width: 68%;
    }

    .wpb_column.magitech__megamenu--brands {
        width: 32%;
    }

}

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

    header .whb-color-light:not(.whb-with-bg) {
        background-color: #002d58;
    }

    header .whb-top-bar-inner {
        height: auto;
        max-height: none;
    }

    header .whb-top-bar .wd-header-text.topbar__msg {
        line-height: 1.4;
        padding-block: 7px;
        font-size: 11.5px;
        color: #fff;
    }

    .wd-header-cart::before {
        display: none;
    }

    .wd-header-search-form-mobile .searchform input[type="text"] {
        padding-right: 0;
        padding-left: 15px;
        border-radius: 0;
    }

    .whb-header-bottom>.container {
        padding-inline: 0;
    }

    header .searchform[class*="wd-style-with-bg"] .searchsubmit {
        border-radius: 0;
    }

    header .searchsubmit span {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    header .wd-logo img {
        padding: 0;
    }

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

    header .wd-header-cart {
        margin-left: 0;
        padding-left: 0;
    }

    header .wd-header-search .wd-tools-icon:after {
        font-size: 26px;
    }

    header :is(.wd-custom-icon, picture.wd-custom-icon img) {
        max-width: initial;
    }

    .close-side-widget.wd-action-btn.wd-style-text>a {
        font-size: 0;
    }

    .close-side-widget.wd-action-btn.wd-style-text>a:before {
        margin-inline-end: 0;
        content: '';
        font-size: 0;
        font-family: initial;
        background-image: url('/wp-content/uploads/2024/02/exit-icon-2.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 17px;
        width: 17px;
    }

    .mobile-nav .wd-nav-mobile>li>a,
    .mobile-nav .wd-nav-mobile>li>ul li>a,
    .mobile-nav .menu .wd-nav-opener {
        border: 0;
        min-height: 55px;
    }

    .mobile-nav .wd-nav-mobile>li>a,
    .mobile-nav .wd-nav-mobile>li>ul li>a,
    .mobile-nav .wd-nav.wd-layout-drilldown>li [class*="sub-menu"]>.menu-item>a,
    .mobile-nav .wd-nav .wd-sub-menu .wd-drilldown-back>a,
    .mobile-nav .wd-nav.wd-layout-drilldown .woocommerce-MyAccount-navigation-link>a {
        font-weight: normal;
        font-size: 16px;
        text-transform: none;
        font-family: 'TT Fors Medium';
    }

    .mobile-nav .wd-nav-opener:after {
        font-weight: initial;
        font-size: 0;
        content: '';
        font-family: initial;
        background-image: url('/wp-content/uploads/2024/03/chevron-right-icon.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 15px;
        width: 15px;
    }

    .mobile-nav .wd-drilldown-back .wd-nav-opener:after {
        content: '';
        transform: rotate(180deg);
        will-change: auto;
    }

    .mobile-nav.wd-side-hidden .wd-heading {
        background-image: url('/wp-content/uploads/2023/04/Group-11-1.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 160px;
        border-bottom: 1px solid #e8e8eb;
    }

    .mobile-nav .wd-nav-mobile {
        margin-top: 8px;
    }

    .wd-drilldown-hide+div {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .magitech_secondary-menu .wd-sub-menu>li>a {
        display: none;
    }

    .magitech_secondary-menu .wd-sub-menu {
        border-bottom: 1px solid rgb(21 37 82 / 10%);
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .magitech_secondary-menu .icons-design-default .wd-social-icon {
        padding: 0 !important;
        color: var(--wd-text-color) !important;
    }

    .magitech_secondary-menu .wd-social-icons.icons-size-default .wd-icon {
        width: 42px;
        height: 42px;
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }

    .magitech_secondary-menu .wd-social-icons.icons-size-default .wd-icon:hover {
        box-shadow: inset 0 0 200px rgb(21 37 82 / 3%);
    }

    .magitech_secondary-menu .wd-social-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 22px;
    }

    body .magitech_secondary-menu .mega-menu-list img,
    .mobile-nav .wd-nav-img {
        background: none;
        aspect-ratio: initial;
        padding: 0;
        width: 18px !important;
        margin-right: 12px;
        border-radius: 0;
    }

    #menu-mobile+div {
        display: block;
        padding: 10px 20px 30px 20px;
        background-color: #f3f4f6;
        margin-top: 8px;
    }

    body .magitech_secondary-menu .sub-sub-menu li>a {
        font-size: 16px;
        font-family: 'TT Fors Medium';
        padding-block: 17.5px;
    }

    .magitech_secondary-menu ul:nth-child(2) li>ul>li:first-child>a img {
        transform: scale(0.875);
        will-change: auto;
    }

    #menu-item-2971 .nav-link-text,
    #menu-item-2972 .nav-link-text {
        color: var(--wd-primary-color);
    }

    #menu-item-2922 .nav-link-text {
        color: #c13030;
    }

    header .wd-header-mobile-nav {
        display: none;
    }

}

/*MEGAMENU*/

.magitech__megamenu {
    margin-right: 0;
}

.magitech__megamenu :is(ul, li, a),
body .mega-menu-list>li>a,
body .wd-sub-menu li>a,
body .wd-sub-menu,
body .wd-dropdown-menu:is(.wd-design-sized, .wd-design-full-width, .wd-design-full-height) .wd-sub-menu>li>a {
    padding: 0;
    margin: 0;
    line-height: 1;
    list-style: none;
    color: var(--wd-text-color);
    text-transform: none;
    font-weight: normal;
    --sub-menu-color: var(--wd-text-color);
    --sub-menu-color-hover: var(--wd-text-color);
    letter-spacing: .01em;
}

body .whb-general-header-inner .wd-sub-menu li>a {
    padding-block: 8px;
}

body .whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
    margin-top: 0;
}

.magitech__megamenu a {
    display: inline-block;
    line-height: 1;
}

.magitech__megamenu li,
.magitech__megamenu .nav-link-text {
    font-size: 16px;
    font-family: 'TT Fors Semibold';
}

.magitech__megamenu>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.magitech__megamenu--links>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    gap: 60px;
    padding-left: 35px;
    border-left: 1px solid var(--brd-dark-color);
    justify-content: space-between;
}

body .whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu) {
    margin-top: 0;
}

.magitech__megamenu--links a {
    font-size: 14px;
    font-family: 'TT Fors Regular';
    padding-block: 9px;
}

.magitech__megamenu--links .wpb_wrapper>ul li ul {
    margin-top: 10px;
}

.magitech__megamenu--links .sub-sub-menu li:is(:last-child) a {
    padding-bottom: 0;
}

body .mega-menu-list img {
    max-height: none;
    width: 28px !important;
    border-radius: 100%;
    background-color: rgb(249 167 18 / 10%);
    padding: 6px;
    overflow: visible;
    aspect-ratio: 1;
}

.magitech__megamenu--featured-links li a {
    padding-block: 7px;
}

body .sub-sub-menu li>a {
    padding-block: 4.5px;
}

body .sub-sub-menu li>a:hover,
.magitech__megamenu--featured-links li a:hover {
    text-decoration: underline;
}

.magitech__megamenu--featured-links li:first-child a {
    padding-top: 0;
}

.magitech__megamenu--searches {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid var(--brd-dark-color);
}

.magitech__megamenu--searches li ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

.magitech__megamenu--searches li ul li {
    font-size: 14px;
    font-family: 'TT Fors Medium';
}

.magitech__megamenu--searches li a {
    width: max-content;
    padding: 10px 14px;
    background-color: var(--bg-secondary);
    border-radius: var(--wd-brd-radius);
    font-size: 13px;
}

.magitech__megamenu--searches li a:hover {
    color: var(--wd-text-color);
    box-shadow: inset 0 0 200px rgb(21 37 82 / 3%);
}

.magitech__megamenu>.magitech__megamenu--brands.vc_column_container>.vc_column-inner>.wpb_wrapper {
    flex-direction: column;
}

.magitech__megamenu--brands.vc_column_container>.vc_column-inner {
    padding: 35px;
    background-color: var(--bg-secondary);
}

.magitech__megamenu>.magitech__megamenu--c1.vc_column_container>.vc_column-inner>.wpb_wrapper {
    padding-block: 35px;
}

.magitech__megamenu>.magitech__megamenu--c1.vc_column_container>.vc_column-inner>.wpb_wrapper>* {
    flex: auto;
}

.magitech__megamenu--brands-imgs>.vc_column-inner>.wpb_wrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
}

.magitech__megamenu--brands-imgs .wpb_single_image {
    width: calc(50% - 3px);
}

.magitech__megamenu--brands-imgs img {
    aspect-ratio: 2;
    padding: 8%;
    object-fit: contain;
    background-color: #fff;
}

.magitech__megamenu--brands-imgs .wpb_single_image .vc_figure,
.magitech__megamenu--brands-imgs .wpb_single_image .vc_single_image-wrapper,
.magitech__megamenu--brands-imgs img {
    width: 100%;
}

.magitech__megamenu--c1.vc_column_container>.vc_column-inner {
    padding-right: 50px;
}

.magitech__megamenu--brands .wpb_text_column p:last-child {
    font-size: 16px;
    font-family: 'TT Fors Semibold';
    margin-bottom: 20px;
    line-height: 1;
}

header .whb-header-bottom .wd-dropdown {
    margin-top: 0;
}