﻿.cat-img {
    position: relative;
}

.cat-img img {
    display: table;
    margin: 0 auto;
    -moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
}

.cat-img:hover {
    filter: saturate(140%);
    -webkit-filter: saturate(140%);
}

.centered-out {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.centered-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.centered-inner-inner {
    display: table-cell;
    vertical-align: middle;
}

.product-cat-box {
    display: table;
    margin: 0 auto;
    background: #edc42a;
    border: 1px dashed #fff;
}

.product-box-inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.product-box-inner figure {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.product-box-inner figure img {
    display: table;
    margin: 0 auto;
    width: 40px;
}

.product-box-inner h5 {
    font-size: 1.2em;
    color: #6e523d;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

