:root {
    --primaria: rgb(255, 255, 255);
    --secundaria: rgb(216, 209, 74);
    --fundo: rgb(33, 47, 73);
    --titulo: rgb(16, 79, 131);
    --verde: rgb(225, 255, 0);
}

body {
    background: var(--fundo) !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden !important;
    overscroll-behavior: none !important;
}

header {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: #041423 !important;
}

nav {
    max-width: 100vw;
    background: #041423 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container {
    max-width: 100%;
    padding: 0 20px;
    overflow-x: hidden !important;

}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    margin: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

input[type="file"] {
    font-size: 12px;
    /* Deixa o texto menor */

    margin-bottom: 0;
    /* Aproxima da label ou do botão */
}

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.9;
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--fundo) !important;
    /* cor do fundo do círculo */
    border: 2px solid rgb(225, 255, 0);
    /* borda do círculo */
}

.logo-icon-text {
    font-size: 20px;
    font-weight: bold;
    color: rgb(225, 255, 0);
    /* cor do texto "ii" */
}

.logo-text {
    font-size: 31px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #ffffff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Compatibilidade com outros navegadores */
    background: linear-gradient(to right, #ffffff, #cccccc);
    background-clip: text;
    -moz-background-clip: text;
    color: transparent;
}


.logo-subtitle {
    color: rgb(225, 255, 0);
    font-size: 10px;
    line-height: 1;
    margin-top: -7px;
    margin-left: 1px !important;
}

@media (max-width: 767px) {
    .logo-subtitle {
        margin-top: 0;
        font-size: 9px !important;
        /* força tamanho menor */
        line-height: 1.1 !important;
        /* evita espaçamentos */
        font-weight: 500 !important;
        /* peso normal */
        -webkit-text-size-adjust: 100%;
        /* evita zoom automático */
    }
}


.logo-text-md {
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(to right, rgb(255, 255, 255));
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.logo-text-mobile {
    font-size: 29px;
    font-weight: bold;
    background: linear-gradient(to right, rgb(255, 255, 255));
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.logo-link-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    margin-left: 4px;
}

.i-logo {
    font-weight: bold;
    color: #6c6969;
    /* cor diferente para os "I" */
    font-size: 24px;
    /* tamanho da fonte para os "I" */
}

.i-logo-md {
    font-size: 18px !important;
    color: white !important;
}

.i-logo-mobile {
    font-size: 20px !important;
    color: white !important;
}

.dot {
    font-size: 30px;
    font-weight: bold;
    color: rgb(225, 255, 0);
}

.p-logo {
    color: rgb(222, 247, 28);
    font-size: 11px;
}

.p-logo-md {
    color: rgb(222, 247, 28);
    font-size: 9px;
}

.logo-link {
    text-decoration: none;
}

.logo-pc {
    margin-top: 0px !important;
}

.img-logo-nav {
    width: 230px !important;
    height: 70px !important;
    display: flex;
    margin: start;
}

.img-logo-nav-mobile {
    width: 150px !important;
    height: 50px !important;
    display: flex;
    margin: start;
}

.ipt-nav {
    width: 100%;
    height: 47px;
    border: 2px solid rgb(216, 216, 6) !important;
    outline: none;
}

.input-group {
    width: 100%;
    height: 50px;
    background-color: var(--verde);
    border: 2px solid rgb(216, 216, 6);
    border-radius: 5px;
}

.ipt-nav::placeholder {
    color: rgb(174, 174, 174) !important;
}

.icon-search {
    border: none !important;
    font-size: 13px !important;
}

.ipt-nav:focus {
    outline: none;
}

.span-icon {
    background: rgb(227, 250, 58) !important;
    height: 47px !important;
}

.span-icon:hover {
    background: rgb(238, 255, 109) !important;
    height: 47px !important;
}

.sect-menus-lg {
    background-color: var(--fundo);
}

.div-a-menus-lg {
    padding: 10px;
}

.nav-link {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgb(225, 255, 0) !important;
}

.nav-link:hover {
    color: rgb(225, 255, 0) !important;
}

.nav-link-md {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgb(225, 255, 0) !important;
    margin-left: 7px !important;
}

.nav-item-mobile {
    color: var(--secundaria) !important;
}

.car-nav-mobi {
    font-size: 20px;
}

.icon-sino-pc {
    font-size: 22px !important;
    left: 72%;
    transform: translate(-50%, -50%);
    margin-top: 38px;
}

.icon-car-pc {
    font-size: 21px !important;
    /* ajuste a posição vertical */
    left: 68%;
    transform: translate(-50%, -50%);
    margin-top: 37px;
    /* adiciona margem superior */
}

.badge-sino-pc {
    font-size: 10px !important;
    padding: 4px 6px !important;
    margin-left: 5px !important;
    margin-bottom: 7px !important;
}

.badge-car-pc {
    font-size: 10px !important;
    padding: 4px 6px !important;
    margin-left: 5px !important;
    margin-bottom: 7px !important;
}

.icon-sino-pc {
    position: relative;
}

.icon-car-pc {
    position: relative;
}

.position-relative {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-sino-md,
.icon-car-md {
    margin-top: 10px !important;
    margin-right: 20px !important;
    position: relative;
    display: inline-block;
}

.badge-car-md {
    font-size: 12px;
    padding: 4px 6px !important;
    position: absolute;
    left: 13px;
    margin-bottom: 20px !important;
}

.badge-sino-md {
    font-size: 12px;
    padding: 4px 6px !important;
    position: absolute;
    left: 18px;
    margin-bottom: 20px !important;
}

/* Ícone Sino Mobile */
.icon-sino-mobile {
    font-size: 20px;
    left: 70%;
    transform: translate(10%, 10%);
}

/* Badge Sino Mobile */
.badge-sino-mobile {
    width: 20px;
    height: 20px;
    margin-right: 26px !important;
}

/* Ícone Carrinho Mobile */
.icon-carrinho-mobile {
    font-size: 20px;
    margin-right: 4px !important;
    transform: translate(10%, 10%);
}

/* Badge Carrinho Mobile */
.badge-car-mobile {
    width: 20px;
    height: 20px;

}

.card {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .nav {
        flex-direction: column;
    }

    .card-produto-mobile {
        margin-bottom: 20px;
    }
}

.btn-link {
    margin: start !important;
}

.btn-link:hover {
    color: #ff9404 !important;
}

.li-nav {
    margin-top: 15px;
    text-decoration: none !important;
}

a {
    font-size: 15px;
    text-decoration: none !important;
    color: black !important;
}

.a-cad-nav {
    margin-left: 92px;
}

.a-cad-nav-mobile {
    margin-left: 60px;
}

.a-ent-nav {
    margin-left: 35px;
}

.icon-cad {
    margin-right: 10px;
}

.div-car-nav {
    margin: start;
    margin-top: 3px;
    margin-left: 177px;
    position: relative;
}

.list-nav {
    font-size: 20px !important;
    align-items: center !important;
}

.car-nav {
    margin-left: 43px;
    margin-bottom: 3px !important;
    font-size: 20px !important;
}

.div-icon-nav-mobile {
    margin-top: 5px !important;
}

.div-icons-768 {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.icon-menu-768 {
    font-size: 22px !important;
    color: white;
    margin-right: 0px !important;
}

.icon-carrinho-768 {
    font-size: 19px !important;
    margin-top: 5px;
    margin-right: 5px;
}

.btn-ent-mobile {
    width: 100%;
    height: 40px !important;
    border: 2px solid yellow !important;
}

.btn-cad-mobile {
    width: 95%;
    height: 40px !important;
    display: flex;
    margin-left: 10px;
}

.nav-item-mobile:hover {
    width: 94%;
    margin-left: 10px;
    border-radius: 5px;
    background: rgb(244, 244, 244);
}


.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 100%;
    max-width: 300px;
    text-align: center;
    display: flex;
    align-items: center;
}

.swiper-slide img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 8px;
}

.swiper-pagination {
    margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: purple;
}


.swiper-pagination-bullet {
    background-color: #1875e7;
    /* Cor branca para o bullet inativo */
}

.swiper.BannerPrincipal {
    width: 100%;
    height: 100%;
}

.swiper.BannerMobile {
    width: 100%;
    height: 100%;
}

.swiper.OfertasInicioComprar {
    width: 100%;
    height: 470px;
}

.swiper.OfertasInicioAluguel {
    width: 100%;
    height: 470px;
}

.swiper.itensPedido {
    width: 100%;
    height: 100%;
}

.swiper.itensPedidoADM {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-duplicate {
    display: none;
}

.swiper-slide img {
    display: block;
    object-fit: contain;
}

.swiper-button-prev {
    color: purple;
}

.swiper-button-next {
    color: purple;
}

.img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div-banner-mobile {
    width: 100%;
    height: 150px;
}

.img-banner-mobile {
    max-width: 100%;
    height: auto;
}

.row-card-ofertas {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-radius: 5px !important;
}

.row-card-ofertas-aluguel {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, rgb(49, 12, 49), var(--fundo)) !important;
    border-image: linear-gradient(to bottom, rgb(49, 12, 49), var(--fundo)) 1 !important;
}

.row-card-ofertas-serviços {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, var(--fundo), var(--fundo)) !important;
    border: 2px solid transparent !important;
}

.titulo {
    color: var(--primaria) !important;
    font-size: 30px !important;
}

.titulo-lg {
    color: var(--primaria) !important;
    font-size: 25px !important;
    margin-top: 5px;
}

.div-card-ofertas {
    border: none !important;
}

.card-titu-ofertas {
    border: none !important;
    border-radius: none !important;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.card-ofertas-produ {
    height: 350px !important;
    border-radius: none !important;
    margin: 0 !important;
    padding: 0px !important;
    border: none !important;
}


.img-ofertas-produ {
    width: 150px !important;
    height: 185px !important;
    padding: 4px !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

.div-porcento-desc-produ {
    width: 50px;
    text-align: start;
    background: rgb(222, 137, 17);
    border-radius: 3px !important;
}

.div-porcento-desc-produ-576 {
    width: 40px;
    border-radius: 3px !important;
}

.span-porcento-desc-produ {
    width: 60px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border: 1px solid var(--secundaria) !important;
    border-radius: 5px;
    text-align: center !important;
    font-size: 13px;
    font-weight: bold;
    color: white;
    margin-top: 5px !important;
}

.preco-produ {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background: rgb(255, 255, 255);
    color: rgb(73, 73, 73);
    border-radius: 3px;
    font-weight: 500;
}

.cifrao-produ {
    display: inline-flex;
    vertical-align: top !important;
    margin-top: 10px !important;
    font-size: 10px;
    color: black;
}

.centavos-aluguel {
    display: inline-block;
    position: relative;
    top: -5px;
    font-size: 10px;
    color: rgb(28, 28, 28);
}

.centavos-aluguel-mobile {
    display: inline-flex;
    vertical-align: top !important;
    margin-top: 4px !important;
    font-size: 10px;
    color: rgb(28, 28, 28);
}

.cifrao-produ-576 {
    display: inline-flex;
    vertical-align: top;
    margin-left: 4px;
    font-size: 10px;
    color: black;
}

.de-preco-produ {
    font-size: 12px;
    display: inline-flex;
    margin-left: 16px;
    text-decoration: line-through;
}

.de-preco-produ-mobile {
    font-size: 9px;
    display: inline-flex;
    margin-left: 5px;
    text-decoration: line-through;
    color: rgb(19, 179, 139) !important;
}

.de-preco-produ-mobile-carrinho {
    font-size: 11px;
    display: inline-flex;
    text-decoration: line-through;
}

.descricao-produ-ofertas {
    font-size: 12px;
    text-align: start;
}

.row-ofertas-mobile {
    background-color: var(--titulo) !important;
    color: var(--primaria);
    margin: 1px !important;
    border-radius: 6px !important;
    padding: 4px;
}

.row-ofertas-mobile-alugar {
    background-image: linear-gradient(to bottom, rgb(49, 12, 49) 10%, rgb(49, 12, 49) 90%);
    color: var(--primaria);
    margin: 2px !important;
}

.titu-ofertas-mobile {
    text-align: center;
    color: var(--primaria);
    font-size: 16px;
    background-color: var(--titulo);
    margin-top: 5px;
    border-radius: 6px !important;
}

.titu-ofertas-mobile-alugar {
    text-align: center;
    color: var(--primaria);
    font-size: 16px;
    background-color: rgb(49, 12, 49);
    margin-top: 5px;
}

.icon-ofertas-mobile {
    font-size: 18px;
    color: var(--secundaria);
}

.card-produto-mobile {
    height: 315px !important;
    border-radius: none !important;
    border: 1px solid var(--fundo) !important;
    margin-bottom: 0 !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

#diamante-mobile {
    transition: transform 0.5s;
}

#diamante-mobile:active {
    transform: scale(1.2);
}

@media (max-width: 768px) {
    #diamante-mobile {
        font-size: 24px;
        color: #333;
    }
}

@media (min-width: 769px) {
    #diamante-mobile {
        font-size: 18px;
        color: #666;
    }
}

.card-desc-prod {
    height: 200px;
    overflow: hidden;
    border: none !important;
}

.p-desc-prod {
    width: 100%;
    height: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-height: 20px !important;
    color: purple !important;
    font-weight: 500 !important;
}

.p-entrega {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #666;
}

.card-serviços {
    width: 100% !important;
    height: 300px;
}

.img-card-serviços {
    width: 100% !important;
    height: 190px !important;
}

.card-serviços-body {
    width: 400px !important;
    height: 200px !important;
}

.p-desc-serviços {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}


.div-rodape-ofertas {
    background: rgb(53, 53, 53);
}

.rodape-card-ofertas {
    font-size: 13px;
    font-weight: 500 !important;
    color: white !important;
}

.icon-rodape-ofertas {
    font-size: 20px;
    color: white;
}

footer {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.div-rodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.div-rodape-esq {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.div-rodape-dir {
    display: flex;
    flex-direction: column;
    text-align: start !important;
    justify-content: center !important;
    height: 100%;
}

.h5-rodape {
    text-align: center !important;
    color: var(--secundaria) !important;
    font-size: 13px;
}

.text-white-mobile {
    font-size: 11px;
    color: white !important;
}

.container-produto {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--fundo);
}

.produto-card {
    width: 50%;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px !important;
}

/* Responsividade */
@media (max-width: 992px) {
    .produto-card {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .produto-card {
        width: 96%;
    }
}

@media (max-width: 480px) {
    .produto-card {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .produto-card {
        width: 100%;
    }
}

.produto-imagem {
    width: 100%;
    height: 380px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 300px;
    /* Ajuste conforme necessário */
    margin: auto;
    display: block;
}

.produto-info {
    padding: 20px;
}

.vendedor-nome {
    font-size: 11px;
    text-align: start;
}

.vendedor {
    font-size: 12px;
    font-weight: 700;
    text-align: start;
}

.avaliacao {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.entrega-pc {
    width: 105px;
}

.entrega-mobile {
    width: 128px !important;
}

.estrelas {
    font-size: 14px;
    color: #FFD700;
}

.nota {
    font-size: 14px;
    margin-left: 5px;
}

.estado-produto {
    width: 130px;
    font-size: 15px;
    font-weight: 600;
    background: #2bc42b !important;
    color: #71b571;
}

.div-porcento-desc-produ-mobile {
    width: 50px;
    height: 20px !important;
    text-align: start;
    background: rgb(222, 137, 17);
    border-radius: 3px !important;
}

.estado-produto-pc {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    background: #2bc42b !important;
    color: #71b571;
}

.estado-produto-mobile {
    width: 68px;
    font-size: 15px;
    font-weight: 600;
    background: #2bc42b !important;
    color: #71b571;
}

.div-btn-comprar-produto {
    display: flex;
    text-align: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 20px !important;
}

.btn-comprarAgora-produto {
    display: flex;
    justify-content: center !important;
    width: 250px;
    height: 45px;
    margin-bottom: 5px;
}

.btn-addCarrinho-produto {
    width: 250px;
    height: 45px;
    margin-bottom: 5px;
}

.btn-comprarAgora-produto-col {
    width: 200px;
    height: 45px;
    margin-bottom: 5px;
}

.btn-addCarrinho-produto-col {
    width: 200px;
    height: 45px;
    margin-bottom: 5px;
}

.option-qtd-produto {
    background-color: #FFFFFF;
    /* Branco */
    color: #0000FF;
    /* Azul */
    border: none;
    border-radius: 0;
    padding: 5px;
}

/* Para remover borda redonda em todos os browsers */
.option-qtd-produto:focus {
    outline: none;
    border: none;
}

.escolha-cor {
    display: flex;
    justify-content: center;
}

.container-tamanhos {
    width: 100%;
    height: 100%;
}

.botoes-tamanho {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    background-color: var(--fundo);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.h2-titu-tamanho {
    color: rgb(222, 137, 17);
}

.tamanho {
    width: 45px;
    height: 40px;
    border: 1px solid #ebcc1f;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 4px;
}

.tamanho:hover {
    background-color: #f0f0f0;
}

.tamanho.ativo {
    background-color: #007bff;
    color: #fff;
}

.tamanho-selecionado {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

/* Responsividade Tamanhos */
@media (max-width: 2830px) {
    .botoes-tamanho {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .botoes-tamanho {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .botoes-tamanho {
        width: 96%;
    }
}

@media (max-width: 480px) {
    .botoes-tamanho {
        width: 96%;
    }
}

@media (max-width: 360px) {
    .botoes-tamanho {
        width: 96%;
    }
}

.container-comentarios {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: var(--fundo);
    margin-top: 15px;
    margin-bottom: 15px;
}

.comentarios {
    display: flex;
    justify-content: start;
    width: 100%;
}

.row-perguntas {
    width: 100%;
    background-color: var(--fundo);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.caixa-comentario textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    margin-top: 5px;
}

.lista-comentarios {
    margin-top: 40px;
}

/* Responsividade Perguntas */
@media (max-width: 2830px) {
    .row-perguntas {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .row-perguntas {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .row-perguntas {
        width: 96%;
    }
}

@media (max-width: 480px) {
    .row-perguntas {
        width: 96%;
    }
}

@media (max-width: 360px) {
    .row-perguntas {
        width: 96%;
    }
}

.container-cadastroProdutos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: var(--fundo) !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cadastroProdutos {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    background-color: var(--fundo) !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"]::before {
    content: 'Selecione as imagens';
    display: inline-block;
    background-color: var(--fundo) !important;
    color: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 0px;
}


.select-mobile optgroup {
    font-size: 12px;
    padding: 5px;
}

.select-mobile option {
    font-size: 11px;
    padding: 5px;
}


select {
    background-color: var(--fundo);
    color: var(--primaria);
    border: 1px solid var(--titulo) !important;
    border-radius: none !important;
    overflow-y: auto !important;
    max-height: 200px !important;
    padding-right: 20px;
}

optgroup {
    width: 50px !important;
    min-height: 50px !important;
    background-color: #fff;
    color: #000;
}

.option {
    height: 60px !important;
}

.card-categoria {
    max-height: 100px !important;
}

.tamanho-input {
    width: 80px;
    height: 30px;
    font-size: 12px;
    font-weight: bold !important;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.quantidade-input {
    width: 50px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 0 5px 5px 0;
}

label {
    display: block;
    margin-bottom: 10px;
}

.label-cadastroProdutos {
    color: var(--secundaria) !important;
    font-weight: bold;
}

#botoes-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#adicionar-cor {
    margin-right: 10px;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #c82333;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

/* Responsividade Perguntas */
@media (max-width: 2830px) {
    .cadastroProdutos {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .cadastroProdutos {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .cadastroProdutos {
        width: 96%;
    }
}

@media (max-width: 480px) {
    .cadastroProdutos {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .cadastroProdutos {
        width: 100%;
    }
}

.conteudo-notificacao {
    background-color: var(--titulo);
    height: 140px !important;
    padding: 10px;
    border: 3px solid var(--titulo) !important;
    border-radius: 7px;
    margin-top: 15px !important;
}

.btn-ver-detalhes {
    background-color: rgb(179, 216, 79) !important;
    color: var(--fundo) !important;
    border: none !important;
    border-radius: 5px;
}

.acoes-notificacao {
    margin-top: 10px;
}

.card-carrinho {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgb(220, 220, 220) !important;
}

.carrinho {
    width: 100%;
    padding: 20px;
}

.preco-produ-carrinho {
    width: 80px;
}

.preco-produ-carrinho-576 {
    width: 80px;
    margin-left: 52px;
    margin-top: 3px;
}

.centralizado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Desktop (lg) */
@media (min-width: 992px) {
    .carrinho {
        max-width: 80%;
    }

    .carrinho img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .titu-produto-carrinho {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .preco-produ {
        font-size: 24px;
        font-weight: bold;
    }
}

/* Tablet (md) */
@media (min-width: 768px) and (max-width: 991px) {
    .carrinho {
        max-width: 100%;
    }

    .img-carrinho {
        width: 150px !important;
        height: 130px !important;
    }

    .carrinho img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .titu-produto-carrinho {
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .preco-produ {
        font-size: 20px;
        font-weight: bold;
    }
}

/* Mobile (sm) */
@media (max-width: 767px) {
    .carrinho {
        max-width: 100%;
        padding: 10px;
    }

    .carrinho img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .titu-produto-carrinho {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .preco-produ {
        font-size: 18px;
        font-weight: bold;
    }
}

@media (max-width: 575px) {
    .carrinho {
        padding: 5px;
    }

    .carrinho img {
        width: 100%;
        height: auto;
    }

    .titu-produto-carrinho {
        font-size: 11px !important;
        height: 55px;
        overflow: hidden;
    }

    .preco-produ {
        font-size: 12px !important;
    }
}

.quantidade {
    width: 120px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    border: 2px solid #f4b52d;
    border-radius: 50px;
    padding: 5px;
    margin-top: 25px;
}

.quantidade-768a992 {
    width: 90px !important;
    height: 27px !important;
    display: flex;
    margin-left: 8px !important;
    margin-top: 24px !important;
    align-items: center;
    border: 2px solid #f4b52d;
    border-radius: 50px;
    padding: 5px;
}

.btn-quantidade {
    width: 26px;
    height: 21px;
    margin-bottom: 5px !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.btn-quantidade-768a992 {
    width: 18px;
    height: 16px;
    margin-bottom: 6px !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.input-quantidade {
    width: 50px;
    height: 26px;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.input-quantidade-768a992 {
    width: 43px;
    height: 15px;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.btn-excluir-item-carrinho {
    width: 75px;
    height: 26px;
    background-color: white;
    margin-left: 10px;
    border: 1px solid rgb(178, 178, 178);
    border-radius: 15px;
    font-size: 10px;
}

.btn-comprar-carrinho {
    width: 80px;
    height: 32px !important;
    background-color: rgb(18, 101, 244);
    color: white;
    border: rgb(18, 101, 244);
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
}

.btn-comprar-carrinho-576 {
    width: 80px !important;
    height: 25px !important;
    background-color: rgb(18, 101, 244);
    color: white;
    border: rgb(18, 101, 244);
    border-radius: 6px;
    font-size: 13px;
}


.btn-x-576 {
    margin-left: 23px;
    margin-bottom: 10px;
}

.img-carrinho-576 {
    width: 130px !important;
}

.img-pedidosFinalizados-576 {
    width: 130px !important;
    height: 93px !important;
}

.resumo-pedido {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.dados-pagamento {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.opcoes-pagamento {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
}

.btn-pagar {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-pagar:hover {
    background-color: #3e8e41;
}

.card-header {
    background-color: #f0f0f0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-weight: bold;
    font-size: 18px;
}

.card-text {
    font-size: 16px;
    color: #666;
}

.list-group-flush {
    border: none;
}

.list-group-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.btn-nav-pagamento {
    width: 100%;
}

.h2-nav-pagamento {
    font-size: 17px !important;
    font-weight: 700 !important;
}

.carrinho-nav-pagamento a {
    text-decoration: none;
    color: #333;
}

.icon-carrinho-pagamento {
    display: flex;
    align-items: center !important;
    justify-content: end !important;
}


@media (max-width: 768px) {
    .finalizacao-compra {
        padding: 10px;
    }

    .carrinho-nav-pagamento {
        justify-content: center;
    }
}

.card-dados-entrega-768a992 {
    width: 385px !important;
}

.card-resumo-pedido {
    width: 313px !important;
    margin-left: 11px;
}

.card-resumo-pedido-mobile {
    width: 360px !important;
    margin-left: 11px;
}

.card-resumo-pedido-992a1200 {
    width: 300px !important;
    margin-left: 11px;
}

.card-resumo-pedido-768a992 {
    width: 305px !important;
    margin-left: 6px;
}

.card-resumo-pedido-768B {
    width: 100%;
}

.card-item-carrinho {
    width: 280px !important;
    margin: 0;
}

.btn-alterar-endPagamento {
    width: 250px !important;
    display: flex;
    margin: auto !important;
}

.btn-alterar-endPagamento768B {
    max-width: 100% !important;
}

.img-resumo-pagamento {
    width: 150px !important;
    height: 150px !important;
}

.img-resumo-pagamento-mobile {
    width: 100px !important;
    height: 100px !important;
}

.limit-text {
    font-size: 10px;
    width: 100%;
    /* ajuste conforme necessário */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    max-height: 73px;
    /* ajuste conforme necessário */
}

.btn-finalizar-compra {
    display: flex;
    justify-content: center;
    width: 100%;
}

.card-dados-pagamento {
    width: 500px !important;
    padding: 20px !important;
}

.card-dados-pagamento-mobile {
    width: 400px !important;
    padding: 20px !important;
}

.card-dados-pagamento-992B {
    width: 100%;
}

.btn-pagar-992B {
    width: 100%;
    height: 40px;
    margin-bottom: 10px !important;
    background-color: #2bc42b;
    border: #2bc42b;
    border-radius: 6px;
    color: white;
}

.card-opcoes-pagamento {
    width: 786px !important;
    margin-left: 10px !important;
    padding: 20px !important;
}

.card-opcoes-pagamento-mobile {
    width: 706px !important;
    margin-left: 10px !important;
    padding: 20px !important;
}

.card-opcoes-pagamento-1200B {
    width: 100% !important;
    padding: 20px !important;
}

.card-opcoes-pagamento-992a1200 {
    width: 525px !important;
    margin-left: 10px !important;
    padding: 20px !important;
}

.div-btn-pagar {
    margin-top: 50px !important;
}

.btn-pagar {
    width: 100%;
    margin-top: 30px !important;
}

.nav-perfil {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.perfil-vendedor {
    text-align: center;
}

.perfil-vendedor img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.nav-menu li {
    margin-right: 20px;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

.nav-menu a:hover {
    color: #666;
}

.produtos-perfil {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.sino-perfil {
    margin-left: 70px !important;
}

.card-pedido-horizontal {
    width: 600px !important;
    border-radius: 6px !important;
    background-color: #fff;
    padding: 16px;
}

.card-itens {
    width: 100% !important;
    height: 120px !important;
    border-left: 1px solid gray;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    padding: 13px;
}

.h6-perfil {
    font-size: 13px;
    font-weight: 900;
    color: #074fcc;
}

.ipt-codigo-baixa-produto {
    width: 200px !important;
    height: 30px !important;
}

.ipt-codigo-baixa-produto-576 {
    width: 120px !important;
    height: 30px !important;
}

.btn-estoque-cadastro-576 {
    width: 100% !important;
    height: 40px;
    border: none;
    border-radius: 6px;
    color: white !important;
    font-weight: 600;
}

.btn-vendaMais {
    width: 180px;
    height: 37px;
    border: none;
    background-color: black;
    color: white;
    border-radius: 20px;
}

.a-vendaConosco {
    font-size: 11px;
    font-weight: 700;
    padding: 15px;
    color: black;
}

.a-vendaConosco:hover {
    font-size: 11px;
    font-weight: 700;
    padding: 15px;
    color: orange !important;
}

.a-vendaConosco-mobile {
    font-size: 11px;
    font-weight: 700;
    padding: 15px;
    margin-left: 30px !important;
    color: black;
}

.a-vendaConosco-mobile:hover {
    font-size: 11px;
    font-weight: 700;
    padding: 15px;
    margin-left: 30px !important;
    color: orange !important;
}

.btn-vendaMais:hover {
    width: 180px;
    height: 40px;
    border: none;
    background-color: orange;
    color: white;
    border-radius: 20px;
}

.btn-vendaMais-mobile {
    width: 150px;
    height: 30px;
    border: none;
    background-color: black;
    color: white;
    border-radius: 20px;
    margin-top: 6px !important;
}

.img-vendaConosco {
    width: 600px;
    height: 600px;
}

.btn-home-vendaConosco {
    width: 100%;
    height: 40px;
}

.btn-home-vendaConosco-md {
    width: 100%;
    height: 40px;
    font-size: 13px !important;
}

.card-setores {
    width: 120px !important;
    height: 150px !important;
    margin-left: 5px;
    border: 2px solid rgb(234, 196, 28) !important;
}

.card-cadVendedor {
    width: 100% !important;
    margin-top: 50px !important;
    background-color: var(--fundo) !important;
    border: none !important;
}

.card-cadVendedor-log {
    width: 100% !important;
    padding: 25px;
    border: 2px solid rgb(7, 21, 89) !important;
    margin-top: 150px !important;
    background-color: #ffffff !important;
}

.card-cadVendedor-576 {
    width: 100% !important;
    padding: 15px;
    border: 2px solid rgb(7, 21, 89) !important;
    margin-top: 50px !important;
    background-color: #ffffff !important;
}

.card-cadVendedor-log-576 {
    width: 100% !important;
    height: 350px !important;
    padding: 15px;
    border: 2px solid rgb(7, 21, 89) !important;
    margin-top: 100px !important;
    background-color: #ffffff !important;
}

.ipt-cadVendedor {
    width: 100% !important;
    background-color: var(--fundo) !important;
    border-left: 1px solid var(--titulo) !important;
    border-bottom: 1px solid var(--titulo) !important;
    border-top: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    color: white !important;
}



@media (min-width: 768px) {
    .card-cadVendedor {
        width: 70%;
    }
}

.btn-cadVendedor {
    width: 230px !important;
}

canvas {
    height: 45px !important;
}

#canvas-foto {
    display: none;
}

#video {
    display: none;
    margin-top: 5px !important;
}

.a-cadVendedor {
    color: var(--primaria) !important;
    margin-top: 5px !important;
}

.a-loginInicio {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: black !important;
}

.card-vendaConoscoHome {
    width: 100% !important;
    height: 70px !important;
}

.btn-login-C {
    width: 97% !important;
    margin-right: 8px !important;
}

.btn-login-V {
    width: 97% !important;
    margin-left: 6px !important;
}

.banner {
    width: 100vw;
    /* Largura igual à tela */
    height: 100px;
    /* Altura fixa ou variável */
    overflow: hidden;
    /* Evita estouro */
}

.banner img {
    width: 100%;
    /* Largura igual ao container */
    height: 100%;
    /* Altura igual ao container */
    object-fit: cover;
    /* Mantém proporção */
}

.bg-azul {
    background-color: #3498db !important;
}

.bg-verde {
    background-color: #2ecc71 !important;
}

.bg-amarelo {
    background-color: #f1c40f !important;
}

.bg-laranja {
    background-color: #e67e73 !important;
}

.bg-roxo {
    background-color: #9b59b6 !important;
}

.bg-cinza {
    background-color: #95a5a6 !important;
}

.bg-vermelho {
    background-color: #e74c3c !important;
}

.bg-azul-claro {
    background-color: #45aaf2 !important;
}

.foto-perfil {
    width: 90px;
    height: 90px;
    border: 2px solid black;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.card-perfil-pc {
    width: 100%;
    height: 100px !important;
    background-color: rgb(15, 15, 15) !important;
    border: 2px solid rgb(43, 43, 42) !important;
    margin-top: 3px !important;
}

@media only screen and (max-width: 768px) {
    .card-perfil-pc {
        width: 100%;
        height: 74px !important;
        background-color: rgb(15, 15, 15) !important;
        border: 2px solid rgb(43, 43, 42) !important;
        margin-top: 5px !important;
    }

    .icon-card {
        font-size: 37px !important;
    }

    .title-card {
        font-size: 15px !important;
    }

    .text-card {
        font-size: 13px !important;
    }
}

.card-perfil-mobile {
    width: 100%;
    height: 80px !important;
    background-color: rgb(15, 15, 15) !important;
    border: 2px solid rgb(43, 43, 42) !important;
    margin-top: 6px !important;
}

.transaction-card {
    background-color: rgb(52, 52, 52);
    padding: 10px;
    border: 1px solid rgb(134, 140, 98) !important;
    border-radius: 8px !important;
    width: 80%;
}

.transaction-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transaction-card li {
    margin-bottom: 10px;
}

.transaction-card span {
    font-weight: bold;
}

.card-deck {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.erro-card {
    background-color: var(--fundo);
    border: 1px solid var(--fundo);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* sombra */
}

.erro-card p {
    font-size: 16px;
    color: #a94442;
    background-color: #ffffff !important;
    border: 1px solid red !important;
    border-radius: 6px !important;
    padding: 5px !important;
}

.foto-cadastro {
    width: 100% !important;
    border: 1px solid var(--titulo) !important;
    color: var(--primaria) !important;
    padding: 10px !important;
}

.ctn-login {
    margin-top: 120px !important;
}

.body-chat {
    background-image: linear-gradient(to bottom, #161616, #111111, #161616) !important;
}

.ctn-principal-chat {
    overscroll-behavior: contain !important;
    overflow-y: hidden !important;
}


.chat-container {
    display: flex;
    flex-direction: column;
    height: 80vh;
}

.chat-header {
    background-color: #f0f0f0;
    padding: 3px;
}

.chat-body {
    padding: 8px;
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior: contain !important;
    touch-action: none !important;
}

/* Tela pequena (até 480px) */
@media only screen and (max-width: 480px) {
    .chat-body {
        padding: 8px;
        max-height: 80vh;
        overflow-y: auto;
    }
}

/* Tela média (entre 481px e 768px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .chat-body {
        padding: 8px;
        max-height: 84vh;
        overflow-y: auto;
    }
}

/* Tela grande (entre 769px e 992px) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .chat-body {
        padding: 10px;
        max-height: 72vh;
        overflow-y: auto;
    }
}


.chat-body::-webkit-scrollbar {
    display: none;
}


#mensagens {
    padding: 3px !important;
    margin: 0;
}

.mensagem-esquerda {
    background-color: #87CEEB;
    color: #040404;
    font-weight: 600;
    width: 325px !important;
    padding: 10px !important;
    border-radius: 20px 20px 20px 0;
    position: relative;
    margin-bottom: 15px !important;
}

.mensagem-esquerda::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: 10px solid #87CEEB;
    border-right: 10px solid transparent;
    border-bottom-left-radius: none !important;
}

.mensagem-direita {
    background-color: #454F55;
    color: #fcfcfc;
    width: 325px !important;
    padding: 10px;
    border-radius: 20px 20px 0 20px;
    position: relative;
    margin-bottom: 15px !important;
    margin-left: auto !important;
}

.mensagem-direita::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0px;
    border-top: 10px solid #454F55;
    border-left: 10px solid transparent;
    border-bottom-right-radius: none !important;
}

.nome {
    font-weight: bold;
    margin-bottom: 5px;
}

.texto-mensagem {
    margin-bottom: 10px;
}

.enviar-mensagem {
    padding: 1px;
    background-color: var(--fundo) !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}


.mensagem-input-group {
    display: flex;
    align-items: center;
    padding: 0px;
    border: 1px solid var(--secundaria);
    border-radius: 5px !important;
    position: relative;
}

.mensagem-input-group input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px !important;
}

.mensagem-input-group button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(46deg);
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--secundaria);
    cursor: pointer;
}

.mensagem-input-group button:hover {
    color: rgb(216, 216, 6);
}

#lista-usuarios {
    overflow-y: auto;
    height: 565px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#lista-usuarios::-webkit-scrollbar {
    display: none;
}

.clicavel {
    cursor: pointer;
}

.data-mensagem {
    font-size: 10px !important;
    color: rgb(161, 133, 10) !important;
    margin-top: 5px;
}

#chat {
    overflow-y: auto;
    height: 450px;
}

.card-msg-suporte {
    max-height: 60px;
    border: 1px solid var(--secundaria) !important;
}

@media only screen and (min-width: 1400px) {
    .ctn-tela-1400 {
        height: 500px !important;
    }
}

.chat-container-resposta {
    background-image: linear-gradient(to bottom, #041423, #091d2a);
    height: 100%;
    width: 100%;
}

.sem-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sem-scrollbar::-webkit-scrollbar {
    display: none;
}

.mensagem-input-group-resposta {
    width: 100% !important;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0px;
    position: relative;
    margin-top: 17px !important;
}

.mensagem-input-group-resposta button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(46deg);
    background-color: transparent;
    border: none;
    padding: 0;
    color: black;
    cursor: pointer;
}

.card-nome-msg {
    background-color: var(--titulo);
    color: #ffffff;
    font-weight: 600;
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
    margin-left: 1px !important;
    margin-right: 5px !important;
    border-radius: 6px;
}

#lista-usuarios-mobile {
    width: 100% !important;
}

#chat-container-mobile {
    position: relative;
    height: 71vh;
    /* ajuste o valor para o tamanho da tela */
    overflow: hidden;
}

#mensagens-mobile {
    position: absolute;
    top: 50px;
    /* ajuste o valor para o tamanho do botão de voltar */
    left: 0;
    right: 0;
    bottom: 0px;
    /* ajuste o valor para o tamanho do input de resposta */
    overflow-y: auto;
}

#form-enviar-resposta-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.mensagem-input-group-resposta-mobile {
    width: 100% !important;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0px;
    position: relative;
    margin-top: 0px !important;
}

.mensagem-input-group-resposta-mobile button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(46deg);
    background-color: transparent;
    border: none;
    padding: 0;
    color: black;
    cursor: pointer;
}

.tempo-ultima-msg {
    font-size: 14px;
    color: #666;
}

.sem-scrollbar-mobile {
    height: 320px !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: hidden;
    /* Adicionei isso */
}

.info-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imagens-produto {
    display: flex;
    justify-content: space-between;
}

.imagens-pequenas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-imagem-pequena {
    width: 100px;
    height: 100px;
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 2px !important;
}

.card-imagem-pequena img {
    width: 100%;
    height: 100% !important;
}


.imagem-grande {
    width: 430px;
    height: 430px !important;
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
}

.imagem-grande img {
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    .imagens-produto {
        flex-direction: column;
    }

    .imagem-grande {
        width: 100%;
        height: 300px !important;
        border-radius: 8px !important;
    }

    .imagens-pequenas {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }



    .card-imagem-pequena {
        width: 50px;
        height: 50px;
        border-radius: 5px !important;
        margin-right: 5px;
    }

}

.mensagem {
    width: 49% !important;
    background-color: var(--fundo);
    padding: 3px;
    margin: auto;
    margin-bottom: 20px;
}

.cabecalho-mensagem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cabecalho-mensagem span {
    font-size: 12px;
    color: var(--primaria);
}

.mensagem p {
    font-size: 16px;
    color: var(--secundaria);
    margin-bottom: 10px;
}

.responder {
    background-color: var(--titulo);
    color: #ffffff;
    border: none;
    font-size: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.responder:hover {
    background-color: #0069d9;
}

@media only screen and (max-width: 768px) {
    .mensagem {
        width: 100% !important;
    }

    .cabecalho-mensagem {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .cabecalho-mensagem span {
        font-size: 10px;
        color: var(--primaria);
    }

    .mensagem p {
        font-size: 14px;
        color: var(--secundaria);
        margin-bottom: 10px;
    }

    .responder {
        background-color: var(--titulo);
        color: #ffffff;
        border: none;
        font-size: 9px;
        cursor: pointer;
        border-radius: 4px;
    }

    .responder:hover {
        background-color: #0069d9;
    }
}

.resposta {
    margin-bottom: 20px;
    padding: 20px;
}

.cabecalho-resposta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cabecalho-resposta span {
    font-size: 10px;
    color: var(--primaria);
}

.resposta p {
    font-size: 14px;
    color: var(--secundaria);
}

.resposta-info {
    font-size: 10px;
    color: var(--primaria);
}

@media only screen and (max-width: 768px) {
    .h4-comentario {
        text-align: center !important;
        margin: 0 auto !important;
    }
}

button.ver-mais-respostas {
    background-color: var(--fundo);
    color: var(--titulo);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}

button.ver-mais-respostas:hover {
    background-color: #3e8e41;
}

#botao-mostrar-comentarios {
    width: 280px;
    background-color: var(--titulo);
    color: #fff;
    padding: 7px;
    border: 1px solid var(--titulo);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#botao-mostrar-comentarios:hover {
    background-color: var(--titulo);
}

@media (max-width: 768px) {
    #botao-mostrar-comentarios {
        width: 100%;
        background-color: var(--titulo);
        color: #fff;
        padding: 10px;
        border: 1px solid var(--titulo);
        border-radius: 5px;
        cursor: pointer;
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 768px) {
    #lista-mensagens {
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
}


.nao-ha-comentarios {
    background-color: var(--fundo);
    margin: auto;
    text-align: center;
    font-style: italic;
    color: #666;
    border-radius: 8px;
    width: 48%;
    padding: 15px;
    color: var(--primaria);
    font-size: 30px;
}

@media (max-width: 768px) {
    .nao-ha-comentarios {
        background-color: var(--fundo);
        text-align: center;
        font-style: italic;
        color: #666;
        border-radius: 8px;
        width: 100%;
        color: var(--primaria);
        font-size: 20px;
    }
}

.mais-notificacoes {
    background-color: #337ab7;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .mais-notificacoes {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
        margin-top: 10px;
    }
}

.mais-notificacoes:hover {
    background-color: #23527c;
}

.sem-notificacoes {
    background-color: var(--titulo);
    text-align: center;
    padding: 25px;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 20px;
    color: #ffffff;
}

.qualidade-garantida {
    font-size: 16px;
    font-weight: bold;
    color: #b6e2ba;
    background-color: var(--titulo);
    border-radius: 4px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .qualidade-garantida {
        font-size: 12px;
        font-weight: bold;
        color: #b6e2ba;
        background-color: var(--titulo);
        border-radius: 4px;
        margin-top: 12px;
    }
}

.sugestoes {
    display: none;
    position: absolute;
    top: 100%;
    /* aparece logo abaixo do input */
    left: 0;
    width: 100%;
    /* mesma largura do .input-group */
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


@media (min-width: 1050px) and (max-width: 1199px) {
    .sugestoes {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 28%;
        z-index: 1000;
        top: 66px;
        left: 52%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) and (max-width: 1049px) {
    .sugestoes {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 31%;
        z-index: 1000;
        top: 66px;
        left: 52%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 860px) and (max-width: 991px) {
    .sugestoes {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 42%;
        z-index: 1000;
        top: 66px;
        left: 48%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 768px) and (max-width: 859px) {
    .sugestoes {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 47%;
        z-index: 1000;
        top: 66px;
        left: 48%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 605px) and (max-width: 767px) {
    .sugestoes {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 62%;
        z-index: 1000;
        top: 131px;
        left: 48%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 455px) and (max-width: 605px) {
    .sugestoes {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 78%;
        z-index: 1000;
        top: 131px;
        left: 47%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 300px) and (max-width: 455px) {
    .sugestoes {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 93%;
        z-index: 1000;
        top: 131px;
        left: 50%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

.mostrar-sugestoes {
    display: block;
}

.sugestoes-logado {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    width: 30%;
    z-index: 1000;
    top: 58px;
    left: 49%;
    transform: translateX(-50%);
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1199px) and (max-width: 1400px) {
    .sugestoes-logado {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 35%;
        z-index: 1000;
        top: 58px;
        left: 49%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sugestoes-logado {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 21%;
        z-index: 1000;
        top: 58px;
        left: 49%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 860px) and (max-width: 991px) {
    .sugestoes-logado {
        width: 42%;
        left: 48%;
    }
}

@media (min-width: 768px) and (max-width: 859px) {
    .sugestoes-logado {
        width: 47%;
        left: 48%;
    }
}

@media (min-width: 605px) and (max-width: 767px) {
    .sugestoes-logado {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 62%;
        z-index: 1000;
        top: 147px;
        left: 48%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 455px) and (max-width: 605px) {
    .sugestoes-logado {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 77%;
        z-index: 1000;
        top: 147px;
        left: 47%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 300px) and (max-width: 455px) {
    .sugestoes-logado {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px;
        width: 93%;
        z-index: 1000;
        top: 147px;
        left: 50%;
        transform: translateX(-50%);
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

.mostrar-sugestoes-logado {
    display: block;
}

.sugestoes div {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.sugestoes div:hover {
    background-color: #f5f5f5;
}

#meu-dropdown {
    width: 140px !important;
    position: relative;
    display: inline-block;
    background-color: var(--fundo);
    color: var(--secundaria);
    padding: 10px;
    border: none;
    border-radius: none !important;
}

#meu-dropdown-md {
    width: 140px !important;
    position: relative;
    display: inline-block;
    background-color: var(--fundo);
    color: var(--secundaria);
    border: none;
    border-radius: none !important;
}

.dropdown-toggle {
    cursor: pointer;
    border-radius: 6px !important;
}

.meu-dropdown-menu {
    background-color: var(--primaria) !important;
    border: 1px solid var(--secundaria) !important;
    border-radius: 6px !important;
    padding: 10px 10px;
    width: 300px;
    position: absolute;
    top: 12%;
    left: 180px;
    z-index: 1000;
    overflow-y: auto;
    max-height: 580px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .meu-dropdown-menu {
        background-color: var(--primaria) !important;
        border: 1px solid var(--secundaria) !important;
        border-radius: none !important;
        padding: 10px 10px;
        width: 300px;
        position: absolute;
        top: 12%;
        left: 130px;
        z-index: 1000;
        overflow-y: auto;
        max-height: 600px;
    }
}

.meu-dropdown-menu-md {
    /* estilização personalizada aqui */
    background-color: var(--primaria) !important;
    color: var(--secundaria) !important;
    border: 1px solid var(--secundaria) !important;
    border-radius: none !important;
    padding: 10px 10px;
    width: 250px;
    position: absolute;
    top: 12%;
    left: 132px;
    z-index: 1000;
    overflow-y: auto;
    max-height: 560px !important;
}

.dropdown-submenu {
    padding: 10px !important;
    border-radius: 6px !important;
}

.dropdown-submenu:hover {
    background-color: rgb(170, 170, 170);
}

.li-categoria {
    color: rgb(167, 167, 167) !important;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 10px;
}

.li-categoria:hover {
    background-color: rgb(192, 192, 192) !important;
    border-radius: 6px !important;
    padding: 5px !important;
}

.dropdown-menu {
    overflow-y: auto;
    max-height: 360px;
}

.ctn-perfil-usuario {
    margin-top: 10%;
}

.cor-container {
    display: inline-block;
    text-align: center;
}

.cor-nome {
    font-size: 12px;
    color: var(--primaria);
}

.cor-card {
    width: 60px;
    height: 60px;
    margin: 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.card-propaganda1 {
    width: 100% !important;
    height: 280px !important;
    padding: 8px !important;
    background-color: rgb(244, 244, 244) !important;
}

.card-pequeno {
    width: 100%;
    height: 200px;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 20px;
}

.card-pequeno img {
    background-color: rgb(255, 255, 255) !important;
    padding: 10px !important;
    max-width: 100%;
    height: 170px;
    object-fit: contain;
}

.card-pequeno p {
    font-size: 14px;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

#menu-escondido {
    display: none !important;
}

#menu-escondido.mostrar {
    display: block !important;
}

.img-asaas {
    width: 140px !important;
    height: 100px !important;
    border-left: 5px solid blue;
}

.img-asaas-mobile {
    width: 110px !important;
}

.imagem-carrinho-container {
    width: 185px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.img-carrinho-unificada {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

@media (max-width: 772px) {
    .imagem-carrinho-container {
        width: 130px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

    .img-carrinho-unificada {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        border-radius: 8px;
    }

}

.finalizar-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    max-width: 100%;
    margin: 0 auto;
}

.endereco-select {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.endereco-option {
    width: 100%;
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 13px;
}

.endereco-option:hover {
    border-color: #7dd721;
    background: #f9fff2;
}

.endereco-option input {
    margin-right: 10px;
}

.btn-finalizar {
    background-color: rgb(121, 214, 28);
    color: black;
    font-size: 15px !important;
    font-weight: bold;
    width: 100%;
}

.produto-item-imagem {
    width: 50% !important;
}

.swiper-itens-pedido {
    width: 100%;
    max-width: 385px;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .swiper-itens-pedido {
        width: 90%;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .swiper-itens-pedido {
        max-width: 490px;
    }
}

@media (min-width: 992px) {
    .swiper-itens-pedido {
        max-width: 415px;
    }
}

.truncar-descricao {
    font-size: 14px;
    line-height: 1.4em;
    max-height: 2.8em;
    /* Exibe até 2 linhas */
    overflow: hidden;
    position: relative;
    color: purple;
}

/* Reticências com gradiente para simular o corte */
.truncar-descricao::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.4em;
    width: 30%;
    background: linear-gradient(to right, transparent, white 80%);
}

.erro-card-entregador {
    background-color: rgb(252, 224, 224);
    color: red;
    border-radius: 6px;
    border: 2px solid red;
    padding: 8px;
    text-align: center;
}

.sucesso-card-entregador {
    background-color: rgb(25, 126, 54);
    color: rgb(145, 203, 167);
    border-radius: 6px;
    border: 2px solid rgb(9, 75, 47);
    padding: 8px;
    text-align: center;
}

.card-entregador {
    background-color: #1e293b;
    color: white;
    border-radius: 8px;
    border: 1px solid var(--secundaria);
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    cursor: pointer;
    user-select: none;
}

.card-entregador h3 {
    color: var(--secundaria);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.card-entregador .conteudo {
    margin-top: 15px;
    display: none;
}

.seta {
    transition: transform 0.3s ease;
    font-size: 20px;
    line-height: 1;
}

.card-entregador.ativo .seta {
    transform: rotate(180deg);
}

.list-unstyled li a:hover {
    color: var(--verde) !important;
}

.cronometro-rel {
    width: 100px;
    height: 100px;
    background: #1e1e1e;
    border: 3px solid #00ffcc;
    box-shadow: 0 0 8px #007bff66;
    color: #00ffcc;
    font-family: 'Courier New', monospace;
    font-size: 16px;
}

#cronometro-texto {
    font-weight: bold;
}

.alerta-fora-horario {
    font-size: 12px;
    color: #fff;
    background-color: #dc3545;
    border-radius: 6px;
    padding: 5px 10px;
    display: inline-block;
}

.menu-colapsado {
    background-color: #2a2a2a;
    border: 1px solid var(--secundaria);
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.menu-colapsado.mostrar {
    display: block;
    opacity: 1;
    max-height: 1000px;
    /* suficiente para todos os links */
}

.menu-btn {
    background-color: var(--primaria);
    color: #e0dfdf !important;
    border: none;
    font-size: 15px;
    padding: 10px 14px;
    border-radius: 12px;
    text-align: left;
    transition: background-color 0.3s;
}

.menu-btn:hover {
    background-color: #0f5b85 !important;
}

#side-menu {
    /* seu código atual */
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--titulo);
    color: var(--verde);
    padding: 20px;
    transition: left 0.3s;
    z-index: 9999;
    border-right: 1px solid var(--secundaria) !important;

    /* custom scroll */
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: var(--secundaria) transparent;
    /* Firefox */
}

/* WebKit browsers (Chrome, Safari, Edge) */
#side-menu::-webkit-scrollbar {
    width: 6px;
    /* largura do scroll */
}

#side-menu::-webkit-scrollbar-track {
    background: transparent;
    /* fundo da track */
}

#side-menu::-webkit-scrollbar-thumb {
    background-color: var(--verde) !important;
    border-radius: 3px;
    border: 1px solid transparent;
}

#side-menu::-webkit-scrollbar-thumb:hover {
    background-color: #888;
    /* cor ao passar o mouse */
}