body{background-color:#f0f0f0}.main{margin-top:200px}#tabla-productos td,#tabla-productos th{border-left:none!important;border-right:none!important}#tabla-productos thead th{border-top:none!important;border-bottom:1px solid #dee2e6!important}#tabla-productos tbody tr td{border-bottom:1px solid #dee2e6!important}#tabla-productos tbody tr{height:70px}#tabla-productos td,#tabla-productos th{padding-top:1rem;padding-bottom:1rem;vertical-align:middle}.cantidad-control{display:flex;align-items:center;gap:5px}.cantidad-control input[type=number]{width:50px;text-align:center;padding:5px;border:1px solid #ccc;border-radius:4px}.btn-cantidad{background-color:#e0e0e0;border:none;padding:5px 10px;font-size:18px;cursor:pointer;border-radius:4px;transition:background .2s}.btn-cantidad:hover{background-color:#ccc}