.before-bg-bottom:before {
    background-color: #f2f6f7;
}

.ltn__secondary-bg {
    background-color: #cc8d12;
}

.section-bg-7 {
    background-color: #cc8d12;
}
.before-bg-bottom:before {
    background-color: #f2f6f7;
}

.ltn__secondary-bg {
    background-color: #cc8d12;
}

.section-bg-7 {
    background-color: #cc8d12;
}

body {
    overflow-x: hidden;
}

.product-img {
    max-height: 200px;
    display: flex;
    place-items: center;
    justify-content: center;
}

.btn:after {
    display: none !important;
}

.bootstrap-select>.dropdown-toggle {
    border-radius: 20px;
    border: solid #000 1px !important;
}

.filter-option-inner-inner {
    color: black;
}

/* ESTILIZANDO BOTÃO DE BUSCA DO CELULAR */
@media screen and (max-width: 600px) {
    #btn-busca-mobile {
        position: fixed;
        bottom: 200px;
        right: 0px;
        z-index: 999;
        cursor: pointer;
        animation: pulsate 1.5s ease-in-out infinite;
        width: 50px;
        height: 50px;
        background-color: #fff;
        padding: 5px;
        border-radius: 10px;
        right: 10px;
    }

    .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: 600px) {
    .dropdown-menu.show {
        z-index: 9999 !important;
    }

    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;
    }
}

input.search-by-code.selectCodigo {
    border-color: #000 !important;
    color: #000 !important;
    background-color: white !important;
    height: 50px;
    border-radius: 20px;
}

input.search-by-code.selectCodigo::placeholder {
    color: #000 !important;
}

.w-80 {
    width: 80% !important;
}

.submit-styled-button {
    color: var(--white);
    border: 1px solid;
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    width: 18%;
    margin-top: 0;
    border-radius: 20px;
}

.submit-styled-button i {
    margin-top: 14.8px;
    margin-bottom: 15px;
}