/*
Theme Name: ABC Direct
Description: Thème WordPress pour ABC Direct
Author: Nicolas Schiff
Author URI: https://www.nicolasschiff.com
Template: hello-elementor 
Version: 1.0
*/

.soldout, .backorder {
	padding: 3px 8px;
	text-align: center;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
}

.soldout { background: red; }
.backorder { background: orange; }

.btn-cookies {
	background-color: #000 !important;
}