
.hide {
    visibility: hidden !important;
    display: none !important;
}


body {
    color: #3E5948 !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(105, 117, 71, 0.21) !important;
}

.justify-content-right {
    justify-content: right !important;
}

.pagination .page-link:hover, .pagination .page-link.active {
    background-color: #82AC9F !important;
    color: #fff;
}

label.error {
    font-size: 10px !important;
    /*background-color: #EF4048;*/
    background-color: rgba(240, 64, 64, 0.8);
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    top: -10px;
    position: relative;
    border-radius: 0px;
}


.color-red{
    color: red;
}

.titulo-artigo {
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #2d2926;
    padding: 0;
    height: 2.2rem;
}

.titulo-artigo a:hover {
    color: #FF7900  !important;
}

.search-container {
    position: relative;
    padding-right: 20px;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

.pointer{
    cursor: pointer;
}

.breadcrumb-item a {
    text-decoration: none !important;
    color: #3E5948 !important;
}
.breadcrumb-item a:hover {
    text-decoration: none !important;
    color: #FF7900 !important;
}

#abrir-whatsapp {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 60px;
    z-index: 10000;
}

.responsive-width-menus {
    width: 100% !important; /* padrão para telas menores */
}

@media (min-width: 992px) { /* lg ou maior */
    .responsive-width-menus {
        width: 50% !important;
    }
}

.color-green {
    color: #119132 !important;
}

/* Tabela responsiva para ecrãs menores que 992px */
@media screen and (max-width: 991px) {
    .cart-responsive {
        border: 0;
    }

    .cart-responsive thead {
        display: none;
    }

    .cart-responsive tbody tr {
        display: block;
        margin-bottom: 2rem;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        padding: 1rem;
        background-color: #fff;
    }

    .cart-responsive tbody td {
        display: block;
        text-align: right;
        padding: 0.2rem 0;
        border-bottom: 0px solid #dee2e6;
        position: relative;
        padding-left: 50%;
        width: 100% !important;
    }

    .cart-responsive tbody td:last-child {
        border-bottom: 0;
    }

    .cart-responsive tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 45%;
        padding-left: 0.75rem;
        font-weight: bold;
        text-align: left;
    }

    /* Ajustes específicos para células com conteúdo especial */
    .cart-responsive tbody td img {
        max-width: 100%;
        height: auto;
    }

    .cart-responsive .qty-btn {
        justify-content: flex-end;
    }
}

.carousel-indicators {
 
    bottom: -63px !important;
}

.navbar-brand {
    margin-right: 0rem !important;
}