
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){

	/* = Site Header: Desktop
	---------------------------------------------------- */

	.site-header-desktop-icon-menu{
		top: 80px;
	}

	/* = Product Page
	---------------------------------------------------- */

	.page.product .variation-matrix-table-central{
		overflow-x: scroll;
	}

}

@media only screen and (max-width: 767px) and (-ms-high-contrast: active), (-ms-high-contrast: none){


}

@media only screen and (max-width: 479px) and (-ms-high-contrast: active), (-ms-high-contrast: none){


}