.CartLink:after {
width: 18px;
height: 18px;
line-height: 18px;
text-align: left;
display: block;
font-size: 14px;
content: '\f07a';
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
top: 0;
left: 8px;
position: absolute;
color: #51c3f1;
}

div.selector span:before
{
    color: #51c3f1;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 1;
}