.link-cart{
position:relative;
}
.link-cart img{
    width: auto;
    height: 25px;
}

.link-cart input {
    font-family:'Courier New' ;
    font-size: 16px;
    font-weight:bold;
    visibility: hidden;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: rgb(40, 130, 248);
	text-align: center;
	position: absolute;
	color: white;
	top: -5px;
	left: -10px;
    border: none;
}