.elementor-9 .elementor-element.elementor-element-295ae28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-23px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-177eec1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-9 .elementor-element.elementor-element-23b92fa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-86d6a55{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-9 .elementor-element.elementor-element-b2018c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-295ae28 *//* CONTAINER PRINCIPAL DO CABEÇALHO */
.elite-cart-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px; /* Mantém centralizado na tela grande */
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    background: #fff;
}

/* LADO ESQUERDO: LOGOS */
.elite-cart-left {
    display: flex;
    align-items: center;
    gap: 45px; /* Espaço entre a sua logo e o Google Seguro */
}

.elite-logo {
    max-height: 65px; /* Ajuste o tamanho da sua logo aqui */
    width: auto;
}

.elite-security-img {
    max-height: 45px;
    width: auto;
}

/* LADO DIREITO: PASSOS */
.elite-cart-steps {
    display: flex;
    align-items: center;
    gap: 15px; /* Espaço entre os blocos */
}

.elite-cart-steps .step {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a0a0a0; /* Cor cinza para os passos inativos */
}

.elite-cart-steps .step p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

/* ESTILO DO PASSO ATIVO (CARRINHO) */
.elite-cart-steps .step.active {
    color: #000;
}

.elite-cart-steps .step.active p {
    font-weight: 700; /* Texto em negrito */
}

.elite-cart-steps .step.active .step-number {
    border-color: #000; /* Borda preta em vez de fundo preto */
    color: #000;
}

/* SEPARADOR COM AS SETINHAS (») */
.step-separator {
    color: #ccc;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-top: -4px; /* Ajuste fino para alinhar visualmente com o texto */
}

/* RESPONSIVIDADE PARA CELULAR */
@media (max-width: 768px) {
    .elite-cart-header-top {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }
    
    .elite-cart-steps {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
    
    .elite-cart-steps .step p {
        font-size: 14px;
    }
}/* End custom CSS */