.wpclv-attributes .wpclv-terms .wpclv-more {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin: 6px 3px 0 3px;
	padding: 3px;
	float: left;
}

.wpclv-attributes .wpclv-terms .wpclv-terms-select {
	float: left;
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-disabled {
	opacity: .5;
	cursor: not-allowed;
}

.wpclv-attributes .wpclv-terms .wpclv-term-color span, .wpclv-attributes .wpclv-terms .wpclv-term-color a {
	font-size: 0;
	width: 34px;
	padding: 0;
}

.wpclv-tippy-inner {
	padding: 5px 1px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.wpclv-tippy-inner .wpclv-tippy-title {
	font-weight: 700;
}

.wpclv-tippy-inner > span {
	margin-bottom: 5px;
}

.wpclv-tippy-inner > span:last-child {
	margin-bottom: 0;
}

.wpclv-tippy-inner .wpclv-tippy-image {
	display: block;
	width: 100%;
	min-width: 150px;
	max-width: 600px;
}

.wpclv-tippy-inner .wpclv-tippy-image img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	margin: 0 !important;
	padding: 0 !important;
}