﻿.CarouselFeaturedNimbiStore {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.CarouselFeaturedNimbiStore_Item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    
}


.ImageProduct {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 150px;
}
.product-grid-homepage { overflow: hidden; }
.product-grid-homepage .product-grid-item-homepage { margin: 15px 1px 0 0px; border-bottom: 0; }





