
/* Start product style */

.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;
	font-size: 14px;
	padding-bottom: 8px;
}

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: 2px solid whitesmoke;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

.panda-swatches-cont .panda-swatch:hover {
	border: 2px solid lightgray;
}

.panda-swatches-cont .panda-swatch.ps-selected {
	border:2px solid #b5b5b5;
}

.panda-swatches-cont .panda-swatch .ps-image-cont {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

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

.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;
}

/* End product style */

/* Start tooltip style */

.panda-swatches-cont .panda-swatch .psTooltip {
	text-align: center !important;
	background: #eaeaea !important;
	color: #5c5b5b !important;
	font-size: 13px !important;
	bottom: -webkit-calc(100% + 10px) !important;
	bottom: -moz-calc(100% + 10px) !important;
	bottom: calc(100% + 10px) !important;
	padding: 10px !important;
	display: block !important;
	position: absolute !important;
	min-width: 100px !important;
	left: -27px !important;
	margin-bottom: 15px !important;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform: translateY(10px) !important;
	-moz-transform: translateY(10px) !important;
	-ms-transform: translateY(10px) !important;
	-o-transform: translateY(10px) !important;
	transform: translateY(10px) !important;
	-webkit-transition: all .25s ease-out !important;
	-moz-transition: all .25s ease-out !important;
	-o-transition: all .25s ease-out !important;
	transition: all .25s ease-out !important;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.28) !important;
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.28) !important;
	-ms-box-shadow: 2px 2px 6px rgba(0,0,0,0.28) !important;
	-o-box-shadow: 2px 2px 6px rgba(0,0,0,0.28) !important;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.28) !important;
	z-index: 10000 !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	left: -webkit-calc(50% - 50px) !important;
	left: -moz-calc(50% - 50px) !important;
	left: calc(50% - 50px) !important;
}

.panda-swatches-cont .panda-swatch:hover .psTooltip {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.panda-swatches-cont .panda-swatch .psTooltip:hover {
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.panda-swatches-cont .panda-swatch .psTooltip .triangle-bottom {
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 10px solid #eaeaea;
	position: absolute;
	left: 38px;
	bottom: -8px;
}

/* End tooltip style */
/* End product style */

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;
}

/* Linked options */
/* Start product page default style */

.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;
}

/* End product page default style */

/* Start collection style */

.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: 10px;
	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;
}

/* End collection style */
