.topo {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    z-index: 9;
}

.topo__fixed {
    position: fixed;
    top: 0;
    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);
}

.logo {
    min-height: 80px;
    object-fit: contain
}

.header__infos {
    background: var(--cor-primaria)
}

.header__social--link {
    font-size: var(--body-lg)
}

.header__contatos--link, .minha__conta--link {
    font-size: var(--body-md)
}

.header__top__favorite .btn-desejos-total,
.header__top__cart .quantidade__carrinho {
    color: var(--cor-white);
    font-size: var(--body-md);
    font-weight: 700;
    background: var(--cor-black);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.resumo-pedido .dropdown-toggle::after {
    content: none;

}

.header__top__cart__fixed .resumo-pedido .dropdown-toggle .fontColor1 {
    color: var(--tx-dark)
}

.header__social--link:hover,
.header__contatos--link:hover,
.minha__conta--link:hover,
.quantidade__carrinho--link:hover i,
.header__top__favorite:hover i{
    color: var(--tx-dark)
}

#menuCategoria {
    position: fixed;
    height: 100%;
    padding-top: 13px;
    top: 0px;
    transition: all 500ms ease;
    left: -70%;
    overflow-y: scroll;
    z-index: 999;
    background: var(--bg-header);
    min-width: 250px;
    max-width: 100%;
}

#menuCategoria .megamenu {
    width: 100%;
}
.menu-responsivo-btn.navbar-toggle {
    display: flex !important;
    flex-direction: column;
    background: none;
    padding: 8px;
    border: none;
    gap: 4px
}

    .menu-responsivo-btn.navbar-toggle .icon-bar, .open_menu_categoria.navbar-toggle .icon-bar {
        width: 21px;
        height: 3px;
        border-radius: 0px;
        background: var(--tx-white)
    }

.menu_close {
    color: var(--cor-primaria);
    border: none;
    font-size: var(--header-md);
    background: none;
}

.header__top__cart__fixed {
    display: none;
}

    .header__top__cart__fixed .quantidade__carrinho--link i {
        font-size: var(--body-lg);
        color: var(--cor-black)
    }

.busca-menu {
    position: relative;
}

.busca-mobile-box .fa-search {
    font-size: 21px;
    transition: all 1000ms ease;
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.busca-mobile-box .fa-times-circle {
    font-size: 22px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.busca-mobile-box.active .fa-search {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    display: none
}

.busca-mobile-box.active .fa-times-circle {
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease
}

.menu-loja {
    background: var(--bg-header)
}

    .menu-loja .menu-busca-box .menu-busca .form-control {
        font-size: var(--body-md);
        color: var(--tx-dark);
        border-right: none !important;
        height: 40px;
        box-shadow: none !important;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border: none;
        background: var(--bg-search)
    }

    .menu-loja .procura-btn {
        border-left: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 100%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background: var(--bg-search);
        display: flex;
        height: 100%;
        align-items: center;
    }

.busca-mobile-box {
    width: 0%;
}


.box {
    position: relative;
    right: 0;
}

    .box.active {
        z-index: 3
    }

.busca-mobile .box {
    width: 30px;
}

.busca-mobile-box.active {
    width: 486px;
    max-width: 100%;
}

.busca-mobile .box.active {
    width: auto;
}

.busca-mobile-box .form-control {
    height: 40px;
    background: var(--cor-white);
    border-radius: 50px;
    display: none
}

.busca-mobile-box.active .form-control {
    border: 1px solid var(--tx-dark);
    display: block
}

.menu-busca-box-responsivo .glyphicon {
    color: var(--tx-dark);
}

.menu-busca-box-responsivo #busca-m {
    box-shadow: none;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 30px;
    border-right: 0px;
    border: 0px;
}

.menu-busca-box-responsivo .procura-btn-m {
    height: 30px;
    background: var(--bg-header);
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border: 0px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0px 10px;
    margin: 1px 0px 0px 0px;
}


.level__one--link, .level__two--link, .level__three--link {
    --bs-dropdown-link-active-bg: var(--cor-primaria) !important;
    color: var(--tx-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: var(--body-md);
    transition: 300ms ease-in-out;
}

    .level__one--link::after {
        content: none;
    }

    .header__top__cart__fixed .quantidade__carrinho--link:hover i,
    .busca-mobile-box .fa-search:hover,
    .level__one--link:hover,
    .level__three--link:hover{
        color: var(--cor-primaria)
    }

.topo__menu .dropdown-menu {
    border: none;
    position: static;
    z-index: 999;
}

.level__one--link.show {
    background: var(--cor-primaria);
    color: var(--tx-white);
    text-decoration: none
}

    .level__one--link i {
        transition: 300ms ease-in-out;
    }

    .level__one--link.show i {
        transform: rotate(-180deg)
    }

    .resumo-pedido .dropdown-menu {
        width: 200px;
    }

@media screen and (min-width:992px) {
    #menuCategoria {
        position: relative;
        height: 100%;
        padding-top: 0;
        top: 0px;
        left: 0;
        overflow-y: unset;
        z-index: 1;
        width: 100%;
    }
    .level__one--link {
        font-weight: 500
    }

    .topo__menu .dropdown-menu {
        position: absolute;
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    }

    .level__one--link.show {
        background: none;
        color: var(--cor-primaria)
    }
   
}