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

.faixa-head {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

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

.menu-desktop .form_header_busca{
    margin: 0;
    width: 65%;
}

li.d-flex.justify-around{
    justify-content: end;
    gap: 30px;
}

.menu-desktop .btn-busca{
    margin: 0;
}

.menu-desktop .input-header{
    font-weight: bold;
}

header{
    box-shadow: none;
}

.menu-link-root .menu-text {
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 15px;
}

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

.mega-dropdown-menu .menu-link-l2{
    font-weight: normal;
}

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias > li {
    width: 100%;
    float: none;
    display: block;
}

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    max-height: 400px !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 330px !important;
}

.dept-title-l1{
    font-size: 16px;
}

.ul-todas-categorias .dropdown-header a{
    border-bottom: none;
    margin-bottom: 0px;
}

.menu-desktop .nav > li.dropdown:hover > .dropdown-menu{
    max-height: 300px;
    overflow-y: auto;
}

.ul-todas-categorias li > a.dept-link-l2 {
    font-weight: normal;
    margin-bottom: 15px;
    background: var(--cor-2);
    padding: 7px 2px 7px 8px;
    border-radius: 4px;
}

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

body{
    background-color: var(--cor-3) !important;
}

.ul-todas-categorias li > a.dept-link-l2:hover{
    background-color: var(--cor-2);
}

/* largura da scrollbar */
.dropdown-todas-categorias::-webkit-scrollbar {
    width: 6px;
}

/* trilho */
.dropdown-todas-categorias::-webkit-scrollbar-track {
    background: transparent;
}

/* barra */
.dropdown-todas-categorias::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

/* hover opcional */
.dropdown-todas-categorias::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* remove botões/setinhas */
.dropdown-todas-categorias::-webkit-scrollbar-button {
    display: none;
}

/* Firefox */
.dropdown-desktop.sub-menu {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
}

/* Chrome / Edge / Safari */
.dropdown-desktop.sub-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-desktop.sub-menu::-webkit-scrollbar-track {
    background: transparent;
}

.dropdown-desktop.sub-menu::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

/* remove todas as setas */
.dropdown-desktop.sub-menu::-webkit-scrollbar-button:single-button {
    display: none;
    width: 0;
    height: 0;
}

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

#tarja-slide .icon svg {
    width: 55px;
    height: 37px;
}

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

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

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

.footer-1-2 {
    background: var(--cor-1);
    border-top: 1px solid white;
}

footer h4{
    color: white !important;
}

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

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

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

input.form-control.input-newsletter {
    border-radius: 25px;
}

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

.mobile-header.mobile-lateral {
    background: var(--cor-1) !important;
}

@media (max-width:430px){
    .container-icone-celular{display: flex; justify-content: center;}
}

.produto.custom-estilo .btn-buy:hover {
    color: white !important;
}

button.btn.btn-default.btn-carrinho:hover{
    color: white !important;
}

.produto.custom-estilo{
    z-index: 499 !important;
}


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

.btn-log img{
    filter: invert(0);
}


.produto .pix-boleto-info{
    position: relative;
    width: 100%;
    margin: 12px 0 16px;
    padding: 13px 16px;

    border-radius: 16px;

    border: none !important;

    background:
        linear-gradient(
            135deg,
            #000 0%,
            #3a3a3a 45%,
            #9f9f9f 100%
        );

    color: #fff;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
