@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;
	}
}

.st-header-1 .header .logo img, .st-header-2 .header .logo img, .st-header-3 .header .logo img {
	height: 46px;
	object-fit: cover;
}