
/*.style-switcher{
	position: fixed;
	right: 0;
	top: 77px;
	padding: 15px;
	width: 200px;
	background-color: red;
	z-index: 101;
	border-radius: 5px;
	transition: all 0.3s ease;
}*/
.style-switcher .s-icon{
	position: fixed;
	height: 40px;
	width: 40px;
	right: 40px;
	text-align: center;
	font-size: 20px;
	color: var(--text-black-900);
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 50%;
}
.style-switcher .s-icon i{
	line-height: 40px;
}
.style-switcher .s-icon:after{
	border-radius: 50%;
}
.style-switcher .day-night{
	top: 55px;
}