.acart{
line-height: 13px;
position: relative;
top: 5px;
}

.button-group button:hover,.button-group a:hover,.acart:hover{
	color: #777 !important;
}


@media(max-width:767px){
.acart{
width: 90%;
margin: auto;
background-color: #d7f0c9;
	}
}