#tarja-slide ul{display: flex !important; justify-content: center !important;align-items: center !important; flex-wrap: wrap !important; list-style-type: none !important;}

.faixa-head {
    background: var(--cor-1);
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

a.login-header {
    flex-direction: column;
    display: flex !important;
    align-items: center;
    gap: 3px;
    color: var(--cor-1) !important;
    font-weight: bold !important;
}

a.favoritos-header {
    flex-direction: column;
    display: flex !important;
    align-items: center;
    gap: 3px;
    color: var(--cor-1) !important;
    font-weight: bold !important;
    background: none;
    padding: 0px;
}

a#header-cart-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: var(--cor-1) !important;
    font-weight: bold;
}

li.d-flex.justify-around{
    justify-content: space-between;
}

.menu-desktop .top-login .form_header_busca .input-group {
    border-bottom: none !important;
    padding: 3px 0px 3px 12px;
    border: 1px solid var(--cor-1) !important;
    border-radius: 5px !important;
}

.menu-desktop .top-login .form_header_busca .input-group::after{
    display: none;
}

.menu-desktop .form_header_busca{
    margin: 0;
}

.btn-busca{
    margin-right: 8px;
}

.login-header span {
    display: block;
    max-width: 90px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.15;
    text-align: center;
}

.ul-todas-categorias > li.menu-item-root:nth-of-type(n + 8) {
    display: none !important;
}

.navbar-nav>li>a{
    font-size: 13px;
    flex-direction: row;
    gap: 5px;
    height: 40px;
}

.menu-link-root .menu-text{
    font-weight: normal;
}

.menu-item-root:hover > a.menu-link-root .menu-text {
    color: #fff !important;
    opacity: 0.8;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li:hover>a{
    color: white;
    opacity: 0.8;
}

.nav>li:hover>a img, .nav>li>a:focus img {
    filter: invert(1) !important;
}

.navbar-nav>li {
    height: 50px;
}

.navbar-nav {
    height: 50px !important;
}

.mega-menu{
    min-height: 50px !important;
}

.navbar-nav>li>a::after{
    display: none;
}

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    background: var(--cor-1);
    max-height: 200px;
    overflow-y: auto;
    gap: 0px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.7) transparent;
}

.dept-title-l1 {
    font-weight: normal;
    color: white;
    text-transform: uppercase;
}

.dept-title-l1:hover{
    color: var(--cor-2);
}

.menu-link-root .caret-indicator{
    display: none;
}

ul.dropdown-desktop.dropdown-menu.mega-dropdown-menu.sub-menu.menu-elevated.mega-animation {
    background: var(--cor-1);
}

.mega-dropdown-menu .menu-link-l2{
    color: white !important;
}

.mega-dropdown-menu .menu-link-l2:hover {
    color: var(--cor-2) !important;
}

.mega-dropdown-menu .mega-cta-link{
    color: white !important;
}

.mega-dropdown-menu .mega-cta{
    padding: 4px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #3b384d;
}

.mega-dropdown-menu .mega-cta-link:hover {
    background: none !important;
    color: var(--cor-2) !important;
}

.ul-todas-categorias .dropdown-header a{
    border-bottom: 1px solid #3b384d;
}

.dept-link-l2 {
    color: #fff !important;
    font-weight: normal !important;
}

.dept-link-l2:hover {
    color: var(--cor-2) !important;
    background: none !important;
}

body{
    background-color: white !important;
}

#tarja-slide ul li{
    background-color: transparent;
    margin-bottom: 3px;
}

#tarja-slide .first-line{
    font-size: 13px;
}

#tarja-slide .second-line{
    font-size: 12px;
}