/*
Theme Name: Bw Craftxtore
Theme URI: https://bw-craftxtore.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: CraftXtore WooCommerce theme lets you create a fantastic, magnificent web presentation for your pottery studio, handcrafted workshops, or alluring new craft goods store.
Version: 1.6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-craftxtore
*/
.woocommerce-shop .vendu {
	padding: 3px 8px;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	/*position: absolute;
	top: 6px;
	right: 6px;
	left: -74px;*/
	font-size: 14px;
}

.single-product .vendu {
	padding: 3px 8px;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: -530px;
	font-size: 12px;
}

@media (max-width: 414px) {
.single-product .vendu {
	padding: 3px 8px;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	position: absolute;
    top: -600px;
    left: 22px;
	font-size: 12px;
}

}
