#switcher {
	background: #212121;
	position: fixed;
	display: none;
	top: 140px;
	left: 0;
	direction: ltr;
	z-index: 99;
	width: 220px;
	margin-left: -300px;
	border-radius: 0 7px 7px 0;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 2px 0px rgb(104 104 104);
}

#switcher label {
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	cursor: pointer;
	color: #333;
	position: relative;
	left: 40%;
}

#switcher hr {
	border: 0;
	border-bottom: #ccc 1px solid;
	margin: 10px 0;
}

#switcher h4 {
	padding: 8px 0;
	border-bottom: #ccc 1px solid;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0 10px 0;
}

#switcher ul {
	padding: 0 !important;
	margin-top: 12px !important;
}

#switcher ul li {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 12px;
	display: inline-block;
}

#switcher ul li a img {
	width: 30px;
}

#showSwitcher {
	z-index: 11111;
	margin-right: 0px;
	position: fixed;
	left: 0;
	top: 140px;
	background: #212121;
	box-shadow: #ccc 0 0 2px;
	border-left: 0;
	font-size: 20px;
	display: block;
	border-radius: 0 7px 7px 0;
	padding: 0;
	cursor: pointer;
	width: 36px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#hideSwitcher {
	cursor: pointer;
	line-height: 43px;
	font-size: 32px;
	margin-bottom: 0px;
	color: #999;
	position: absolute;
	width: 20px;
	height: 40px;
	top: 13px;
	right: 16px;
	text-align: right;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 4px;
}

#switcher .content-switcher {
	padding: 16px;
	overflow: hidden;
}

#switcher a.color {
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	margin: 4px 2px;
	width: 30px;
	height: 30px;
}

#switcher p small {
	font-size: 10px;
}

#switcher p {
	margin: 15px 0 10px 0;
	font-size: 12px;
	font-weight: 400;
	color: #2E363F;
}

#showSwitcher i {
	font-size: 22px;
	color: #fff;
}

#showSwitcher i {
	-webkit-animation: spinner 2s linear infinite;
	animation: spinner 2s linear infinite;
}

#switcher .styled-select select {
	background: #f5f5f5;
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	outline: none;

	-webkit-appearance: none;
	cursor: pointer;
}

#switcher p.separator {
	margin-bottom: 0;
}

#switcher span.hot {
	background: #ff0000;
	color: #fff;
	padding: 4px;
	border-radius: 6px;
	margin-left: 4px;
	font-weight: 700;
}

#switcher span.info {
	font-size: 11px;
	display: block;
	color: #118ce7;
	font-style: italic;
}

/** ============ **/
#switcher .switcher_thumb {
	display: inline-block;
	margin: 4px 3px;
}

#switcher .switcher_thumb.selected {
	box-shadow: #666 0 0 5px;
	;
}

#switcher .purchase {
	background-color: #82b440;
	text-transform: capitalize;
	font-size: 14px;
	border-radius: 4px;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 25px;
}

@media only screen and (max-width: 991px) {
	#switcher {
		top: 130px;
	}

	#showSwitcher {
		top: 130px;
	}
}

#switcher .dark_switch {
	margin-top: 5px;
	opacity: 1;
	left: 0;
}

#switcher .purchase {
	text-transform: uppercase;
	transform: none !important;
	color: #fff;
	padding: 12px 26px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none;
}

#switcher .purchase i {
	padding-right: 10px;

}

.switch {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #fff;
	font-size: 18px;
	background: #fa5b0f;
}

.switch i {
	color: #fff;
}

.dark .switch .open,
.switch .close {
	position: absolute;
	color: #fff;
	font-size: 20px;
	display: none;
}

.dark .switch .open,
.dark .switch.active .close {
	display: block;
}

.dark .switch .close,
.dark .switch.active .open {
	display: none;
}

#switcher .purchse-btn {
	background-color: rgb(130, 180, 64);
	text-transform: uppercase;
	border: 2px solid rgb(130, 180, 64);
	font-size: 14px;
	border-radius: 4px;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding: 12px 26px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	letter-spacing: 1px;
}

#switcher .purchse-btn:hover {
	background-color: transparent;
	border: 2px solid #000;
}

#switcher .purchse-btn i {
	font-size: 14px;
	padding-right: 10px;
}

.purchse-btn:hover {
	color: #fff;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}