.btn-group-toggle.value.custom-flex {
	display: flex !important;
	column-gap: 5px;
	margin: auto;

}

section.related.products .btn-group-toggle.value.custom-flex {
	align-items: center;
    flex-flow: column;
}


.btn-group-toggle.value.custom-flex label {
	max-width: fit-content;
}

section.related.products .product-var-btn {
	width: 60%;
	padding: 0px 5px;
	margin: 3px 0px;
}


section.related.products table.variations h2 {
	margin-top: 15px;
}