.category-default-img {
    color: #ffffff;
    background-image: url("");
    background-size: cover;
    background-color:  ;
    background-blend-mode: multiply;
    -webkit-background-blend-mode: multiply;
}
a.category-default-img:hover {
    background-color:  ;
    background-blend-mode: multiply;
    -webkit-background-blend-mode: multiply;
}

.category-default, a.category-default:hover {
    color: #ffffff;
    background:  ; /* Old browsers */
    background: -moz-linear-gradient(top,  0%,  100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  0%,  100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  0%,  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=0 ); /* IE6-9 */
    background-size: cover;
}


.category-light {
    color: #ffffff;
    padding-top: 15px;
    background:  ; /* Old browsers */
    background: -moz-linear-gradient(top,  0%,  100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  0%,  100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  0%,  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=0 ); /* IE6-9 */
}

.coupon-light, a.coupon-light {
    color: #000 ;
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
a.coupon-light:hover, a.coupon-light:focus {
        background: rgba(, , , 0.2) none repeat scroll 0 0;
}

.h6 {
    color: #000 ;
}

.icon-none {
    color:  !important;
}
