﻿
.exclusive-range-heading {
    margin-bottom: 40px;
    font-size: 40px;
    color: #59c2af;
}

.material-bg {
    background-color: #f8f8f8 !important;
}

.material-cards {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}

    .material-cards .material-card-head .card-header {
        font-weight: 700;
        color: #bbbbbb;
        text-transform: uppercase;
        padding: 12px 8px;
        cursor: default;
    }

    .material-cards .card-img {
        position: relative;
        overflow: hidden;
        height: 185px;
    }

    .material-cards .card-desc {
        padding: 12px 8px;
        background: #fbfbfb;
    }

        .material-cards .card-desc .title {
            font-size: 1.5em !important;
            color: #F44336;
            margin-bottom: 8px;
        }

    .material-cards .card-img img {
        transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        margin: auto;
        width: 100%;
        min-height: 185px;
    }

    .material-cards .card-img:hover img {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
    }

    .material-cards .material-card-footer {
        padding: 12px 8px;
        background: #f1f1f1;
    }

        .material-cards .material-card-footer .footer-icon {
            height: 40px;
            width: 40px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 27px;
            text-align: center;
            line-height: 1.7em;
            font-size: 25px;
            color: rgb(185, 185, 185);
        }

        .material-cards .material-card-footer .footer-label {
            line-height: 2.5em;
            color: #676767;
        }
