.jcart_ajax__icon {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.jcart_ajax__icon .cart-image {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1;
}

.jcart_ajax__icon .cart-image img {
    max-width: 100%;
    height: auto;
}

.jcart_ajax__icon .cart-count {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 10px;
    color: #fff;
    background: #aa0000;
    border-radius: 20px;
}

.jcart-ajax-busy {
    opacity: 0.6;
    pointer-events: none;
}

.button_buy.in-cart,
.btn-buy.in-cart {
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}

a.button_buy.in-cart {
    pointer-events: none;
}