﻿.descricaoProd  p {
    font-size: .9rem !important;
    margin-bottom: 1.5rem !important;
    color: #212529 !important;
}

.descricaoProd  span {
    font-size: .9rem !important;
    margin-bottom: 1.5rem !important;
    color: #212529 !important;
}




.products-related .card-body {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    text-align: center;
}


#form_aviso_estoque {
    padding-left: 0;
}

    #form_aviso_estoque form {
        display: block;
    }

    #form_aviso_estoque p:only-child {
        background-color: #dddddd;
        border-radius: 5px;
        padding: 15px;
        font-size: 13px;
        display: none;
    }

    #form_aviso_estoque .form-group {
        margin-bottom: 0;
    }

    #form_aviso_estoque strong ~ p {
        font-size: 13px;
    }