/* # Related Posts on WooCommerce Products Styles -------------------------------------------------------- */

#related-posts-on-woocommerce-products {
    clear: both;
    border-top: 1px solid #eeeeee;
    margin-bottom: 40px;
}

#related-posts-on-woocommerce-products h2 {
    margin-top: 20px;
    margin-bottom: 0px;
}

#related-posts-on-woocommerce-products h4 {
    margin-top: 10px;
    margin-bottom: 6px;
}
#related-posts-on-woocommerce-products .author {
    font-size: 90%;
}

#related-posts-on-woocommerce-products .date {
    font-size: 90%;
}
#related-posts-on-woocommerce-products .excerpt {
    line-height: normal;
    margin-top: 6px;
}

#related-posts-on-woocommerce-products .excerpt p {
    margin-bottom: 0px;
    display: inline;
    font-size: 95%;
}

#related-posts-on-woocommerce-products .excerpt a {
    font-size: 95%;
    line-height: normal;
}

#related-posts-on-woocommerce-products .newrow {
    clear: both;
    overflow: hidden;
}

#related-posts-on-woocommerce-products .full {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 20px;
}

#related-posts-on-woocommerce-products .one-half {
    width: 48%;
    margin-right: 0%;
    margin-left: 4%;
    margin-top: 20px;
    float: left;
}

#related-posts-on-woocommerce-products .one-third {
    width: 30.333%;
    margin-right: 0%;
    margin-left: 4%;
    margin-top: 20px;
    float: left;
}

#related-posts-on-woocommerce-products .first {
    margin-left: 0%;
}

#related-posts-on-woocommerce-products .image {
    text-align: center;
    margin-top: 16px;
}

#related-posts-on-woocommerce-products .image img {
    max-width: 100%;
    height: auto;
}

/* # Media Queries ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
    #related-posts-on-woocommerce-products .one-half {
        width: 100%;
        margin-left: 0%;
        float: none;
    }

    #related-posts-on-woocommerce-products .one-third {
        width: 100%;
        margin-left: 0%;
        float: none;
    }
}