:root {
    --kit-accent-color: #00da00;
}

#corpo .listagem .listagem-item .info-produto .preco-produto .preco-parcela:before {
    content: '' !important;
}

.glider::-webkit-scrollbar {
    display: none !important;
}

.secao-banners+#corpo .produto {
    padding-top: 30px !important;
}

#corpo .listagem .listagem-item .info-produto .nome-produto {
    min-height: 30px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.breadcrumbs ul li a {
    font-weight: 500;
    font-size: 12px !important;
    color: #7c7c7c;
    text-transform: uppercase;
    border: 0;
    background: #eaeaea;
    border-radius: 4px;
    margin-right: 10px;
    padding: 4px 10px !important;
    transition: all .2s ease-in-out;
}

#corpo .info-principal-produto .breadcrumbs {
    display: none;
}

#corpo .listagem .listagem-item .acoes-produto .botao:after {
    content: '' !important;
}

#cabecalho .menu.superior .nivel-um {
    text-transform: uppercase;
}

#cabecalho .menu.superior .nivel-um > li > a {
    font-size: 14px;
}

#corpo .listagem ul[data-produtos-linha="4"] .listagem-linha > ul {
    background: #fff !important;
}

#corpo .listagem ul[data-produtos-linha="4"] .listagem-linha > ul > li {
    padding: 30px;
}

#corpo .listagem#listagemProdutos .titulo-categoria {
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

#corpo .listagem .listagem-item .acoes-produto .botao {
    top: calc(100% - -90px) !important;
}

#cabecalho > .conteiner {
    background-color: #131313 !important;
}

.menu .superior .loaded {
    background-color: #131313 !important;
}

.icon-search:before {
    color: white;
}

.fa-heart:before {
    color: white;
}

.fa-map-marker:before {
    color: white;
}

.fa-user:before {
    color: white;
}

.fa-comments:before {
    color: white;
}

.icon-shopping-cart:before {
    color: white;
}

#menu-user {
    display: none;
}

@media only screen and (max-width: 767px) {
    .preco-promocional-wrap strong {
        font-size: .2 rem !important;
    }
    
    .secao-banners .banner.cheio {
        margin-top: 95px !important;
    }

    #formRastrearObj {
        margin: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 15px;
    }

    #formRastrearObj input {
        padding: 12px 20px;
        outline: none;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        width: 88%;
        box-sizing: border-box;
        background: #f7f7f7;
        z-index: 1;
        position: relative;
        font-size: 12px;
    }

    #formRastrearObj .objSearch a {
        color: white;
        font-size: 0;
    }

    #formRastrearObj .objSearch a:before {
        content: '\f0d1';
        font-family: fontawesome;
        font-weight: 100;
        font-size: 20px;
    }

    #formRastrearObj .objSearch {
        position: absolute;
        right: 0px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        background: #000000;
        height: 46px;
        border-radius: 6px;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        transition: all .2s;
    }

    #formRastrearObj .objSearch:hover {
        background: #a80707;
    }

    #formRastrearObj img {
        width: 130px;
        position: absolute;
        top: -20px;
        right: -20px;
        opacity: 0
    }

    #formRastrearObj.loading img {
        opacity: 1
    }

    #formRastrearObj.loading i.fa.fa-search {
        opacity: 0
    }

    #formRastrearObj span {
        font-size: 14px;
        font-weight: 600;
        color: black;
    }

    .rastMobile input {
        width: 78% !important;
        float: left;
        padding: 12px 8px !important;
    }

    .rastMobile .objSearch {
        width: 20% !important;
    }

    .rastMobile {
        margin-top: 10px;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #formRastrearObj .objSearch {
        position: relative;
        top: 0;
    }

    #cabecalho > .conteiner {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; /* Mantém o cabeçalho acima dos outros elementos */
        background-color: #131313 !important; /* Mantém a cor de fundo preta */
    }

    #menu-user {
        display: flex;
        align-items: center;
        position: fixed;
        top: 8px;
        right: 54px;
        font-size: 21px;
        z-index: 9999;
        color: white;
        border: 1px solid #ffffff1f;
        padding: 8px;
        border-radius: 4px;
        margin-right: 10px;
    }

    /* Adicionar padding ao corpo para evitar que o conteúdo fique oculto atrás do cabeçalho */
    body {
        padding-top: 60px; /* Ajuste esse valor de acordo com a altura do cabeçalho */
    }

    #cabecalho:before {
        background: black !important;
        height: 0;
        border-bottom: none !important;
    }

    #cabecalho > .conteiner .main-header .logo {
        position: relative;
        width: 160px;
        height: 55px;
        float: left;
        display: flex;
        object-fit: contain;
        object-position: center;
        align-items: center;
        margin: 0 !important;
        padding: 0;
    }

    .logo a {
        margin: 0 auto;
        height: 40px;
        z-index: 200 !important;
        position: fixed;
        width: 140px;
        left: 20px;
    }

    #cabecalho > .conteiner .main-header .conteudo-topo {
        display: none !important;
    }

    #cabecalho .menu-handler:before {
        color: white;
        border: 1px solid white;
        padding: 8px;
        border-radius: 4px;
        margin-right: 10px;
    }
}

.btn-drop {
    position: absolute;
    content: "\f078";
    font-family: 'fontawesome';
    right: 0px;
    width: 30px;
    height: 30px;
    margin: 7.25px;
    background: #f0f0f0;
    line-height: 30px;
    top: 0px;
    border-radius: 4px;
    border: 1px solid #cccccc29;
    z-index: 1020;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showLKS {
    display: block !important;
}

.hideLKS {
    display: none !important;
}

   .loading-variation-kit {
    height: 16px;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #f0f0f0, var(--kit-accent-color, #CC0000), #f0f0f0);
    background-size: 200% 200%;
    animation: loading 1.5s infinite linear;
    position: relative;
}

.loading-variation-kit::before {
    content: "Carregando montagem de kit...";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


.suporte-flutuante.wp-botao {
    display: none !important;
}
