.buy-now {
	position: fixed;
	z-index: 1020;
	top: calc(50% - 120px);
	left: 0;
	display: block;
	text-align: center;
	height: 40px;
	width: 40px;
	clear: both;
}
.buy-now .btn-primary:hover {
	width: 180px;
	text-decoration: none !important;
	transition: width .2s ease .1s;
}
.buy-now .btn-primary {
	background-color: #89b222;
	text-align: left;
	padding-left: 7px;
	font-weight: 500;
	transition: width .2s ease .0s;
}
.buy-now .btn-primary,
.colorswatch-btn {
	border-radius: 0 !important;
	overflow: hidden;
}
.toggle-switch-text,
.colorswatch .title {
	font-size: 15px;
	line-height: 1em;
	font-weight: 600;
	text-align: left;
}
.colorswatch .title {
	position: absolute;
	top: 10px;
	text-transform: uppercase;
}
.toggle-switch-text {
	position: relative;
	top: -4px;
	display: inline-block;
}
.toggle-switch {
	display: block;
	margin: 10px 0 0 0;
	clear: both;
	text-align: left;
}
.toggle-switch__input {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}
.toggle-switch__input:checked + .toggle-switch__slider {
	background-color: #89b222;
}
.toggle-switch__input:checked + .toggle-switch__slider::before {
	transform: translate(16px, -50%);
}
.toggle-switch__input:disabled + .toggle-switch__slider {
	opacity: 0.5;
	cursor: not-allowed;
}
.toggle-switch__input:disabled + .toggle-switch__slider::before {
	background-color: rgba(32, 37, 50, 0.14);
}
.toggle-switch__slider {
	box-sizing: border-box;
	margin: 0 9px 0 0;
	width: 36px;
	height: 22px;
	border-radius: 30px;
	background-color: rgba(32, 37, 50, 0.14);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.toggle-switch__slider::before {
	transition: transform 75ms ease-in-out;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 2px 8px 0 rgba(32, 37, 50, 0.16);
	position: absolute;
	border-radius: 100%;
	top: 11px;
	transform: translate(2px, -50%);
}
.colorswatch-btn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	padding: 0;
	transition: .3s;
	cursor: pointer;
}
.colorswatch-btn svg,
.buy-now .btn-primary svg {
	width: 26px;
	height: 27px;
	position: relative;
	top: 7px;
	left: 0px;
	fill: #fff;
}
.buy-now .btn-primary svg {
	position: relative;
	left: -2px;
	margin: 0 10px 0 0;
}
.colorswatch {
	position: fixed;
	z-index: 1020;
	top: calc(50% - 80px);
	left: 0;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
}
.colorswatch-inside {
	position: absolute;
	left: -140px;
	width: 140px;
	background-color: #f7f7f7;
	padding: 35px 18px 8px;
	transition: .3s;
}
.colorswatch.opened .colorswatch-inside {
	left: 0;
}
.colorswatch.opened .colorswatch-btn {
	left: 140px;
}
.colorswatch-inside a {
	position: relative;
	width: 34px;
	height: 33px;
	display: block;
	float: left;
	transition: .2s;
	text-decoration: none !important;
}
.colorswatch-inside a.active {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	z-index: 1;
}
.colorswatch-inside a.active:after {
	content: '\e926';
	font-family: 'dentco';
	font-size: 14px;
	color: #fff;
	position: relative;
	top: 2px;
	left: 1px;
}
.colorswatch-inside a:hover {
	opacity: .7;
}
.colorswatch-inside a:nth-child(1) {
	background: #1e76bd;
}
.colorswatch-inside a:nth-child(2) {
	background: #c17a4b;
}
.colorswatch-inside a:nth-child(3) {
	background: #dc5512;
}
.colorswatch-inside a:nth-child(4) {
	background: #00aaa6;
}
.colorswatch-inside a:nth-child(5) {
	background: #89b222;
}
.colorswatch-inside a:nth-child(6) {
	background: #e48a00;
}