@media (max-width: 992px) {
	.home #header,
	.archive.post-type-archive-product #header,
	.single-product #header,
	.tax-product_cat #header {
		position: sticky !important;
		top: -80px !important;
		z-index: 999;
	}
}
