:root {
    --cor-base: #0b0b0b !important;
    --cor-base-light: #ce5f53;
    --cor-secundaria: #050505;
}

/* HEADER */

div.header-middle {
    background: #fff;
}

.header-bottom ul#nav-root {
    display: flex;
    position: relative;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    border-left: 1px solid rgb(226, 226, 226);
}

.header-bottom ul#nav-root>li {
    padding: 0;
    border-right: 1px solid #e2e2e2;
    display: flex;
}

.header-bottom ul#nav-root>li>a .menu-icon {
    width: 30px;
    max-height: 30px;
    filter: invert(1);
    -webkit-filter: invert(1);
    margin-bottom: 5px;
    opacity: 0.9;
}

.header-bottom ul#nav-root>li>a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 0.71em;
    text-align: center;
    color: #565656;
    padding: 15px 17px;
    color: #000000;
}

.header-bottom ul#nav-root>li:hover>a {
    background: var(--cor-base);
    color: #ffffff;
}

.header-bottom ul#nav-root>li:hover .menu-icon {
    filter: none;
    -webkit-filter: none;
}

.header-bottom ul#nav-root>li>.container-menu .menu-level-2>li>a {
    font-weight: bold;
}

.header-bottom ul#nav-root>li>.container-menu {
    -webkit-box-shadow: 1px 1px 13px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 13px 0px rgb(0 0 0 / 25%);
    top: 97px;
}

header .main-header-band .logo-ctn #logo .fil0 {
    fill: #000; /* Logo preta no header */
}

ul#nav-root>li>a {
    padding: 10px 14px !important;
}

ul#nav-root>li>a.menu-link-133.not-has-childs {
    padding: 40px 18px !important;
}

/* Deixar apenas os Ã­cones de menu no header pretos */
header .menu-icon svg,
header .menu-icon svg path {
    fill: #000000 !important;
}

ul#nav-root>li>.container-menu {
    width: 700px;
}

ul#nav-root>li>.container-menu .menu-level-2>li {
    width: 330px;
}

/* FOOTER */

/* .footer-top {
    background: #151515;
    border: none
}

.footer-top .item-list .icon {
    border-color: #fff
}

.footer-top .item-list .icon svg path,
.footer-middle .contato .lista-contatos .icon svg path {
    fill: #fff
} */

/* MantÃ©m logo e Ã­cones em branco no rodapÃ© */
/* footer .footer-about #logo svg,
footer .footer-about img {
    filter: none !important;
    fill: #fff !important;
} */

/* footer .footer-about svg path,
footer .footer-about .icon svg path {
    fill: #fff !important;
} */

/* footer:not(.footer-checkout) .footer-about {
    background: #151515;
    border: none
} */

/* Removido o filtro que deixava logo preta */
/* footer:not(.footer-checkout) .footer-about .magazord-logo-container img {
    filter: none !important;
} */

.descricao-produto ul {
    list-style-type: circle;
}

/*escondido pois a empresa nÃ£o cadastrou nenhuma info (pÃ¡gina de atendimento)*/
.info-contato-empresa {
    display: none;
}

.header-middle .login-area .icon-user svg path {
    fill: #000;
}

.header-middle .login-area:hover .icon-user>svg path {
    fill: #000;
}

.window-wrapper .window-ctn:before {
    border-bottom: 8px solid #000;
}

.window-wrapper .window-ctn .logged-ctn {
    border-top: 2px solid #000;
}

.window-wrapper .window-ctn .logged-ctn button {
    border-color: #000;
    background: #000;
}

.header-middle .carrinho-ctn .content .item-ctn {
    color: #000;
}

.menu-button .icon-menu, 
.menu-button .icon-menu:before, 
.menu-button .icon-menu:after {
    background: #000;
}

header.is-tablet-mobile .header-search-full {
    background: #000000 !important;
}