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

.menu-desktop .top-login .form_header_busca .input-group{
    border: none !important;
}

.menu-desktop #btn-cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    padding: 4px 7px;
    border-radius: 3px;
}

.menu-desktop #btn-cart a .badge {
        top: 25px;
    right: 43px;
    background: none !important;
    color: black !important;
    font-size: 11px !important;
}

.show-on-hover button {
        padding: 4px 7px !important;
    font-size: 13px;
}

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

.borda-botao-header{
    border: 1px solid #cecece;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.borda-botao-header:hover{
    background: var(--cor-1) !important;
    transition: all .3s ease-in-out;

}

.btn:hover {
    color: white !important;
    font-weight: bold;
}

#btn-cart a:hover {
    color: white;
    font-weight: bold;
}


/* ========================= */
/* CENTRAL DE ATENDIMENTO   */
/* SVG COM FILL             */
/* ========================= */
.btn-group.show-on-hover.borda-botao-header > button:hover svg {
    fill: #fff !important;
}

/* ========================= */
/* LOGIN / CADASTRO         */
/* SVG COM STROKE           */
/* ========================= */
.btn-group.show-on-hover.borda-botao-header > a:hover svg path,
.btn-group.show-on-hover.borda-botao-header > a:hover svg circle {
    stroke: #fff !important;
}

/* ========================= */
/* TEXTO (AMBOS)            */
/* ========================= */
.borda-botao-header:hover span,
.borda-botao-header:hover b {
    color: #fff !important;
}

/* ========================= */
/* CARRINHO (PNG)           */
/* ========================= */
#header-cart-button:hover img {
    filter: brightness(0) invert(1);
}

.menu-desktop #btn-cart a:hover .badge {
    color: #fff !important;
}

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

.navbar-nav{
    justify-content: left;
}

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

.navbar{
    min-height: 60px;
}

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

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

.newsletter button {
    background-color: var(--cor-3) !important;
    border-color: var(--cor-3) !important;
    border-radius: 15px;
}

.form-control{
    border-radius: 15px;
}

.contato-footer p {
    margin: 10px 0;
    font-size: 14px;
}

.contato-footer strong {
    font-weight: 600;
}

.contato-footer hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 12px 0;
}

.contato-footer i {
    margin-right: 6px;
}

@media (max-width: 992px) {
    .navbar-nav>li>a {background: none !important;}
}

.mobile-lateral p{
    color: var(--cor-1);
    font-weight: bold;
}

.mobile-lateral a{
    color: var(--cor-1);
    font-weight: bold;
}

.mobile-lateral i{
    color: var(--cor-1) !important;
}