/* Add here all your CSS customizations */
.bgcolor-grey{
    background-color: #858585 !important;
}
.product-image {
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    /* text-align: center; */
    flex-direction: column;
}
.product-image > img{
    width: auto !important;
    max-height: 380px !important;
}

.product-image > img.product-img-list{
    width: auto !important;
    max-height: 250px !important;
}