/*
CTC Separate Stylesheet
Updated: 2021-09-30 20:27:35
Theme Name: Storefront Birdseed Child
Template: storefront-bdsd-child
Author: theFabFor
Author URI: https://woocommerce.com/
Version: 0.1.1633033655
*/
/*single product page*/
.single-product { 
    background-color: var(--bkgd-featherglow) !important;
}
/*product category page*/
.term-featherglow { 
    background-color: var(--bkgd-featherglow) !important;
}
/* menu backgrounds */
.site-header-cart .widget_shopping_cart, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background-color: var(--bkgd-featherglow) !important;
}
/* zoom product image background color */
.pswp__bg {
	background-color: var(--bkgd-featherglow) !important;
}

/* text colors & transparancy 
.woocommerce-product-details__short-description, .woocommerce-Tabs-panel, .product_meta, .description_tab.active, .additional_information_tab.active, .reviews_tab.active, .woocommerce-Price-amount.amount */

/*.woocommerce-products-header, h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title, body, a[href] , #tab-description, .woocommerce-tabs ul.tabs li.active a,  {
color: var(--bkgd-featherglow);
}*/

.single-product div.product .woocommerce-product-gallery .zoomImg {
	background-color: var(--bkgd-featherglow) !important;
}