/* WDR discount image labels */

.buldog-wdr-labels-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 20;
}

.buldog-wdr-labels.buldog-wdr-labels--image {
	position: absolute;
	top: -10px;
	z-index: 21;
	pointer-events: none;
}

.buldog-wdr-labels--position-left {
	left: -10px;
	right: auto;
}

.buldog-wdr-labels--position-right {
	right: -10px;
	left: auto;
}

.buldog-wdr-labels--position-center {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.buldog-wdr-labels--position-left-bottom {
	left: -10px;
	right: auto;
	bottom: -10px;
	top: auto;
}

.buldog-wdr-labels--position-right-bottom {
	right: -10px;
	left: auto;
	bottom: -10px;
	top: auto;
}

.buldog-wdr-labels__line {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.buldog-wdr-labels--position-center .buldog-wdr-labels__line {
	align-items: center;
}

.buldog-wdr-labels--position-right .buldog-wdr-labels__line,
.buldog-wdr-labels--position-right-bottom .buldog-wdr-labels__line {
	align-items: flex-start;
}

.buldog-wdr-label {
	display: block;
	line-height: 1.2;
	max-width: 100%;
}

.buldog-wdr-label > span {
	height: 35px;
    width: 60px;
    background-color: #f05a44;
    color: #ffffff;
    border-radius: 3px;
    line-height: 1em;
    font-size: 13px;
    font-family: 'Varela Round';
    border-color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: -6px;
    display: flex;
    position: relative;
    right: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.buldog-wdr-label > span b {
	color: inherit;
	font-weight: inherit;
}

/* Image mount points */
.product .images,
.woocommerce-product-gallery,
.e-loop-item .elementor-widget-woocommerce-product-image .elementor-widget-container,
.e-loop-item .elementor-widget-theme-post-featured-image .elementor-widget-container,
.e-loop-item .elementor-widget-image .elementor-widget-container,
.buldog-wc-loop-item--elementor .elementor-widget-woocommerce-product-image .elementor-widget-container,
.buldog-wc-loop-item--elementor .elementor-widget-theme-post-featured-image .elementor-widget-container,
.buldog-wc-loop-item--elementor .elementor-widget-image .elementor-widget-container,
.woocommerce ul.products li.product .elementor-widget-woocommerce-product-image .elementor-widget-container,
.products > .product .product-thumbnail,
.owl-item > .product .product-thumbnail {
	position: relative;
}
