.theme-config {
	position: fixed;
	bottom: 50px;
	right: 0;
	overflow: hidden;
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #676a6c;
	z-index: 1200;
}
.theme-config-box.show {
	margin-right: 0;
}
.show {
	display: block!important;
}
.theme-config-box {
	margin-right: -220px;
	position: relative;
	z-index: 2000;
	transition-duration: 0.8s;
}
.setings-item .bookmark {
	float: right
}
.spin-icon {
	background: #1ab394;
	position: absolute;
	padding: 7px 10px 7px 13px;
	border-radius: 20px 0 0 20px;
	font-size: 16px;
	bottom: 0px;
	left: 0;
	width: 40px;
	color: #fff;
	cursor: pointer;
}
.skin-settings {
	width: 220px;
	margin-left: 40px;
	background: #f3f3f4;
}
.skin-settings .title {
	background: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	padding: 10px 15px;
	font-size: 12px;
}
.setings-item {
	padding: 10px 30px;
}
.default-skin {
	font-weight: 600;
	background: #283A49;
}
.blue-skin {
	font-weight: 600;
	background: #1584C7;
}
.yellow-skin {
	font-weight: 600;
	background: #EA9B41;
}
.setings-item a {
	color: #fff;
}
.skin-name a {
	text-transform: uppercase;
	text-decoration: none;
}
.default-skin, .blue-skin, .yellow-skin {
	text-align: center;
}