.prod {
    /* display: table; */
    /* display: inline-block; */
    display: block;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #d7d7d7;
    background: url('../img/bg_line_box-prod.jpg') no-repeat bottom center;
    width: 93%;
    max-width: 279px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
.prod .img {
    margin-bottom: 15px;
    height: 214px;
}
.prod .img img { 
    max-width: 100%;
    display: block;
}
.prod .desc {
    /* height: 150px; */
    height: 120px;
    overflow: hidden;
}
.prod .desc h2 {
    padding: 0;
    margin: 0;
    font-size: 1.39rem;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
    line-height: 1.5em;
}
.prod .desc .de {
    text-decoration: line-through;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    color: #6e6e6e;
}
.prod .desc .por {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 900;
    color: #bf0000;
}
.prod .desc .por span { font-size: 2.17rem; }
.prod .discount {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 20px;
}
.prod .desc .avista,
.prod .desc .parcel {
    font-size: 1.2rem;
    color: #6e6e6e;
    font-weight: 400;
    line-height: 1.5em;
}
.prod .desc .parcel { margin-top: 12px; }
.prod .desc .parcel span {
    font-weight: 700;
    color: #000; 
}
.prod .desc .avista span {
    color: #bf0000;
    font-weight: 700;
}
.prod .buy {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #ffcb05;
    padding: 11.5px 21px;
    margin: 18px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.prod .buy:hover { 
    background: #000; 
    color: #ffcb05;
}
.prod .buy.indisponivel { background: #bf0000; color: #fff; }

.owl_products .owl-nav .owl-next {
    right: -5px;
}
.owl_products .owl-nav .owl-prev {
    left: -5px;
}

.prod .promo {
    color: #fff;
    background-color: #bf0000;
    font-size: 14px;
    margin-top: -12px;
    position: absolute;
    margin-left: -9px;
    padding: 4px 15px;
    border-radius: 12px;
    left: 0;
}