body {
    background-color: #F1F4F6;
}

.nav-list {
    margin-left: 345px;
}

.header-section,
.footer-section {
    background-color: #00ADE7;
}

.about-us-section {
    background-color: #D4F1F9;
}

.about-us-text {
    margin-left: 20px;
}

.wt-logo {
    margin-left: 150px;
    width: 40px !important;
    height: auto;
}

.fazer-pedido {
    color: #00ADE7 !important;
    background-color: white;
    border-radius: 5px;
    padding: 1px 1px;
}

.search-button {
    background-color: #00ADE7;
    max-height: 38px;
    width: auto;
}

.send-button {
    background-color: #00ADE7;
    padding: 1px 35px;
}

.form-field {
    width: 375px;
    margin-left: 30px;
}

#retirada-address {
    margin-right: 30px;
}

.produtos-selecionados {
    color: #007CA0;
    align-self: center !important;
    margin: 0;
}

#search {
    width: 275px;
    margin-left: 100px;
}

#redes-sociais {
    margin-bottom: 75px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Se o contêiner pai tiver altura definida */
}

.fazer-pedido-footer{
    padding: 3px 10px;
    color: #00ADE7 !important;
    border-radius: 5px;
}

.fazer-pedido-footer-div{
    margin-left: -90px;
}

.fazer-pedido-h6{
    margin-top: -35px;
    margin-left: -90px;
}

.search-results {
    margin-left: 70px;
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 275px;
    left: 30px;
    top: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.search-item {
    padding: 8px;
    cursor: pointer;
}

.search-item:hover {
    background-color: #f0f0f0;
}

.selected-products {
    margin-top: 20px;
}

.item-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.selected-product-item {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

.product-name {
    grid-column: 1;
}

.quantity {
    grid-column: 2;
    width: 60px;
}

.price {
    grid-column: 3;
    font-weight: bold;
    color: #007CA0;
}

.delete-icon {
    grid-column: 4;
    cursor: pointer;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.w-100 {
    display: block;
    width: 100%;
}

.overlay-button {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #00ADE7;
    color: white;
    border: none;
    padding: 3px 20px;
    cursor: pointer;
}

.navbar-collapse {
    width: 100%;
}

#hidden-fields{
    margin-left: 10px;
}

#feedback {
    position: relative; /* Para posicionar o botão corretamente em relação à seção */
}

.button-feedback-container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.feedback-button {
    background-color: #00ADE7;
    color: white;
    padding: 2px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.feedback-button:hover {
    background-color: #007CA0;
}

.aboutus-button{
    padding: 3px 20px;
    border-radius: 5px;
    background-color: #00ADE7
}

.contato{
    margin-bottom: 15px;
}

.contact-btn{
    background-color: #00ADE7;
    width: 150px;
}

.contact-section {
    padding: 20px 0;
}

.contact-section .form-group {
    width: 550px;
    margin: 0 auto;
}

.contact-section .form-control {
    font-size: 16px;
    padding: 10px;
}

#search::placeholder {
    font-size: 14px; /* Altere o valor para o tamanho desejado */
}

/* Estilos para dispositivos móveis e tablets */
@media (max-width: 767px) {
    .wt-logo {
        display: none;
    }

    .form-field {
        width: 300px;
    }

    .form-section .row {
        margin-top: 0 !important;
    }

    .field{
        margin-right: 25px;
    }

    .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .input-group {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 300px;
        margin: 10px 0;
        position: relative;
    }

    #search {
        width: 100%;
        max-width: 200px;
        margin-left: 0;
        flex: 1;
    }

    .search-button {
        flex-shrink: 0;
        margin-left: 10px;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }

    .quem-somos {
        background-color: #00ADE7;
        color: white !important;
    }

    .produtos-selecionados {
        margin-top: 25px;
    }

    .footer-section .row {
        text-align: center;
    }

    .footer-section .col-md-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    #footer-logo {
        justify-content: center;
    }

    #redes-sociais {
        margin-bottom: 50px !important;
    }

    .about-us-section .row {
        text-align: center;
    }

    .about-us-section .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .about-us-text {
        margin-left: 20px;
        text-align: left;
    }

    .about-us-text br {
        display: none;
    }

    .about-us-section img {
        width: 100%;
        max-width: 300px;
    }

    .overlay-button {
        padding: 2px 5px;
        font-size: 10px;
    }

    .search-results {
        display: none;
        position: absolute;
        background-color: white;
        border: 1px solid #ccc;
        max-height: 200px;
        overflow-y: auto;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: calc(100% + 5px);
        z-index: 1000;
        box-sizing: border-box;
    }

    .send-button{
        margin-top: 20px;
    }

    .fazer-pedido-footer-div {
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 20px;
    }

    .fazer-pedido-h6 {
        text-align: center;
        margin: 0;
    }

    .feedback-button {
        padding: 2px 10px;
        font-size: 12px;
    }

    .contact-section .form-control {
        width: 280px; /* Largura fixa menor para caber em telas menores */
        padding: 10px; /* Padding ajustado */
        font-size: 14px; /* Tamanho da fonte reduzido */
        margin: 0 auto; /* Centraliza os campos */
    }

    .contact-section .contact-btn {
        width: 180px; /* Largura fixa menor para o botão */
        padding: 10px; /* Padding ajustado */
        font-size: 14px; /* Tamanho da fonte reduzido */
        margin: 20px auto 0; /* Centraliza o botão e espaçamento superior */
        display: block; /* Garante que o botão ocupe a linha completa */
    }

    .contact-section .form-group {
        width: 100%; /* Garantir que o grupo ocupe toda a largura disponível */
        margin-bottom: 15px; /* Espaçamento entre os campos */
    }

    .contact-section label {
        display: block; /* As labels se tornam blocos, ficando em cima dos campos */
        margin-bottom: 5px; /* Espaçamento entre label e campo */
        font-size: 14px; /* Ajusta o tamanho da fonte da label */
        text-align: left; /* Alinha a label à esquerda */
    }
}

