filter.before-bg-bottom:before {
    background-color: #f2f6f7;
}

.ltn__secondary-bg {
    background-color: #731819;
}

.section-bg-7 {
    background-color: #731819;
}
.before-bg-bottom:before {
    background-color: #f2f6f7;
}

.ltn__secondary-bg {
    background-color: #731819;
}

.section-bg-7 {
    background-color: #731819;
}


@media (max-width: 1400px) {
    .widget {
        margin: 0px !important;
        padding: 0px 95px 40px !important;
        border: 2px solid #f7f7fa;
        position: relative;
        border-radius: 10px;
    }
}
body {
    overflow-x: hidden;
}

.product-img {
    max-height: 200px;
    display: flex;
    place-items: center;
    justify-content: center;
}

.btn:after {
    display: none !important;
}

.filter-option-inner-inner {
    color: #afafaf;
}

/* ESTILIZANDO BOTÃO DE BUSCA DO CELULAR */
@media screen and (max-width: 600px) {
    #btn-busca-mobile {
        position: fixed;
        bottom: 80px;
        right: 15px;
        z-index: 999;
        cursor: pointer;
        animation: pulsate 1.5s ease-in-out infinite;
    }

    .btn-busca-mobile img {
        width: 100%;
        /* Ajuste conforme necessário */
        height: auto;
        /* Isso mantém a proporção da imagem */
    }
}

@media screen and (min-width: 601px) {
    #btn-busca-mobile {
        display: none;
    }
}
button.close {
    margin-right: 15px;
}

@media screen and (max-width: 600px) {
    .d-xs-block {
        display: block !important;
    }
}

.cell-phone-search {
    margin-bottom: 10px !important;
}

.search-by-code {
    margin-bottom: 10px !important;
    /* max-height: 40px; */
    border: solid #000 1px !important;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    color: #000;
}


@media only screen and (max-width: 768px) {
    .dropdown-menu.show {
        z-index: 9999 !important;
    }
    
    .ltn__product-item-4 .product-title {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 600;
        color: var(--cor-site-3);
    }
    button.btn.dropdown-toggle.btn-light.bs-placeholder {
        padding: 17px 15px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    textarea {
        padding-left: 11px;
        height: 60px;
        font-family: var(--ltn__heading-font);
    }

    .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
        margin-bottom: 3px;
    }

    button.btn.dropdown-toggle.btn-light {
        min-height: 60px;
    }



    .filter-option-inner-inner {
        color: #000;
    }

    .ltn__car-dealer-form-item {
        margin-bottom: 10px !important;
    }

    .car-dealer-form-inner {
        margin-top: 20px;
    }

    .bootstrap-select>.dropdown-toggle {
        border-radius: 12px;
    }

    .selectCodigo {
        height: 60px;
        border-radius: 12px !important;
        padding-left: 20px !important;
        border: solid #000 1px !important;
        background-color: #f8f9fa !important;
    }

    .selectCodigo option {
        color: black !important;
    }

    .text-adjust {
        margin-left: 5px;
        color: #FFF;
    }
    
    .ltn__menu-widget {
        background-color: var(--cor-site-1);
        padding: 20px;
    }
}

input.search-by-code.selectCodigo {
    border-color: var(--cor-site-1) !important;
    color: #5e5e5e !important;
    background-color: white !important;
    height: 50px;
}

input.search-by-code.selectCodigo::placeholder {
    color: #000 !important;
}

.w-80 {
    width: 80% !important;
}

.submit-styled-button {
    color: var(--white);
    background-color: var(--cor-site-1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    width: 60px;
    margin-top: 0;
}

.submit-styled-button i {
    margin-top: 14.8px;
    margin-bottom: 15px;
}

.width-values {
    width: 260px; 
}

.input-container {
    position: relative;
    width: 60%;  /* Define a largura do input conforme sua necessidade */
}

.search-button {
    position: absolute;
    right: 30px;
    top: 60%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 18px;
}

.search-button i {
    pointer-events: none; /* Impede o clique direto no ícone */
}

input#busca {
    width: 100%!important;
}
