



@media (min-width: 768px) {
ul.color.col-sm-12 {
    display: block;
    margin-bottom: 0;
}

.product-cat .col-sm-3 {
    margin-bottom: 20px;
}

.product-cat .col-sm-3 {
    margin-bottom: 20px;
}

.img-cont img {
    width:  251px;

    margin: auto;  
}

.product-img-details {
       height: 366px;
}

.img-cont {
    height: 285px!important;
    max-height: 285px !important;
    
    align-items: center;
display: -webkit-box !important;   display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;   display: flex; -webkit-box-align: center;  -moz-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center;  align-items: center; display:flex;}


.product-cat .img-cont .mdl {
    height: auto !important;
    max-height: unset !important;
    overflow:hidden;
    display: inline-block;
    vertical-align: middle;
}
}
