.linked-products-wrapper {
	display: block;
	margin: 15px 0 0 0;
}

.linked-products-title {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	color: rgb(10, 10, 10);
	font-weight: bolder;
}

.linked-products-list {
	display: block;
	margin: 0 0 15px;
	list-style: none;
	padding: 0;
	overflow-y: hidden;
}

.linked-products-list li {
	margin: 0 20px 0 0!important;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	padding: 0;
	width: 80px;
}

.linked-products-list li a {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.6;
	text-align: center;
}

.linked-products-list li a:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: #fff;
	 z-index: 10;
	 margin: 0;
 }

.linked-products-list li a:hover {
	background-color: #fff;
}

.linked-products-list li a div {
	display: inline-block;
	position: relative;
	z-index: 20;
	width: 100%;
	height: 20px;
}

.linked-products-list li a div .variations-swatch-color {
	border-radius: 50% !important;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
}

.linked-products-list li a div .variations-swatch-text {
	display: block;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-transform: revert;
	font: normal normal normal 12px/30px Open Sans;
	letter-spacing: .24px;
	color: #000000;
}

.catalog-variations {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top: -15px;
	padding-top: 10px;
	margin-bottom: -15px;
}

.catalog-variations tr {
	margin: 0;
	border: none;
	display: block;
}

.catalog-variations tr td {
	display: block;
	border: 0;
	letter-spacing: normal;
	padding: .2em 0;
	text-transform: none;
	vertical-align: middle;
}

.catalog-variations tr td ul {
	list-style: none;
	margin: -30px 0 0 0;
	padding: 10px 0 0 0;
	overflow-y: hidden;
}

.catalog-variations tr td ul li {
	margin: 0;
	float: left;
	line-height: 0;
	padding: 0;
}

.catalog-variations tr td ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	padding: 4px;
	line-height: 1.3;
	margin-bottom: .1em;
	margin-top: .1em;
}

.catalog-variations tr td ul li a:before {
	border: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 10;
	margin: 0;
}

.catalog-variations tr td ul li a div {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 20;
	border: none;
	border-radius: 50%;
	overflow: hidden;
}

.catalog-variations tr td ul li a div img {
	transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}