#WG_prod_details .contentInter {
    background-color: #d9e7d5;
}
#WG_prod_details .frame_imge {
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#WG_prod_details .img_prod {
    outline: none;
    max-width: 100%;
    display: block;
}
#WG_prod_details .subtitle_prod {
    display: block;
    margin: 30px 0;
    font-family: Poppins;
    font-size: 1.30em;
    font-weight: 500;
    color: #588847;
    text-transform: uppercase;
    border-bottom: 1px solid #bed8b5;
}
#WG_prod_details .desc_prod {
    display: block;
    margin-bottom: 3vh;
    font-family: Poppins;
    text-align: justify;
    color: #303030;
    font-size: 0.9em;
    line-height: 20px;
}
#WG_prod_details .carac_prod {
    display: block;
    margin-bottom: 3vh;
    font-family: Poppins;
    color: #303030;
    font-size: 0.9em;
    line-height: 20px;
}
#WG_prod_details .thumb {
    height: 150px;
    display: block;
}
#WG_prod_details .thumb_img {
    outline: none;
}

