.reviews_page {
    margin-left: 4rem;
    margin-right: 4rem;
}
.reviews_page .flex_reviews {
    display: flex;
    list-style: none;
    font-size: 13px;
}
.reviews_page .flex_reviews .principal_page {
    margin-right: 6px;
    text-decoration: none;
}
.reviews_page .title_reviews--page {
    width: 100%;
    padding: 10px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews_page .title_reviews--page::before {
    content: "";
    width: 80px;
    background: black;
    height: 1px;
    float: left;
    margin: 0 15px;
}
.reviews_page .title_reviews--page::after {
    content: "";
    width: 80px;
    background: black;
    height: 1px;
    float: left;
    margin: 0 15px;
}
.reviews_page .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.reviews_page .content_review {
    width: calc(100% - 6px);
    float: left;
    text-align: center;
    margin: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background-color: #fff;
    color: #000;
    padding: 16px 10px;
    border-radius: 4px;
    height: 100%;
}
.reviews_page .point-on {
    color: gold;
}
.reviews_page .content_review .product_rating_list .nota {
    flex-direction: column;
}
.reviews_page .content_review .product_rating_list .nota .rating-points {
    margin-bottom: 10px;
}
.reviews_page .content_review .product_rating_list .nota .rating-points span.fa {
    font-size: 20px;
}
.reviews_page .content_review .product_rating_list .nota .rating-points span.no-point {
    color: #ddd;
}
.reviews_page .product_name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
.reviews_page .product_name a {
    text-decoration: underline;
    color: #000;
}
.reviews_page .author_review {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
.reviews_page .review_date {
    color: #6c757d;
} 
.reviews_page .margin_botton--2 {
    margin-bottom: 2.2rem!important;
}
.reviews_page .pagination {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.reviews_page .pagination .links {
    margin-left: 10px;
}
.reviews_page .pagination .links .pag-on {
    background: black;
    color: white;
    padding: 5px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}
.reviews_page .pagination .links .pages {
    font-size: 14px;
    margin: 0 6px;
    border: 0;
}
.reviews_page .pagination .pag-next, .reviews_page .pagination .pag-prev {
    border: 0;
}
.reviews_page .pagination .results {
    font-size: 14px;
    margin-right: 10px;
    padding-top: 10px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
}
.image {
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 4px;
}
.image img {
    transition: transform 0.3s ease;
}
.image:hover img {
    transform: scale(1.2);
    cursor: pointer;
}
.zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.zoom-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.pros_and_cons {
    display: flex;
}
.pros_and_cons .n49_text--review {
    text-align: left;
}
.bloco_text .content-images_and_consPros {
    display: flex;
    justify-content: space-between;
}
.bloco_text .content-images_and_consPros .pros_and_cons .title_cons_and_pros  {
    font-size: 20px;
}
.bloco_text .content-images_and_consPros .n49_text--review .text_pros, .bloco_text .text_cons {
    font-size: 18px;
    color: gray;
}
.content_pros {
    margin-right: 20px;
}

@media screen and (max-width: 600px) {
    .reviews_page .row .coluna-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .reviews_page {
        margin-top: 2rem !important;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .p-lateral-15 {
        padding: 0;
    }
    .bloco_text .content-images_and_consPros {
        flex-direction: column;
        align-items: center;
    }
    .pros_and_cons {
        justify-content: space-evenly;
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .reviews_page .row .coluna-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}