@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%;
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/*Price Hide Temporary Fix*/
span#priceHide {
    display: none !important;
}