.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.discount-price__container {
    display: flex;
    justify-content: space-between;
    color: #59aee4;
}

.cart-item.order-item--gift .item-counter{
    background-color: #f1f1f1;
    color: #071a33;
    border-radius: 4px;
    width: 69px;
    border: 0;
    height: 40px;
    padding: 8px;
    padding-right: 20px;
}