@keyframes wpc-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wpc-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes woosq-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes woosq-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.woosq-product .thumbnails .slick-dots {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 8;
}

.woosq-product .thumbnails .slick-dots li {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.woosq-product .thumbnails .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 16px;
	height: 16px;
	padding: 5px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	opacity: .5;
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
	opacity: 1;
}

.woosq-product .thumbnails .slick-dots li button:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000;
}

.woosq-product .thumbnails .slick-dots li button:focus {
	outline: none;
}

.woosq-related .slick-dots {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.woosq-related .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	font-size: 0;
}

.woosq-related .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-color: rgba(0, 0, 0, .2);
	border: none;
	outline: none;
	overflow: hidden;
}

.woosq-related .slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, .5);
}