.cart { margin-right: 10px; margin-left:20px; height: 30px; line-height: 40px; display: inline-block; position:relative }
.cart span { width: 15px; height: 15px; background-color: #D8000B; border-radius: 50%; text-align: center; line-height: 15px; color: #FFF; font-size: 11px; position: absolute; top: -5px; left: 8px;}
.cart a { background: url("../../../images/cart-employer-icon.png") no-repeat; background-size: 100%; width: 30px; height: 20px; display: inline-block; }