.product {
    position: relative;
}

@media screen and (max-width: 768px) {

    .previousProduct,
    .nextProduct {
        top: 265px !important;
    }

    div.previousProduct {
        left: -4px;
        background: #bbbbbb;
        border-radius: 0 10px 10px 0;
    }

    div.nextProduct {
        right: -4px;
        background: #bbbbbb;
        border-radius: 10px 0 0 10px;
    }
}

.previousProduct,
.nextProduct {
    cursor: pointer;
    position: absolute;
    top: 160px;
    color: #fff;
    font-size: 50px;
    background: #bbbbbb;
    z-index: 10;
}

.previousProduct {
    left: -54px;
    border-radius: 10px 0 0 10px;
}

.nextProduct {
    right: -53px;
    border-radius: 0 10px 10px 0;
}

div.infoEstabelecimentoLista h5 {
    font-size: 14px !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
}

div.infoProduto {
    margin-top: 20px;
    position: relative;
    padding: 20px 20px 30px 20px
}

div.obsProduto {
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    height: 16.5px;
    /* background: #7c0b0b !important; */
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0px;
    margin-top: 10px;
}

.denunciarOferta, .denunciaRecebida {
    position: absolute;
    bottom: 0;
    width: 90%;
    text-align: center;
    padding: 10px;
}

.denunciarOferta a, .denunciaRecebida a {
    width: 100%;
}

.denunciaRecebida a {
    pointer-events: none;
}

.colInfoProdutoModal {
    position: relative;
}

.colInfoProdutoModal div.tituloEstabelecimento {
    width: 100%;
    align-items: center;
}

.colInfoProdutoModal .nomeProduto {
    height: auto;
    margin-bottom: 10px;
}