/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2024 | 12:36:07 */
/*-------------------------------------------Product Color swatches----------------------------------------*/
.colorTooltip:first-child::before{
	content: "Color";
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
}
.ProductColor {
	margin: 15px 0px 10px 0px;
	position: relative;
}
.ProductColor img {
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 2px;
	height: 60px;
	width: 60px;
	margin-bottom: 5px;
}
.ProductColor p {
	color: #1e2120;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 16px;
}
.ProductColor img:hover {
	padding: 0px;
	transition: all 0.8s;
}
.ProductColor .currentColor img {
	border: 1px solid #9d9d9d;
}
.ProductColor a.colorTooltip:hover::after {
	content: attr(data-title);
	background-color: #222;
	color: #fff;
	padding: 6px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	position: absolute;
	top: 15px;
	transform: translateX(-100%);
	white-space: nowrap;
	z-index: 1;
}
.ProductColor {
	padding: 10px 20px 0px 20px !important;
	background-color: #F3F5F3;
	margin-bottom: 0px;
}
.single-product .col table.variations tbody {
	width: 100% !important;
	display: block;
}
/*-------------------------------------------Product Color swatches End----------------------------------------*/

