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

.faixa-header {
    background: white;
    font-size: 13px;
}

.faixa-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.faixa-left,
.faixa-right {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cor-1);
}

.faixa-left a,
.faixa-right a {
    color: var(--cor-1);
    text-decoration: none;
}

.faixa-left i,
.faixa-right i {
    margin-right: 5px;
}

.sep {
    color: #999;
}

.social a {
    margin-left: 10px;
}

header {
    background: #f7f5f3;
    box-shadow: none;
}

.menu-desktop .top-login .form_header_busca .input-group {
    background: white !important;
    border: 1px solid var(--cor-1) !important;
    border-bottom: 1px solid var(--cor-1) !important;
    padding: 0px !important;
    border-radius: 25px !important;
    width: 82%;
}

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

.menu-desktop .form_header_busca{
    margin: 0;
    display: flex;
    justify-content: center;
}

.menu-desktop .input-header{
    padding-left: 15px;
    padding-right: 0;
}

.menu-desktop .btn-busca {
    background: var(--cor-1) !important;
    margin-right: 0px;
    padding: 6px !important;
    border-radius: 0px 25px 25px 0px !important;
    padding-right: 10px !important;
}

.faixa-right i{
    font-size: 17px;
}

.show-on-hover img {
    filter: invert(1);
}

.logo{
    width: 70%;
}

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

.navbar-nav>li>a{
    flex-direction: row;
    font-weight: bold;
    gap: 10px;
}

ul.dropdown-desktop.dropdown-menu.mega-dropdown-menu.sub-menu.menu-elevated.mega-animation {
    flex-direction: column;
}

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

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

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

.mega-dropdown-menu .mega-cta-link:hover{
    background-color: transparent;
}

.input-group-btn svg {
    filter: invert(1);
}

body{
    background-color: #f7f5f3 !important;
}

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

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

input.form-control.input-newsletter {
    border-radius: 20px 0px 0px 20px;
    height: 40px;
}

.newsletter button {
    background-color: var(--cor-2) !important;
    border-color: white !important;
    width: 100%;
    height: 40px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px 20px 20px 0px;
}

.footer-1{
    display: none;
}

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

.logo-footer {
    margin: 0 auto;
    width: 25%;
}

.footer-1-2 {
    background: #f7f5f3 !important;
}

.social-link-rodape ul {
    list-style: none;
    text-align: center;
    margin: 0;
    display: inline-block;
    z-index: 1;
    background: #f7f5f3;
    position: relative;
    padding: 0 35px;
}

.social-link-rodape ul li a {
    color: var(--cor-1);
    font-size: 30px;
    margin: 0 5px;
}

.social-link-rodape::before {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--cor-1);
    left: 0;
    top: 49%;
    position: absolute;
}

.col-md-12.footer-topicos {
    margin-top: 30px;
}

@media (max-width: 768px){
    .faixa-header{display: none;}
    .produto .botoes-area{flex-direction: column;}
    .produto .btn-carrinho{width: 100% !important;}
    .col-md-6.mensagem-news {
    text-align: center;
    margin-bottom: 20px;
}

.whatsapp-float{bottom: 95px;}
.col-md-6.formulario-news {
    margin: 0;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}
form#newsletterForm {
    width: 95%;
    display: flex;
    justify-content: center;
}
.logo-footer{width: 55%;}
.col-md-12.footer-topicos {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}
}

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

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    max-height: 350px;
    overflow-y: auto;
}

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

.container-box-tam{
    bottom: 115px;
}

/* tarja-slide */

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

/* fim tarja */

.newsletter{padding-bottom: 20px;}