Adauga asta in css la sfarsit
.col_c_icon i {
font-size: 19px;
background: rgba(0,0,0,0.1);
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 3px 20px;
border: 1px solid rgba(255,255,255,0.2);
color: #eee;
}
.notnew .col_c_icon i {
font-size: 19px;
background: rgba(0,0,0,0.1);
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 3px 20px;
border: 1px solid rgba(255,255,255,0.2);
color: #555;
transition: all .5s ease-in-out;
}