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

.itens-topo {
    display: flex;
    justify-content: end;
}

.faixa-login a:first-child{
    margin-right: 20px;
}

.faixa-head a:hover {
    color: var(--cor-2);
}

header{
    background: var(--cor-1);
    box-shadow: none;
    padding: 20px 0;
    border-top: 3px solid var(--cor-2);
    border-bottom: 3px solid var(--cor-2);
}

.menu-contact {
    font-size: 15px;
    color: white;
}

.menu-contact a {
    color: white;
}

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

span.buscar-header {
    background: var(--cor-2);
    color: white;
    padding: 11px;
    font-size: 14px;
    border-radius: 0px 16px 16px 0px;
}

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

.menu-desktop #btn-cart a{
    display: flex;
    gap: 8px;
    align-items: center;
}

.fundo-carrinho {
    background: var(--cor-2);
    padding: 8px;
    display: flex;
    border-radius: 20px;
}

span.frase-carrinho {
    color: white;
    font-size: 15px;
}

.badge{
    background-color: var(--cor-3) !important;
    color: #000 !important;
}

.menu-desktop #btn-cart a .badge {
    top: -3px;
    right: 100px;
    padding: 3px 5px !important;
}

span.frase-carrinho:hover{
    color: var(--cor-2);
}

.mega-menu{
    background: var(--cor-1);
    min-height: 50px;
}

@media (min-width: 1024px){
.navbar-nav{
    height: 50px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.navbar-nav>li>a{
    height: 64px;
    text-transform: uppercase;
    font-size: 16px;
}
}

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

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    width: 100% !important;
    left: 0 !important;
}

.dept-title-l1 {
    color: var(--cor-2) !important;
    text-transform: uppercase;
}

.dept-title-l1:hover{
    color: var(--cor-1) !important;
}

body{
    background-color: white !important;
}

#tarja-slide ul li{
    background-color: transparent;
}

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

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

.centro .titulo-vitrine h2{
    font-weight: bold;
}

.produto .preco-prod{
    min-height: 20px;
}

.produto .botoes-area{
    margin-top: 0;
}

.newsletter {
    background: var(--cor-2);
}

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

.footer-1-2 {
    background: var(--cor-1);
}

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

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

.footer-1-2 p {
    color: white;
}

.icones-siga-nos{
    fill: var(--cor-2);
}

/* MOBILE */
@media (max-width: 768px){
    .icone-burguer-mobile{fill: white;}
    .icone-sacola{stroke: white;}
    .contador-carrinho{background: white; color: #000; right: -13px;}
    .logo-mobile{width: 100%;}
    .container-busca-mobile{background-color: #f5f5f5;}
    .input-header{background-color: transparent !important;}
    .btn-busca{background: none !important; margin-right: 14px;}
    .mobile-lateral p{color: white;}
    .mobile-lateral a{color: white;}
    .mobile-lateral i{color: white !important;}
    .produto .botoes-area{flex-direction: column;}
    .produto .btn-carrinho{width: 100% !important;}
    form#newsletterForm{display: flex; width: 100%; justify-content: center;}
}


 @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;
    }
}

