table#k-product-list-table tr td {
    vertical-align: middle !important;
}

.k-image-cover {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

table#k-product-list-table tr.product-bought {
    background-color: #28a745;
    color: white;
}

table#k-product-list-table tr.product-bought td a {
    color: white;
}

.whatsAppBt {
    background-color: #25d366;
    color: white;
}

.whatsAppBt img {
    width: 25px;
    height: auto;
    margin-right: 8px;
}

li.cart-item.k-birthlist-fixed-qty .input-group-btn-vertical,
li.cart-item.k-birthlist-fixed-qty .bootstrap-touchspin-up,
li.cart-item.k-birthlist-fixed-qty .bootstrap-touchspin-down,
li.cart-item.k-birthlist-fixed-qty .btn-touchspin {
    display: none !important;
}

li.cart-item.k-birthlist-fixed-qty input.js-cart-line-product-quantity {
    pointer-events: none;
}