﻿
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.column-1-2-3 {
		padding-bottom: inherit;
	}
}

@media all and (-ms-high-contrast: active) and (-ms-high-contrast: none) and ( min-width: 63em ) {

	span.basketCount {
		left: 229px;
	}

	.tab.cart {
		background-position-x: -55px;
	}
}

@media all and (-ms-high-contrast: active) and (-ms-high-contrast: none) and ( max-width: 63em ) {

	.tab.cart span.basketCount {
		right: 12px;
		left: auto;
	}
}

@media all and (-ms-high-contrast: active) and (-ms-high-contrast: none) and ( max-width:41.5em) {

	#phMain {
		height: auto;
	}
}
