.featured-products .sub-title{margin-bottom:20px;}
.featured-products .div-item,.featured-products .div-item h5{transition:200ms all ease-in-out;-o-transition:200ms all ease-in-out;-moz-transition:200ms all ease-in-out;-webkit-transition:200ms all ease-in-out;}
.featured-products .div-item{display:block;float:left;width:208px;height:250px;margin:0 5px 16px 5px;padding:4px 4px 12px;border-bottom:solid 4px transparent;box-sizing:border-box;}
.featured-products .div-item img{width:200px;height:128px;}
.featured-products .div-item h5,.featured-products .div-item p{padding:0 4px;}
.featured-products .div-item .muted{font-size:12px;}
.featured-products .div-item .btn-details{float:right;background:#006DC0;color:#FFF;padding:4px 12px;border:solid 1px #00518F;text-decoration:none!important;}
.featured-products .div-item .btn-details:hover{box-shadow:0 0 3px #999;}
.featured-products .div-item:hover{background:#FFF;border-bottom:solid 4px #FC3520;box-shadow:0 6px 40px -6px #CCC;}
.featured-products .div-item:hover h5{color:#0088CC;}