.panda-swatches-cont {
	width: 100%;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	clear: both;
}

.panda-swatches-cont:last-of-type {
	margin-bottom: 20px;
}

.panda-swatches-cont .panda-header {
	display: block;
	padding-bottom: 8px;
	font-size: 14px;
}

div.panda-swatches-cont div.panda-swatch {
	position: relative;

	-webkit-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	transition: border 0.3s ease;

	width: 32px;
	height: 32px;
	display: inline-block !important;

	border: 1px solid whitesmoke;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

.panda-swatches-cont .panda-swatch:hover {
	border: 1px solid #adadad;
}

.panda-swatches-cont .panda-swatch.ps-selected {
	border:1px solid #474747 !important;
}

.panda-swatches-cont .panda-swatch .ps-image-cont {
	width: 100%;
	height: 100%;
}

.panda-swatches-cont.ps-align-left {
	text-align: left;
}

.panda-swatches-cont.ps-align-left .panda-swatch {
	margin-right: 4px;
}

.panda-swatches-cont.ps-align-center {
	text-align: center;
}

.panda-swatches-cont.ps-align-center .panda-swatch {
	margin-right: 2px;
	margin-left: 2px;
}

.panda-swatches-cont.ps-align-right {
	text-align: right;
}

.panda-swatches-cont.ps-align-right .panda-swatch {
	margin-left: 4px;
}


div.panda-swatches-cont div.panda-swatch.ps-hide {
	display: none !important;
}

div.panda-swatches-cont div.panda-swatch.ps-crossed .ps-cross-out {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='gray' stroke-width='5'/><path d='M0 0 L100 100 ' stroke='gray' stroke-width='5'/></svg>");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: block;
}

div.panda-swatches-cont div.panda-swatch.ps-crossed {
	cursor: default;
}

div.panda-swatches-cont div.panda-swatch.ps-crossed:hover {
	border-color: transparent;
}



.panda-swatches-cont .panda-swatch.panda-swatch-default {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: auto;
	min-width: 50px !important;
	height: 35px !important;
	border: #ccc 1px solid;
	background-color: #ddd;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 0 10px;

	font-size: 14px;
	margin: 0 5px 10px 0;
}

.panda-swatches-cont .panda-swatch.panda-swatch-default.ps-selected {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.8);
	box-shadow: 0 1px 2px rgba(0,0,0,0.8);
	border-color: transparent;
}



.panda-swatches-coll-cont {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	margin-top: -20px;
	position: relative;
	z-index: 1000;
}

.panda-swatches-coll-cont .panda-swatch-coll {
	-webkit-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	transition: border 0.3s ease;

	width: 32px;
	height: 32px;
	display: inline-block;

	border: 2px solid whitesmoke;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0 !important;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.panda-swatches-coll-cont .panda-swatch-coll.ps-have-image:hover {
	cursor: pointer;

	border: 2px solid #adadad;
}

.panda-swatches-coll-cont .panda-swatch-coll .ps-image-cont {
	width: 100%;
	height: 100%;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.panda-swatches-coll-cont .ps-have-more {
	display: block;
	font-size: 14px !important;
	text-transform: none !important;
	cursor: pointer;

	text-align: center;
}
