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

@media (min-width: 992px) {
    .menu-item-root > a.menu-link-root {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .ul-todas-categorias {
        gap: 10px;
    }
}
.navbar {
    min-height: 70px;
}

.footer-1 {
    padding-top: 35px;
}


@media (max-width: 992px) {
    html body .produto .botoes-area {
        flex-direction: column !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
    }
    html body .produto .botoes-area > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
    }
    html body .produto .botoes-area .btn-carrinho,
    html body .produto .botoes-area .btn-buy {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

.footer-social-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.footer-social-links i {
    font-size: 26px !important;
}

.footer-1-2 .col-md-4 > .row > .col-md-12 {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-align: left !important;
    margin-right: 4px !important;
}

.footer-1-2 p {
    margin-bottom: 10px !important;
}
.footer-1-2 .col-md-4 > ul {
    margin-bottom: 6px !important;
}
.footer-1-2 .col-md-3 li.footer-atend {
    margin-bottom: 12px !important;
}
.footer-1-2 li.form-pgmt {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
}
.footer-1-2 li.form-pgmt img {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .container-busca-mobile{background-color: #f5f5f5;}
    .input-header{background-color: transparent !important;}
    .btn-busca{background: none !important; margin-right: 11px;}
    .newsletter{text-align: center;}
    form#newsletterForm{display: flex; justify-content: center; margin-top: 20px;}
    .footer-social-links{justify-content: start;}
}

.m-mobile {
    background: #fff !important;
}
.m-mobile-overlay {
    background: #fff !important;
}

@media (max-width: 767px) {
    .row.centro > .col-md-12 {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
    }
    .row.centro .col-md-3.col-xs-6 {
        display: flex !important;
        align-items: stretch !important;
    }
    .row.centro .produto.custom-estilo {
        height: 100% !important;
        flex: 1 1 auto !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
}
.navbar-nav>li>a {
    text-align: center ;
    height: 50px;
}
.navbar {
    min-height: 50px;
}
@media (max-width: 992px) {
    .logo-mobile {
        width: 42%;
    }
}
.logo {
    max-height: 180px;
}


.btn-simple{
    background: var(--cor-1) !important;
}

.btn-simple a {
    color: white !important;
}

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

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

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

.nav>li>a>img{
    width: 17px !important;
    margin-bottom: 0px !important;
}

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

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

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

.dept-icon-16{
    display: none;
}

.dropdown-todas-categorias .dept-title-l1 {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}