.elmt-product-categories {
    background-color: #3f4149;
    background-image: url(/images/background-categories.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.elmt-product-categories h2, .elmt-product-categories h1 {
    color: #fff;
    font-weight: 100;
    font-size: 2.4em;
}

.elmt-product-categories h2 .stripe, .elmt-product-categories h1 .stripe {
    margin-top: 20px;
    width: 30%;
    height: 2px;
    background-color: #0075cf;
    display: block;
}

.elmt-product-categories .item {
    color: #fff;
    font-weight: 700;
    font-size: 1em;
}

.elmt-product-categories .item .wrapper {
    overflow: hidden;
    position: relative;
}

.elmt-product-categories .item .wrapper .title{
    position: absolute;
    bottom: 25px;
    left: 30px;
    font-weight: 700;
    font-size: 0.9em;
    color: #0075cf;
    z-index: 1;
}

.elmt-product-categories .item img {
    transition: all 0.5s ease-in-out;
}

.elmt-product-categories .item  a:hover img {
    transform: scale(1.10); 
}

.elmt-product-categories .item span.num {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #0075cf;
    border: 1px solid #0075cf;
    text-align: center;
    padding-top: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.elmt-product-categories .item .cont-fill {
    background-color: #f4f7f6;
}

.elmt-product-categories .item.one {
    padding-right: 1px;
}

.elmt-product-categories .item.two {
    padding-right: 1px;
/*    padding-bottom: 1px;*/
}

.elmt-product-categories .item.three {
    padding-right: 1px;
/*    padding-bottom: 1px;*/
}

.elmt-product-categories .item.four {
    padding-top: 1px;
    padding-right: 1px;
    color: #35373f;
    position: relative;
}

.elmt-product-categories .item.four .t {
    position: absolute;
    top: 20px ;
    left: 20px;
    z-index: 1;
}



/* LG */
/* ---------------------------- */
@media (max-width: 1199.98px) {

}

/* MD */
/* ---------------------------- */
@media (max-width: 991.98px) {

}

/* SM */
/* ---------------------------- */
@media (max-width: 767.98px) {

    .elmt-product-categories .item.two span.num, .elmt-product-categories .item.three span.num {
        margin-top: 20px;
    }
    
    .elmt-product-categories .item.four .t {
        position: static;
        margin-top: 20px;
        color: #fff;
    }

}

/* XS */
/* ---------------------------- */
@media (max-width: 575.98px) {

}