.zz-tabletitle{
    display:flex;
    border-bottom: 1px solid #cccccc;
}
.zz-lines{
    display: flex;
    border-bottom: 1px solid #cccccc;
}
.zz-column{
    width:50%;
}
.zz-namelines{
    font-weight: bolder;
}
.contexto{
    display: flex;
}
.zz-name{
    font-weight: bolder;
    font-size: 2rem;
}
.zz-namelines{
    line-height: 35px;
}
.zz-content{
    color: #555555;
    line-height: 1.4;
    font-size: 13px;
    margin: 0 0 9px;
    padding: 9px;
    font-size: 1.2rem;
    display: none;
    overflow:hidden;
    max-height: 800px;
    transition: max-height 1s ease-in-out;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.zz-table thead{
    background: #F1F1F1;
    border: 7px solid #F1F1F1;
}

.rotated{
    transform: rotate(90deg);
}

#zz-table-header{
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.installment_price{
    font-weight: bold;
    color:#38a9e4;
}

.in_cash{
    color:#38a9e4;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}
/* personalizacao pbstore */
.in_cash_text_fn {
    font-size: 12px;
    margin-top: 0px;
}

.buzz-installment-special{
    font-size:15px;
}

.buzz-installment-regular{
    font-size:15px;
}

.product-social-links{
    float:none;
}