.cart span.lnr-cart{
    font-size: 30px;
    color: whit;
    background-color: white;
    -webkit-text-fill-color: white;
}

.counter{
    position: relative;
    left: 7px;
    top: 12px;
    color: white !important;
    background-color: rgb(184, 23, 23);
    padding: 2px 9px;
    height: 23px;
    width: 23px;
    border-radius: 100%;
}

.remove{
    float: left;
    padding: 11px;
}