.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative !important;
}

.woocommerce div.product .woocommerce-product-gallery__image {
	position: relative !important;
}

.kpb-badge-holder {
	position: absolute;
	z-index: 99;
	pointer-events: none;
	display: block;
}

.kpb-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
	line-height: 1.25;
	font-weight: 600;
	text-align: center;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.kpb-pos-top-left { top: 10px; left: 10px; }
.kpb-pos-top-center { top: 10px; left: 50%; transform: translateX(-50%); }
.kpb-pos-top-right { top: 10px; right: 10px; }
.kpb-pos-bottom-left { bottom: 10px; left: 10px; }
.kpb-pos-bottom-center { bottom: 10px; left: 50%; transform: translateX(-50%); }
.kpb-pos-bottom-right { bottom: 10px; right: 10px; }

.woocommerce div.product .woocommerce-product-gallery__image .kpb-badge-holder {
	z-index: 30;
}


.kpb-pos-above-top-left{top:-42px;left:0;}
.kpb-pos-above-top-right{top:-42px;right:0;}
.kpb-pos-above-bottom-left{top:-42px;left:0;}
.kpb-pos-above-bottom-right{top:-42px;right:0;}
.woocommerce ul.products li.product{overflow:visible!important;}
