.background-black {
    background-color: #000;
}


.payment-shipping-link {
    color: white;
    font-size: 1rem;
    height: auto;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.payment-shipping-link:hover {
    color: #3cb353;
}

.developer-div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.developer-text {
    font-family: 'Roboto', sans-serif; /* Definindo a fonte personalizada */
    color: #333; /* Definindo a cor do texto */
    font-size: 1.5rem;
    font-weight: 900;
}
    
.add-wishlist{
    font-size: 1.5rem !important;
    color: #a73333 !important;
}

.btn-menu {
    margin: 0.1rem;
    font-size: 0.85rem !important;
}

.btn-dark{
    border-radius: 15px !important;
    background: #141212 !important;
    text-align: center;
}

.btn-dark:hover{
    background: #534848 !important;
}

/*Dexando textos em mini banner como hidder.*/
.mini-banner label{
    visibility: hidden;
}

.mini-banner .sem-banner{
    visibility: hidden;
}

.description-is-hidden{
    visibility: hidden;
    display: none;
    height: 0;
}

/*
.description-header::before {
    Define o conteúdo do pseudo-elemento
    content: "::before"; 
    Cor do texto do pseudo-elemento
    color: #000; 
    Estilo do texto do pseudo-elemento
    font-weight: bold; 
    Outras propriedades de estilo podem ser adicionadas conforme necessário
}
*/

.p-description{
    line-height: 1.6 !important;
    margin-bottom: 20px;
    text-align: justify;
}

.p-description ul li {
    margin-bottom: 10px;
}

#description-btn:hover{
    color: #00ff00;
}

@media only screen and (max-width: 767px) {
    .payment-shipping-link {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 350px) {
    .payment-shipping-link {
        font-size: 0.7rem;
        height: auto;
    }
}