/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

table.variations th.label {
	display: none;
}

body .with-swatches div.wd-swatches-product {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
}

body .with-swatches div.wd-swatches-product .wd-swatch {
	height: 4rem;
	background-color: #f5f5f5 !important;
	color: black !important;
	border: 2px solid #e7e7e7 !important;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: 900;
	font-size: 18px;
}

body .with-swatches div.wd-swatches-product .wd-swatch.wd-active {
	border-color: #f68628 !important;
}

body .with-swatches div.wd-swatches-product .wd-swatch .wd-swatch-text {
	font-size: inherit !important;
}

body .with-swatches div.wd-swatches-product .wd-swatch .wd-out-of-stock-tag {
	display: none;
	position: absolute;
	top: -8px;
	width: min-content;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	background-color: #f68628;
	color: white;
	padding: 1px 7px;
	border-radius: 12px;
}

body .with-swatches div.wd-swatches-product .wd-swatch.wd-out-of-stock .wd-out-of-stock-tag {
	/* display: block; */
}

body .with-swatches .wd-reset-var {
	display: none;
}
