/* Hide Out-of-Stock banner on Catalog/Category Pages
.out-of-stock-label {
  display: none;
}  */

/*My Account - Hide Duplicate Column*/

.my-account .large-3 {
  display: none;
}

.my-account .large-9 {
  width: 100%;
  max-width: none;
  flex-basis: auto;
}

#my-account-menu ~ .woocommerce-MyAccount-content {
  padding-left: 30px;
}

/*My Account - Hide Avatar Pic*/

.yith-wcmap .user-image img {
  display: none;
}


/*Hide Prices on Gracious Living Retreat Products 2024*/

#product-746905 .price-wrapper, #product-746911 .price-wrapper {
  display: none;
}
.wcpf-checkbox-list > .wcpf-item .wcpf-input-container {
		margin-right: 0px;
		margin-bottom: 0px;
		min-height: 0px;
}