
/*
 Theme Name:   Madhousemedia Child (woodmart)
 Theme URI:    http://www.chimpstudio.co.uk/
 Description:  Madhousemedia Child
 Author:       Ross Ballard
 Author URI:   http://madhousemedia.co.uk
 Template:     woodmart
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  woodmart
*/

/* Product badge positioning fix */
.wd-products .wd-product-thumb, .wd-products .wd-product-img-link, .wd-products .wcpb-product-badges-loop-container {
	position: relative !important;
	overflow: visible !important;
}

.wd-products .wcpb-product-badges-loop-container {
	display: block !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	line-height: 0 !important;
}

.wd-products .wcpb-product-badges-loop-container > img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}

.wd-products .wcpb-product-badges-badge {
	position: absolute !important;
	z-index: 25 !important;
	margin: 0 !important;
	line-height: 1 !important;
	pointer-events: none;
}

.wd-products .wcpb-product-badges-badge-img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}

/* Position controls */
.wd-products .wcpb-product-badges-badge-top-left {
	top: 8px !important;
	left: 8px !important;
	right: auto !important;
	bottom: auto !important;
}

.wd-products .wcpb-product-badges-badge-top-right {
	top: 8px !important;
	right: 8px !important;
	left: auto !important;
	bottom: auto !important;
}

.wd-products .wcpb-product-badges-badge-bottom-left {
	bottom: 8px !important;
	left: 8px !important;
	top: auto !important;
	right: auto !important;
}

.wd-products .wcpb-product-badges-badge-bottom-right {
	bottom: 8px !important;
	right: 8px !important;
	top: auto !important;
	left: auto !important;
}
