header.nav-fixed nav a.navbar-brand img {
    max-height: 100px;
}
header nav a.navbar-brand img , header .middle-header div.nav_block a.navbar-brand img{
    max-height: 80px;
}
.action-category-link {
    cursor: pointer;
    height: 125px;
}
.action-category-link img {
    width: auto !important;
    /* margin: 0 auto; */
    max-height: 125px;
}
.action-product-link {
    cursor: pointer;
    height: 280px;
}
.action-product-link img {
    width: auto !important;
    /* margin: 0 auto; */
    max-height: 280px;
}
.product_img.action-product-link:hover a img {transform: scale(1.1);}
.action-partner-link {
    cursor: pointer;
    height: 280px;
}
.action-partner-link img {
    width: auto !important;
    margin: 0 auto;
    max-height: 280px;
}
.action-product-link::before, .action-partner-link::before {
    content: none;
}