@charset "utf-8";
/* IMG centering fix */
.homeFeaturedCategoriesWrapper .listItem .picture img, .homeFeaturedProductsWrapper .listItem .picture img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    left: 50%;
    top: 45%;
   -webkit- transform: translate(-50%,-50%);
-moz- transform: translate(-50%,-50%);
-o- transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
	position: absolute;
}

/*Price Hide Temporary Fix*/
span#priceHide {
    display: none!important;
}