@media screen and (max-width: 800px){
    .td-ocultar{
        display: none !important;
    }
	.table-mobile {
	  font-size: 0.5em !important;
	}
    .div-filtro{
        width: 162px;
    }
    .botones-expand{
        width: 100%;
    }
    .input-tabla{
        width: 40px;
    }
    .input-carrito-responsive{
        width: 150px;
    }
    .select-carrito-responsive{
        width: 100px;
    }
    .select-tabla{
        width: 50px;
        height: 30px;
    }

  }