.col-md-4 {
    margin-top: calc(0% - 1rem);
    height: calc(100vh - 56px);
}

img {
    height: 454px;
}

.logo {
    width: 100%;
}

.nomeitem {
    padding-top: 0.7rem;
    font-weight: bold;
    font-size: 15pt;
    padding-bottom: 0.5rem;
}

.precoitem {
    color: green;
    font-size: 17pt;
}

.precoitemantigo{
    color: red;
    font-size: 13pt;
}

/* .coritem{
    padding-bottom: 0.5rem;
} */

.carousel-indicators{
    position: relative;
    top: 0.2rem;
    bottom: 0;
}

.carousel-indicators li{
    /* height: 56px;
    width: 74px; */
    height: 78px;
    width: 104px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.comprar {
    text-decoration: none;
}