#header-05 .menu_header {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header-05.header {
    position: relative;
    z-index: 10;
}

#header-05.header .menu-desktop {
    position: fixed;
    width: 100%;
    max-width: 2400px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    color: var(--wp--preset--color--cor-1);
}

#header-05 .menu_header_container .menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .3125rem;
}

#header-05 .menu_header_container .menu_header a {
    font-size: var(--wp--preset--font-size--fonte-14px);
    display: block;
    text-decoration: none;
    color: var(--wp--preset--color--cor-1);
    padding: 1rem .625rem;
    border-radius: 5px;
    border-bottom: 2px solid transparent;
    transition: all .4s;
}

#header-05 .menu_header_container .menu_header .current-menu-item.current_page_item a,
#header-05 .menu_header_container .menu_header a:hover {
    color: var(--wp--preset--color--cor-2);
}

#header-05 .menu_header_container .menu_header .menu-item-has-children {
    position: relative;
    display: block;
}

#header-05 .menu_header_container .menu_header .menu-item-has-children a~.sub-menu {
    position: absolute;
    background-color: var(--wp--preset--color--cor-9);
    padding: .625rem;
    list-style: none;
    margin: 0;
    top: calc(100%);
    min-width: 200px;
    display: none;
    transition: all .4s;
}

#header-05 .menu_header_container .menu_header .menu-item-has-children:hover a~.sub-menu {
    display: block;
}

#header-05 .menu_header_container .menu_header .menu-item-has-children a~.sub-menu li a {
    font-size: var(--wp--preset--font-size--fonte-6);
    color: var(--wp--preset--color--cor-2);
}

#header-05 .logo_header a,
#header-05 .logo_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

#header-05 .logo_header a {
    padding: .625rem;
    width: 100%;
    max-width: 245px;
    text-align: center;
}

#header-05 .header_central_atendimento a {
    color: var(--wp--preset--color--cor-1);
    text-decoration: none;
    font-size: var(--wp--preset--font-size--fonte-14px);
}

#header-05 .header_central_atendimento {
    max-width: 460px;
}

#header-05 .dados_de_contato-dados {
    display: flex;
    flex-wrap: wrap;
    column-gap: .3125rem;
}

#header-05 .header_icons {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 60px;
}

#header-05 .gtranslate_wrapper {
    position: absolute;
    left: 0;
}

.gt_container--heahi7 .gt_switcher .gt_selected,
#header-05 .gt_container--heahi7 .gt_switcher .gt_selected a {
    border: none;
    background: transparent !important;
}

#header-05 .gt_container--heahi7 .gt_switcher .gt_selected a.open {
    background-color: var(--wp--preset--color--cor-9) !important;
}

#header-05 .mini_cart button.wc-block-mini-cart__button,
#header-05 .icon_minha_conta {
    min-width: 60px;
    min-height: 100px;
    font-size: var(--wp--preset--font-size--fonte-30px);
    padding: .3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--cor-2);
    color: var(--wp--preset--color--cor-9);
    transition: all .4s;

}

#header-05 .mini_cart button.wc-block-mini-cart__button:hover,
#header-05 .icon_minha_conta:hover {
    background-color: var(--wp--preset--color--cor-3);
    color: var(--wp--preset--color--cor-9);
}

#header-05 .mini_cart button.wc-block-mini-cart__button .wc-block-mini-cart__badge {
    font-size: var(--wp--preset--font-size--fonte-6);
    font-family: 'Lato', sans-serif;
}

#header-05 .btn_menu_mobile {
    border: none;
    background-color: transparent;
    color: var(--wp--preset--color--cor-1);
    font-size: var(--wp--preset--font-size--fonte-2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 100%;
    padding: 0;
}

#header-05 .btn_menu_mobile i {
    position: absolute;
    transition: all .4s;
}

#header-05 .btn_menu_mobile.ativo i.fa-bars,
#header-05 .btn_menu_mobile i.fa-xmark {
    opacity: 0;
}

#header-05 .btn_menu_mobile.ativo i.fa-xmark {
    opacity: 1;
    transform: rotate(180deg);
}

#header-05 #menu-mobile {
    opacity: 0;
    left: -200%;
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--wp--preset--color--cor-9);
    z-index: 9999;
    transition: all .4s;
    display: flex;
    flex-direction: column;
}

#header-05 #menu-mobile .menu_header_container .menu_header a {
    color: var(--wp--preset--color--cor-2);
    font-size: var(--wp--preset--font-size--fonte-20px);
    padding: 1rem;
    display: block;
    font-family: 'Lato', sans-serif;
}

#header-05 #menu-mobile .menu_header_container .menu_header {
    flex-direction: column;
}


#header-05 #menu-mobile .menu_mobile-body {
    min-height: 300px;
    max-height: 90%;
    margin: auto;
    overflow-y: auto;
}

#header-05 #menu-mobile .menu_mobile-footer {
    margin-top: auto;
    min-height: 45px;
    max-height: 10%;
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--cor-1);
}

#header-05 #menu-mobile .menu_mobile-footer a.icon_minha_conta {
    color: var(--wp--preset--color--cor-9);
    font-size: var(--wp--preset--font-size--fonte-4);
}

#header-05 #menu-mobile.ativo {
    left: 0;
    opacity: 1;
}

.header_icons a {
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
    font-size: var(--wp--preset--font-size--fonte-5);
}

#header-05 .menu_mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

#header-05 .menu_mobile-header .logo_header img {
    max-height: 90px;
}

#header-05 .menu_mobile-header .btn_menu_mobile {
    color: var(--wp--preset--color--cor-1);
    font-size: var(--wp--preset--font-size--fonte-1);
}

#header-05 #menu-mobile .menu_header_container .menu_header .current-menu-item.current_page_item a {
    background-color: var(--wp--preset--color--cor-1);
    color: var(--wp--preset--color--cor-9);
}

#header-05 #menu-mobile .menu_header_container,
#header-05 #menu-mobile .menu_header_container .menu_header,
#header-05 #menu-mobile .menu_mobile-body {
    width: 100%;
}

#header-05 #menu-mobile .menu_header_container .menu_header a {
    color: var(--wp--preset--color--cor-2);
    font-size: var(--wp--preset--font-size--fonte-20px);
    padding: 1rem;
    display: block;
    min-width: 200px;
    text-align: center;
}

#header-05 .header_search_product {
    width: 100%;
    max-width: 300px;
}

#header-05 .header_search_product input#dgwt-wcas-search-input-1 {
    border: none;
    box-shadow: none;
    background-color: rgba(185, 185, 185, 0.42);
    color: var(--wp--preset--color--cor-1);
    min-height: 55px;
}

#header-05 .header_search_product button.dgwt-wcas-search-submit {
    left: unset;
    right: 15px;
    top: calc(50% - 17px);
}

/* Remover para aparecer todos os dados de contato */
#header-05 div#email-id-2,
#header-05 .dados_de_contato-item-tipo-whatsapp {
    display: none;
}

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

    #header-05 .menu_header_container .menu_header a {
        font-size: var(--wp--preset--font-size--fonte-6);
        padding: .3125rem;
    }

    #header-05 .mini_cart button.wc-block-mini-cart__button,
    #header-05 .icon_minha_conta {
        min-height: 80px;
    }

}

@media screen and (max-width: 1199px) {
    #header-05 .header_central_atendimento {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .header_search_product {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #header-05 .logo_header a {
        padding: 1rem 0;
    }

    #header-05.header .menu-desktop .container-1500px {
        padding: 0;
    }

    #header-05 .mini_cart,
    #header-05 .mini_cart .wc-block-mini-cart.wp-block-woocommerce-mini-cart,
    #header-05 .mini_cart button.wc-block-mini-cart__button,
    #header-05 .icon_minha_conta,
    #header-05 .header_icons {
        height: 100%;
    }
}

@media screen and (max-width: 575px) {
    #header-05 .header_icons:has(.mini_cart) .icon_minha_conta {
        display: none;
    }

    #header-05 .logo_header a {
        padding: 1rem 0;
    }

    #header-05 .mini_cart button.wc-block-mini-cart__button,
    #header-05 .icon_minha_conta {
        min-height: 70px;
    }
}