.home h1.entry-title.loaded {
    visibility: hidden;
}
.wc-tabs .description_tab a {
    font-size: 0;
}

.wc-tabs .description_tab a:before {
    content: "Testimonials";
    font-size: 16px;
    display: block;
    padding: 10px 0;
}

#tab-description h2 {
    font-size: 0;
}

#tab-description h2:before {
    content: "Testimonials";
    font-size: 26px;
    margin-bottom: 30px;
    display: block;
}


/* --- CSS NOTE ---
Replaces "Additional Information" text on product info tab with "Product Information"
--- (HE ID:61640774) --- */
.wc-tabs .additional_information_tab a {
  font-size: 0;
}
.wc-tabs .additional_information_tab a:before {
  content: "Product Information";
  font-size: 16px;
  display: block;
  padding: 10px 0;
}
#tab-additional_information h2 {
  font-size: 0;
}
#tab-additional_information h2:before {
  content: "Product Information";
  font-size: 26px;
  margin-bottom: 30px;
  display: block;
}

.woocommerce-message {
    background-color: #c1c1c1 !important;
}

/* remove emoji by In Stock*/
.stock.in-stock:before {
    content: "\f118";
    display: none;
}
/*
.woocommerce .product img {
    border: 1px solid black;
	border-radius: 0;
}*/

/*black border on woo thumbs*/

flex-control-thumbs li {
border: 1px solid black;
border-radius: 0;
}

ul.products li.product.product-category img {

border: 1px solid black;
border-radius: 0;
}

ul.products li.product img {
border: 1px solid black;
border-radius: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport,
.single-product div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
border: 1px solid black;
}
/*Add border to thumbnails*/
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	border: 1px solid black;
	border-radius: 0;
}

/*remove extra margin on products gallery */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:only-child):not(.flex-active-slide) {
	margin-left: 0px;
}

/*enlarged image bkg */
 * .pswp__bg {
  background: #ffffff;
}


/* Hides WooCommerce stock indicator messages */
p.stock {
    display: none;
}

/* Make captions black in enlarged image gallery - 17589996 - hc */
.pswp__caption__center {
    color:#000;
}

/* Make arrow background black in enlarged image gallery - 17589996 - hc */
button.pswp__button--arrow--right::before {
    background-color:#000 !important;
}

/* Make arrow background black in enlarged image gallery - 17589996 - hc */
button.pswp__button--arrow--left::before {
    background-color:#000 !important;
}

/* Removes product information from the Gift Card product only */
.postid-2757 .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

/* WooCommerce Product Grid Image Border | 3016895-zen (KK) */
.wc-block-grid__products .wc-block-grid__product img {
    border: 1px solid #000;
	  border-radius: 0px;
}

/* Hide homepage title #21491762-hc DP */
.home .entry-title {
	display: none;
}

/* Add currency display after all prices | 34131929-hc tcrv */
.woocommerce-Price-amount::after {
	content: " USD";
}

/* End | 34131929-hc tcrv */
