.single-product div.product table.variations{
	display: none;
}
.svsw-hidden{
	display: none !important;
}
.svsw-wrap {
	margin-bottom: 15px;
}
.svsw-hide-attr .svsw-wrap {
	margin-bottom: 25px;
}
.svsw-attr-wrap:has(.svsw-type-image), .svsw-attr-wrap:has(.svsw-type-color), .svsw-attr-wrap:has(.svsw-type-button) {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	position: relative;
	align-items: center;
}
.svsw-swatch {
	transition: .5s;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #222;
	position: relative;
}
.svsw-swatch.svsw-btn {
	border-color: #888 !important;
}
.svsw-swatch.svsw-selected {
	border-color: #222 !important;
}
.svsw-swatch.svsw-btn.svsw-selected {
	border-color: #222 !important;
	background-color: #111111;
	color: #fff;
}
.svsw-swatch:hover, .svsw-swatch *:hover {
	cursor: pointer;
}
.svsw-swatch-content {
	position: relative;
}
.svsw-swatch-content input[type=radio] {
	height: 20px;
	width: 20px;
	accent-color: black;
	transition: .5s;
}
.svsw-swatch-content input[type=radio]:focus {
	outline: none;
}
.svsw-attr-wrap select {
	border: 1px solid #000;
	padding: 2px 0;
	margin-bottom: 5px;
}
.svsw-attr-wrap select:focus {
	outline: none;
}
.svsw-attr-wrap select.select-invalid {
	border-color: rgba(0,0,0,.2);
}
.svsw-swatch-content.svsw-type-image, .svsw-swatch-content.svsw-type-color {
	display: inline-flex;
}
.svsw-swatch-content .svsw-swatch.svsw_circle {
	border-radius: 50%;
}
.svsw-swatch-content .svsw-swatch.svsw_round_corner {
	border-radius: 10px;
}
.svsw-tooltip {
	position: absolute;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #fff;
	padding: 1px;
	border-radius: 4px;
	white-space: nowrap;
	z-index: 100;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	pointer-events: none;
}
.svsw-tooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	content: " ";
}
.svsw-tooltip img {
	display: block;
	max-width: 200px;
	height: auto;
	border-radius: 2px;
}
.svsw-tooltip p {
	margin: 0;
	padding: 9px 20px;
	font-size: 16px;
}
span.svsw-btn {
	padding: 5px 15px;
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	border-radius: 5px;
}
.svsw-color-image{
	display: inline-block;
}
.svsw-swatch.svsw-swatch-radio {
	border: none;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
a.svsw-reset.reset_variations {
	margin: 0;
}
.svsw-btn.svsw_circle {
	padding: 0px;
	text-align: center;
}
.svsw-swatch label {
	margin: 0;
	padding-left: 5px;
}
.svsw-wrap hr {
	margin: 0 0 15px 0;
}
label.attr-name{
	display: block;
	width: 50%;
	padding: 5px 15px;
	margin: 0;
	font-weight: 400;
}
select.svsw-swatch-dropdown {
	padding: 5px 10px;
}
label.attr-name.an-no-pad {
	padding-left: 0;
}
.svsw-swatch.svsw-disabled {
	pointer-events: none;
	position: relative;
	opacity: 0.2;
}
.svsw-swatch.svsw-disabled::before {
	content: '';
	position: absolute;
	top: 48%;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #000;
	transform: rotate(45deg);
}
.svsw-swatch.svsw-disabled::after {
	content: '';
	position: absolute;
	top: 48%;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #000;
	transform: rotate(-45deg);
}
.svsw-swatch-radio.svsw-disabled::before, .svsw-swatch-radio.svsw-disabled::after{
	left: 20px;
	width: 10%;
}
@media screen and (max-width: 767px) {
	label.attr-name{
		width: 100%;
	}
	.svsw-swatch.svsw-btn{
		font-size: 15px !important;
		padding: 5px 10px;
	}
	select.svsw-swatch-dropdown {
		padding: 5px 5px;
		font-size: 14px !important;
	}
}