
.cl .buy.incart
{
	background: #d44560 !important;

}

.cl .buy.incart i {
    width: 16px !important;
    height: 13px !important;
    background: url(/images/svg/incart.svg) !important;
    display: block !important;
    position: absolute !important;
    left: 7px !important;
    top: 5px !important;
    background-size: 100% 100% !important;
}

.cl .buy.incart i,.cl .buy.incart:hover i
{
	background-position:0px 0px!important;
}

@media screen and (max-width: 800px) and (min-width: 400px) 
{

.cl .buy.incart i 
{
        display: none !important;
}
.cl .buy.incart i,.cl .buy.incart:hover i
{
	background-position:0px 0px!important;
}

}
