.list-bank {
    max-width: 90px !important;
}

.list-bank-box{
    background: #fff !important;
    margin-bottom: 4px;
    margin-right: 4px;
    border: 1px solid #ccc;
}

.list-bank img {
    object-fit: contain;
    margin: 0px !important;
}
.vietqr-row {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
    .wishlist_table .product-name{
        font-size: 16px !important;
    }
    .wishlist_table .remove_from_wishlist{
        color: red;
    }
    .wishlist_table .product-name a{
        color: black;
    }
    .wishlist_table .item-actions{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wishlist_table .view-product{
        background-color: #fbbc05 !important;
        color: black !important;
    }
}