@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.content {
	    padding: 0 0 3em !important;
	}
	.cart-checkout .cart-item select,
	.product .zone-hero .col3 form .product-no select {
	    background-image: url(../img/xkids-dropdown-arrow.png);
	    background-repeat: no-repeat;
	    background-position: 92% center;
	    -webkit-background-size: 10px 10px;
	    background-size: 10px 10px;
	}
}
@media screen\0 {
	/* IE9 CSS styles go here */
    .content {
	    padding: 0 0 3em !important;
	}
	.cart-checkout .cart-item select,
	.product .zone-hero .col3 form .product-no select {
	    background-image: url(../img/xkids-dropdown-arrow.png);
	    background-repeat: no-repeat;
	    background-position: 92% center;
	    -webkit-background-size: 10px 10px;
	    background-size: 10px 10px;
	}
}
@supports (-ms-ime-align: auto) {
	/* Edge CSS styles go here */
	.content {
	    padding: 0 0 3em !important;
	}
	.cart-checkout .cart-item select,
	.product .zone-hero .col3 form .product-no select {
	    background-image: url(../img/xkids-dropdown-arrow.png);
	    background-repeat: no-repeat;
	    background-position: 92% center;
	    -webkit-background-size: 10px 10px;
	    background-size: 10px 10px;
	}
}