#nav-tabContent form {
	position: relative;
}

@media screen and (max-width: 1300px) {
	#header .header .header-right .st-list li:last-child {
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	#header .header .header-right .st-list li:last-child.dropdown-minicart {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.st-header-2 header#header {
		margin-bottom: -106px;
	}
}

@media screen and (min-width: 769px) {
	#sticky-halfmap .top-filter {
		display: flex;
		justify-content: space-between;
	}
}

#sticky-halfmap .top-filter input:checked + .slider {
	background-color: var(--main-color, #5191fa);
}

#sticky-halfmap .top-filter input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

#sticky-halfmap .top-filter input:checked + .slider:before {
	transform: translateX(15px);
}

.st-header-1 .header .logo img, .st-header-2 .header .logo img, .st-header-3 .header .logo img {
	height: 46px;
	object-fit: cover;
}