/* Theme-specific overrides: WoodMart & Flatsome */

/* Keep below theme hover icons (wishlist / quick view) typically z-index 30+ */
.wcpb-theme-woodmart .wcpb-badges,
.wcpb-theme-flatsome .wcpb-badges {
	z-index: 15;
}

.wcpb-theme-woodmart .product-element-top,
.wcpb-theme-woodmart .product-image-link,
.wcpb-theme-woodmart .wd-gallery-images,
.wcpb-theme-woodmart .woocommerce-product-gallery {
	position: relative;
}

.wcpb-theme-flatsome .box-image,
.wcpb-theme-flatsome .product-small .box-image,
.wcpb-theme-flatsome .product-gallery,
.wcpb-theme-flatsome .product-images,
.wcpb-theme-flatsome .woocommerce-product-gallery {
	position: relative;
}

/* Avoid clipping on some Flatsome image fades */
.wcpb-theme-flatsome .box-image.wcpb-image-host {
	overflow: visible;
}

.wcpb-theme-woodmart .product-element-top.wcpb-image-host {
	overflow: visible;
}
