.header,
.topo {
    background: var(--bg-header);
}

.topo {
    padding: 10px 0 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.topo__fixed {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    padding: 5px 0px 0px 0px;
}

.header__contatos,
.header__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__contatos {
    justify-content: flex-end;
}

.header__contatos--link,
.header__social--link {
    font-size: var(--body-sm);
    transition: 300ms ease-in-out;
}

.header__contatos--link {
    color: var(--cor-header-contato-links);
    text-transform: uppercase;
}

.header__social--link {
    color: var(--cor-header-social-links);
}

.header__social--link i {
    font-size: var(--body-lg);
}

.header__contatos--link:hover,
.header__social--link:hover {
    color: var(--cor-primaria);
    opacity: 0.6;
}

.icon_menu_open {
    padding: 0 8px;
    background-image: none;
    border: none;
    border-radius: 4px;
}

    .icon_menu_open i {
        color: var(--cor-header-icons-tools)
    }

.topo_center__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 80px;
    max-width: 200px;
}

.topo__user--tools {
    display: flex;
    gap: 20px;
}

.topo__user--tools i {
    color: var(--cor-header-icons-tools);
    font-size: var(--header-md);
}

.user__tools--conta a {
    text-decoration: none !important;
}

.user__tools--conta span {
    color: var(--tx-medium);
    font-size: var(--body-md);
}

    .user__tools--conta .dropdown-menu {
        padding: 10px;
        box-shadow: 2.5px 4.33px 35px 0px rgb(11 11 11 / 16%);
    }

    .user__tools--conta .dropdown-menu .dropdown-item {
        color: var(--tx-medium);
    }
    .user__tools--conta .dropdown-menu .dropdown-item:hover {
        color: var(--cor-primaria);
    }

.user__tools--conta a,
.user__tools--carrinho a {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
}


.topo__user--tools a:hover {
    opacity: 0.7;
}
.quantidade__carrinho {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: var(--tx-medium);
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

/*  menu */

.menu__loja {
    background: var(--bg-menu);
}

.header .menu__listagem .dropdown-menu {
    --bs-dropdown-font-size: .8rem;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--cor-primaria);
    --bs-dropdown-item-padding-y: .5rem;
}

.menu__listagem .level-1 .level__1--link,
.menu__listagem .level-2 .level__2--link,
.menu__listagem .level-3 .level__3--link {
    font-weight: 400;
    font-size: var(--body-md);
    text-decoration: none;
}

.menu__listagem .level-1 .level__1--link {
    color: var(--tx-menu-level-1);
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu__listagem .level-1:hover .level__1--link,
.menu__listagem .level-1 .level__1--link.show {
    background: var(--bg-menu-level-1-hover);
}

.menu__listagem .level-2 .fa {
    display: block !important;
}

.menu__listagem .dropdown-menu {
    background: var(--bg-menu-level-2);
    border-top: 5px solid var(--bg-menu-level-1-hover);
    margin-top: 0;
    box-shadow: 2.5px 4.33px 35px 0px rgb(11 11 11 / 16%);
    /*width: 100%;*/
}


#menu-responsivo-btn, .open__menu--btn, open_menu_categoria button {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    font-size: var(--header-md);
}



/* BUSCA */


#busca {
    background: transparent;
    border: 0px;
    box-shadow: none;
    min-height: 36px;
}

#menu-busca .menu-busca {
    background: var(--bg-search);
}

.auto-completa {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: 9999;
    left: 2px;
    top: 33px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}

    .auto-completa li {
        list-style: none;
        padding: 15px;
        border-bottom: 1px solid #b4b4b4;
    }

        .auto-completa li:hover {
            background-color: #f3f3f3;
        }



        .auto-completa li .content {
            text-transform: none !important;
            font-weight: 400;
            color: #777;
            font-size: 13px;
        }

        .auto-completa li.ver-mais-busca {
            border-bottom: none;
        }

            .auto-completa li.ver-mais-busca:hover {
                background-color: #fff;
            }

@media screen and (max-width: 992px) {
    .col-button-menu,
    .col-logo {
        order: 0;
    }
    .col-tools {
        order: 1;
    }
    .col-busca {
        order: 2;
    }

    .header__top__contact,
    .header__top__network {
        display: none;
    }

    #menuCategoria {
        background: var(--bg-menu-mobile);
        position: fixed;
        height: 100%;
        padding: 20px 0;
        top: 0px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease;
        left: -100%;
        overflow-y: scroll;
        width: 69%;
        z-index: 9
    }

    #menuCategoria .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu_close {
        border: 0px;
        padding: 0px;
        display: flex;
        gap: 10px;
        color: var(--tx-menu-level-1);
        background: transparent;
        align-items: center;
        padding-left: 15px;
    }

    .menu__categorias,
    .menu__listagem .level-1 {
        width: 100%;
    }

    .menu__listagem .level-1 .level__1--link {
        padding: 15px 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
        white-space: inherit;
    }

    .menu__listagem .dropdown-menu {
        position: relative;
    }
    .icon_menu_open_desktop {
        display: none !important;
    }

    .auto-completa {
        top: 51px;
        width: 100%;
        padding: 10px;
        left: 0px;
        height: 300px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .auto-completa li {
            padding: 12px 10px 10px 15px !important;
        }
}

@media screen and (max-width: 550px) {
    .col-logo {
        order: 2;
        width: 100%;
    }

    .topo_center__logo {
        text-align: center;
    }

        .topo_center__logo img {
            max-width: 80%;
        }
}

@media screen and (max-width: 450px) {
    .menu-busca-box .input-group .btn,
    .topo__user--tools i {
        font-size: var(--header-sm);
    }
    .topo__user--tools {
        gap: 10px;
    }
   
}

@media screen and (max-width: 380px) {
    #menu-responsivo-btn, 
    .open__menu--btn, 
    .open_menu_categoria button,
    .topo__user--tools i {
        font-size: var(--header-md);
    }
    .topo__user--tools {
        gap: 8px;
    }
    
    
}

@media screen and (min-width: 992px) {
    .navbar {
        padding: 0;
    }
    .menu__categorias {
        min-height: 40px;
    }
    .menu__listagem {
        gap: 8px;
        padding: 0;
        align-items: baseline;
    }
    .menu_close,
    .topo .navbar-toggle,
    .topo__fixed .header__top__contact, 
    .topo__fixed .header__top__network,
    .topo .level-1:not(.level-2) .fa,
    .header__top__button {
        display: none;
    }
   
    .menu-group {
        min-width: 170px;
    }

   
}