.custom-cart-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.custom-cart-icon::after {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/cart-icon-transparent.png) no-repeat;
    background-size: contain;
    transform: scale(1.1) translateY(2px);
}