.product-item-details .swatch-option {
	float:none;
	display:inline-block;
}
.swatch-option {
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.swatch-option.color,
.swatch-option.image {
	width: 25px;
	height: 25px;
	border: 1px solid rgb(218, 218, 218);
}
.swatch-option.text {
	background: #F0F0F0;
	color: #686868;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 6px 10px;
	min-width: 35px;
	margin-right: 5px;
}
.swatch-option.selected {
	outline: 2px solid #ff5501 !important;
	color: #333;
}
.swatch-option.text.selected {
	background-color: #FFF !important;
}
.swatch-input {
	left: -1000px;
	position: absolute;
	visibility: hidden;
}

	/* Tooltip */
	.swatch-option-tooltip {
		max-width: 140px;
		max-height: 100%;
		min-height: 30px;
		min-width: 30px;
		position: absolute;
		padding: 5px;
		background: #000;
		color: #FFF;
		display: none;
		z-index: 999;
		text-align: center;
		font-size:11px;
	}
	.swatch-option-tooltip .corner,
	.swatch-option-tooltip-layered .corner {
		left: 40%;
		position: absolute;
		bottom: 0;
		height: 8px;
	}
	.swatch-option-tooltip .corner:before,
	.swatch-option-tooltip-layered .corner:before {
		content: '';
		position: relative;
		top: 5px;
		left: 3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8.5px 0 8.5px;
		border-color: #000 transparent transparent transparent;
		font-size: 1px;
	}
	.swatch-option-tooltip .image,
	.swatch-option-tooltip-layered .image {
		display: block;
		height: 50px;
		width: 50px;
		margin: 0 auto 5px;
	}

	.swatch-option-loading {
		content: url("../images/loader-2.gif");
	}
