 .btn-quantity.disabled{
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

@media only screen and (max-width: 600px) {
         .tf-cart-item {
        margin-bottom: 15px;
        padding-inline-start: 72px;
}
.tf-cart-item .tf-cart-item_product .img-box {
    width: 60px;
    max-height: 110px;
    margin-right: 0;
    border-radius: 2.5px;
    overflow: hidden;
}
.tf-table-page-cart td:first-child{
    padding-top:0;
}
    
 }