/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2022 | 13:44:24 */
th.label {
    display: none;
}

.ux-swatches.ux-swatches-attribute-ux_label:before {
    content: "Size";
    visibility: visible;
    margin-right: 10px;
    font-weight: 600;
	color: #000;
    font-size: large;
}


.value {
  display: inline-flex;
}

.fl-labels .fl-wrap label[for]:first-child {
	z-index: 1;
	opacity: 1;
	color: #000;
	font-weight: 600;
	font-size: 1.2em;
	margin-left: -30px;
}

select#pa_color {
    width: 194px;
	margin-left: 44px;
}