.style-switcher {
	position: fixed;
	top: 50%;
	right: -200px;
	width: 200px;
	background: #3d3d3d;
	transform: translateY(-50%);
	z-index: 99999;
}

.style-switcher h3 {
	font-family: var(--font-oswald);
	margin: 0;
	padding: 5px 0 5px 20px;
	color: #fff;
	background: #494949;
	line-height: 30px;
}

.style-switcher h3 a {
	position: absolute;
	top: 0;
	left: -40px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px 0 0 5px;
	background-color: #494949;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	line-height: 35px;
}

.style-switcher h3 a .fa {
	color: #fff;
}

.style-switcher-body {
	padding: 20px;
}

.style-switcher-body h4 {
	font-family: var(--font-oswald);
	text-transform: none;
	color: #fff;
	margin-bottom: .5em;
}

.style-switcher-body ul{
	margin-bottom: 20px;
	overflow: hidden;
}

.style-switcher-body ul {
	padding: 0;
}

.styles-switcher-colors {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin-bottom: -10px;
	margin-right: -10px;
}

.styles-switcher-colors li {
	float: left;
	margin: 0 10px 10px 0;
}

.styles-switcher-colors li a {
	display: block;
	width: 32px;
	height: 32px;
	background: #dc2a0b;
	border: 1px solid transparent;
}

.styles-switcher-colors li a:hover {
	border-color: #fff;
}

.styles-switcher-colors li a.color-blue {
	background: #3498db;
}

.styles-switcher-colors li a.color-asbestos {
	background: #7f8c8d;
}

.styles-switcher-colors li a.color-green {
	background: #27ae60;
}

.styles-switcher-colors li a.color-orange {
	background: #f39c12;
}

.styles-switcher-colors li a.color-silver {
	background: #bdc3c7;
}

.styles-switcher-colors li a.color-violet {
	background: #9b59b6;
}

.styles-switcher-colors li a.color-yellow {
	background: #f1c40f;
}

/* Layouts */
.style-switcher-mode {
	list-style: none;
}

.style-switcher-mode li {
	float: right;
	width: 45%;
	text-align: center;
}

.style-switcher-mode li:first-child {
	float: left;
}

.style-switcher-mode li a {
	display: block;
	border: 2px solid rgba(255, 255, 255, .1);
	padding: 5px 0;
	color: #fff;
}

.style-switcher-mode li a:hover,
.style-switcher-mode li a.active {
	text-decoration: none;
	background: rgba(255, 255, 255, .1);
}