/* Hide posts and comment links on posts page JC | 4716456-zen */

.blog .entry-header .post-author, .blog .entry-header .post-comments {
    display: none;
}
/* Hide posts and comment links on single post pages JC | 4716456-zen */
.single-post .entry-header .post-author, .single-post .entry-header .post-comments {
    display: none;
}
/* Remove Site Info / hc-33855435 (DSC) */
.site-info a {
    display: none !important
}
/* Hide related products 33839847-hc */
.related.products {
	display: none;
}
/* Hide duplicate Description | 33839847-HC NJ */

#tab-description h2:first-of-type{
  display:none;
}
/* Change weight of site title / 33860303-hc NS */
.site-branding .site-title a {
  font-weight: 300;
}
/*hide add to cart button | SN-34176655-hc*/
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

/* Hide post navigation  | 34355102-hc RW */
.post-navigation {
  display: none;
}

/* make zoom button invisible and cover product images | 4813173-zen (LL) */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

/* add caption beneath product image | 4813173-zen [MQ] */
.single-product div.product .woocommerce-product-gallery:after {
    content: "Click image to view larger";
    font-style: italic;
}

/* Reduce space between product title and pricing */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
margin-bottom: 10px;
}
/* Reduce space between pricing and variable drop-down menu */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart {
margin-top: 10px;
}
/* Reduce font size */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-variation-add-to-cart {
font-size: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
display: none;
}
/*Hide related products #10343497-ZD SM*/
#jp-relatedposts {
  display: none !important;
}


