.hide {
	display: none !important;
}
.pts-swatches {
	line-height: 1
}
.products .pts-swatches.pts_color-swatch {
	margin-left: -3px;
	margin-top: 5px;
	margin-bottom: 10px
}
.products .pts-swatches.pts_color-swatch:last-child {
	margin-bottom: 0
}
.pts-swatches.pts_color-swatch .pts-swatch {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 3px;
	cursor: pointer
}
.pts-swatches.pts_color-swatch .pts-swatch>span {
	display: block;
	width: 30px;
	background-size: cover;
	height: 30px;
	text-indent: -9999em;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: -moz-transform .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: -o-transform .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: transform .25s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.rtl .pts-swatches.pts_color-swatch .pts-swatch > span {
	text-indent: 9999em
}
.pts-swatches.pts_color-swatch .pts-swatch:hover {
	-webkit-box-shadow: inset 0 0 0 1px #000;
	-moz-box-shadow: inset 0 0 0 1px #000;
	box-shadow: inset 0 0 0 1px #000
}
.pts-swatches.pts_color-swatch .pts-swatch:hover>span {
	-webkit-transform: scale(.9, .9);
	-moz-transform: scale(.9, .9);
	-ms-transform: scale(.9, .9);
	-o-transform: scale(.9, .9);
	transform: scale(.9, .9)
}
.pts-swatches.pts_color-swatch .pts-swatch.selected {
	-webkit-box-shadow: inset 0 0 0 1px #000;
	-moz-box-shadow: inset 0 0 0 1px #000;
	box-shadow: inset 0 0 0 1px #000
}
.products .pts-swatches.pts_color-swatch .pts-swatch {
	width: 16px;
	height: 16px;
	margin-right: 0
}
.products .pts-swatches.pts_color-swatch .pts-swatch>span {
	width: 12px;
	height: 12px
}
.pts-swatches.pts_box-swatch .pts-swatch {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(18,18,18,0.1);
	color: #121212;
	font-size: 14px;
	font-weight: 500;
	min-width: 30px;
	padding: 0 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 30px;
	cursor: pointer
}
.pts-swatches.pts_box-swatch .pts-swatch:hover {
	border-color: #121212
}
.pts-swatches.pts_box-swatch .pts-swatch.selected {
	border-color: #121212;
	background: #121212;
	color: #fff
}
.products .pts-swatches.pts_box-swatch .pts-swatch {
	font-size: 12px;
	min-width: 26px;
	padding: 0 4px;
	height: 26px;
	margin-right: 3px;
	margin-bottom: 3px
}
.products .pts-swatches.pts_box-swatch .pts-swatch:hover {
	border-color: #121212;
	background: #121212;
	color: #fff
}
.pts-swatches .pts-swatch.disabled {
	opacity: 0.3;
	cursor: not-allowed
}
.pts-swatches + .reset_variations {
	padding-top: 10px;
}
.reset_variations {
	display: block;
	font-size: 14px !important;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}
.variations_form .variations label {
	font-size: 14px;
	padding-right: 10px;
}
.variations_form .variations .label {
	display: block;
	width: 100%;
	text-align: left;
	float: left;
	line-height: 1 !important;
	margin-bottom: 10px;
}
.variations_form .variations .value {
	display: block;
	width: 100%;
	text-align: left;
	float: left;
	line-height: 1 !important;
	margin-bottom: 20px;
}
