.featured-products{width:100%;float:left;}

.card-wrap{width:100%;float:left;border-radius:8px;margin-bottom:30px;}

.card-wrap figure{width:100%;float:left;border-radius:8px 8px 0px 0px;position:relative;z-index:1;overflow:hidden;}
.card-wrap figure img{width:100%;display:block; border-radius:8px 8px 0px 0px;

    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.card-wrap .card-block{width:100%;float:left;padding:16px 26px;border-radius:0px 0px 8px 8px;box-shadow: 0px 0px 15px 3px #F0F0F0;-webkit-box-shadow: 0px 0px 15px 3px #F0F0F0;-moz-box-shadow: 0px 0px 15px 3px #F0F0F0;-o-box-shadow: 0px 0px 15px 3px #F0F0F0;}
.card-block h4{color:#161616; font-size: 18px;  margin-bottom:12px; line-height:27px;}
.card-block h4 a{color:#161616;}

.card-wrap figure:hover img {
    opacity: 0.7;
    -moz-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}

.card-block h4.price{font-size:18px; margin-bottom:12px; }
.card-block h4.price span{font-size:13px;color:#a9a9a9;}
.card-block .wrap-progress{margin-top:8px}

.image-row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.imageLarge {
    padding-left: 0px;
    padding-right: 0px;
}
.imageSmall {
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    flex: 1;
}

.imageSmall figure {
    height: 100%;
}

.imageSmall figure img {
    height: 100%;
}


























