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

header {
    background: var(--cor-3);
}

.menu-desktop .top-login .form_header_busca .input-group{
    border: 1px solid var(--cor-1) !important;
    padding: 0 !important;

}

span.input-group-btn{
    background: var(--cor-2);
}

.btn-group.show-on-hover svg {
    filter: invert(1);
}

#btn-cart a{
    color: black;
}

a#header-cart-button svg {
    filter: invert(1);
}

.badge{
    color: black !important;
}

.mega-menu{
    background: var(--cor-1);
}

.ul-todas-categorias > li:nth-child(n+7) {
display: none !important;
}

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

.mega-dropdown-menu > li.nivel-3-pai{
    flex: 0;
}

.mega-dropdown-menu > li.nivel-3-pai:first-child{
    padding-bottom: 0px;
}

.mega-dropdown-menu .menu-link-l2{
    margin-bottom: 0px;
}

.mega-dropdown-menu{
    gap: 0px;
}

.mega-dropdown-menu .mega-cta{
    padding: 4px;
}

.mega-dropdown-menu .mega-cta-link{
    display: flex;
    justify-content: center;
}

ul.dropdown-desktop.dropdown-menu.mega-dropdown-menu.sub-menu.menu-elevated.mega-animation {
    max-height: 380px;
    overflow-y: auto;
    flex-wrap: nowrap;
}

.dept-title-l1{
    color: black !important;
}

.ul-todas-categorias li > a.dept-link-l2{
    color: grey !important;
    font-weight: normal;
}

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    width: 100% !important;
    flex-direction: row;
    left: 0 !important;
    max-height: 380px;
    overflow-y: auto;
}

body{
    background-color:  white !important;
}

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

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


.mensagem-news {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
}

.newsletter button {
    background-color: var(--cor-2) !important;
    border-color: var(--cor-2) !important;
}

.footer-1-2 h4 {
    color: var(--cor-1);
    font-weight: bold;
    text-transform: uppercase;
}

footer ul>li>a {
    color: black;
}

footer ul>li>a:hover {
    color: var(--cor-2);
    font-weight: bold;
}


.footer-topicos {
    color: black;
}

/* MOBILE */
@media (max-width: 768px){
    .icone-burguer-mobile{fill: var(--cor-2);}
    .container-busca-mobile{border-radius: 0px; border: 1px solid var(--cor-1);}
    .navbar-nav{gap: 0px; align-items: start;}
    .navbar-nav>li{width: 100%;}
    .mensagem-news{text-align: center; margin-bottom: 20px;}
    form#newsletterForm{display: flex; justify-content: center;}
    .newsletter{margin-bottom: 0px;}
    .footer-social-links{justify-content: start;}
}

@media(max-width: 768px){

#tarja-slide {
    padding: 12px 10px;
}

#tarja-slide ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

#tarja-slide .col-xs-6{
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;

    padding: 0 !important;
}

#tarja-slide li{
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    padding: 14px 12px;
    min-height: 88px;
    box-shadow:
    0 4px 14px rgba(0,0,0,.06);
    border: 1px solid #f1f1f1;
}

#tarja-slide .icon{
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tarja-slide .icon svg{
    width: 30px !important;
    height: 30px;
}

#tarja-slide .text{
    line-height: 1.2;
}

#tarja-slide .first-line{
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
}

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

}

@media(max-width: 375px){

    #tarja-slide {
        padding: 10px 8px;
    }

    #tarja-slide ul{
        gap: 8px !important;
    }

    #tarja-slide .col-xs-6{
        flex: 0 0 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        width: calc(50% - 4px) !important;
    }

    #tarja-slide li{
        gap: 7px;
        padding: 12px 8px;
        min-height: 96px;
    }

    #tarja-slide .icon{
        min-width: 24px;
    }

    #tarja-slide .icon svg{
        width: 24px !important;
        height: 24px !important;
    }

    #tarja-slide .first-line{
        font-size: 12px;
        line-height: 1.05;
    }

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



