/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
 .tw-clothes-variations .colors ul {
	padding-left: 0px;
	margin-left: 0px;

	margin:0px;
	padding:0px;
	display: inline-block;
 }

.tw-clothes-variations .colors li {
	list-style-type: none;
	display: inline-block;
}

.tw-clothes-variations .colors li span {
	display:inline-block;
	width:14px;
	height:14px;
	border:1px solid black;

	cursor:pointer;
}

.tw-clothes-variations .colors .selectedColor {
	width: 0px;
	height: 0px;
	border-color: transparent;
	border-right: 0px;

	border-left: 7px solid black;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;

	position: absolute;
	z-index: 1;
}

.tw-clothes-variations {
	font-family: Montserrat;
    font-size: 14px;
}

.tw-clothes-variations > div {
	margin-bottom: 10px;
}

.tw-clothes-variations select[name="clothesVariationSize"] {
    display: inline-block;
    width: 70px;
    margin-left: 10px;
    font-size: var(--e-global-font-size-small);
    padding-top: 2px;
    padding-bottom: 2px;
}

/*
.tw-clothes-variations label {
	font-weight: bold;
}
*/