/**
 * OVERWRITE STYLES WOOCOMMERCE
 */

.products .category-overlay {
    position: absolute;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 15px 20px 20px;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 80% !important;
    left: 50% !important;
    /* bottom: 0; */
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.post-image.max-height .post-featured-content picture > img {
    max-height: 358px;
    width: auto;
    margin: 0 auto;
}