/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 03 2022 | 15:35:08 */
.SpecialPanel {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 1;
}

.SpecialPanel_contain {
	display: block;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 55px;
	background: #eee;
	border-bottom: 1px solid #000;
}

.SpecialPanel .tools {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 60px;
}

.SpecialPanel .tools .items {
	display: inline-block;
	width: 20%;
	text-align: center;
}

.SpecialPanel .tools .image {
	width: 35%;
}

.SpecialPanel .tools .items > div {
	display: inline-block;
	min-width: 30px;
	height: 32px;
	margin-left: 5px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}

.SpecialPanel .tools .items > div.active {
	border-width: 3px !important;;
	top: -2px;
	height: 35px;
}

.SpecialPanel .tools .items {
	font-family: Verdana, Arial !important;
}

.SpecialPanel .tools .items span {
	font-size: 20px !important;
}

.SpecialPanel .tools div {
	position: relative;
	text-align: center;
	line-height: 1.5;
}

.SpecialPanel .items div {
	background: #fbfbfb;
	color: #1f1f1f;
}

.SpecialPanel .tools div.size div {
	line-height: 1;
}

.SpecialPanel .tools div.size #small div {
	font-size: 16px !important;
	padding-top: 10px;
}

.SpecialPanel .tools div.size #middle div {
	font-size: 22px !important;
	padding-top: 6px;
}

.SpecialPanel .tools div.size #big div {
	font-size: 28px !important;
	padding-top: 2px;
}

.SpecialPanel .tools div.color div {
	font-size: 20px !important;
}

.SpecialPanel .tools div.color #black {
	border: 1px solid #fff;
	background: #1f1f1f !important;
	color: #fbfbfb !important;
}

.SpecialPanel .tools div.color #blue {
	background: #9dd1ff !important;
	color: #063462 !important;
}

.SpecialPanel .tools div.image div {
	font-size: 20px !important;
	padding: 0 5px;
}

.SpecialPanel .tools div.back div {
	font-size: 20px !important;
	cursor: pointer;
	background: none;
}

.color #white {
	color: #000 !important;
	background: #fff !important;
}

@media (max-width: 1000px) {
	.SpecialPanel_contain {
		height: 184px;
		padding-top: 8px;
		overflow: hidden;
		transition: 0.3s;
	}

	.SpecialPanel .tools {
		width: auto;
		padding: 0;
	}

	.SpecialPanel .tools .items {
		display: block;
		width: auto;
		padding-bottom: 10px;
	}

	.SpecialPanel .tools .image {
		width: auto;
	}
}